.re-navbar-wrapper {
  background: linear-gradient(135deg, #b00086, #e000a3);
  color: #fff;
  position: relative;
}

/* Navbar altı: hafif yuvarlak geçiş, tasarıma uyumlu */
.re-navbar-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 16px;
  background: linear-gradient(135deg, #b00086, #e000a3);
  border-bottom-left-radius: 20px 100%;
  border-bottom-right-radius: 20px 100%;
  z-index: 0;
  opacity: 0.92;
}

.re-navbar-inner {
  position: relative;
  z-index: 1; /* dalganın üstünde dursun */
}

/* Üst sosyal bar */
.re-top-bar {
  font-size: 0.9rem;
}

.re-top-bar a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}

.re-top-bar a:hover {
  opacity: 0.8;
}

/* Marka (logo) */
.re-brand {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}

.re-brand span.wave {
  display: inline-block;
  margin-left: 4px;
  padding: 0 4px;
  border-radius: 999px;
  background: #009adf;
  font-size: 1.1rem;
}

/* Menü */
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffe6ff;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* Arama, dil ve butonlar */
.re-actions .btn-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.re-actions .btn-link:hover {
  opacity: 0.85;
}

.re-search-btn {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.re-lang-select {
  color: #fff;
  border: none;
  background: transparent;
  font-weight: 500;
}

.re-lang-select option {
  color: #000; /* açılan listede siyah olsun */
}

@media (max-width: 991.98px) {
  .re-top-bar {
    display: none;
  }
  .re-actions {
    margin-top: .75rem;
  }
}

/* HERO SLIDER (Owl Carousel) */
.hero-slider {
  margin-top: 0;
  min-height: 320px;
  background: #eee;
  position: relative;
  padding: 0 12px 24px;
}

.hero-slider .owl-carousel {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.hero-slider .owl-item .hero-slide-wrapper {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
}

.hero-slider .hero-slide-img {
  width: 100%;
  height: auto;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 28px;
}

/* Owl nav butonları - beyaz ok */
.hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9) !important;
  color: #333 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto;
  transition: background 0.2s;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover {
  background: #fff !important;
}

.hero-slider .owl-nav button.owl-prev {
  left: 15px;
}

.hero-slider .owl-nav button.owl-next {
  right: 15px;
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.hero-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255,255,255,0.7) !important;
  border: 2px solid #fff;
}

.hero-slider .owl-dots .owl-dot.active span,
.hero-slider .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

/* Slider altındaki dalgalı geçiş */
.re-hero-wave {
  position: relative;
  margin-top: -40px;
  z-index: 2;
}

.re-hero-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

.hero-caption-box {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  text-align: right;
  color: #1f2b6c;
  max-width: 420px;
}

.hero-caption-eyebrow {
  font-weight: 700;
  font-size: 1rem;
  color: #c0007f;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-caption-title {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0.5rem 0 0.75rem;
}

.hero-caption-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #333;
}

.hero-caption-btn {
  border-radius: 999px;
  padding: 0.55rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Arama modalı - yeni stil */
#searchModal .modal-dialog {
  max-width: 860px;
}

#searchModal .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.search-modal-inner {
  background: #ffffff;
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.search-modal-label {
  font-weight: 600;
  white-space: nowrap;
  color: #6c2b82;
  font-size: 0.95rem;
}

.search-modal-inner .form-control {
  border: none;
  box-shadow: none;
}

.search-modal-inner .form-control:focus {
  box-shadow: none;
}

.search-modal-inner .input-group-text {
  background: transparent;
  border: none;
  padding-left: 0;
  color: #b0b0b0;
}

.search-modal-close {
  border: none;
  background: transparent;
  color: #999;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.search-modal-close:hover {
  color: #666;
}

/* WhatsApp butonu */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.whatsapp-float:hover {
  text-decoration: none;
  background-color: #1ebe5c;
  color: #fff;
}

