.main {
  min-height: 55vh;
}

.sen-blog-index,
.sen-blog-detail {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f3f6f8 100%);
}

.sen-menu-page {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f3f6f8 100%);
}

.sen-menu-hero {
  padding: 54px 0 24px;
}

.sen-menu-hero-inner {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(5, 10, 22, 0.96), rgba(12, 42, 41, 0.9) 54%, rgba(61, 36, 20, 0.88)),
    url("../uploads/generated/menu_hero_bg.png") center/cover no-repeat;
  color: #fff;
  box-shadow: 0 22px 42px rgba(7, 10, 19, 0.3);
}

.sen-menu-hero-inner::before,
.sen-info-hero-inner::before {
  content: "";
  position: absolute;
  inset: -18px;
  background: inherit;
  filter: blur(8px) saturate(0.9);
  transform: scale(1.035);
  z-index: 0;
}

.sen-menu-hero-inner::after,
.sen-info-hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 320px at 14% 18%, rgba(255, 255, 255, 0.13), transparent 62%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.76), rgba(2, 6, 23, 0.2) 58%, rgba(2, 6, 23, 0.46));
  z-index: 1;
}

.sen-menu-hero-inner>*,
.sen-info-hero-inner>* {
  position: relative;
  z-index: 2;
}

.sen-menu-location {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 760px;
  margin-bottom: 18px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.sen-menu-location i {
  color: #f8d99b;
}

.sen-menu-hero h1 {
  max-width: 820px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.46);
}

.sen-menu-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.52);
}

.sen-menu-content {
  background: transparent;
}

.sen-menu-category {
  margin-bottom: 26px;
  padding: 24px;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.sen-menu-category h2 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.2;
  text-align: center;
}

.sen-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sen-menu-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sen-menu-product {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 12px 13px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fbfcff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sen-menu-product:hover {
  border-color: rgba(180, 83, 9, 0.45);
  box-shadow: 0 8px 18px rgba(180, 83, 9, 0.12);
  transform: translateY(-1px);
}

.sen-menu-product h3 {
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.sen-menu-product span {
  flex: 0 0 auto;
  padding: 4px 10px;
  border: 1px solid rgba(180, 83, 9, 0.2);
  border-radius: 999px;
  background: rgba(180, 83, 9, 0.12);
  color: #92400e;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.sen-menu-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.sen-menu-images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border: 1px solid #dce3f0;
  border-radius: 8px;
  background: #f1f5f9;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}

#footer.sen-footer {
  position: relative;
  overflow: hidden;
  padding: 54px 0 0;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98)),
    radial-gradient(700px 320px at 15% 0%, rgba(180, 83, 9, 0.22), rgba(180, 83, 9, 0));
  border-top: 3px solid #0f766e;
}

#footer.sen-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 34%, rgba(255, 255, 255, 0.04));
}

.sen-footer .container {
  position: relative;
  z-index: 1;
}

.sen-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.sen-footer-panel,
.sen-footer-brand {
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.sen-footer-panel {
  padding: 24px;
}

.sen-footer-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.sen-footer-list,
.sen-footer-blog-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sen-footer-list {
  display: grid;
  gap: 14px;
}

.sen-footer-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.82);
  overflow-wrap: anywhere;
}

.sen-footer-list a,
.sen-footer-blog-list a,
.sen-footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.sen-footer-list a:hover,
.sen-footer-blog-list a:hover,
.sen-footer-bottom a:hover {
  color: #f8d99b;
}

.sen-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.18);
  color: #5eead4;
}

.sen-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  text-align: center;
}

.sen-footer-brand img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 14px;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.24));
}

.sen-footer-brand p {
  max-width: 260px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.sen-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(120deg, #0f766e, #0891b2);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(8, 145, 178, 0.24);
}

.sen-footer-blog-list {
  display: grid;
  gap: 10px;
}

.sen-footer-blog-list li {
  min-width: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.sen-footer-blog-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sen-footer-blog-list a {
  display: block;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sen-footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding: 18px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.54);
  text-align: center;
}

.sen-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.sen-main .sen-testimonial-carousel.owl-carousel.bg-light,
.sen-main .sen-gallery-carousel.owl-carousel.bg-light {
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1) !important;
}

.sen-testimonial-carousel .owl-stage,
.sen-gallery-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.sen-testimonial-carousel .owl-item,
.sen-gallery-carousel .owl-item {
  display: flex;
  min-height: 100%;
}

.sen-testimonial-carousel .owl-item>div,
.sen-gallery-carousel .owl-item>div {
  width: 100%;
}

