.s-boxex {
  height: 100%;
}
.s-boxex .s-boxex-content .btn {
  opacity: 0;
}
.s-boxex:hover .s-boxex-content .btn {
  opacity: 1;
}

@media (max-width: 991px) {
  .s-boxex .s-boxex-content .btn {
    opacity: 1;
  }
}
.s-list {
  list-style-type: circle;
}

.s-ref {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 30px;
  margin-top: 60px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 200ms linear;
}
.s-ref::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(45deg, #0a1015 30%, #121d26);
  transition: all 200ms linear;
  opacity: 0.96;
}
.s-ref:hover::before {
  opacity: 1;
}
.s-ref .s-ref-img {
  z-index: 1;
  width: 50%;
}
.s-ref .s-ref-content {
  z-index: 1;
  padding: 30px;
  width: 50%;
}
.s-ref .s-ref-content .s-ref-content-detail {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.s-ref .s-ref-content .s-ref-content-detail .s-ref-content-header {
  margin-bottom: 30px;
}
.s-ref .s-ref-content .s-ref-content-detail .s-ref-content-body {
  margin-bottom: 30px;
}
.s-ref .s-ref-content .s-ref-content-detail .s-ref-content-body table {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}
.s-ref .s-ref-content .s-ref-content-detail .s-ref-content-body table tr {
  margin-bottom: 10px;
}
.s-ref .s-ref-content .s-ref-content-detail .s-ref-content-body table tr th {
  height: 20px;
  padding: 0;
  border: 0;
  width: 150px;
}
.s-ref .s-ref-content .s-ref-content-detail .s-ref-content-body table tr td {
  min-width: 15px;
}

.s-sevice-column {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 1;
  gap: 15px;
}
.s-sevice-column .s-sevice {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 532px;
  height: 250px;
  position: relative;
  transition: all 200ms linear;
  z-index: 0;
}

.s-sevice-column .s-sevice:hover::before {
  opacity: 0.99;
}
.s-sevice-column .s-sevice:hover .s-service-content .s-service-link {
  opacity: 1;
}
.s-sevice-column .s-sevice .s-service-content {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 532px;
  height: 250px;
}
.s-sevice-column .s-sevice .s-service-content h2, .s-sevice-column .s-sevice .s-service-content p, .s-sevice-column .s-sevice .s-service-content a {
  z-index: 9;
}
.s-sevice-column .s-sevice .s-service-content h2 {
  color: #ff4157;
  text-align: center;
}
.s-service-content h3 a {
  background: linear-gradient(to right, #ff4157 0%, #189EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-sevice-column .s-sevice .s-service-content p {
  text-align: center;
}
.s-sevice-column .s-sevice .s-service-content .s-service-link {
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: 0;
}

@media (max-width: 1200px) {
  .project-col {
    padding: 20px !important;
  }

  .s-ref {
    margin-top: 10px;
    flex-direction: column;
  }
  .s-ref::before {
    opacity: 0.95;
  }
  .s-ref .s-ref-img {
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s-ref .s-ref-content {
    width: 100%;
  }
  .s-ref .s-ref-content .s-ref-content-detail {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .s-ref .s-ref-content .s-ref-content-detail .s-ref-content-header {
    margin-bottom: 5px;
  }
  .s-ref .s-ref-content .s-ref-content-detail .s-ref-content-header h2 {
    font-weight: 200;
  }
  .s-ref .s-ref-content .s-ref-content-detail .s-ref-content-header p {
    display: none;
  }
  .s-ref .s-ref-content .s-ref-content-detail .s-ref-content-body {
    display: none;
  }

  .s-sevice-column .s-sevice {
    width: 450px;
  }
  .s-sevice-column .s-sevice .s-service-content {
    width: 450px;
  }
}
.banner-heading {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(270deg, #ff1d37, #e3061a, #e3061a, #ff1d37); /* renkler döngüsel */
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 8s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cta-text-s2 h2 strong{
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(270deg, #ff4157, #189EFF, #ffcc00, #ff4157); /* renkler döngüsel */
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 8s ease infinite;
}


.heading-xs{
  line-height: 1.3rem!important;
}
.cta-text-s2 h2 {

  background: linear-gradient(270deg, #ff4157, #189EFF, #ffcc00, #ff4157); /* renkler döngüsel */
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 8s ease infinite;
}
.text-box2{
    background: #121c30;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.text-box2 h2, .text-box2 h3, .text-box2 h4{
  background: linear-gradient(to right, #ff4157 0%, #189EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-head h2, .section-head h3, .section-head h4{
  background: linear-gradient(to right, #ff4157 0%, #189EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-boxex-content h3, .s-boxex-content h4{
  background: linear-gradient(to right, #ff4157 0%, #189EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo a img{
  height: 50px;
}

.banner-block.home-page{
  min-height: 100vh!important;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
}

@media (max-width: 991px) {

  .logo a img{
    height: 40px;
  }


  .banner-heading{
    font-size: 2.4rem;
  }

  .banner-heading, .banner-menu {
    text-align: center !important;
  }

  .s-sevice-column .s-sevice {
    width: 335px;
  }
  .s-sevice-column .s-sevice .s-service-content {
    width: 335px;
  }
  .s-sevice-column .s-sevice .s-service-content h2 {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .s-sevice-column .s-sevice {
    width: 210px;
    height: 210px;
  }
  .s-sevice-column .s-sevice .s-service-content {
    width: 210px;
    height: 210px;
  }
  .s-sevice-column .s-sevice .s-service-content p {
    display: none;
  }
}
@media (max-width: 480px) {
  .s-sevice-column .s-sevice {
    width: 165px;
    height: 165px;
  }
  .s-sevice-column .s-sevice .s-service-content {
    width: 165px;
    height: 165px;
  }
  .s-sevice-column .s-sevice .s-service-content p {
    display: none;
  }
}
.wgs-menu .active a {
  color: #ff4157 !important;
}

.s-floating-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 200px;
  height: auto;
  overflow: hidden;
}
.s-floating-buttons .s-button.teklif {
  background: #ef4e3b;
}
.s-floating-buttons .s-button.whatsapp {
  background: #40c351;
}
.s-floating-buttons .s-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: black;
  margin-top: 10px;
  border-radius: 50px 0 0 50px;
  transform: translateX(calc(100% - 70px));
  transition: all 300ms linear;
}
.s-floating-buttons .s-button:hover {
  transform: translateX(0);
}
.s-floating-buttons .s-button .s-text {
  color: white;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 1ms ease-in-out;
}
.s-floating-buttons .s-button .s-text:hover {
  color: #e1e1e8;
  transform: scale(1.1);
}

.s-breadcumb {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .s-breadcumb {
    justify-content: center;
    flex-wrap: wrap;
  }
}

   /* Genel Ayarlar ve Değişkenler */
 :root {
   --primary-color: #007bff; /* Ana Renk (Mavi tonu) */
   --secondary-color: #ff4157; /* İkincil Renk (Eski tasarımdaki kırmızı) */
   --text-dark: #dee2e6; /* Koyu Metin Rengi */
   --text-light: #6c757d; /* Açık Metin Rengi */
   --background-color: #dee2e6; /* Sayfa Arka Plan Rengi */
   --card-background: #121d26; /* Kart Arka Plan Rengi */
   --border-color: #dee2e6; /* Kenarlık Rengi */
   --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   --card-hover-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
   --border-radius: 8px; /* Köşe Yuvarlaklığı */
 }

/* Blog listesinin genel konteyneri */
.blog-grid-container {
  display: grid;
  /* Mobil'de tek sütun, tablet ve üstü için otomatik dolan sütunlar */
  /* Her kart en az 350px olacak, sığdığı kadar yan yana gelecek */
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem; /* Kartlar arası boşluk */
  padding: 1rem 0;
}

/* Her bir blog kartı */
.blog-card {
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden; /* Resmin köşelerini de yuvarlak yapmak için */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-hover-shadow);
}

/* Kartın resim bölümü */
.blog-card__image-wrapper {
  position: relative;
  width: 100%;
  /* 16:9 oranını korumak için */
  padding-top: 56.25%;
}

.blog-card__image-wrapper .blog-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmin orantısını bozmadan alanı kaplamasını sağlar */
}

/* Kartın içerik bölümü */
.blog-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Kart boyları farklı olursa içeriğin büyümesini sağlar */
}

/* Kategoriler */
.blog-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.blog-card__category-link {
  font-size: 0.75rem;
  font-weight: 600;
  background-color: rgba(0, 123, 255, 0.1);
  color: var(--primary-color);
  padding: 0.3rem 0.6rem;
  border-radius: 20px; /* Hap şeklinde görünüm */
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.blog-card__category-link:hover {
  background-color: var(--primary-color);
  color: white;
}

/* Tarih */
.blog-card__date {
  font-size: 0.8rem;
  color: var(--text-light);
  display: block;
}

/* Başlık */
.blog-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}

.blog-card__title-link {
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-card__title-link:hover {
  color: var(--primary-color);
}

/* Kısa Açıklama */
.blog-card__excerpt {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1; /* Footer'ı aşağıya itmek için */
  margin-bottom: 1.5rem;
}

/* Kartın alt bilgi bölümü */
.blog-card__footer {
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-light);
}

.blog-card__author,
.blog-card__views {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* İkonlar için stil */
.blog-card__footer .icon {
  font-size: 1.1em;
}

/* Mobil Uyum (Responsive) */
@media (max-width: 400px) {
  .blog-grid-container {
    /* En küçük ekranlarda tek sütunlu ve kenar boşluksuz görünüm */
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}