/* FOOTER */
.re-footer-top {
  background: #f6f6f6;
  padding: 3rem 0 2.5rem;
  color: #4a4a4a;
}

.re-footer-logo-box h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #b00086;
  margin-bottom: 0.75rem;
}

.re-footer-logo-box p {
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6c2b82;
}

.re-footer-contact-list li {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.re-footer-contact-list i {
  width: 20px;
  color: #b00086;
}

.re-footer-menu-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #222;
  font-size: 0.95rem;
}

.re-footer-menu a {
  display: block;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 0.93rem;
  margin-bottom: 0.25rem;
}

.re-footer-menu a:hover {
  color: #b00086;
}

.re-footer-social a {
  color: #4a4a4a;
  margin-right: 10px;
  font-size: 1.1rem;
}

.re-footer-social a:hover {
  color: #b00086;
}

.re-footer-middle {
  background: #ffe6f6;
  padding: 1rem 0;
  border-top: 1px solid #f5cbe9;
  border-bottom: 1px solid #f5cbe9;
}

.re-footer-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

.re-footer-hotline i {
  font-size: 1.1rem;
}

.re-footer-hotline.consumer {
  background: #b00086;
}

.re-footer-hotline.whatsapp {
  background: #25D366;
}

.re-footer-bottom {
  background: #f8f8f8;
  padding: 1rem 0;
  font-size: 0.85rem;
  color: #777;
}

.re-footer-bottom-row {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.re-footer-bottom-links a {
  color: #555;
  text-decoration: none;
  margin-left: 0;
  margin-right: 1rem;
}

.re-footer-bottom-links a:last-child {
  margin-right: 0;
}

.re-footer-bottom-links a:hover {
  color: #b00086;
}

.re-footer-kobinet-row {
  line-height: 1.5;
}

.re-footer-kobinet {
  color: #555;
  font-size: 0.9rem;
}

.re-footer-kobinet:hover {
  color: #333;
}

.re-footer-kobinet-brand {
  color: #222;
  font-weight: 700;
}

/* Sol-Sağ grid bölüm */
.re-grid-section {
position: relative;
background: #fff;
overflow: hidden;
}

.re-grid-wave {
height: 40px;
background-size: 100% 100%;
background-repeat: no-repeat;
}

.re-grid-wave-top {
background-color: #f5f5f5;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0 40V20c150 0 300-20 600-20s450 20 600 20v20H0z' fill='%23f5f5f5'/%3E%3C/svg%3E");
}

.re-grid-wave-bottom {
background-color: #009adf;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0 0v20c150 0 300 20 600 20s450-20 600-20V0H0z' fill='%23009adf'/%3E%3C/svg%3E");
}

.re-grid-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 800;
line-height: 1.2;
color: #1a1a1a;
margin-bottom: 1.25rem;
}

.re-grid-title-accent {
color: #b00086;
}

.re-video-wrapper {
border: none;
}

.re-video-wrapper iframe {
border: none;
}

.re-grid-lead {
font-size: 1.1rem;
line-height: 1.6;
color: #333;
margin-bottom: 1rem;
}

.re-grid-highlight {
color: #b00086;
font-weight: 700;
}

.re-grid-text {
font-size: 0.95rem;
line-height: 1.65;
margin-bottom: 1.5rem;
}