.sen-testimonial-carousel .custom-testimonial-style-1 {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 4vw, 46px);
}

.sen-testimonial-carousel blockquote {
  margin: 0;
}

.sen-testimonial-carousel blockquote p {
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
}

.sen-testimonial-carousel .owl-nav,
.sen-gallery-carousel .owl-nav {
  margin: 0;
}

.sen-testimonial-carousel .owl-dots,
.sen-gallery-carousel .owl-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 16px auto 18px !important;
}

.sen-gallery-slide {
  width: 100%;
  padding: 12px;
}

.sen-gallery-slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border: 0;
  border-radius: 8px;
  background: #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.sen-info-hero {
  padding: 54px 0 18px;
}

.sen-info-hero-inner {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(5, 10, 22, 0.96) 0%, rgba(13, 40, 43, 0.92) 54%, rgba(61, 36, 20, 0.9) 100%),
    url("../uploads/hakkimizda-banner-1.jpg") center/cover no-repeat;
  color: #fff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

.sen-info-hero h1 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  max-width: 920px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.sen-info-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.52);
}

.sen-detail-hero h1,
.sen-detail-hero .sen-section-kicker {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(15, 23, 42, 0.65);
}

.sen-detail-hero p {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(15, 23, 42, 0.65);
  font-weight: 600;
}

.sen-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  font-size: 14px;
}

.sen-breadcrumb li,
.sen-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
}

.sen-breadcrumb li+li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.54);
}

.sen-breadcrumb a:hover {
  color: #fff;
}

.sen-info-summary {
  display: grid;
  gap: 10px;
}

.sen-info-summary span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.sen-info-summary i {
  width: 22px;
  color: #f8d99b;
  text-align: center;
}

.sen-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sen-info-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sen-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.sen-info-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

.sen-info-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.sen-info-card:hover .sen-info-card-image img {
  transform: scale(1.04);
}

.sen-info-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.sen-info-card-tag {
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(180, 83, 9, 0.12);
  color: #92400e;
  font-size: 12px;
  font-weight: 700;
}

.sen-info-card h2,
.sen-info-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.28;
}

.sen-info-card h2 a,
.sen-info-card h3 a {
  color: inherit;
}

.sen-info-card p {
  color: #475569;
  line-height: 1.7;
}

.sen-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #0f766e;
  font-weight: 700;
}

.sen-read-more:hover {
  color: #0f172a;
}

.sen-source-panel,
.sen-contact-panel,
.sen-empty-state {
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.sen-source-panel {
  position: sticky;
  top: 130px;
  margin-bottom: 22px;
}

.sen-source-panel h2,
.sen-contact-panel h2,
.sen-empty-state h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 24px;
}

.sen-source-panel p,
.sen-contact-panel p,
.sen-empty-state p {
  color: #64748b;
  line-height: 1.7;
}

.sen-source-panel a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e2e8f0;
  color: #0f172a;
  font-weight: 600;
}

.sen-source-panel a:hover {
  color: #0f766e;
}

.sen-source-panel i {
  margin-top: 4px;
  color: #b45309;
}

.sen-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-weight: 700;
}

.sen-panel-cta:hover {
  background: #0f172a;
  color: #fff;
}

.sen-detail-article {
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.sen-detail-article>img {
  width: 100%;
  max-height: 460px;
  display: block;
  object-fit: cover;
}

.sen-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 18px 24px 0;
  color: #64748b;
  font-weight: 600;
}

.sen-detail-meta i {
  color: #0f766e;
}

.sen-detail-body {
  padding: 20px 24px 30px;
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}

.sen-detail-body img,
.sen-detail-body iframe {
  max-width: 100%;
  height: auto;
}

.sen-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sen-tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  font-weight: 700;
}

.sen-section-heading {
  margin-bottom: 24px;
  text-align: center;
}

.sen-section-heading h2 {
  margin: 6px 0 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
}

.sen-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1199px) {
  .sen-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sen-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sen-footer-brand {
    grid-column: 1 / -1;
    order: -1;
  }
}

