html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

main.container { padding-bottom: 480px; position: relative; z-index: auto !important; }
.container { padding-bottom: 120px; }
.footer-section { position: relative; z-index: 0; }

/* Modal overlay issues - force correct stacking */
.modal-backdrop { z-index: 1040 !important; }
.modal { z-index: 2000 !important; }

/* İnatçı backdropları tamamen görünmez yap (fail-safe) */
.modal-backdrop { display: none !important; opacity: 0 !important; }

/* Hero Section */
.hero-section {
  padding: 4rem 0;
  position: relative;
}

.hero-content { 
  position: relative; 
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(5px);
}

.hero-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-bg { 
  position: absolute; 
  pointer-events: none; 
  opacity: .4; 
  filter: grayscale(0%);
  z-index: 1;
}

/* Sol üstteki küçük şekil - yazının sol üstünde */
.hero-bg-1 { 
  top: 50px; 
  left: 10%; 
  width: 100px; 
  height: auto;
}

/* Ortadaki büyük şekil - yazının arkasında orta */
.hero-bg-2 { 
  top: 120px; 
  left: 25%; 
  width: 150px; 
  height: auto;
}

/* Sol alttaki orta şekil - yazının sol altında */
.hero-bg-3 { 
  top: 280px; 
  left: 15%; 
  width: 120px; 
  height: auto;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 1.5rem;
}

.title-blue {
  color: #b8860b;
}

.title-purple {
  color: #228b22;
}

.hero-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  max-width: 620px;
}

.hero-img {
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
    text-align: center;
  }
  
  .hero-description {
    font-size: 1rem;
    text-align: center;
    max-width: 100%;
  }
  
  .hero-section {
    padding: 2rem 0;
  }
  
  .hero-content {
    text-align: center;
    padding: 1.5rem;
  }
  
  .hero-bg-1 { 
    top: 30px; 
    left: 5%; 
    width: 80px; 
  }
  
  .hero-bg-2 { 
    top: 100px; 
    left: 20%;
    width: 120px; 
  }
  
  .hero-bg-3 { 
    top: 220px; 
    left: 10%; 
    width: 90px; 
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 0.9rem;
  }
  
  .hero-content {
    padding: 1rem;
  }
  
  .hero-bg { 
    opacity: .3; 
  }
  
  .hero-bg-1 { 
    top: 20px; 
    left: 5%; 
    width: 60px; 
  }
  
  .hero-bg-2 { 
    top: 80px; 
    left: 15%;
    width: 90px; 
  }
  
  .hero-bg-3 { 
    top: 180px; 
    left: 8%; 
    width: 70px; 
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-img {
    max-height: 300px;
  }
  
  .hero-content {
    padding: 0.8rem;
  }
  
  .hero-bg-1 { 
    top: 15px; 
    left: 3%; 
    width: 50px; 
  }
  
  .hero-bg-2 { 
    top: 60px; 
    left: 12%;
    width: 70px; 
  }
  
  .hero-bg-3 { 
    top: 160px; 
    left: 5%; 
    width: 55px; 
  }
}

/* Ürünlerimiz Bölümü */
.products-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.products-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(184, 134, 11, 0.03) 0%, transparent 70%);
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

.products-content {
  position: relative;
  z-index: 2;
}

.products-badge .badge {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%) !important;
  border-radius: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: none;
}

.products-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.products-description {
  font-size: 1.1rem;
  color: #6c757d;
  line-height: 1.7;
  max-width: 400px;
  margin: 0 auto;
}

.product-img-left, .product-img-right {
  transition: all 0.4s ease;
  border-radius: 15px !important;
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.product-img-left:hover, .product-img-right:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(184, 134, 11, 0.15) !important;
}