.re-btn-about {display: inline-block;padding: 0.6rem 1.75rem;font-weight: 600;font-size: 1rem;color: #fff;background: #b00086;border: none;border-radius: 999px;text-decoration: none;transition: background 0.2s, transform 0.2s;}

.re-btn-about:hover {color: #fff;background: #bd008e;transform: translateY(-1px);}

/* Anasayfa bölümleri */
.re-home-section {
background: #fff;
}

.re-section-title {font-size: 4.75rem;font-weight: 800;color: #bd008e;margin-bottom: 1rem;}

.re-section-text {font-size: 1rem;line-height: 1.7;color: #000000;margin-bottom: 1rem;}

.re-about-img-wrapper img {
max-height: 380px;
object-fit: cover;
width: 100%;
}

/* İstatistik kartları */
.re-stat-card {
min-height: 120px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.re-stat-number { font-size: 1.5rem; }
.re-stat-label { opacity: 0.9; }

.re-stat-green { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.re-stat-blue { background: linear-gradient(135deg, #009adf, #0ea5e9); }
.re-stat-purple { background: linear-gradient(135deg, #b00086, #c026d3); }
.re-stat-pink { background: linear-gradient(135deg, #db2777, #ec4899); }

/* Özellik listesi */
.re-feature-icon {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
}

/* Hizmet listesi */
.re-service-list li {
padding: 0.35rem 0;
font-size: 1rem;
color: #333;
}

/* Galeri */
.re-gallery-item img {
transition: transform 0.25s ease;
}

.re-gallery-item:hover img {
transform: scale(1.05);
}
.ruyam-services{
background:#f8f9fb;
}

.service-card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.service-card:hover{
transform:translateY(-5px);
}

.service-card .icon{
font-size:26px;
color: #ce0098;
min-width:40px;
}

.service-card h5{
font-weight:600;
margin-bottom:5px;
}

.service-card p{
font-size:14px;
color:#666;
margin:0;
}
.video-box{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  max-width:800px;
  margin:auto;
  box-shadow:0 10px 40px rgba(0,0,0,0.15);
  }
  
  .video-box video{
  width:100%;
  display:block;
  }
  
  .play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100px;
  height:100px;
  background:rgba(255,255,255,0.8);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:35px;
  color:#333;
  cursor:pointer;
  transition:0.3s;
  }
  
  .ratio.ratio-16x9.rounded.overflow-hidden.shadow {
    --bs-aspect-ratio: 0;
}

  .play-btn:hover{
  background:white;
  transform:translate(-50%,-50%) scale(1.1);
  }

/* Hizmetler listesi */
.re-service-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.re-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.1) !important;
}
.re-service-card-img-wrap {
  aspect-ratio: 16/10;
  background: #f0f0f0;
}
.re-service-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.re-service-card:hover .re-service-card-img-wrap img {
  transform: scale(1.05);
}

/* Hizmet detay sayfası */
.re-service-single .re-service-hero-img img {
  max-height: 400px;
  object-fit: cover;
}
.re-service-content {
  line-height: 1.7;
}
.re-service-content p {
  margin-bottom: 1rem;
}
.re-service-content h2, .re-service-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.section-title {
  position: relative;
  margin-bottom: 2.5rem;
}
.section-title:after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #b00086;
  margin-top: 0.5rem;
}
.program-card, .expert-card {
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}
.program-card:hover, .expert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
.program-card .card-body {
  padding: 1.25rem;
}
.expert-card .card-header {
  background-color: #e7f1ff;
  font-weight: 600;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0 !important;
  padding: 1rem 1.25rem;
}
.service-icon {
  width: 50px;
  height: 50px;
  background: #0d6efd;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.ruyam-services .service-card {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}
.text-primary {
  --bs-text-opacity: 1;
  color: #b00086 !important;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgb(176 0 134) !important;
}

/* Şubeler listesi ve tekil şube */
.re-sube-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.re-sube-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.1) !important;
}
.re-sube-card-img {
  aspect-ratio: 16/10;
  background: #f0f0f0;
}
.re-sube-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.re-sube-card:hover .re-sube-card-img img {
  transform: scale(1.05);
}
.re-sube-hero-img img {
  max-height: 380px;
  object-fit: cover;
}
.re-sube-contact li a {
  color: inherit;
  text-decoration: none;
}
.re-sube-contact li a:hover {
  color: #b00086;
}
.re-sube-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #eee;
}
.re-sube-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Şubeler sayfası: sol liste + sağ harita */
.re-sube-list-count {
  font-size: 0.95rem;
  color: #666;
}
.re-sube-list-card {
  transition: box-shadow 0.2s;
}
.re-sube-list-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08) !important;
}
.re-sube-list-card-img-wrap {
  min-height: 120px;
  overflow: hidden;
}
.re-sube-list-card-img,
.re-sube-list-card-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  display: block;
}
.re-sube-list-card-img-placeholder {
  background: #f0f0f0;
}
.re-sube-list-desc {
  line-height: 1.45;
  max-height: 2.9em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.re-sube-map-sidebar {
  position: relative;
}
.re-sube-map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #eee;
  min-height: 280px;
}
.re-sube-map-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.re-sube-map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.re-sube-map-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
}

/* Detay sayfaları (şube / hizmet) – hero yok, sade üst + içerik */
.re-detail-page {
  background: #fafafa;
  min-height: 50vh;
}
.re-detail-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.25rem 0 1.5rem;
}
.re-detail-breadcrumb {
  font-size: 0.875rem;
}
.re-detail-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #999; }
.re-detail-breadcrumb a { color: #b00086; text-decoration: none; }
.re-detail-breadcrumb a:hover { text-decoration: underline; }
.re-detail-breadcrumb .active { color: #333; }
.re-detail-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}
.re-detail-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.re-detail-body {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.re-detail-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  border: 1px solid #eee;
}
.re-detail-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}
.re-sube-detail-img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.re-sube-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re-sube-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.re-sube-contact-item:last-child {
  border-bottom: none;
}
.re-sube-contact-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 8px;
  background: #f8f4f8;
  color: #b00086;
  font-size: 0.9rem;
}
.re-sube-contact-item a {
  color: #1a1a1a;
  text-decoration: none;
}
.re-sube-contact-item a:hover {
  color: #b00086;
}
.re-sube-map-card .re-sube-map-wrap {
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
}