@media (max-width: 991px) {
  .sen-source-panel {
    position: static;
  }

  .sen-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sen-testimonial-carousel .custom-testimonial-style-1 {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .sen-info-hero {
    padding-top: 28px;
  }

  .sen-info-hero-inner {
    padding: 26px 20px;
  }

  .sen-info-hero p {
    font-size: 16px;
  }

  .sen-info-grid,
  .sen-related-grid {
    grid-template-columns: 1fr;
  }

  .sen-menu-page {
    background: linear-gradient(180deg, #0f172a 0%, #162235 300px, #f5f7fb 300px, #f5f7fb 100%);
  }

  .sen-menu-hero {
    padding: 28px 0 14px;
  }

  .sen-menu-hero-inner,
  .sen-menu-category {
    padding: 18px;
  }

  .sen-menu-location {
    align-items: flex-start;
    border-radius: 8px;
  }

  .sen-menu-grid,
  .sen-menu-images {
    grid-template-columns: 1fr;
  }

  .sen-footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sen-footer-panel,
  .sen-footer-brand {
    padding: 14px 16px;
  }

  .sen-footer-brand {
    order: 0;
  }

  .sen-footer-brand img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
  }

  .sen-testimonial-carousel .custom-testimonial-style-1 {
    min-height: auto !important;
    padding: 22px 18px;
  }

  .sen-testimonial-carousel blockquote p {
    max-height: none !important;
    overflow: visible !important;
  }

  .sen-gallery-slide {
    padding: 10px;
  }

  .sen-info-card-body,
  .sen-source-panel,
  .sen-contact-panel,
  .sen-detail-body {
    padding: 18px;
  }

  .sen-menu-hero-inner,
  .sen-info-hero-inner,
  .sen-menu-category,
  .sen-info-card,
  .sen-source-panel,
  .sen-contact-panel,
  .sen-detail-article {
    margin-left: 12px !important;
    margin-right: 12px !important;
    width: calc(100% - 24px) !important;
    box-sizing: border-box !important;
  }
}

.asbtn {
  display: table;
  margin: 10px auto;
}

.mt-50 {
  margin-top: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.h1s {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
  color: #212529;
  font-weight: 200;
  letter-spacing: -.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.etkt {
  width: max-content;
  padding: 10px;
  border-radius: 20px;
  margin: 5px;
  font-weight: 900;
  font-family: fangsong;
  position: relative;
  float: left;
  transition: all 0.2s;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.etkt:hover {
  padding: 11px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  font-size: large;
}

.blog-info * {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  /* Kelimeleri hecelerinden ayır */
  -webkit-hyphens: auto;
  /* Safari için */
  -ms-hyphens: auto;
  /*  Eski IE için */
}

.blog-info {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  /* Kelimeleri hecelerinden ayır */
  -webkit-hyphens: auto;
  /* Safari için */
  -ms-hyphens: auto;
  /*  Eski IE için */
}

html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
}

/* Floating WhatsApp Button */
.sen-whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sen-whatsapp-float i {
  font-size: 22px;
}

.sen-whatsapp-float:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.6);
}

.sen-whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  animation: sen-whatsapp-pulse 2.2s infinite cubic-bezier(0.66, 0, 0, 1);
  z-index: -1;
}

@keyframes sen-whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 767px) {
  .sen-whatsapp-float {
    bottom: 18px;
    right: 18px;
    padding: 10px 16px;
    font-size: 14px;
    gap: 6px;
  }

  .sen-whatsapp-float i {
    font-size: 19px;
  }
}

/* Premium Light Hero Section */
.sen-premium-light-hero {
  background: url("../uploads/tas-firin-etliekmek-slider-bg.png") no-repeat center right / cover;
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
}

.sen-hero-desc {
  color: #1e293b !important;
  font-weight: 500 !important;
}

.sen-premium-light-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(246, 240, 229, 0.95) 0%, rgba(246, 240, 229, 0.85) 45%, rgba(246, 240, 229, 0.1) 100%);
  pointer-events: none;
  z-index: 1;
}

.sen-hero-illustration-wrapper {
  position: relative;
  display: inline-block;
  padding: 14px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(198, 127, 53, 0.15);
  box-shadow: 0 30px 60px rgba(198, 127, 53, 0.12);
  animation: sen-float 4s ease-in-out infinite;
}

.sen-hero-illustration {
  border-radius: 20px;
  border: 2px solid #c67f35;
  max-height: 440px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sen-hero-illustration:hover {
  transform: scale(1.03);
}

/* Homepage about visual */
.sen-home-about .row {
  row-gap: 30px;
}

.sen-home-about-visual {
  position: relative;
  max-width: 610px;
  margin-inline: auto;
  padding: 0 54px 44px 0;
}

.sen-home-about-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

.sen-home-about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sen-home-about-photo-main {
  aspect-ratio: 4 / 3;
}

.sen-home-about-photo-main img {
  object-position: center center;
}

.sen-home-about-photo-accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  aspect-ratio: 4 / 5;
  border: 8px solid #fff;
}