.product-image-left, .product-image-right {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.product-image-left::after, .product-image-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(184, 134, 11, 0.1), rgba(34, 139, 34, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-image-left:hover::after, .product-image-right:hover::after {
  opacity: 1;
}

/* Hakkımızda Bölümü */
.about-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.about-badge .badge {
  background-color: #228b22 !important;
  border-radius: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.about-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.about-description {
  font-size: 1.1rem;
  color: #6c757d;
  line-height: 1.7;
}

.about-img {
  transition: all 0.4s ease;
  border-radius: 15px !important;
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.about-image::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid rgba(184, 134, 11, 0.3);
  border-radius: 15px;
  z-index: 1;
  transition: all 0.3s ease;
}

.about-image:hover::before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-color: rgba(184, 134, 11, 0.5);
}

.about-image:hover .about-img {
  transform: scale(1.05);
}

.feature-item {
  font-size: 1rem;
  color: #495057;
}

.feature-item i {
  font-size: 1.2rem;
  color: #228b22 !important;
}

/* Buton Stilleri - Logo Renklerine Göre */
.btn-primary {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
  border: none;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
  transition: left 0.5s ease;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  border: none;
  color: white;
}

.btn-primary:focus, .btn-primary:active {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
  border: none;
  color: white;
  box-shadow: 0 0 0 0.25rem rgba(184, 134, 11, 0.25);
}

.btn-outline-primary {
  border: 2px solid #228b22;
  color: #228b22;
  background: transparent;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, #228b22 0%, #32cd32 100%);
  border-color: #228b22;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 139, 34, 0.3);
}

.btn-outline-primary:focus, .btn-outline-primary:active {
  background: #228b22;
  border-color: #228b22;
  color: white;
  box-shadow: 0 0 0 0.25rem rgba(34, 139, 34, 0.25);
}

.text-primary {
  color: #b8860b !important;
}

/* Auth - Kullanıcı Chip ve Çıkış Butonu */
.auth-nav { margin: 0; }
.user-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid rgba(184, 134, 11, 0.35);
  color: #6c757d;
  font-weight: 600;
  padding: .35rem .75rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(184, 134, 11, 0.08);
}
.user-chip i { color: #b8860b; }

.btn-logout {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  padding: .35rem .75rem;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(220, 53, 69, .25);
}
.btn-logout:hover { 
  background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
  transform: translateY(-1px);
}
.btn-logout:focus { 
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

/* Gold outline button for login link */
.btn-gold-outline{
  border: 2px solid #c99700;
  color: #5a4300 !important;
  border-radius: 999px;
  line-height: 1.2;
  background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.6) 100%);
}
.btn-gold-outline:hover{
  color:#fff !important;
  background: linear-gradient(180deg,#e0b200,#c99700);
  border-color:#c99700;
}

/* Responsive Tasarım */
@media (max-width: 991px) {
  .products-title {
    font-size: 2rem;
  }
  
  .about-title {
    font-size: 1.8rem;
  }
  
  .product-img-left, .product-img-right {
    height: 250px;
  }
  
  .about-img {
    height: 300px;
  }
  
  .products-description, .about-description {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .products-title {
    font-size: 1.8rem;
    text-align: center;
  }
  
  .about-title {
    font-size: 1.6rem;
    text-align: center;
  }
  
  .product-img-left, .product-img-right {
    height: 200px;
    margin-bottom: 1rem;
  }
  
  .about-img {
    height: 250px;
    margin-bottom: 2rem;
  }
  
  .products-description, .about-description {
    font-size: 0.95rem;
    text-align: center;
  }
  
  .about-content {
    text-align: center;
  }
  
  .feature-item {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .products-title {
    font-size: 1.5rem;
  }
  
  .about-title {
    font-size: 1.4rem;
  }
  
  .btn-lg {
    padding: 0.75rem 2rem !important;
    font-size: 0.95rem;
  }
  
  .products-badge .badge, .about-badge .badge {
    font-size: 0.75rem;
    padding: 0.5rem 1.5rem;
  }
  
  .product-img-left, .product-img-right {
    height: 180px;
  }
  
  .about-img {
    height: 200px;
  }
}

/* Çalışma Saatlerimiz Bölümü */
.working-hours-section {
  background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
  position: relative;
  overflow: hidden;
}

.working-hours-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(34, 139, 34, 0.03) 0%, transparent 70%);
  animation: float 20s ease-in-out infinite reverse;
}

.hours-content {
  position: relative;
  z-index: 2;
}

.hours-badge .badge {
  background: linear-gradient(135deg, #228b22 0%, #32cd32 100%) !important;
  border-radius: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: none;
  color: white;
}

.hours-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.text-hours {
  color: #228b22 !important;
}

.hours-list {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(34, 139, 34, 0.1);
  backdrop-filter: blur(10px);
  max-width: 350px;
  margin: 0 auto;
}

.hour-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(34, 139, 34, 0.1);
  font-size: 1rem;
}

.hour-item:last-child {
  border-bottom: none;
}

.day-name {
  font-weight: 600;
  color: #2d5016;
}

.time-range {
  color: #228b22;
  font-weight: 500;
}

.hours-img-left, .hours-img-right {
  transition: all 0.4s ease;
  border-radius: 15px !important;
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.hours-img-left:hover, .hours-img-right:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(34, 139, 34, 0.15) !important;
}

.hours-image-left, .hours-image-right {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.hours-image-left::after, .hours-image-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(34, 139, 34, 0.1), rgba(184, 134, 11, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hours-image-left:hover::after, .hours-image-right:hover::after {
  opacity: 1;
}

/* Çalışma Saatleri Responsive Tasarım */
@media (max-width: 991px) {
  .hours-title {
    font-size: 2rem;
  }
  
  .hours-img-left, .hours-img-right {
    height: 250px;
  }
  
  .hours-list {
    padding: 1.5rem;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hours-title {
    font-size: 1.8rem;
    text-align: center;
  }
  
  .hours-img-left, .hours-img-right {
    height: 200px;
    margin-bottom: 1rem;
  }
  
  .hours-list {
    padding: 1.2rem;
  }
  
  .hour-item {
    font-size: 0.95rem;
    padding: 0.6rem 0;
  }
}

@media (max-width: 575px) {
  .hours-title {
    font-size: 1.5rem;
  }
  
  .hours-badge .badge {
    font-size: 0.75rem;
    padding: 0.5rem 1.5rem;
  }
  
  .hours-img-left, .hours-img-right {
    height: 180px;
  }
  
  .hours-list {
    padding: 1rem;
  }
  
  .hour-item {
    font-size: 0.9rem;
  }
}

/* Ürünlerimiz Showcase Bölümü */
.products-showcase-section {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  position: relative;
}

.showcase-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
  position: relative;
}

.showcase-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
  border-radius: 2px;
}

.product-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid rgba(184, 134, 11, 0.1);
  height: 100%;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(184, 134, 11, 0.15);
  border-color: rgba(184, 134, 11, 0.2);
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.product-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.product-card:hover .product-showcase-img {
  transform: scale(1.05);
}

.product-image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(184, 134, 11, 0.05), rgba(34, 139, 34, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-image-wrapper::after {
  opacity: 1;
}

.product-info {
  padding: 1.5rem;
}

.product-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.product-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 0;
}

.btn-showcase {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
  border: none;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.2);
}

.btn-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
  transition: left 0.5s ease;
}

.btn-showcase:hover::before {
  left: 100%;
}

.btn-showcase:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(184, 134, 11, 0.3);
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  border: none;
  color: white;
}