/* Şube detay sayfası – yeni tasarım */
.re-sube-detail .re-sube-hero {
  background: linear-gradient(135deg, #6b2d5c 0%, #8b3a78 50%, #a8458f 100%);
  color: #fff;
  padding: 1.75rem 0 2rem;
  border-bottom: 3px solid rgba(255,255,255,0.15);
}
.re-sube-hero-breadcrumb {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.re-sube-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.6);
}
.re-sube-hero-breadcrumb a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.re-sube-hero-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}
.re-sube-hero-breadcrumb .active {
  color: rgba(255,255,255,0.85);
}
.re-sube-hero-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.re-sube-hero-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.re-sube-hero-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.25rem 0;
  letter-spacing: -0.02em;
}
.re-sube-hero-subtitle {
  font-size: 1rem;
  margin: 0;
  opacity: 0.92;
  font-weight: 500;
}
.re-sube-body {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.re-sube-desc-block {
  background: linear-gradient(135deg, #5c2d52 0%, #6b3560 50%, #7a3d6e 100%);
  color: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  text-align: left;
}
.re-sube-desc-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}
.re-sube-desc-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.95);
}
.re-sube-desc-text i {
  opacity: 0.9;
}
.re-sube-detail-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.06);
  background: #f5f5f5;
}
.re-sube-detail-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  background: #f0f0f0;
}
.re-sube-detail-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}
.re-sube-detail-placeholder {
  aspect-ratio: 4/3;
  background: #f0f0f0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.95rem;
}
.re-sube-detail-placeholder i {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.re-sube-info-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  border: 1px solid #eee;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  height: 100%;
}
.re-sube-info-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}
.re-sube-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.re-sube-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
}
.re-sube-contact-row:last-child {
  border-bottom: none;
}
.re-sube-contact-label {
  flex: 0 0 100px;
  font-weight: 600;
  color: #555;
  min-width: 90px;
}
.re-sube-contact-label i {
  color: #b00086;
  width: 1.2em;
}
.re-sube-contact-value {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
  color: #1a1a1a;
}
.re-sube-contact-value a {
  color: #1a1a1a;
  text-decoration: none;
}
.re-sube-contact-value a:hover {
  color: #b00086;
  text-decoration: underline;
}
.re-sube-map-section {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  border: 1px solid #eee;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.re-sube-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f0e4f0;
}
.re-sube-section-title i {
  color: #b00086;
}
.re-sube-map-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  min-height: 320px;
  background: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
}
.re-sube-map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.re-sube-back-wrap {
  text-align: center;
  border-top: 1px solid #eee;
}
.re-sube-back-btn {
  padding: 0.65rem 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  background: #fff;
  color: #b00086;
  border: 2px solid #b00086;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.re-sube-back-btn:hover {
  background: #b00086;
  color: #fff;
  border-color: #b00086;
  transform: translateY(-1px);
}