.sen-home-about-photo-accent img {
  object-position: center 58%;
}

.sen-home-about h3 {
  max-width: 620px;
  font-size: clamp(30px, 3.1vw, 44px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0;
}

.sen-home-about p {
  max-width: 600px;
}

@keyframes sen-float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Mobile responsive call button inside header */
.sen-mobile-call-btn {
  background: linear-gradient(135deg, #c67f35 0%, #a76422 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  padding: 8px 12px !important;
  border-radius: 30px !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(198, 127, 53, 0.25) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-right: 8px !important;
  white-space: nowrap !important;
}

.sen-mobile-call-btn i {
  font-size: 11px !important;
}

/* Testimonials Devamını Oku */
.sen-testimonial-toggle-btn {
  display: inline-block;
  color: #c67f35 !important;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  margin-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.sen-testimonial-toggle-btn:hover {
  color: #a76422 !important;
}

@media (max-width: 991px) {
  .sen-premium-light-hero {
    min-height: 480px !important;
    text-align: center;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-position: 70% center !important;
  }

  .sen-premium-light-hero::before {
    background: rgba(246, 240, 229, 0.92) !important;
  }

  .sen-home-about-visual {
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .sen-home-about {
    text-align: left;
  }

  .sen-home-about-visual {
    display: block;
    padding: 0 38px 34px 0;
  }

  .sen-home-about-photo-main {
    aspect-ratio: 4 / 3;
  }

  .sen-home-about-photo-accent {
    position: absolute;
    width: 42%;
    border: 6px solid #fff;
    aspect-ratio: 4 / 5;
  }

  .sen-home-about h3 {
    font-size: 30px !important;
  }
}

/* Floating Call Now Button */
.sen-call-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sen-call-float i {
  font-size: 19px;
}

.sen-call-float:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 123, 255, 0.6);
}

.sen-call-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.6);
  animation: sen-call-pulse 2.2s infinite cubic-bezier(0.66, 0, 0, 1);
  z-index: -1;
}

@keyframes sen-call-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(0, 123, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

@media (max-width: 767px) {
  .sen-call-float {
    bottom: 18px;
    left: 18px;
    padding: 10px 16px;
    font-size: 14px;
    gap: 6px;
  }

  .sen-call-float i {
    font-size: 16px;
  }
}

/* YENI MENU TASARIMI CSS (Modern Cards & Sticky Nav) */
@media (max-width: 991px) {
  body:not(.sen-menu-page-body) #header.sen-header {
    position: sticky !important;
    top: 0;
    z-index: 1040;
  }
}

body.sen-menu-page-body,
body.sen-menu-page-body .body,
body.sen-menu-page-body .main,
body.sen-menu-page-body .sen-main {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

@media (max-width: 991px) {
  body.sen-menu-page-body {
    --sen-mobile-header-expanded-height: 116px;
    --sen-mobile-header-container-height: 88px;
    --sen-mobile-header-compact-height: 64px;
    --sen-current-header-height: var(--sen-mobile-header-expanded-height);
  }

  body.sen-menu-page-body.sen-menu-header-condensed {
    --sen-current-header-height: var(--sen-mobile-header-compact-height);
  }

  body.sen-menu-page-body #header.sen-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    height: auto !important;
  }

  body.sen-menu-page-body .sen-menu-page {
    padding-top: var(--sen-mobile-header-expanded-height);
  }

  body.sen-menu-page-body #header .header-body {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
  }

  body.sen-menu-page-body #header .header-top {
    display: block !important;
    height: 28px !important;
    min-height: 0 !important;
    max-height: 28px;
    overflow: hidden;
    opacity: 1;
  }

  body.sen-menu-page-body.sen-menu-header-condensed #header .header-top {
    height: 0 !important;
    max-height: 0;
    opacity: 0;
  }

  body.sen-menu-page-body #header .header-container {
    height: var(--sen-mobile-header-container-height) !important;
    min-height: var(--sen-mobile-header-container-height);
    padding-left: 10px;
    padding-right: 10px;
  }

  body.sen-menu-page-body.sen-menu-header-condensed #header .header-container {
    height: var(--sen-mobile-header-compact-height) !important;
    min-height: var(--sen-mobile-header-compact-height);
  }

  body.sen-menu-page-body #header .header-logo img {
    width: 62px !important;
    height: 62px !important;
    max-height: 62px !important;
  }

  body.sen-menu-page-body.sen-menu-header-condensed #header .header-logo img {
    width: 52px !important;
    height: 52px !important;
    max-height: 52px !important;
  }
}

