/* Opuze brand, typography & layout overrides */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Poppins:wght@600;700&display=swap");

:root {
  --brand: #EE2E53 !important;
}

/* Typography: Poppins Bold headings, Montserrat Regular body */
body,
body.counter-scroll,
p,
.text,
.text-body-1,
.text-body-2,
.text-body-3,
.text-caption,
.text-secondary,
input,
textarea,
select,
button,
.tf-btn,
.tf-btn-2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.heading-title,
.heading-sub,
.text-display-1,
.text-display-2,
.text-display-3,
.title,
.fw-semibold,
.fw-bold,
.nav-menu-main .item-link,
.mb-menu-link,
.accordion-title,
.process-card .title,
.team-item .name,
.footer-content .title {
  font-family: "Poppins", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.heading-title,
.text-display-1,
.text-display-2,
.text-display-3 {
  font-weight: 700 !important;
}

/* Replace hard-coded orange gradients with brand pink */
.section-hero .content-wrap .title-icon .box,
.features-center,
.opuze-fab-inner {
  background: linear-gradient(180deg, #EE2E53 0%, #F04A6A 100%) !important;
}

.cal-day.active {
  background: linear-gradient(180deg, #EE2E53 0%, #F04A6A 100%) !important;
}

.custom-call-form .form-control:focus {
  border-color: #EE2E53 !important;
  box-shadow: 0 0 0 4px rgba(238, 46, 83, 0.12) !important;
}

.btn-submit-dark:hover {
  background: #EE2E53 !important;
}

.time-slot:hover {
  border-color: #EE2E53 !important;
}

/* Opuze logo sizing — keeps template layout intact */

.tf-header .logo-site img {
  height: 24px;
  width: auto;
  max-width: 118px;
  display: block;
}

footer .footer-content .footer-logo img {
  height: 26px;
  width: auto;
  max-width: 124px;
  display: block;
}

/* Footer ghost logo, ana logo ile çakışıp kötü görünüyordu — kaldırıldı */
footer .footer-image {
  display: none !important;
}

footer .footer-content {
  padding-top: 20px;
}

.features-wrap .features-center img.features-mark {
  width: 72px;
  height: 72px;
  max-width: 72px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.section-hero .content-wrap .title-icon .hero-brand-logo {
  width: 56px;
  height: 56px;
  padding: 8px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.section-hero .content-wrap .title-icon .img-1.hero-brand-logo {
  left: 52px;
  top: 4px;
}

.section-hero .content-wrap .title-icon .img-2.hero-brand-logo {
  left: 136px;
  top: 32px;
}

.section-hero .content-wrap .title-icon .img-3.hero-brand-logo {
  left: 70px;
  top: 88px;
}

/* Hero brand cluster — smaller on mobile */
@media (max-width: 767px) {
  .section-hero .content-wrap .title-icon {
    height: 96px;
    transform: scale(0.62);
    transform-origin: center center;
    margin: -8px 0;
  }

  .section-hero .content-wrap .title-icon .title-icon-wrap {
    width: 255px;
    height: 177px;
  }

  .section-hero .content-wrap .title-icon .hero-brand-logo {
    width: 48px;
    height: 48px;
    padding: 6px;
    border-radius: 7px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  }
}

/* Partner logos — aynı yükseklik, orantılı genişlik */
.partner-wrap .infiniteSlide_partner img.partner-logo-custom {
  height: 48px !important;
  max-height: 48px !important;
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.85;
  filter: none;
}

.partner-wrap .infiniteSlide_partner img.partner-logo-strip {
  height: 44px !important;
  max-height: 44px !important;
  max-width: 280px !important;
}

.partner-wrap .infiniteSlide_partner img.partner-logo-grid {
  height: 72px !important;
  max-height: 72px !important;
  max-width: 120px !important;
}

/* Hizmetler: görseli gizle, DOM/animasyon bozulmasın */
.section-services .services-image {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  position: absolute !important;
}

.section-services .services-image img {
  opacity: 0 !important;
}

/* Paketlerde fiyat yerine teklif CTA */
/* Fiyat paketlerindeki "Teklif Alın" yazısı */
.pricing-item .heading .price-number.price-offer-text {
  font-size: 36px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}
/* Siyah temalı kartın içindeki "Teklif Alın" yazısını beyaz yap */
.pricing-item.style-black .heading .price-number.price-offer-text {
  color: #fff !important;
}

@media (max-width: 767px) {
  .pricing-item .heading .price-number.price-offer-text {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
}


/* Tools section brand logos — square, no stretch */
.section-tools > img.tool-brand-logo {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 12px;
  box-sizing: border-box;
}

.section-tools > img.tool-brand-logo--tiktok,
.section-tools > img.tool-brand-logo[alt="Adobe Premiere Pro"] {
  padding: 0;
  background: transparent;
  object-fit: cover;
}

/* Hizmetler başlığı: son harfler (ız) kesilmesin */
.section-services .heading-title {
  /* Arka plan kırpılmasını önlemek için metnin kendi genişliğini almasını sağla */
  width: max-content;
  max-width: 130%; /* Kolonun dışına biraz taşmasına izin ver */
}

/* Opuze Floating Action Bar */
.opuze-fab-wrapper {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px;
  border-radius: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

.opuze-fab-inner {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #EE2E53 0%, #F04A6A 100%);
  padding: 8px 12px;
  border-radius: 50px;
  gap: 20px; /* Make room for avatars to sit on top */
  position: relative;
}

.opuze-fab-btn {
  background: #111;
  color: #fff !important;
  border: none;
  border-radius: 40px;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none !important;
}

.opuze-fab-btn:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.opuze-fab-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opuze-fab-avatars {
  position: absolute;
  left: 50%;
  top: -24px; /* Pulls avatars up to sit on the box */
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}

.opuze-fab-avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -12px;
  position: relative;
  object-fit: cover;
  background: #fff;
}
.opuze-fab-avatars img:first-child {
  margin-left: 0;
}
.opuze-fab-avatars img.main-avatar {
  width: 48px;
  height: 48px;
  z-index: 2;
  border-width: 3px;
  margin-top: -12px;
}

/* Modals */
.custom-modal .modal-content {
  border-radius: 32px;
  border: none;
  box-shadow: 0 24px 80px rgba(0,0,0,0.2);
  overflow: hidden;
}

.form-modal-content {
  background: #fff;
}

.custom-call-form .form-control {
  background: #f4f4f5;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 15px;
  transition: all 0.2s;
}
.custom-call-form .form-control:focus {
  background: #fff;
  border-color: #EE2E53;
  box-shadow: 0 0 0 4px rgba(234, 43, 22, 0.1);
  outline: none;
}
.custom-call-form .input-group-text {
  background: #f4f4f5;
  border-radius: 12px 0 0 12px;
  padding: 16px 20px;
  color: #555;
}
.custom-call-form .input-group .form-control {
  border-radius: 0 12px 12px 0;
}

.btn-submit-dark {
  background: #18181b;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 320px;
  transition: all 0.3s ease;
}
.btn-submit-dark:hover {
  background: #EE2E53;
  transform: translateY(-2px);
}

/* Calendar Modal - Dark Theme */
.calendar-modal-content {
  background: #18181b;
  color: #fff;
}
.calendar-layout {
  display: flex;
  min-height: 540px;
}
.calendar-sidebar {
  width: 300px;
  padding: 40px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.calendar-main {
  flex: 1;
  padding: 40px;
}
.calendar-times {
  width: 260px;
  padding: 40px;
  border-left: 1px solid rgba(255,255,255,0.08);
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  text-align: center;
}
.cal-header {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
  font-weight: 500;
}
.cal-day {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}
.cal-day:hover {
  background: rgba(255,255,255,0.1);
}
.cal-day.active {
  background: linear-gradient(180deg, #EE2E53 0%, #F04A6A 100%);
  color: #fff;
  font-weight: 600;
  position: relative;
}
.cal-day.active::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.time-slots {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.time-slot {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  transition: all 0.2s;
  font-weight: 500;
  font-size: 15px;
}
.time-slot:hover {
  border-color: #EE2E53;
  color: #fff;
}

/* Process Card (Süreç) İkonlarındaki Turuncu Gölgeleri Kaldırma */
.section-hero .content-wrap .title-icon .box,
.process-card .icon,
.features-center,
.tf-switch-check:checked {
  background: var(--brand) !important;
  box-shadow: 0px 8px 20px rgba(238, 46, 83, 0.4), 0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset !important;
}

/* Menü Link Alt Çizgisi İptali */
.opuze-hover-link:hover {
  color: #EE2E53 !important;
}

.item-link::before {
  display: none !important;
}

/* Process Card (Süreç) İkonlarındaki Turuncu Gölgeleri Kaldırma */
.process-card .icon {
  background: var(--brand) !important;
  box-shadow: 0px 10px 24px rgba(238, 46, 83, 0.3), 0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset !important;
}

/* Calendar Form Inputs */
.cal-input, .cal-input-group {
  background: #18181b !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 12px !important;
  color: #fff !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
}
.cal-input-group {
  padding: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}
.cal-input::placeholder {
  color: rgba(255,255,255,0.4) !important;
}
.cal-input:focus, .cal-input-group:focus-within {
  border-color: #EE2E53 !important;
  box-shadow: 0 0 0 4px rgba(238, 46, 83, 0.15) !important;
  outline: none !important;
}
.cal-input-group .input-group-text {
  background: transparent !important;
  border: none !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  border-right: 1px solid rgba(255,255,255,0.1) !important;
}
.cal-input-group .cal-input {
  border: none !important;
  border-radius: 0 12px 12px 0 !important;
  height: 100% !important;
}
.cal-input-group .cal-input:focus {
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .calendar-layout {
    flex-direction: column;
  }
  .calendar-sidebar, .calendar-main, .calendar-times {
    width: 100%;
    border: none;
    padding: 30px;
  }
  .calendar-sidebar {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .calendar-main {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
}

@media (max-width: 767px) {
  .opuze-fab-wrapper {
    bottom: 20px;
    width: 95%;
    padding: 8px;
    border-radius: 40px;
  }
  .opuze-fab-inner {
    padding: 6px;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .opuze-fab-btn {
    padding: 12px;
    font-size: 14px;
    gap: 6px;
    width: 48%;
    justify-content: center;
  }
  .opuze-fab-avatars {
    display: none;
  }
  .custom-modal .modal-body {
    padding: 24px !important;
  }
}

@media (max-width: 400px) {
  .opuze-fab-btn {
    font-size: 13px;
    padding: 10px;
  }
  .opuze-fab-btn svg {
    display: none;
  }
}

/* ==========================================================================
   BODRUM HİZMET SAYFALARI — Marka ile uyumlu, tutarlı tasarım bileşenleri
   ========================================================================== */

/* Breadcrumb */
.bodrum-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--neutral-400);
  flex-wrap: wrap;
  justify-content: center;
}
.bodrum-breadcrumb a {
  color: var(--neutral-500);
  text-decoration: none;
  transition: color 0.2s ease;
}
.bodrum-breadcrumb a:hover {
  color: var(--brand);
}
.bodrum-breadcrumb .sep {
  opacity: 0.4;
}
.bodrum-breadcrumb .current {
  color: var(--neutral-900, #18181b);
  font-weight: 600;
}

/* Hero rozet (CTA'lar) */
.bodrum-hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.bodrum-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand);
  color: #fff !important;
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 24px rgba(238, 46, 83, 0.3);
  transition: all 0.25s ease;
  cursor: pointer;
}
.bodrum-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(238, 46, 83, 0.38);
  color: #fff !important;
}
.bodrum-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--neutral-900, #18181b) !important;
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
  cursor: pointer;
}
.bodrum-btn-outline:hover {
  border-color: var(--brand);
  color: var(--brand) !important;
}

/* İçerik başlıkları */
.service-article h2 {
  position: relative;
  padding-left: 20px;
  border-left: 4px solid var(--brand);
  line-height: 1.3;
}
.service-article h3 {
  color: var(--neutral-900, #18181b);
}
.service-article p strong {
  color: var(--neutral-900, #18181b);
}

/* Özellik kartları (ana içerik) */
.bodrum-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .bodrum-feature-grid {
    grid-template-columns: 1fr;
  }
}
.bodrum-feature-card {
  background: var(--neutral-100, #f4f4f5);
  border-radius: 24px;
  padding: 28px 24px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.bodrum-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(238, 46, 83, 0.15);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}
.bodrum-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(238, 46, 83, 0.3);
}

/* Sidebar kartları */
.bodrum-sidebar-card {
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.bodrum-cta-card {
  background: linear-gradient(165deg, #ee2e53 0%, #f04a6a 100%);
  border-radius: 28px;
  padding: 32px;
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 40px rgba(238, 46, 83, 0.28);
}
.bodrum-cta-card .btn-cta-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #fff;
  color: #18181b;
  font-weight: 600;
  padding: 15px;
  border-radius: 12px;
  border: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.bodrum-cta-card .btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* İlgili hizmet pilleri */
.bodrum-related-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--neutral-100, #f4f4f5);
  color: var(--neutral-900, #18181b) !important;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.bodrum-related-pill:hover {
  background: var(--brand);
  color: #fff !important;
  transform: translateX(4px);
}
.bodrum-related-pill i {
  font-size: 12px;
  opacity: 0.6;
}

/* /bodrum ve ilgili hizmet grid kartları (koyu tema) — numara + ok, ikon YOK */
.bodrum-index-card {
  position: relative;
  display: block;
  height: 100%;
  padding: 32px 28px 28px;
  background: linear-gradient(0deg, #18181b, #18181b), radial-gradient(62.56% 62.56% at 28.14% -10.42%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  text-decoration: none !important;
  box-shadow: 0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.06), 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0px -8px 0px 0px #111 inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.1) inset;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bodrum-index-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0px -8px 0px 0px #111 inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.1) inset;
}
.bodrum-index-card:hover .bodrum-index-arrow {
  background: var(--brand);
  color: #fff;
  transform: translate(2px, -2px);
}
.bodrum-index-num {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--brand);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.bodrum-index-card h3,
.bodrum-index-card .card-title {
  color: #fff;
  margin-bottom: 10px;
  padding-right: 36px;
}
.bodrum-index-card p {
  color: var(--neutral-400, #a1a1aa);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}
.bodrum-index-arrow {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.25s ease;
}

/* Bodrum listing hero — stat rozetleri */
.bodrum-stats-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bodrum-stat-item {
  flex: 1;
  min-width: 140px;
  background: var(--neutral-100, #f4f4f5);
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
}
.bodrum-stat-value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--brand);
  margin-bottom: 4px;
}
.bodrum-stat-label {
  font-size: 13px;
  color: var(--neutral-500, #71717a);
  font-weight: 500;
}
@media (max-width: 575px) {
  .bodrum-stats-row {
    gap: 10px;
  }
  .bodrum-stat-item {
    min-width: 100px;
    padding: 16px 12px;
  }
  .bodrum-stat-value {
    font-size: 22px;
  }
}

/* FAQ accordion (asked pattern) benzersiz section kimlikleri için genel görünüm zaten .accordion-asked ile geliyor */
.service-faq-section .heading-section {
  text-align: left;
}

/* Spam koruması: honeypot alanı görünmez */
.opuze-honeypot,
input[name="botcheck"] {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}
