.text-color {color: #233360}
.about-title {
    font-size: 120px;
}
@media (max-width: 1200px) {
  .about-title {
    font-size: 80px;
  }
}
@media (max-width: 900px) {
  .about-title {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .about-title {
    font-size: 32px;
  }
}

.about-bg {
    background: #fff url(/images/user.webp) right center no-repeat;
    background-size: contain;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 0;
}
.about-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.about-right {
    width: 320px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
    z-index: 2;
}
.about-right-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.uretim-label {
    font-size: 20px;
    font-weight: 700;
    color: #233360;
    margin-bottom: 10px;
    align-self: flex-end;
    text-align: right;
}
.about-right img {
    height: auto;
    margin-bottom: 0;
}
@media (max-width: 900px) {
  .about-bg {
    flex-direction: column;
    height: auto;
    min-height: 420px;
    padding: 20px 0 40px 0;
    background-position: center center;
    background-size: cover;
  }
  .about-left {
    padding: 0 10px;
    align-items: center;
    text-align: center;
  }
  .about-title {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .about-right {
    width: 100%;
    min-width: unset;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 10px;
  }
  .about-right-images img {
    max-width: 70vw;
    width: auto !important;
  }
  .uretim-label {
    font-size: 16px;
    margin-bottom: 8px;
    align-self: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .about-bg {
    padding: 10px 0 20px 0;
    background-size: 100vw auto;
  }
  .about-title {
    font-size: 32px;
  }
  .about-left {
    font-size: 14px;
    padding: 0 4px;
  }
  .about-right-images img {
    max-width: 90vw;
  }
}



.urun-kart {
  position: relative;
  overflow: visible;
  /* min-height: 620px;
  height: 620px; */
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
  transition: transform .2s;
  background: #000;
}
.urun-kart:hover { transform: translateY(-8px) scale(1.03); }
.urun-kart-img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}
.urun-kart-gradient {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60%;
  background: linear-gradient(0deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.00) 100%);
  z-index: 1;
}
.urun-kart-ic {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 0px 50px 20px 20px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: transform 0.4s cubic-bezier(.4,2,.6,1);
  transform: translateX(20px);
}
.has-efekt:hover .urun-kart-ic {
  transform: translateX(130px);
}
.urun-kart-efekt {
  position: absolute;
  left: 24px;
  bottom: -50px;
  width: 100px;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  filter: drop-shadow(0 12px 32px rgba(0,0,0,0.25)) drop-shadow(0 2px 8px rgba(0,0,0,0.10));
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
  z-index: 3;
}
.has-efekt:hover .urun-kart-efekt {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.urun-kart-baslik1 {
  font-weight: 100;
  font-size: 25px;
  opacity: 0.85;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.urun-kart-baslik { font-weight: 600; font-size: 25px; text-transform: uppercase;letter-spacing: 1px;}
.urun-kart-link { display: block; text-decoration: none; }
@media (max-width: 900px) {
  /* .urun-kart-img, .urun-kart { min-height: 550px; height: 550px; }
  .urun-kart-img { height: 340px; } */
  .urun-kart-baslik, .urun-kart-baslik1 { font-size: 18px; }
}
@media (max-width: 600px) {
  /* .urun-kart-img, .urun-kart { min-height: 550px; height: 550px; }
  .urun-kart-img { height: 220px; } */
  .urun-kart-baslik, .urun-kart-baslik1 { font-size: 14px; }
}

.urun-kart,
.urun-kart-img {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.urun-kart-logo {
  display: block;
  margin-bottom: 10px;
  max-width: 90px;
  max-height: 90px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s, transform 0.4s;
}
.has-efekt:hover .urun-kart-logo {
  opacity: 1;
  transform: scale(1);
}
.urun-kart.show-logo .urun-kart-logo {
  opacity: 1;
  transform: scale(1);
}

.mustafaslider {
  overflow: visible !important;
}

@media (max-width: 960px) {
  .mustafaslider {
    overflow: hidden !important;
  }
}
@media (min-width: 961px) {
  .mustafaslider {
    overflow: visible !important;
  }
}

/* ===== SAYFALAR.PHP YENİ TASARIM STİLLERİ ===== */

/* Hero Banner */
.hero-banner {
  background: linear-gradient(135deg, #233360 0%, #3c93c8 50%, #211552 100%);
  min-height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px; /* Header yüksekliği kadar padding */
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/images/pattern.webp') repeat;
  opacity: 0.25;
  z-index: 1;
}

.hero-banner .uk-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-title {
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  margin-bottom: 10px !important;
  font-size: 36px !important;
}

.hero-subtitle {
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  opacity: 1;
  font-size: 18px !important;
}

.breadcrumb-wrapper {
  background: rgba(255,255,255,0.1);
  padding: 15px 25px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  display: inline-flex;
  align-items: center;
}

.breadcrumb-wrapper .uk-breadcrumb {
  margin: 0;
}

.breadcrumb-wrapper .uk-breadcrumb > li > a {
  color: rgba(255,255,255,0.8) !important;
  transition: color 0.3s ease;
}

.breadcrumb-wrapper .uk-breadcrumb > li > a:hover {
  color: #fff !important;
}

.breadcrumb-wrapper .uk-breadcrumb > li > span {
  color: #fff !important;
}

/* Sidebar */
.sidebar-wrapper {
  position: sticky;
  top: 100px;
  z-index: 100;
}

.sidebar-menu {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: none;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(35, 51, 96, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.sidebar-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #233360, #3c93c8, #211552);
  z-index: 1;
}



.sidebar-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 15px 15px 12px;
  margin: 0;
  position: relative;
  background: linear-gradient(135deg, rgb(60 147 200) 0%, rgb(37 60 106) 100%);
  border-bottom: 1px solid rgba(35, 51, 96, 0.1);
}


.sidebar-nav {
  padding: 12px;
}

.sidebar-nav .uk-nav > li {
  margin-bottom: 4px;
}

.sidebar-link {
  color: #233360 !important;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 15px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(60, 147, 200, 0.1), transparent);
  transition: left 0.5s;
}

.sidebar-link:hover::before {
  left: 100%;
}

.sidebar-link:hover {
  background: linear-gradient(135deg, rgba(60, 147, 200, 0.05) 0%, rgba(33, 21, 82, 0.05) 100%);
  color: #3c93c8 !important;
  transform: translateX(6px);
  border-color: rgba(60, 147, 200, 0.2);
  box-shadow: 0 3px 12px rgba(60, 147, 200, 0.15);
}

.sidebar-active {
  background: linear-gradient(135deg, #3c93c8 0%, #233360 100%) !important;
  color: #fff !important;
  border-color: #3c93c8;
  box-shadow: 0 4px 15px rgba(60, 147, 200, 0.3);
  transform: translateX(4px);
}

.sidebar-active:hover {
  background: linear-gradient(135deg, #233360 0%, #3c93c8 100%) !important;
  color: #fff !important;
  transform: translateX(6px);
  box-shadow: 0 6px 20px rgba(60, 147, 200, 0.4);
}

.sidebar-active-indicator {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.sidebar-link-text {
  position: relative;
  z-index: 2;
}

/* Content Sections */
.content-wrapper {
  position: relative;
  z-index: 1;
}

/* Main Grid Container */
.icerik-grid {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}




.section-title {
  color: #233360;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #d70e1d, #3c93c8);
  border-radius: 2px;
}

/* Content Text */
.content-text {
  line-height: 1.8;
  color: #333;
}

.content-text h1, .content-text h2, .content-text h3, 
.content-text h4, .content-text h5, .content-text h6 {
  color: #233360;
  margin-top: 30px;
  margin-bottom: 15px;
}

.content-text p {
  margin-bottom: 20px;
}

.content-text ul, .content-text ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.content-text li {
  margin-bottom: 8px;
}

/* Video Container */
.video-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.video-container video,
.video-container iframe {
  display: block;
  width: 100%;
}

/* Download Links */
.download-link {
  color: #233360 !important;
  border: 2px solid #e5e5e5;
  transition: all 0.3s ease;
  text-decoration: none;
}

.download-link:hover {
  border-color: #d70e1d;
  background: #fff5f7 !important;
  color: #d70e1d !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(215, 14, 29, 0.2);
}

.download-text {
  font-weight: 500;
}

/* Gallery */
.gallery-item {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.gallery-item img {
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Pagination */
.pagination-wrapper {
  margin-top: 40px;
}

.pagination-link {
  color: #233360 !important;
  border: 1px solid #e5e5e5;
  padding: 8px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination-link:hover {
  background: #d70e1d !important;
  color: #fff !important;
  border-color: #d70e1d;
}

.uk-pagination > .uk-active > a {
  background: #d70e1d !important;
  color: #fff !important;
  border-color: #d70e1d;
}

/* Document Links */
.document-link {
  color: #233360 !important;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  text-decoration: none;
}

.document-link:hover {
  border-color: #d70e1d;
  background: #fff5f7 !important;
  color: #d70e1d !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(215, 14, 29, 0.2);
}

.document-title {
  font-weight: 500;
}

/* Sub Page Cards */
.sub-page-card {
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  overflow: hidden;
}

.sub-page-card:hover {
  border-color: #d70e1d;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(215, 14, 29, 0.15);
}

.sub-page-title {
  color: #233360 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sub-page-title:hover {
  color: #d70e1d !important;
}

/* Accordion */
.accordion-list {
  border: none;
}

.accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  border-color: #d70e1d;
  box-shadow: 0 4px 15px rgba(215, 14, 29, 0.1);
}

.accordion-title {
  background: #f8f9fa !important;
  color: #233360 !important;
  font-weight: 600;
  padding: 20px 25px !important;
  border: none !important;
  transition: all 0.3s ease;
}

.accordion-title:hover {
  background: #e9ecef !important;
  color: #d70e1d !important;
}

.uk-open > .accordion-title {
  background: #d70e1d !important;
  color: #fff !important;
}

.accordion-content {
  padding: 25px !important;
  background: #fff;
}

.accordion-text {
  line-height: 1.8;
  color: #333;
}

.accordion-image {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

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

.accordion-documents,
.accordion-people {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-top: 25px;
}

/* Person Cards */
.person-card {
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  overflow: hidden;
}

.person-card:hover {
  border-color: #d70e1d;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(215, 14, 29, 0.15);
}

.person-name {
  color: #233360;
  margin-bottom: 5px;
}

.person-title {
  color: #666;
}

.person-details {
  text-align: center;
}

/* Modal Styling */
.uk-modal-dialog {
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.uk-modal-title {
  color: #233360;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 960px) {
  .hero-banner {
    min-height: 320px;
    padding-top: 80px; /* Mobilde daha az padding */
  }
  
  .hero-title {
    font-size: 28px !important;
  }
  
  .hero-subtitle {
    font-size: 16px !important;
  }
  
  .breadcrumb-wrapper {
    padding: 10px 15px;
  }
  
  .sidebar-wrapper {
    margin-bottom: 30px;
  }
  
  .icerik-grid {
    margin-top: -100px;
  }
  
  .sidebar-menu {
    border-radius: 15px;
  }
  
  .sidebar-title {
    font-size: 16px;
    padding: 12px 12px 10px;
  }
  
  .sidebar-nav {
    padding: 10px;
  }
  
  .sidebar-link {
    padding: 8px 12px !important;
    font-size: 16px;
  }
  
  .section-title {
    font-size: 20px !important;
  }
}

@media (max-width: 640px) {
  .hero-banner {
    min-height: 280px;
    padding-top: 70px; /* Küçük mobilde daha da az padding */
  }
  
  .hero-title {
    font-size: 24px !important;
  }
  
  .hero-subtitle {
    font-size: 14px !important;
  }
  
  .breadcrumb-wrapper {
    padding: 8px 12px;
  }
  
  .section-title {
    font-size: 18px !important;
  }
  
  .accordion-title {
    padding: 15px 20px !important;
    font-size: 16px !important;
  }
  
  .accordion-content {
    padding: 20px !important;
  }
}

/* Animation Enhancements */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Custom Scrollbar for Content */
.content-text::-webkit-scrollbar {
  width: 6px;
}

.content-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.content-text::-webkit-scrollbar-thumb {
  background: #d70e1d;
  border-radius: 3px;
}

.content-text::-webkit-scrollbar-thumb:hover {
  background: #b30c24;
}

/* Video Items */
.video-item {
  transition: all 0.3s ease;
  overflow: hidden;
}

.video-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.video-title {
  color: #233360;
  transition: color 0.3s ease;
}

.video-item:hover .video-title {
  color: #3c93c8;
}

.video-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-container video,
.video-container iframe {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Responsive Video Height */
@media (max-width: 959px) {
  .video-container video,
  .video-container iframe {
    height: 250px;
  }
}

@media (max-width: 639px) {
  .video-container video,
  .video-container iframe {
    height: 200px;
  }
}

/* News Cards */
.news-card {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  border: none;
  background: #fff;
  position: relative;
}

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #233360, #3c93c8, #211552);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.news-card:hover::before {
  transform: scaleX(1);
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(35, 51, 96, 0.15);
}

.news-card .uk-card-media-top {
  overflow: hidden;
  position: relative;
}

.news-card .uk-card-media-top img {
  transition: transform 0.6s ease;
}

.news-card:hover .uk-card-media-top img {
  transform: scale(1.05);
}

.news-card .uk-card-body {
  padding: 1.5rem;
  background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
}

.news-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.news-meta span {
  background: linear-gradient(135deg, #233360, #3c93c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.news-title {
  margin-bottom: 0.75rem;
}

.news-title a {
  color: #1f2937;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card:hover .news-title a {
  color: #3c93c8;
  text-shadow: 0 0 1px rgba(60, 147, 200, 0.1);
}

.news-excerpt {
  line-height: 1.6;
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Enhanced Read More Button */
.news-card .uk-button-primary {
  background: linear-gradient(135deg, #233360 0%, #3c93c8 100%);
  border: none;
  border-radius: 10px;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(35, 51, 96, 0.2);
}

.news-card .uk-button-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.6s ease;
}

.news-card .uk-button-primary:hover::before {
  left: 100%;
}

.news-card .uk-button-primary:hover {
  background: linear-gradient(135deg, #3c93c8 0%, #233360 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(35, 51, 96, 0.3);
}

.news-card .uk-button-primary span {
  transition: transform 0.3s ease;
}

.news-card .uk-button-primary:hover span {
  transform: translateX(3px);
}

/* News Detail Image */
.news-image-section {
  position: relative;
}

.news-image-card {
  transition: all 0.3s ease;
  overflow: hidden;
  border: none;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.news-image-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.news-image-card .uk-card-media-top {
  overflow: hidden;
  position: relative;
}

.news-image-card .uk-card-media-top img {
  transition: transform 0.6s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-image-card:hover .uk-card-media-top img {
  transform: scale(1.05);
}

.news-image-caption {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  padding: 0.5rem;
  background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
}

.hover-zoom {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.hover-zoom:hover {
  transform: scale(1.02);
}

/* Responsive News Image */
@media (max-width: 959px) {
  .news-detail-grid {
    display: flex;
    flex-direction: column;
  }
  
  .news-image-wrapper {
    order: -1;
    margin-bottom: 2rem;
    width: 100% !important;
  }
  
  .news-content {
    width: 100% !important;
  }
  
  .news-image-card {
    max-width: 100%;
    margin: 0;
  }
}

/* Mobile Hero Adjustments */
@media (max-width: 640px) {
  .hero-banner .uk-grid {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-banner .uk-width-1-1 {
    text-align: center;
  }
  
  .hero-content {
    margin-bottom: 20px;
  }
  
  .sidebar-menu {
    border-radius: 12px;
  }
  
  .sidebar-title {
    font-size: 15px;
    padding: 10px 10px 8px;
  }
  
  .sidebar-nav {
    padding: 8px;
  }
  
  .sidebar-link {
    padding: 6px 10px !important;
    font-size: 16px;
    border-radius: 6px;
  }
  
  .icerik-grid {
    margin-top: -80px;
  }
}

/* Desktop Hero Margin Fix */
@media (min-width: 961px) {
  .hero-banner .uk-width-1-1.uk-width-1-3\@m {
    margin-top: 0 !important;
  }
  
  .hero-banner .uk-margin-medium-top {
    margin-top: 0 !important;
  }
  
  /* Header yüksekliği kontrolü */
  .hero-banner {
    padding-top: 100px; /* Desktop header yüksekliği */
  }
}

/* 404 Error Page */
.error-page-content {
  max-width: 800px;
  margin: 0 auto;
}

.error-icon-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
  animation: pulse 2s infinite;
}

.error-icon-circle span {
  color: white;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
  }
}

.error-title {
  color: #233360;
  margin-bottom: 1rem;
}

.error-description {
  color: #6b7280;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.error-actions .uk-button-primary {
  background: linear-gradient(135deg, #233360 0%, #3c93c8 100%);
  border: none;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.error-actions .uk-button-primary:hover {
  background: linear-gradient(135deg, #3c93c8 0%, #233360 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(35, 51, 96, 0.3);
}

.error-actions .uk-button-secondary {
  background: linear-gradient(135deg, #6b7280 0%, #9ca3af 100%);
  border: none;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.error-actions .uk-button-secondary:hover {
  background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(107, 114, 128, 0.3);
}

.error-search .uk-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid rgba(35, 51, 96, 0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.error-search .uk-search-input {
  border-radius: 25px;
  border: 2px solid rgba(35, 51, 96, 0.1);
  transition: all 0.3s ease;
}

.error-search .uk-search-input:focus {
  border-color: #3c93c8;
  box-shadow: 0 0 0 3px rgba(60, 147, 200, 0.1);
}

.quick-links h4 {
  color: #233360;
  margin-bottom: 1.5rem;
}

.quick-link {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #233360;
  border: 1px solid rgba(35, 51, 96, 0.1);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.quick-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(35, 51, 96, 0.15);
  border-color: #3c93c8;
  color: #3c93c8;
  text-decoration: none;
}

.quick-link span {
  color: #3c93c8;
  transition: color 0.3s ease;
}

.quick-link:hover span {
  color: #233360;
}

/* Responsive 404 */
@media (max-width: 640px) {
  .error-icon-circle {
    width: 100px;
    height: 100px;
  }
  
  .error-title {
    font-size: 24px;
  }
  
  .error-description {
    font-size: 16px;
  }
  
  .error-actions .uk-button {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  
  .quick-links .uk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Contact Page Styles */
.contact-info-section {
  position: relative;
}

.contact-info-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(35, 51, 96, 0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(35, 51, 96, 0.15);
}

.contact-items {
  margin-bottom: 2rem;
}

.contact-item {
  padding: 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(35, 51, 96, 0.05);
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(60, 147, 200, 0.2);
  transform: translateX(5px);
}

.contact-icon {
  flex-shrink: 0;
}

.contact-icon span {
  color: #3c93c8;
  background: linear-gradient(135deg, rgba(60, 147, 200, 0.1) 0%, rgba(35, 51, 96, 0.1) 100%);
  padding: 0.5rem;
  border-radius: 50%;
  display: inline-block;
}

.contact-label {
  color: #233360;
  margin-bottom: 0.5rem;
}

.contact-value {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-value:hover {
  color: #3c93c8;
  text-decoration: none;
}

.map-container {
  border: 1px solid rgba(35, 51, 96, 0.1);
  background: #f8fafc;
}

.map-container iframe {
  width: 100%;
  height: 200px;
  border: none;
}

/* Full Width Map */
.map-section {
  margin-top: 3rem;
}

.map-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(35, 51, 96, 0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.map-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(35, 51, 96, 0.15);
}

.full-map-container {
  border: 1px solid rgba(35, 51, 96, 0.1);
  background: #f8fafc;
  min-height: 400px;
}

.full-map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* Contact Form Styles */
.contact-form-section {
  position: relative;
}

.contact-form-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(35, 51, 96, 0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.contact-form-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(35, 51, 96, 0.15);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  color: #233360;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(35, 51, 96, 0.1);
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.3s ease;
  font-size: 16px;
}

.form-control:focus {
  outline: none;
  border-color: #3c93c8;
  box-shadow: 0 0 0 3px rgba(60, 147, 200, 0.1);
  transform: translateY(-1px);
}

.form-control::placeholder {
  color: #9ca3af;
}

.form-checkbox {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
}

.form-checkbox input[type="checkbox"] {
  margin-right: 0.5rem;
}

.form-checkbox a {
  color: #3c93c8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.form-checkbox a:hover {
  color: #233360;
  text-decoration: underline;
}

.form-submit-btn {
  background: linear-gradient(135deg, #233360 0%, #3c93c8 100%);
  border: none;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(35, 51, 96, 0.2);
}

.form-submit-btn:hover {
  background: linear-gradient(135deg, #3c93c8 0%, #233360 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(35, 51, 96, 0.3);
}

.form-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.btn-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-loading .uk-spinner {
  color: white;
}

.form-footer {
  border-top: 1px solid rgba(35, 51, 96, 0.1);
  padding-top: 1.5rem;
}

/* Responsive Contact */
@media (max-width: 959px) {
  .contact-info-section {
    margin-bottom: 2rem;
  }
  
  .contact-item {
    text-align: center;
  }
  
  .contact-icon {
    margin-bottom: 1rem;
  }
  
  .form-footer {
    text-align: center;
  }
  
  .form-submit-btn {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 640px) {
  .contact-item {
    padding: 0.75rem;
  }
  
  .contact-icon span {
    padding: 0.5rem;
  }
  
  .form-control {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
  }
}

.category-card, .product-card {
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
  background: #fff;
}

.category-card:hover, .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  /* border-color: #211451; */
}

.category-image-wrapper, .product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.category-image-wrapper img, .product-image-wrapper img {
  transition: transform 0.4s ease;
}

.category-card:hover .category-image-wrapper img,
.product-card:hover .product-image-wrapper img {
  /* transform: scale(1.08); */
}



.category-title a, .product-title a {
  color: #211552;
  transition: color 0.3s ease;
}

.category-title a:hover, .product-title a:hover {
  color: #c11248;
}

.hover-top {
  transition: all 0.3s ease;
}

.hover-top:hover {
  transform: translateY(-8px);
}

.br15 {
  border-radius: 15px !important;
}

.img-cover-250 {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.img-cover-300 {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.modern-button {
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.modern-button:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  color: white;
  text-decoration: none;
}

.modern-info-card {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.modern-info-card h3 {
  background: linear-gradient(135deg, #007bff, #0056b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.product-card {
  border-radius: 5px;
  overflow: hidden;
}

.product-card .uk-card-body {
  padding: 25px;
}

.category-card .uk-card-body {
  padding: 25px;
}