@media (max-width: 575px) {
  .re-sube-hero {
    padding: 1.25rem 0 1.5rem;
  }
  .re-sube-hero-title {
    font-size: 1.4rem;
  }
  .re-sube-contact-grid {
    grid-template-columns: 1fr;
  }
  .re-sube-quick-actions {
    flex-direction: column;
  }
  .re-sube-action-btn {
    width: 100%;
    justify-content: center;
  }
}

.re-service-detail-img-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f0f0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.re-service-detail-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.re-detail-content-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  border: 1px solid #eee;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.re-service-content-wrap .re-service-content,
.re-detail-content-card .re-service-content {
  font-size: 1rem;
  line-height: 1.75;
}
.re-service-content-wrap .re-service-content p,
.re-detail-content-card .re-service-content p {
  margin-bottom: 1rem;
}
.re-detail-content-card .re-post-content {
  font-size: 1rem;
  line-height: 1.75;
}
.re-detail-content-card .re-post-content p {
  margin-bottom: 1rem;
}
.re-post-excerpt-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  border: 1px solid #eee;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  border-left: 4px solid #b00086;
}
.re-post-excerpt-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.5rem 0;
}
.re-post-excerpt-text {
  font-size: 1rem;
  line-height: 1.65;
  color: #444;
}
.re-post-featured-img-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f0f0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.re-post-featured-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.re-post-content-wrap .re-post-content,
.re-detail-content-card .re-post-content {
  font-size: 1rem;
  line-height: 1.75;
}

/* Haber / Makale sayfası (tam haber görünümü) */
.re-article {
  background: #fff;
  padding-bottom: 3rem;
}
.re-article-inner {
  max-width: 900px;
  margin: 0 auto;
}
.re-article-container {
  padding-top: 2rem;
  padding-bottom: 0;
}
.re-article-breadcrumb {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.re-article-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #999; }
.re-article-breadcrumb a { color: #b00086; text-decoration: none; }
.re-article-breadcrumb a:hover { text-decoration: underline; }
.re-article-breadcrumb .active { color: #666; }
.re-article-header {
  margin-bottom: 1.5rem;
}
.re-article-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #b00086;
  margin-bottom: 0.5rem;
}
.re-article-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 0.75rem 0;
}
.re-article-meta {
  font-size: 0.9rem;
  color: #666;
}
.re-article-meta time {
  color: #666;
}
.re-article-figure {
  margin: 0 0 1.75rem 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}
.re-article-featured-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.re-article-body {
  max-width: 720px;
  margin: 0 auto;
}
.re-article-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.re-article-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}
.re-article-content p {
  margin-bottom: 1.25rem;
}
.re-article-content h2,
.re-article-content h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #1a1a1a;
}
.re-article-content ul,
.re-article-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.re-article-footer {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  text-align: center;
}
.re-article-back-btn {
  padding: 0.6rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  background: #fff;
  color: #b00086;
  border: 2px solid #b00086;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.re-article-back-btn:hover {
  background: #b00086;
  color: #fff;
  border-color: #b00086;
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 1rem;
  }
}

