/* You can add global styles to this file, and also import other style files */
@import 'bootstrap/scss/bootstrap';

/* General Styles */
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

/* Top Header Styles */
.top-header {
  background-color: white;
  padding: 0.8rem 0;
  border-bottom: 1px solid #eee;
}

.logo {
  color: #e85d5d;
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: lowercase;
}

.logo:hover {
  color: #e85d5d;
}

/* Header Search */
.header-search {
  width: 400px;
}

.header-search .input-group {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.header-search .form-control {
  border: none;
  padding: 0.5rem 1rem;
}

.header-search .form-control:focus {
  box-shadow: none;
}

.btn-register {
  color: #e85d5d;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}

.btn-register:hover {
  color: #d45555;
}

/* Navbar Styles */
.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 0.5rem 0;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.nav-link {
  font-weight: 500;
  color: #333 !important;
  padding: 0.5rem 0.8rem !important;
}

.nav-link:hover {
  color: #e85d5d !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dropdown-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #e85d5d;
}

/* Banner Section */
.banner-section {
  position: relative;
  margin-bottom: 50px;
}

.banner-section img {
  height: 500px;
  object-fit: cover;
  filter: brightness(0.55);
}

.hero-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.main-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  color: #fefefe;
  margin-bottom: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  line-height: 1.2;
}

.sub-title {
  font-family: 'Alex Brush', cursive;
  font-size: 3.6rem;
  color: #e85d5d;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  line-height: 1;
}

/* Search Box */
.search-container {
  position: relative;
  margin-top: -110px;
  z-index: 2;
  padding: 0;
}

.search-box {
  background: white;
  position: relative;
  width: 100%;
  padding: 1.5rem;
  border-radius: 10px;
}

.search-box .form-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.search-box .input-group-text {
  background-color: transparent;
  border-right: none;
  height: 42px;
}

.search-box .form-select {
  border-left: none;
  padding-left: 0;
  font-size: 0.9rem;
  height: 42px;
  cursor: pointer;
}

.search-box .form-select:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.search-btn {
  background-color: #e96060;
  color: white;
  height: 42px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-btn:hover {
  background-color: #d45555;
  color: white;
}

/* Cards Section */
.cards-section {
  background-color: #f8f9fa;
  padding: 7rem 0 4rem 0;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.card-text {
  color: #666;
}

.btn-primary {
  background-color: #e96060;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #d45555;
}

/* Footer Styles */
/* Main Footer Adjustments */
footer {
    position: relative;
    padding-top: 80px;
    z-index: 2;
    background-color: #e96060;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}

footer .container {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

footer p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

footer .social-icons {
    margin-bottom: 1.5rem;
}

footer hr {
    opacity: 0.2;
    margin: 1.5rem auto;
    width: 100%;
    max-width: 800px;
    background-color: white;
}

/* Updated Footer Logo */
.logo-footer {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .logo-footer {
        margin-top: 30px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    footer .container {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }
}

/* Organizations Section */
.organizations-section {
  /*padding-top: 4rem;*/
  background-color: #fff;
}

.section-header {
  margin-bottom: 2rem;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #333;
}

.view-all {
  color: #e96060;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.view-all:hover {
  color: #d45555;
}

/* Category Menu */
.category-menu {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}

.category-menu .nav {
  gap: 2rem;
}

.category-menu .nav-link {
  color: #666 !important;
  font-weight: 500;
  padding: 0.5rem 0 !important;
  position: relative;
  transition: color 0.3s ease;
}

.category-menu .nav-link:hover {
  color: #e96060 !important;
}

.category-menu .nav-link.active {
  color: #e96060 !important;
}

.category-menu .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e96060;
}

/* Organization Cards - Corporate Style */
.org-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  background: white;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.org-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.org-card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.org-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.org-card:hover .org-card-image img {
  transform: scale(1.08);
}


/* Organization Card Info Section */
.org-card-info {
  padding: 1.5rem;
  background: white;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.org-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.25rem; /* 2 satır için minimum yükseklik (1.25rem * 1.3 * 2) */
}

.org-location-box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 8px;
}

.location-icon {
  color: #e96060;
  flex-shrink: 0;
}

.org-location {
  font-size: 0.9rem;
  color: #7f8c8d;
  font-weight: 500;
}

.org-price-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
  flex-shrink: 0;
}

.org-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #e96060;
  letter-spacing: 0.5px;
}

.org-price-text {
  font-size: 1rem;
  font-weight: 600;
  color: #95a5a6;
  font-style: italic;
}

/* All Categories Section */
.all-categories-section {
  background-color: #fff;
  /*padding: 5rem 0;*/
}

.category-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.3s ease;
}

.category-title {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  padding: 1rem;
  transform: translateY(0);
  transition: transform 0.3s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.category-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.category-card:hover img {
  transform: scale(1.05);
}

.category-card:hover .category-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.category-card:hover .category-title {
  transform: translateY(-5px);
}

/* Latest Content Section */
.latest-content {
  background-color: #fff;
  padding: 5rem 0;
}

.content-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 450px;
  display: flex;
  flex-direction: column;
}

.card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-date-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #666;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card-content h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-content p {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.card-content .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Mobile Sliders */
.org-slider,
.venue-slider,
.latest-content-slider {
  padding: 0 20px;
}

.org-slider .swiper-slide,
.venue-slider .swiper-slide {
  width: 280px;
}

.latest-content-slider .swiper-slide {
  width: 100%;
}

.latest-content-slider .content-card {
  height: 450px;
}

.latest-content-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.latest-content-slider .swiper-pagination-bullet {
  background: #f06273;
  opacity: 0.3;
}

.latest-content-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Categories Footer */
.categories-footer {
  background-color: #fff;
  padding: 3rem 0;
}

.categories-footer h5 {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.categories-footer ul li {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .banner-section {
    margin-bottom: 80px;
  }

  .banner-section img {
    height: 400px;
  }
  
  .main-title {
    font-size: 2rem;
  }
  
  .sub-title {
    font-size: 2.4rem;
  }
  
  .search-box {
    padding: 1rem;
    margin: 0 1rem;
  }

  .search-container {
    margin-top: -110px;
    padding: 0 15px;
    max-width: 100%;
  }

  .search-box {
    margin: 0 auto;
    max-width: 450px;
  }

  .mobile-title {
    font-size: 20px;
  }

  .category-menu .nav {
    gap: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
  
  .category-menu .nav-link {
    white-space: nowrap;
  }
  
  .org-card-image {
    height: 180px;
  }
  
  .org-card-info {
    padding: 1.2rem;
  }
  
  .org-title {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
  
  .org-location {
    font-size: 0.85rem;
  }
  
  .org-price {
    font-size: 1.1rem;
  }

  .category-card {
    height: 250px;
    margin-bottom: 0;
  }

  .category-overlay {
    padding: 15px;
  }

  .category-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .card-content {
    padding: 15px;
  }

  .card-content h3 {
    font-size: 1.1rem;
  }

  .venue-image {
    height: 180px;
  }

  .venue-title-overlay {
    padding: 1rem 1rem 0.875rem;
  }

  .venue-title-overlay .venue-title {
    font-size: 1.25rem;
  }
}

/* Newsletter Card Styles */
.newsletter-card {
    position: relative;
    margin-top: -80px;
    margin-bottom: -80px;
    z-index: 3;
}

.newsletter-card .card {
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    background: white;
}

.newsletter-card .card-body {
    padding: 2.5rem;
}

.newsletter-card h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter-card p {
    color: #666;
    margin-bottom: 0;
}

.newsletter-card .input-group {
    max-width: 400px;
    border-radius: 5px;
    overflow: hidden;
}

.newsletter-card .form-control {
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
}

.newsletter-card .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.newsletter-card .btn:hover {
    background-color: #d45555 !important;
}

/* Social Icons */
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Venue Card Styles (Davet Alanları) */
.venue-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.venue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.venue-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.venue-card:hover .venue-image img {
  transform: scale(1.08);
}

.venue-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  pointer-events: none;
}

.venue-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.25rem 1.25rem;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.venue-title-overlay .venue-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}

.venue-card:hover .venue-title-overlay .venue-title {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

/* Blog Styles */
/* Blog Banner */
.blog-banner {
  position: relative;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-banner .banner-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.blog-banner .banner-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

.blog-banner .banner-content {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}

.blog-banner .banner-content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.blog-banner .banner-content p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-align: center;
}

.blog-banner .search-box {
  display: flex;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.blog-banner .search-box input {
  border: none;
  padding: 12px 20px;
  outline: none;
  font-size: 1rem;
  border-radius: 30px 0 0 30px;
  min-width: 180px;
}

.blog-banner .search-box button {
  background: #f06273;
  color: #fff;
  border: none;
  padding: 0 24px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  transition: background 0.2s;
}

.blog-banner .search-box button:hover {
  background: #e94e5c;
}

/* Categories */
.categories {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 32px;
  justify-content: flex-start;
  margin: 40px 0 30px 0;
  font-size: 1.1rem;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.categories::-webkit-scrollbar {
  display: none;
}

.categories .category-item {
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  transition: border 0.2s, color 0.2s;
}

.categories .category-item.active {
  color: #f06273;
  border-bottom: 2px solid #f06273;
  font-weight: 500;
}

.categories .category-item:hover:not(.active) {
  color: #e94e5c;
}

/* Blog Cards */
.blog-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 60px;
}

.blog-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  overflow: hidden;
  width: 320px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card .card-content {
  padding: 22px 18px 18px 18px;
}

.blog-card .card-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.blog-card .card-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 18px;
  min-height: 48px;
}

.blog-card .read-more {
  color: #f06273;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.blog-card .read-more:hover {
  color: #e94e5c;
  text-decoration: underline;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0 20px 0;
  flex-wrap: wrap;
}

.pagination-btn {
  padding: 8px 12px;
  border: 1px solid #e9ecef;
  background: white;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 40px;
}

.pagination-btn:hover:not(:disabled) {
  background: #f8f9fa;
  color: #333;
}

.pagination-btn.active {
  background: #f06273;
  color: white;
  border-color: #f06273;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-info {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-bottom: 40px;
}

/* Contact Styles */
.contact-form {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-info {
 /* background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background-color: #e96060;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-details h6 {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-details p {
  color: #666;
  margin: 0;
}

.social-links {
  margin-top: 2rem;
}

.social-links h6 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background-color: #e96060;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-link:hover {
  background-color: #d45555;
  color: white;
}

.map-section {
  margin-top: 3rem;
}

.map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* About Styles */
.about-content {
  background: white;
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.about-stats {
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e96060;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: #666;
  font-weight: 500;
}

/* Filter Sidebar */
.filter-sidebar {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.filter-group {
  margin-bottom: 1.5rem;
}

.filter-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.results-header {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.company-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.company-card:hover {
  transform: translateY(-5px);
}

.company-image {
  height: 200px;
  overflow: hidden;
}

.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-info {
  padding: 1.5rem;
}

.company-info h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.company-location {
  color: #666;
  margin-bottom: 1rem;
}

.company-rating {
  margin-bottom: 1rem;
}

.rating {
  color: #e96060;
  font-weight: 600;
}

.review-count {
  color: #666;
  font-size: 0.9rem;
}

/* Organizasyon Detay Styles */
.main-image-gallery {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.main-image-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.thumbnail-gallery {
  margin-top: 1rem;
}

.thumbnail-gallery img {
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.thumbnail-gallery img.active {
  opacity: 1;
  border: 2px solid #e96060;
}

.thumbnail-gallery img:not(.active) {
  opacity: 0.7;
}

.organizasyon-info {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.organizasyon-title {
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}

.organizasyon-meta {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.location-info {
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.organizasyon-description,
.organizasyon-details {
  margin-bottom: 2rem;
}

.organizasyon-description h4,
.organizasyon-details h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}

.organizasyon-description p,
.organizasyon-details p {
  color: #666;
  line-height: 1.6;
}

.map-section {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.map-section h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.contact-card h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.contact-info .contact-item {
  margin-bottom: 1rem;
}

.similar-organizations {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.similar-organizations h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.similar-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.similar-card:hover {
  background-color: #f8f9fa;
}

.similar-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.similar-info h6 {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.similar-location {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* Blog Detail Styles */
.blog-detay-wrapper {
  min-height: 100vh;
  background: #fafbfc;
}

/* Hero Section */
.blog-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.blog-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog-hero .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.blog-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(240, 98, 115, 0.8) 0%,
    rgba(233, 78, 92, 0.6) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.blog-hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 100px 0;
  color: white;
}

.blog-hero .breadcrumb-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.blog-hero .back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.blog-hero .back-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: white;
}

.blog-hero .back-btn i {
  font-size: 14px;
}

.blog-hero .hero-text {
  max-width: 800px;
}

.blog-hero .blog-meta {
  margin-bottom: 24px;
}

.blog-hero .publish-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  display: inline-flex;
}

.blog-hero .publish-date i {
  font-size: 14px;
}

.blog-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Main Content */
.blog-main {
  padding: 80px 0;
  background: white;
}

.blog-main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.blog-main .content-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  align-items: start;
}

/* Article Content */
.blog-main .article-content .article-body h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 48px 0 24px 0;
  line-height: 1.3;
}

.blog-main .article-content .article-body p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 24px;
}

/* Sidebar */
.blog-main .article-sidebar {
  position: sticky;
  top: 24px;
}

.blog-main .sidebar-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

.blog-main .sidebar-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.blog-main .sidebar-card p {
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Author Card */
.blog-main .sidebar-card.author-card {
  text-align: center;
}

.blog-main .sidebar-card.author-card .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}

.blog-main .sidebar-card.author-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-main .sidebar-card.author-card h3 {
  text-align: center;
  margin-bottom: 0;
}

/* Share Card */
.blog-main .sidebar-card.share-card .social-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-main .sidebar-card.share-card .social-btn {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-main .sidebar-card.share-card .social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.blog-main .sidebar-card.share-card .social-btn.facebook { background: #1877f2; }
.blog-main .sidebar-card.share-card .social-btn.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.blog-main .sidebar-card.share-card .social-btn.twitter { background: #1da1f2; }
.blog-main .sidebar-card.share-card .social-btn.linkedin { background: #0077b5; }
.blog-main .sidebar-card.share-card .social-btn.whatsapp { background: #25d366; }

/* Related Posts */
.blog-main .sidebar-card.related-card .related-posts .related-post {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}

.blog-main .sidebar-card.related-card .related-posts .related-post:last-child {
  border-bottom: none;
}

.blog-main .sidebar-card.related-card .related-posts .related-post:hover {
  transform: translateX(4px);
}

.blog-main .sidebar-card.related-card .related-posts .related-post img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-main .sidebar-card.related-card .related-posts .related-post .related-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.4;
}

.blog-main .sidebar-card.related-card .related-posts .related-post .related-content .related-date {
  font-size: 0.9rem;
  color: #888;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .blog-main .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog-main .article-sidebar {
    position: static !important;
  }
}

@media (max-width: 768px) {
  .blog-hero {
    height: 60vh;
    min-height: 400px;
  }

  .blog-hero .hero-content {
    padding: 40px 0;
  }

  .blog-hero .hero-content .container {
    padding: 0 16px;
  }

  .blog-hero .breadcrumb-nav {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .blog-hero .hero-text h1 {
    font-size: 2.5rem;
  }

  .blog-main {
    padding: 40px 0;
  }

  .blog-main .container {
    padding: 0 16px;
  }

  .blog-main .article-content .article-body h2 {
    font-size: 1.6rem;
    margin: 32px 0 16px 0;
  }

  .blog-main .article-content .article-body p {
    font-size: 1rem;
  }

  .blog-main .sidebar-card {
    padding: 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .blog-hero {
    height: 50vh;
    min-height: 300px;
  }

  .blog-hero .hero-text h1 {
    font-size: 2rem;
  }
}

/* Blog Responsive Styles */
@media (max-width: 1100px) {
  .blog-cards {
    gap: 20px;
  }
  .blog-card {
    width: 45vw;
    min-width: 260px;
    max-width: 400px;
  }
}

@media (max-width: 800px) {
  .blog-banner .search-box-wrapper {
    display: none !important;
  }
  .categories {
    gap: 16px;
    font-size: 1rem;
    margin: 18px 0 12px 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .blog-banner {
    height: 140px;
  }
  .blog-banner .banner-img, .blog-banner .banner-overlay {
    height: 140px;
  }
  .blog-banner .banner-content {
    justify-content: flex-end;
    padding-bottom: 10px;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-banner .banner-content h1 {
    font-size: 1.1rem;
  }
  .blog-banner .banner-content p {
    font-size: 0.95rem;
    margin-bottom: 16px;
  }
  .blog-banner .search-box {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 30px;
  }
  .blog-banner .search-box input, .blog-banner .search-box button {
    width: 100%;
    border-radius: 0;
  }
  .blog-banner .search-box input {
    border-radius: 30px 30px 0 0;
    font-size: 1rem;
    padding: 10px 16px;
  }
  .blog-banner .search-box button {
    border-radius: 0 0 30px 30px;
    padding: 12px 0;
    font-size: 1.05rem;
  }
  .blog-cards {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .blog-card {
    width: 96vw;
    max-width: 500px;
    min-width: unset;
  }
  .blog-card img {
    height: 140px;
  }
  .blog-card .card-content {
    padding: 16px 12px 12px 12px;
  }
  .blog-card .card-content h3 {
    font-size: 1.1rem;
  }
  .blog-card .card-content p {
    font-size: 0.98rem;
    min-height: 28px;
  }
}

@media (min-width: 801px) {
  .categories {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .pagination {
    gap: 6px;
    margin: 30px 0 20px 0;
  }
  .pagination-btn {
    padding: 8px 12px;
    font-size: 14px;
    min-width: 40px;
  }
  .pagination-info {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

/* ===== DETAYLI LİSTE ORGANİZASYONLAR STİLLERİ ===== */

/* Genel container */
.detayli-liste-container {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f7f7f7;
  min-height: 100vh;
}

/* Üst banner ve başlık */
.header-section {
  position: relative;
  height: 260px;
}

.header-section .header-bg {
  background: url('/assets/images/organizasyonlar-banner.jpg') center center/cover no-repeat;
  filter: blur(1px) brightness(0.8);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

.header-section .header-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.28);
  z-index: 2;
}

.header-section .header-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  align-items: center;
  padding-top: 50px;
}

.header-section .header-content .breadcrumb {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 10px;
  margin: 0 auto 10px auto;
  display: block;
}

.header-section .header-content h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1px;
}

.header-section .header-content .subtitle {
  font-size: 1rem;
  opacity: 0.95;
}

/* Ana içerik */
.main-content {
  display: flex;
  max-width: 1200px;
  margin: -60px auto 0 auto;
  padding: 0 20px 40px 20px;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Sol filtre paneli */
.filter-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 28px 22px;
  min-width: 260px;
  max-width: 320px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.filter-panel .filter-group {
  margin-bottom: 0;
}

.filter-panel .filter-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.filter-panel .filter-group .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  font-weight: 600;
  color: #333;
}

.filter-panel .filter-group .filter-header i {
  transition: transform 0.3s ease;
}

.filter-panel .filter-group .filter-content {
  margin-top: 8px;
}

.filter-panel .filter-group .filter-content .filter-item {
  margin-bottom: 8px;
}

.filter-panel .filter-group .filter-content .filter-item .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-panel .filter-group .filter-content .filter-item .checkbox-wrapper input[type="checkbox"] {
  margin: 0;
}

.filter-panel .filter-group .filter-content .filter-item .checkbox-wrapper label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

.filter-panel .filter-group input[type='checkbox'], 
.filter-panel .filter-group input[type='radio'] {
  accent-color: #ff5a5f;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.filter-panel .filter-group select {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 7px;
  border: 1.5px solid #eee;
  font-size: 15px;
  transition: border 0.2s;
}

.filter-panel .filter-group select:focus {
  border: 1.5px solid #ff5a5f;
  outline: none;
}

.filter-panel .kampanya {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-panel .kampanya label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
}

.filter-panel .kampanya .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.filter-panel .kampanya .switch input {
  display: none;
}

.filter-panel .kampanya .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ccc;
  border-radius: 24px;
  transition: .4s;
}

.filter-panel .kampanya .switch .slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: .4s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.filter-panel .kampanya .switch input:checked + .slider {
  background: #ff5a5f;
}

.filter-panel .kampanya .switch input:checked + .slider:before {
  transform: translateX(20px);
}

/* Search button stilleri */
.filter-panel .filter-search-btn {
  width: 100%;
  padding: 12px 0;
  background: #ff5a5f;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  font-size: 16px;
}

.filter-panel .filter-search-btn i {
  font-size: 1.2em;
}

.filter-panel .filter-search-btn:hover {
  background: #e14c50;
  box-shadow: 0 4px 12px rgba(255,90,95,0.3);
}

/* Mobile filter close button */
.filter-panel .mobile-filter-close {
  position: absolute;
  top: 12px;
  right: 18px;
  background: none;
  border: none;
  color: #ff5a5f;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 1003;
}

/* Sağdaki liste ve kartlar */
.list-section .result-info {
  font-size: 16px;
  margin-bottom: 24px;
  color: #666;
}

.list-section .result-info .highlight {
  color: #ff5a5f;
  font-weight: bold;
}

.list-section .company-list {
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
}

.list-section .company-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
 /*margin-bottom: 24px;*/
  width: 100% !important;
  /*max-width: 100dvh !important;*/
  /*min-height: 400px !important;*/
  /*max-height: 500px !important;*/
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
  /*height: auto !important;*/
  resize: none !important;
  position: relative !important;
}

.list-section .company-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

/* Üst kısım - Header */
.list-section .company-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 16px 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 1px solid #f0f0f0;
}

.list-section .company-card .card-header .company-basic-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.list-section .company-card .card-header .company-basic-info .company-logo {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.list-section .company-card .card-header .company-basic-info .company-logo .logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-section .company-card .card-header .company-basic-info .company-details {
  flex: 1;
}

.list-section .company-card .card-header .company-basic-info .company-details .company-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .rating .stars {
  color: #ffd700;
  font-size: 12px;
}

.list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .rating .rating-text {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #888;
}

.list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .location i {
  color: #ff5a5f;
  font-size: 11px;
}

.list-section .company-card .card-header .category-badge {
  background: linear-gradient(135deg, #ff5a5f 0%, #ff6b6b 100%);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(255,90,95,0.3);
}

/* Orta kısım - Body */
.list-section .company-card .card-body {
  padding: 15px 24px;
}

.list-section .company-card .card-body .category-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.list-section .company-card .card-body .category-navigation .category-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 8px 12px;
  border: 1px solid #e9ecef;
}

.list-section .company-card .card-body .category-navigation .category-display .nav-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #e9ecef;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #666;
  flex-shrink: 0;
}

.list-section .company-card .card-body .category-navigation .category-display .nav-btn:hover:not(:disabled) {
  background: #ff5a5f;
  color: white;
  border-color: #ff5a5f;
}

.list-section .company-card .card-body .category-navigation .category-display .nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.list-section .company-card .card-body .category-navigation .category-display .nav-btn i {
  font-size: 12px;
}

.list-section .company-card .card-body .category-navigation .category-display .current-category {
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Seçili kategori detayları */
.list-section .company-card .card-body .category-details {
  display: flex !important;
  gap: 20px !important;
  align-items: flex-start !important;
  min-height: 120px !important;
  max-height: 120px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  height: 120px !important;
  resize: none !important;
  cursor: grab;
  transition: all 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  position: relative;
}

.list-section .company-card .card-body .category-details:active {
  cursor: grabbing;
  animation: touchFeedback 0.2s ease;
}

.list-section .company-card .card-body .category-details .category-image {
  width: 120px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.list-section .company-card .card-body .category-details .category-image .detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.list-section .company-card .card-body .category-details .category-image:hover .detail-image {
  transform: scale(1.05);
}

.list-section .company-card .card-body .category-details .category-info {
  flex: 1 !important;
  min-height: 80px !important;
  max-height: 120px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  max-width: calc(100% - 140px) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  flex-shrink: 1 !important;
  height: 120px !important;
  resize: none !important;
}

.list-section .company-card .card-body .category-details .category-info .category-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px 0;
  line-height: 1.3;
  min-height: 20px;
}

.list-section .company-card .card-body .category-details .category-info .category-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 40px !important;
  max-height: 40px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  max-width: 600px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  height: 40px !important;
  resize: none !important;
  flex-shrink: 0 !important;
}

.list-section .company-card .card-body .category-details .category-info .category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 20px;
}

.list-section .company-card .card-body .category-details .category-info .category-meta .mekan-info {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #888;
}

.list-section .company-card .card-body .category-details .category-info .category-meta .mekan-info i {
  color: #ff5a5f;
  font-size: 11px;
}

.list-section .company-card .card-body .category-details .category-info .category-meta .price-info .price {
  font-size: 16px;
  font-weight: 700;
  color: #ff5a5f;
}

/* Alt kısım - Footer */
.list-section .company-card .card-footer {
  padding: 16px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}

.list-section .company-card .card-footer .action-buttons {
  display: flex;
  gap: 12px;
}

.list-section .company-card .card-footer .action-buttons .btn-primary, 
.list-section .company-card .card-footer .action-buttons .btn-secondary {
  flex: 1;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
}

.list-section .company-card .card-footer .action-buttons .btn-primary i, 
.list-section .company-card .card-footer .action-buttons .btn-secondary i {
  font-size: 12px;
}

.list-section .company-card .card-footer .action-buttons .btn-primary {
  background: linear-gradient(135deg, #ff5a5f 0%, #ff6b6b 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(255,90,95,0.3);
}

.list-section .company-card .card-footer .action-buttons .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255,90,95,0.4);
}

.list-section .company-card .card-footer .action-buttons .btn-secondary {
  background: white;
  color: #666;
  border: 1px solid #e9ecef;
}

.list-section .company-card .card-footer .action-buttons .btn-secondary:hover {
  background: #f8f9fa;
  color: #333;
  transform: translateY(-1px);
}

.list-section .company-card .card-footer .dots-indicator {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.list-section .company-card .card-footer .dots-indicator .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e9ecef;
  transition: all 0.3s ease;
}

.list-section .company-card .card-footer .dots-indicator .dot.active {
  background: #ff5a5f;
  transform: scale(1.2);
}

/* Sayfalama */
.list-section .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0 20px 0;
  flex-wrap: wrap;
}

.list-section .pagination .pagination-btn {
  padding: 8px 12px;
  border: 1px solid #e9ecef;
  background: white;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 40px;
}

.list-section .pagination .pagination-btn:hover {
  background: #f8f9fa;
  color: #333;
}

.list-section .pagination .pagination-btn.active {
  background: #ff5a5f;
  color: white;
  border-color: #ff5a5f;
}

.list-section .pagination-info {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-bottom: 40px;
}

/* Mobile filter toggle button */
.mobile-filter-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ff5a5f;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  margin: 16px 16px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255,90,95,0.3);
  width: calc(100% - 32px);
  box-sizing: border-box;
}

.mobile-filter-toggle i {
  font-size: 14px;
}

.mobile-filter-toggle:hover {
  background: #e04a4f;
}

/* Touch feedback animation */
@keyframes touchFeedback {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

/* Responsive tasarım - Detaylı Liste */
@media (max-width: 768px) {
  .detayli-liste-container .main-content {
    flex-direction: column;
    padding: 0 0 20px 0;
    max-width: 100%;
    margin: -60px 0 0 0;
    gap: 0;
  }
  
  .detayli-liste-container .filter-panel {
    min-width: auto;
    max-width: none;
    margin-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: #fff;
    max-width: 100vw;
    min-width: unset;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 32px 18px 18px 18px;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(.4,2,.6,1);
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .detayli-liste-container .filter-panel.mobile-open {
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  }
  
  .detayli-liste-container .mobile-filter-toggle {
    display: flex !important;
  }
  
  .detayli-liste-container .list-section {
    width: 100%;
    padding: 0 16px;
  }
  
  .detayli-liste-container .list-section .result-info {
    padding: 0 16px;
    margin-bottom: 16px;
  }
  
  .detayli-liste-container .list-section .company-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    min-height: auto !important;
    max-height: none !important;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  
  .detayli-liste-container .list-section .company-card .card-header {
    padding: 16px 16px 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info {
    width: 100%;
    gap: 12px;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-logo {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details {
    flex: 1;
    min-width: 0;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details .company-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .rating {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .rating .stars {
    color: #ffd700;
    font-size: 12px;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .rating .rating-text {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #888;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .company-basic-info .company-details .company-meta .rating-location .location i {
    color: #ff5a5f;
    font-size: 11px;
  }
  
  .detayli-liste-container .list-section .company-card .card-header .category-badge.desktop-only {
    display: none;
  }
  
  .detayli-liste-container .list-section .company-card .card-body {
    padding: 0 16px 16px 16px;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation {
    margin-bottom: 16px;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation .category-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    position: relative;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation .category-display:active {
    cursor: grabbing;
    animation: touchFeedback 0.2s ease;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation .category-display .nav-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #e9ecef;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #666;
    flex-shrink: 0;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation .category-display .nav-btn:hover:not(:disabled) {
    background: #ff5a5f;
    color: white;
    border-color: #ff5a5f;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation .category-display .nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation .category-display .nav-btn i {
    font-size: 14px;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-navigation .category-display .current-category {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details {
    flex-direction: column !important;
    gap: 16px !important;
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    cursor: grab;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    position: relative;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details:active {
    cursor: grabbing;
    animation: touchFeedback 0.2s ease;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-image {
    width: 100% !important;
    height: 200px !important;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-image .detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-image:hover .detail-image {
    transform: scale(1.02);
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-info {
    flex: 1 !important;
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    max-width: 100% !important;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-info .category-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 12px 0;
    line-height: 1.3;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-info .category-description {
    display: none !important;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-info .category-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-info .category-meta .mekan-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888;
    flex: 1;
    min-width: 0;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-info .category-meta .mekan-info i {
    color: #ff5a5f;
    font-size: 12px;
    flex-shrink: 0;
  }
  
  .detayli-liste-container .list-section .company-card .card-body .category-details .category-info .category-meta .price-info .price {
    font-size: 16px;
    font-weight: 700;
    color: #ff5a5f;
    white-space: nowrap;
  }
  
  .detayli-liste-container .list-section .company-card .card-footer {
    padding: 16px;
    gap: 12px;
    flex-direction: column;
  }
  
  .detayli-liste-container .list-section .company-card .card-footer .action-buttons {
    width: 100%;
    display: flex;
    gap: 12px;
  }
  
  .detayli-liste-container .list-section .company-card .card-footer .action-buttons .btn-primary, 
  .detayli-liste-container .list-section .company-card .card-footer .action-buttons .btn-secondary {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
  }
  
  .detayli-liste-container .list-section .company-card .card-footer .action-buttons .btn-primary i, 
  .detayli-liste-container .list-section .company-card .card-footer .action-buttons .btn-secondary i {
    font-size: 14px;
  }
  
  .detayli-liste-container .list-section .company-card .card-footer .dots-indicator {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
  }
  
  .detayli-liste-container .list-section .company-card .card-footer .dots-indicator .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e9ecef;
    transition: all 0.3s ease;
  }
  
  .detayli-liste-container .list-section .company-card .card-footer .dots-indicator .dot.active {
    background: #ff5a5f;
    transform: scale(1.2);
  }
  
  .detayli-liste-container .list-section .pagination {
    gap: 6px;
    margin: 30px 0 20px 0;
  }
  
  .detayli-liste-container .list-section .pagination .pagination-btn {
    padding: 8px 12px;
    font-size: 14px;
    min-width: 40px;
  }
  
  .detayli-liste-container .list-section .pagination-info {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .detayli-liste-container .mobile-filter-toggle {
    display: none !important;
  }
  
  .detayli-liste-container .desktop-only {
    display: block !important;
  }
  
  .detayli-liste-container .filter-panel {
    display: flex !important;
    position: relative !important;
    transform: none !important;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 28px 22px;
    min-width: 300px;
    max-width: 400px;
    margin-top: 40px;
    flex-direction: column;
    gap: 28px;
  }
  
  .detayli-liste-container .filter-panel .mobile-filter-close {
    display: none !important;
  }
  
  .detayli-liste-container .filter-panel select[multiple] {
    height: 120px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px;
  }
  
  .detayli-liste-container .filter-panel select[multiple] option {
    padding: 6px 8px;
    margin: 2px 0;
    border-radius: 4px;
  }
  
  .detayli-liste-container .filter-panel select[multiple] option:checked {
    background-color: #dc3545;
    color: white;
  }
}

/* Footer Links Styles */
.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-links a {
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
}

.footer-copyright {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 576px) {
    .footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .footer-links a {
        margin: 0 5px;
    }
}

/* Modern Company Card Styles */
.modern-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  display: flex;
  min-height: 240px;
  cursor: pointer;
}

.modern-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.modern-card .card-content-wrapper {
  display: flex;
  gap: 0;
  width: 100%;
  align-items: stretch;
}

.modern-card .card-image-section {
  position: relative;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  flex-shrink: 0;
  padding: 12px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.modern-card .main-card-image {
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.modern-card:hover .main-card-image {
  transform: scale(1.02);
}

.modern-card .category-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.6);
  padding: 8px 12px;
  border-radius: 20px;
  z-index: 10;
}

.modern-card .category-nav-btn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 12px;
  transition: all 0.2s;
}

.modern-card .category-nav-btn:hover:not(:disabled) {
  color: #e85d5d;
  transform: scale(1.2);
}

.modern-card .category-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.modern-card .category-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.modern-card .category-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.2s;
}

.modern-card .category-dots .dot.active {
  background: #e85d5d;
  width: 8px;
  height: 8px;
}

.modern-card .card-info-section {
  flex: 1;
  padding: 20px 24px;
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 240px;
}

.modern-card .card-header-modern {
  margin-bottom: 16px;
}

.modern-card .company-title-modern {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.modern-card .company-meta-modern {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.modern-card .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: #4a5568;
  font-weight: 500;
}

.modern-card .meta-item i {
  font-size: 0.95rem;
  opacity: 0.8;
}

.modern-card .card-description {
  color: #718096;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modern-card .card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.modern-card .feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #4a5568;
}

.modern-card .card-footer-modern {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
  margin-top: auto;
}

.modern-card .price-section {
  flex: 1;
}

.modern-card .price-label {
  font-size: 0.8rem;
  color: #718096;
  margin-bottom: 2px;
}

.modern-card .price-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.modern-card .old-price {
  font-size: 0.85rem;
  color: #a0aec0;
  text-decoration: line-through;
}

.modern-card .new-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e85d5d;
}

.modern-card .action-buttons-modern {
  display: flex;
  gap: 10px;
  align-items: center;
}

.modern-card .btn-teklif-modern {
  background: #e85d5d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.modern-card .btn-teklif-modern:hover {
  background: #d45555;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(232, 93, 93, 0.3);
}

.modern-card .btn-incele-modern {
  background: white;
  border: 2px solid #e85d5d;
  color: #e85d5d;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.modern-card .btn-incele-modern:hover {
  background: #e85d5d;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(232, 93, 93, 0.3);
}

@media (max-width: 992px) {
  .modern-card {
    flex-direction: column;
  }
  
  .modern-card .card-content-wrapper {
    flex-direction: column;
  }
  
  .modern-card .card-image-section {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 12px;
    background: #f8f9fa;
  }
  
  .modern-card .main-card-image {
    max-height: 250px;
    width: 100%;
  }
  
  .modern-card .card-info-section {
    min-height: auto;
  }
  
  .modern-card .card-footer-modern {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  
  .modern-card .action-buttons-modern {
    justify-content: space-between;
    width: 100%;
  }
  
  .modern-card .btn-incele-modern,
  .modern-card .btn-teklif-modern {
    flex: 1;
  }
}

/* Organizasyon Detay Breadcrumb Styles */
.organizasyon-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
  padding: 0 0.5rem;
}

/* Organizasyon Detay Banner Styles */
.organizasyon-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.banner-background {
  width: 100%;
  height: 100%;
  background-image: url('/images/org-detay-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 40px 20px;
  z-index: 2;
}

.banner-breadcrumb-top {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-bottom: 8px;
}

.banner-breadcrumb-top a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s;
}

.banner-breadcrumb-top a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.banner-breadcrumb-top span {
  margin: 0 8px;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  line-height: 1.2;
}

.banner-breadcrumb-secondary {
  font-size: 1rem;
  opacity: 0.95;
  margin-bottom: 12px;
}

.banner-breadcrumb-secondary a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s;
}

.banner-breadcrumb-secondary a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.banner-breadcrumb-secondary span {
  margin: 0 8px;
}

.banner-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.125rem;
  font-weight: 500;
}

.banner-location i {
  color: #e85d5d;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .organizasyon-banner {
    height: 300px;
  }
  
  .banner-title {
    font-size: 2rem;
  }
  
  .banner-breadcrumb-secondary {
    font-size: 0.875rem;
  }
  
  .banner-location {
    font-size: 1rem;
  }
  
  .banner-content {
    padding: 30px 15px;
  }
}

/* Font Display Optimization - Prevents invisible text during font load */
/* Font Awesome font-display override */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-display: swap;
}

/* Bootstrap Icons font-display override */
@font-face {
  font-family: 'bootstrap-icons';
  font-display: swap;
}

/* Poppins font-display (if loaded via Google Fonts, this will be applied) */
@font-face {
  font-family: 'Poppins';
  font-display: swap;
}

/* Alex Brush font-display (if loaded via Google Fonts, this will be applied) */
@font-face {
  font-family: 'Alex Brush';
  font-display: swap;
}