.sen-menu-page .sen-menu-sticky-nav {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: var(--sen-current-header-height, 86px);
  z-index: 1020 !important;
  background: rgba(248, 250, 252, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
@media (max-width: 991px) {
  .sen-menu-page .sen-menu-sticky-nav {
    top: var(--sen-current-header-height, 88px);
  }
}
.sen-menu-page .sen-menu-sticky-nav.sen-menu-nav-fixed {
  position: fixed !important;
  top: var(--sen-current-header-height, 86px) !important;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030 !important;
}
.sen-menu-page .sen-menu-nav-placeholder {
  height: 0;
}
.sen-menu-page .sen-menu-sticky-nav .container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sen-menu-page .sen-menu-nav-scroll {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding: 0;
  scroll-padding-inline: 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.sen-menu-page .sen-menu-nav-scroll::-webkit-scrollbar {
  display: none;
}
.sen-menu-page .sen-menu-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(246, 240, 229, 0.9), rgba(240, 236, 228, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #1e293b;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  text-decoration: none;
  scroll-snap-align: start;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.sen-menu-page .sen-menu-nav-item i {
  color: #c67f35;
  font-size: 12px;
}
.sen-menu-page .sen-menu-nav-item:hover {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  color: #fff;
  border-color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
}
.sen-menu-page .sen-menu-nav-item:hover i {
  color: #f8d99b;
}
.sen-menu-page .sen-menu-category-modern {
  margin-bottom: 48px;
  padding-top: 32px;
  margin-top: -32px;
  scroll-margin-top: 150px;
}
@media (max-width: 991px) {
  .sen-menu-page .sen-menu-category-modern {
    scroll-margin-top: calc(var(--sen-current-header-height, 88px) + 60px);
  }
}
.sen-menu-page .sen-category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.sen-menu-page .sen-category-title {
  font-size: 28px;
  color: #0f172a;
  margin: 0;
  font-weight: 700;
}
.sen-menu-page .sen-category-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #e2e8f0, transparent);
}
.sen-menu-page .sen-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.sen-menu-page .sen-product-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.sen-menu-page .sen-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
  border-color: #cbd5e1;
}
.sen-menu-page .sen-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 86px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding: 0;
}
.sen-menu-page .sen-product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.sen-menu-page .sen-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  padding: 0;
  object-fit: cover;
  object-position: center center;
}
.sen-menu-page .sen-product-image.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 24px;
}
.sen-menu-page .sen-badge-popular {
  position: absolute;
  top: -4px;
  left: -4px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.4);
}
.sen-menu-page .sen-product-details {
  flex: 1;
  min-width: 0;
}
.sen-menu-page .sen-product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  gap: 8px;
}
.sen-menu-page .sen-product-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.sen-menu-page .sen-product-header h3 a {
  color: #0f172a;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sen-menu-page .sen-product-price {
  font-weight: 800;
  color: #0f766e;
  font-size: 16px;
  white-space: nowrap;
}
.sen-menu-page .sen-product-desc {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .sen-menu-page .sen-menu-nav-scroll {
    gap: 6px;
  }

  .sen-menu-page .sen-menu-nav-item {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 10.5px;
  }

  .sen-menu-page .sen-menu-nav-item i {
    font-size: 10.5px;
  }

  .sen-menu-page .sen-product-image {
    width: 86px;
    height: 78px;
  }

  .sen-menu-page .sen-products-grid {
    grid-template-columns: 1fr;
  }
}

/* YENI MENU MOBIL KOMPAKT HERO (Sadece Mobilde) */
@media (max-width: 767px) {
  .sen-menu-hero {
    padding: 24px 0 16px;
  }
  .sen-menu-hero-inner {
    padding: 20px 16px !important;
  }
  .sen-menu-hero h1 {
    font-size: 26px !important;
    margin-bottom: 8px !important;
  }
  .sen-mobile-hero-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
  }
  .sen-info-summary-mobile-inline {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 6px !important;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .sen-info-summary-mobile-inline::-webkit-scrollbar {
    display: none;
  }
  .sen-info-summary-mobile-inline span {
    flex: 0 0 auto !important;
    min-height: auto !important;
    padding: 6px 10px !important;
    font-size: 11px !important;
    justify-content: center;
    white-space: nowrap !important;
    width: auto !important;
  }
  .sen-menu-location {
    padding: 6px 12px;
    font-size: 12px !important;
    margin-bottom: 12px !important;
  }
}