/* İletişim sayfası - yenilendi */
.re-contact-hero {
  background: linear-gradient(135deg, #b00086, #e000a3);
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.re-contact-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.re-contact-hero-sub {
  font-size: 1.05rem;
  opacity: 0.95;
}
.re-contact-hero-wave {
  height: 50px;
  width: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath d='M0 60 L0 30 Q360 0 720 30 T1440 30 L1440 60 L0 60 Z' fill='%23f8f9fa'/%3E%3C/svg%3E") no-repeat center bottom;
  background-size: 100% 100%;
  margin-top: -1px;
  display: block;
}
/* Anasayfa galeri bölümü */
.re-home-gallery {
  background: #f8f9fa;
}
.re-home-gallery-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}
.re-home-gallery-sub {
  font-size: 1rem;
}
.re-home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.re-home-gallery-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #eee;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.re-home-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.re-home-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Galeri sayfası grid + lightbox */
.re-gallery-main {
  background: #f8f9fa;
}
.re-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.re-gallery-item {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #eee;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.re-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.re-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.re-gallery-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.6rem 0.75rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.re-contact-main {
  background: #f8f9fa;
  padding: 3rem 0 4rem;
  margin-top: -1px;
}
.re-contact-alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.re-contact-alert i { font-size: 1.25rem; }
.re-contact-alert-success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.re-contact-alert-danger {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
  margin-bottom: 1rem;
}
.re-contact-form-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.04);
  overflow: hidden;
}
.re-contact-form-head {
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  padding: 1.75rem 2rem;
  border-bottom: 3px solid #b00086;
}
.re-contact-form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #b00086, #e000a3);
  color: #fff;
  border-radius: 12px;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.re-contact-form-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.25rem 0;
}
.re-contact-form-desc {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0;
}
.re-contact-form {
  padding: 2rem;
}
.re-contact-input {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.re-contact-input:focus {
  border-color: #b00086;
  box-shadow: 0 0 0 3px rgba(176, 0, 134, 0.15);
  outline: 0;
}
.re-contact-textarea {
  min-height: 140px;
  resize: vertical;
}
.re-contact-btn-submit {
  background: linear-gradient(135deg, #b00086, #e000a3);
  color: #fff;
  border: 0;
  padding: 0.75rem 2rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.re-contact-btn-submit:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(176, 0, 134, 0.35);
}
.re-contact-side {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.04);
}
.re-contact-side-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f3e8f0;
}
.re-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.re-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.re-contact-card:hover {
  background: #fdf2f8;
  border-color: #fbcfe8;
  color: inherit;
  transform: translateX(4px);
}
.re-contact-card-static {
  cursor: default;
}
.re-contact-card-static:hover {
  transform: none;
  background: #f8f9fa;
  border-color: transparent;
}
.re-contact-card-whatsapp:hover {
  background: #ecfdf5;
  border-color: #a7f3d0;
}
.re-contact-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #b00086, #e000a3);
  color: #fff;
  border-radius: 10px;
  font-size: 1.1rem;
}
.re-contact-card-whatsapp .re-contact-card-icon {
  background: #25D366;
}
.re-contact-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.re-contact-card-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
}
.re-contact-card-value {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
}
.re-contact-btn-branches {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: #b00086;
  border: 2px solid #b00086;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.re-contact-btn-branches:hover {
  background: #b00086;
  color: #fff;
}
.re-contact-map-section {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.re-contact-map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #eee;
}
.re-contact-map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Blog / Haber listesi kartları */
.re-blog-card {
  transition: box-shadow 0.2s, transform 0.2s;
}
.re-blog-card:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.1) !important;
  transform: translateY(-2px);
}
.re-blog-card-img-wrap {
  aspect-ratio: 16/10;
  background: #eee;
}
.re-blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re-blog-card-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: #e8e8e8;
}
.re-blog-card-date {
  font-size: 0.8rem;
}
.re-blog-card-title {
  font-weight: 600;
  line-height: 1.35;
}
.re-blog-card-excerpt {
  line-height: 1.5;
}
.re-blog-card-link {
  color: #b00086;
}