.btn-showcase:focus, .btn-showcase:active {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
  border: none;
  color: white;
  box-shadow: 0 0 0 0.25rem rgba(184, 134, 11, 0.25);
}

/* Ürünler Showcase Responsive Tasarım */
@media (max-width: 991px) {
  .showcase-title {
    font-size: 2rem;
  }
  
  .product-image-wrapper {
    height: 220px;
  }
  
  .product-info {
    padding: 1.25rem;
  }
  
  .product-name {
    font-size: 1.1rem;
  }
  
  .product-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .showcase-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .product-image-wrapper {
    height: 200px;
  }
  
  .product-info {
    padding: 1rem;
  }
  
  .product-name {
    font-size: 1rem;
  }
  
  .product-description {
    font-size: 0.85rem;
  }
  
  .btn-showcase {
    padding: 0.75rem 2.5rem !important;
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .showcase-title {
    font-size: 1.5rem;
  }
  
  .product-image-wrapper {
    height: 180px;
  }
  
  .product-card {
    margin-bottom: 1rem;
  }
  
  .btn-showcase {
    padding: 0.7rem 2rem !important;
    font-size: 0.9rem;
  }
}

/* Bayilik Bölümü */
.franchise-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.franchise-content {
  position: relative;
  z-index: 2;
}

.franchise-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.franchise-description {
  font-size: 1.1rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 500px;
}

/* Çilek Dekorasyonları */
.strawberry-decoration {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

.strawberry-decoration img {
  width: 25px;
  height: auto;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

.strawberry-1 {
  top: 20px;
  right: 100px;
  transform: rotate(15deg);
}

.strawberry-2 {
  top: 80px;
  right: 50px;
  transform: rotate(-20deg);
}

.strawberry-3 {
  top: 150px;
  right: 120px;
  transform: rotate(45deg);
}

.strawberry-4 {
  bottom: 100px;
  right: 80px;
  transform: rotate(-15deg);
}

.strawberry-5 {
  bottom: 50px;
  right: 150px;
  transform: rotate(30deg);
}

.strawberry-6 {
  bottom: 20px;
  right: 40px;
  transform: rotate(-45deg);
}

/* Butonlar */
.btn-franchise-primary {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-franchise-primary:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
  color: white;
  text-decoration: none;
}

.btn-franchise-secondary {
  background: linear-gradient(135deg, #228b22 0%, #32cd32 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-franchise-secondary:hover {
  background: linear-gradient(135deg, #32cd32 0%, #228b22 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 139, 34, 0.3);
  color: white;
  text-decoration: none;
}

/* Görsel Kolajı */
.franchise-images {
  position: relative;
  height: 500px;
}

.franchise-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.franchise-row-top {
  justify-content: flex-start;
}

.franchise-row-bottom {
  justify-content: flex-end;
  margin-top: 2rem;
}

.franchise-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.franchise-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.franchise-img-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
  border-radius: 20px;
}

.franchise-img-2 {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #4a6fa5 0%, #6b8dd6 100%);
  border-radius: 15px;
  margin-top: 1rem;
}

.franchise-img-3 {
  width: 190px;
  height: 190px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 18px;
}

.franchise-img-4 {
  width: 170px;
  height: 170px;
  background: linear-gradient(135deg, #ff9ff3 0%, #f368e0 100%);
  border-radius: 12px;
  margin-top: -1rem;
}

.franchise-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.franchise-image:hover img {
  transform: scale(1.05);
}

/* Responsive Tasarım */
@media (max-width: 991px) {
  .franchise-title {
    font-size: 2.5rem;
    text-align: center;
  }
  
  .franchise-description {
    text-align: center;
    max-width: 100%;
  }
  
  .franchise-buttons {
    text-align: center;
  }
  
  .franchise-images {
    height: 400px;
    margin-top: 3rem;
  }
  
  .strawberry-decoration {
    display: none;
  }
}

@media (max-width: 767px) {
  .franchise-title {
    font-size: 2rem;
  }
  
  .franchise-description {
    font-size: 1rem;
  }
  
  .franchise-images {
    height: 350px;
  }
  
  .franchise-img-1 {
    width: 150px;
    height: 150px;
  }
  
  .franchise-img-2 {
    width: 130px;
    height: 130px;
  }
  
  .franchise-img-3 {
    width: 140px;
    height: 140px;
  }
  
  .franchise-img-4 {
    width: 120px;
    height: 120px;
  }
  
  .btn-franchise-primary,
  .btn-franchise-secondary {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .franchise-title {
    font-size: 1.8rem;
  }
  
  .franchise-description {
    font-size: 0.95rem;
  }
  
  .franchise-images {
    height: 300px;
  }
  
  .franchise-row {
    gap: 0.5rem;
  }
  
  .franchise-img-1 {
    width: 120px;
    height: 120px;
  }
  
  .franchise-img-2 {
    width: 100px;
    height: 100px;
  }
  
  .franchise-img-3 {
    width: 110px;
    height: 110px;
  }
  
  .franchise-img-4 {
    width: 90px;
    height: 90px;
  }
  
  .btn-franchise-primary,
  .btn-franchise-secondary {
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

/* Tatlı Anlarınızın Keyfini Çıkarın Bölümü */
.enjoy-moments-section {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  background: linear-gradient(to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0.3) 70%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.enjoy-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  display: inline-block;
}

.enjoy-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #495057;
  line-height: 1.2;
  margin-bottom: 0;
}

.enjoy-buttons {
  position: relative;
  z-index: 2;
}

.btn-enjoy-primary {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}

.btn-enjoy-primary:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
  color: white;
  text-decoration: none;
}

.btn-enjoy-secondary {
  background: linear-gradient(135deg, #228b22 0%, #32cd32 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}

.btn-enjoy-secondary:hover {
  background: linear-gradient(135deg, #32cd32 0%, #228b22 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 139, 34, 0.3);
  color: white;
  text-decoration: none;
}

/* Responsive Tasarım */
@media (max-width: 991px) {
  .enjoy-title {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .enjoy-buttons {
    margin-top: 1rem;
  }
  
  .enjoy-content {
    padding: 1.5rem;
  }
  
  .enjoy-moments-section {
    background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.2) 100%
    );
  }
}

@media (max-width: 767px) {
  .enjoy-moments-section {
    min-height: 150px;
    background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.85) 60%,
      rgba(255, 255, 255, 0.15) 100%
    );
  }
  
  .enjoy-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .enjoy-content {
    padding: 1.2rem;
  }
  
  .btn-enjoy-primary,
  .btn-enjoy-secondary {
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
    min-width: 140px;
  }
}

@media (max-width: 575px) {
  .enjoy-title {
    font-size: 1.6rem;
  }
  
  .enjoy-content {
    padding: 1rem;
  }
  
  .enjoy-moments-section {
    background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 70%,
      rgba(255, 255, 255, 0.1) 100%
    );
  }
  
  .btn-enjoy-primary,
  .btn-enjoy-secondary {
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
    min-width: 120px;
  }
}