/* Tekil makale sayfası */
.re-post-hero .re-breadcrumb-light .breadcrumb-item a { color: rgba(255,255,255,0.9); }
.re-post-hero .re-breadcrumb-light .breadcrumb-item.active { color: #fff; }
.re-post-date {
  font-size: 0.95rem;
  opacity: 0.95;
}
.re-post-article .re-post-featured-img {
  max-height: 420px;
  overflow: hidden;
}
.re-post-article .re-post-featured-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.re-post-excerpt {
  font-size: 1.1rem;
}
.re-post-content {
  line-height: 1.7;
}

/* Arama sayfası */
.re-search-form .form-control {
  border-radius: 0.375rem 0 0 0.375rem;
}
.re-search-form .btn {
  border-radius: 0 0.375rem 0.375rem 0;
}
.re-search-results .re-search-item {
  border-radius: 12px;
  margin-bottom: 0.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid #eee;
}
.re-search-results .re-search-item:hover {
  border-color: #b00086;
  background: #fdf2f8;
}
.re-search-badge {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b00086;
  background: #fce7f3;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
}
.re-search-title {
  font-weight: 600;
  color: #1a1a1a;
}
.re-search-snippet {
  line-height: 1.5;
}

/* Online ödeme sayfası – tablo (Excel benzeri) */
.re-pay-main {
  background: #fff;
  min-height: 50vh;
}
.re-pay-search-wrap {
  max-width: 100%;
}
.re-pay-search-wrap .input-group-text {
  background: #f8f4f8;
  border-color: #dee2e6;
  color: #b00086;
}
.re-pay-search-wrap .form-control:focus {
  border-color: #b00086;
  box-shadow: 0 0 0 0.2rem rgba(176, 0, 134, 0.15);
}
.re-pay-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.re-pay-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.re-pay-table thead {
  background: linear-gradient(180deg, #f8f4f8 0%, #efe8ef 100%);
  border-bottom: 2px solid #b00086;
}
.re-pay-th {
  padding: 0.85rem 1rem;
  text-align: left;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  border-right: 1px solid #dee2e6;
}
.re-pay-th:last-child {
  border-right: none;
}
.re-pay-th-img {
  width: 90px;
  text-align: center;
}
.re-pay-th-desc {
  min-width: 180px;
}
.re-pay-th-price {
  width: 120px;
  text-align: right;
}
.re-pay-th-action {
  width: 140px;
  text-align: center;
}
.re-pay-row {
  border-bottom: 1px solid #eee;
  transition: background 0.15s;
}
.re-pay-row:hover {
  background: #fdf9fc;
}
.re-pay-row:last-child {
  border-bottom: none;
}
.re-pay-td {
  padding: 0.75rem 1rem;
  vertical-align: middle;
  border-right: 1px solid #eee;
}
.re-pay-td:last-child {
  border-right: none;
}
.re-pay-td-img {
  width: 90px;
  text-align: center;
}
.re-pay-thumb {
  width: 70px;
  height: 52px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}
.re-pay-no-img {
  color: #adb5bd;
  font-size: 0.9rem;
}
.re-pay-td-title {
  font-weight: 600;
  color: #1a1a1a;
  min-width: 140px;
}
.re-pay-td-desc {
  color: #5a5a5a;
  font-size: 0.9rem;
  line-height: 1.4;
  max-width: 400px;
}
.re-pay-td-price {
  font-weight: 700;
  color: #b00086;
  text-align: right;
  white-space: nowrap;
}
.re-pay-td-action {
  text-align: center;
}
.re-pay-card-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #b00086, #d40098);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.re-pay-card-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(176,0,134,0.35);
}
.re-pay-card-btn:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .re-pay-th-desc,
  .re-pay-td-desc { display: none; }
  .re-pay-th,
  .re-pay-td { padding: 0.6rem 0.75rem; font-size: 0.875rem; }
}

a {
  color: rgb(0 1 2);
  text-decoration: underline;
  text-decoration: none;
}
.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
  transition: all 0.3s ease;
}
.transition {
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .re-section-title {
        font-size: 20px;
    }
}