@media (min-width: 1200px) {
  .container {
    min-width: 1300px;
  }
}

.whatsapp-float {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #0f667ba6;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 1;
  padding: 13px 10px 30px;
  position: fixed;
  right: 245px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
  font-size: 21px
}

.whatsapp-float.visible {
  opacity: 1;
  visibility: visible;
}

.whatsapp-float:hover {
  color: #0099e6;
}


.call-float {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #0f667ba6;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 1;
  padding: 13px 10px 30px;
  position: fixed;
  right: 300px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
  font-size: 21px
}

.call-float.visible {
  opacity: 1;
  visibility: visible;
}

.call-float:hover {
  color: #0099e6;
}

.fr {
  float: right !important;
}

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

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

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

.mr-5 {
  margin-right: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.btn-sp {
  padding: 13px 15px;
  font-size: 13px;
}

.btn-buy {
  padding: 9px 14px;
  font-size: 11px;
  margin: 0 10px;
}

.text-bold {
  font-weight: bold !important;
}

.price-features {
  display: inline-block;
  margin: 15px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bdd7ff;
  font-size: 30px;
  line-height: 49px;
  background: #161616;
  padding: 53px 0;
  border: 5px solid #4669a7;
}


.feature-box .feature-square-icon {
  display: flex;
  height: 65px;
  width: 65px;
  align-items: center;
  justify-content: center;
  background: #191d41 !important;
  border-radius: 12px;
  
}

.feature-box .feature-square-icon i {
    font-size: 28px;
    color: #bdd7ff !important;
    border-radius: 12px;
}

#follow-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 78%;
  background: #000000ad;
  color: white;
  text-align: left;
  padding: 10px 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  backdrop-filter: blur(11px);
  border-radius: 0 12px 0 0;
}

#follow-bar.show {
  transform: translateY(0);
}

#follow-bar .text {
  margin-left: 20px;
  font-size: 14px;
}

#follow-bar .price {
  color: #cb74ed;
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

#follow-bar a {
  color: #00e4e6;
}



/* Küçük ekranlarda butonlar alt alta */
@media (max-width: 600px) {
  #followBar {
    flex-direction: column;
    text-align: center;
  }

  #followBar .buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {

  .whatsapp-float,
  .call-float {
    bottom: auto;
    top: 82%;
    transform: translateY(-50%);
    right: 30px;
    border-radius: 50px;
    padding: 12px 10px;
    height: auto;
  }

  /* Üst üste binmesinler diye */
  .whatsapp-float {
    margin-top: -20px;
  }

  .call-float {
    margin-top: 35px;
  }
}




/* Hesap Oluştur */
#create .create-container {
  width: 100%;
}

#create .row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 22px;
  overflow: hidden;
}

#create .col-md-4 {
  flex: 0 0 33.333%;
  padding: 50px 75px;
  color: #FFF;
  background: linear-gradient(160deg, #0ea5e9, #6366f1);
}

#create .col-md-8 {
  flex: 0 0 66.666%;
  padding: 50px 60px;
  color: #FFF;
  background: radial-gradient(circle at top, #1f2933, #0f172a);
  backdrop-filter: blur(14px);
}


/* Sol Bilgi Alanı */
#create .info h2 {
  font-size: 30px;
  margin-bottom: 16px;
  color: #FFF;
}

#create .info p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
  color: #FFF;
}

#create .info ul {
  margin-top: 25px;
  padding-left: 18px;
}

#create .info ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

#create .info a {
  display: inline-block;
  margin-top: 35px;
  padding: 12px 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
}

#create .info a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Form Alanı */
#create .form h2 {
  font-size: 28px;
  margin-bottom: 6px;
  color: #fff;
}

#create .form p {
  font-size: 15px;
  opacity: 0.7;
  margin-bottom: 30px;
}

#create .form-group {
  margin-bottom: 18px;
}

#create .form-row {
  display: flex;
  gap: 14px;
}

#create label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  opacity: 0.8;
}

#create input,
select {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  transition: 0.25s;
}

#create input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

#create input:focus,
select:focus {
  border-color: #38bdf8;
  background: rgba(255, 255, 255, 0.12);
}

#create select option {
  color: #000;
}

#create button {
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

#create button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(56, 189, 248, 0.35);
}

#create .form small {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  opacity: 0.6;
  text-align: center;
}


/* Font Size */
.big-font {
  font-size: 20px;
  line-height: 1.5;
}

.small-font {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}




.mega-title-new {
  color: #2055589c;
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
}

.mega-title-new hr {
  background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
  background-image: linear-gradient(to right, #5e65bfd9, #a7a9ad, transparent);
  border: 0;
  height: 1px;
  margin: 10px 0;
}



.metro-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 120px;
  gap: 10px;
  padding: 10px;
}

.block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(24, 24, 31);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;

  /* SOLUK ARKA PLAN */
  background-color: rgba(0, 120, 215, 0.4);
  /* örnek: mavi tonu %40 opacity */
}

/* Eğer her kutu farklı renk istiyorsan */
.block[data-color="blue"] {
  background-color: #f1f3fb;
}

.block[data-color="red"] {
  background-color: rgb(255 211 195);
}

.block[data-color="cyan"] {
  background-color: rgb(214 242 249);
}

.block[data-color="navy"] {
  background-color: rgb(235 244 255);
}

.block[data-color="yellow"] {
  background-color: rgb(228 255 227);
}

.block[data-color="purple"] {
  background-color: rgb(252 233 255);
}

.block .icon-bg {
  position: absolute;
  font-size: 80px;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.block .title {
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.block-large {
  grid-column: span 2;
  grid-row: span 2;
}

.block-medium {
  grid-column: span 2;
}

.block-small {
  /* 1x1 default */
}

.block:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}







.metro-wrapper {
  font-family: 'Inter', sans-serif;
  padding: 20px;
}

.metro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 20px; /* boşluk var ama kontrollü */
}

.metro-tile {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6e9f0;
  border-radius: 14px;
  padding: 40px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(16,24,40,0.04);
}

.metro-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(16,24,40,0.08);
}

/* Boyutlar – matematik düzgün */

.big {
  grid-column: span 2;
  grid-row: span 2;
}

.wide {
  grid-column: span 2;
}

.tall {
  grid-row: span 2;
}

/* Icon */

.bg-icon {
  position: absolute;
  font-size: 180px;
  right: -30px;
  bottom: -30px;
  opacity: 0.035;
  color: #000;
  pointer-events: none;
}

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

.metro-tile h3 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.metro-tile p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}


.highlight {
  background: linear-gradient(135deg, #e8f1ff, #f4f8ff);
}

.feature-list {
  margin-top: 18px;
  padding-left: 0;
  list-style: none;
}

.feature-list li {
  font-size: 16px;
  color: #334155;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.feature-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0f172a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* Responsive – bozulmaz */

@media (max-width: 992px) {
  .metro-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .big,
  .wide,
  .tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 576px) {
  .metro-grid {
    grid-template-columns: 1fr;
  }
}





/* Desktop'ta okları gizle */
@media (min-width: 992px) {
  .nav-arrow {
      display: none;
  }

}

/* Mobil */
@media (max-width: 991px) {

  .nav-scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  /* Menü scroll alanı */
  .nav-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    flex: 1;
    margin: 0;
  }
  
  /* Scrollbar gizle */
  .nav-scroll::-webkit-scrollbar {
    display: none;
  }
  .nav-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .nav-scroll li {
    flex: 0 0 auto;
  }
  
  /* Oklar artık absolute değil */
  .nav-arrow {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 8px;
    flex-shrink: 0;
  }

  .nav-secondary {
    position: sticky;
    top: 0;
    z-index: 99;
  }

  .nav-secondary.active {
    background: rgba(0, 0, 0, 0.479);
    backdrop-filter: blur(12px);
  }

}



/* Bento Section */
.bento-section {
  font-family: 'Inter', sans-serif;
}

.bento-container {
  max-width: 80%;
  margin: 0 auto;
}

.bento-header {
  text-align: center;
  margin-bottom: 40px;
}

.bento-badge {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.bento-header h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #0f172a; /* siyah tip renk */
}

/* GRID YAPISI */
.bento-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 240px;
  gap: 20px;
}

.bento-item {
  background: #fff; /* default beyaz arka plan */
  border-radius: 30px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eef2f6;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.span-2 {
  grid-column: span 2;
}

/* İÇERİK */
.bento-content {
  position: relative;
  z-index: 5;
}

.bento-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a; /* başlık siyah */
}

.bento-item p {
  font-size: 15px;
  color: #64748b; /* paragraf gri/siyah ton */
  line-height: 1.6;
  max-width: 260px;
}

.span-2 p {
  max-width: 450px;
}

/* İKONLARIN MODERN DURUŞU */
.bento-icon {
  position: absolute;
  right: -15px;
  bottom: -25px;
  font-size: 150px;
  opacity: 0.04;
  transform: rotate(-12deg);
  transition: all 0.5s ease;
  color: #1e293b; /* default siyah */
}

.span-2 .bento-icon {
  font-size: 190px;
}

/* BLOKLARA ÖZEL ARKA PLAN & ICON RENKLERİ */
.bento-item.blue {
  background: #dbeafe; /* soft mavi */
  color: #0f172a;
}
.bento-item.blue .bento-icon { color: #1e40af; opacity: 0.08; }

.bento-item.green {
  background: #e6f4ea;
  color: #0f172a;
}
.bento-item.green .bento-icon { color: #15803d; opacity: 0.08; }

.bento-item.red {
  background: #ffeaea;
  color: #0f172a;
}
.bento-item.red .bento-icon { color: #b91c1c; opacity: 0.08; }

.bento-item.purple {
  background: #f3e8ff;
  color: #0f172a;
}
.bento-item.purple .bento-icon { color: #6d28d9; opacity: 0.08; }

.bento-item.dark {
  background: #1e293b;
  color: #fff;
}
.bento-item.dark h3, .bento-item.dark p { color: #fff; }
.bento-item.dark .bento-icon { color: #fff; opacity: 0.08; }

.bento-item.highlight {
  background: #3b82f6;
  color: #fff;
}
.bento-item.highlight h3, .bento-item.highlight p { color: #fff; }
.bento-item.highlight .bento-icon { color: #fff; opacity: 0.15; }

.bento-item.white {
  background: #fff;
  color: #0f172a;
}
.bento-item.white h3, .bento-item.white p { color: #0f172a; }
.bento-item.white .bento-icon { color: #1e293b; opacity: 0.08; }

/* HOVER */
.bento-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  border-color: #cbd5e1;
}

.bento-item:hover .bento-icon {
  opacity: 0.12;
  transform: rotate(0deg) scale(1.05);
}

/* EKSTRALAR */
.card-tag {
  display: inline-block;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: #dbeafe;
  color: #1e40af;
  padding: 4px 10px;
  border-radius: 6px;
}

.mini-feature-list {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
}

.mini-feature-list i {
  color: #1e40af;
}

/* MOBİL UYUMLULUK */
@media (max-width: 1024px) {
  .bento-wrapper { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .bento-wrapper { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .span-2 { grid-column: span 1; }
  .bento-item { min-height: 220px; }
}


/* Feature Box */

.featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-dark {
	background-color: #383f48; /* Ana Renk */
}

.featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-dark {
	background-color: #424a54;
}

.featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-dark {
	background-color: #4d5561;
}

.featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-dark {
	background-color: #57606d;
}

.featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-dark {
	background-color: #616b7a;
}

.featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-dark {
	background-color: #6c7786;
}

.featured-boxes-full-scale .featured-box-statick-dark {
  background-color: #2e353e;
  border-right: 1px solid #57626e;
}

/* En sondaki kutunun sağ kenarlığını kaldırır */
.featured-boxes-full-scale > [class*="col-"]:last-child .featured-box-statick-dark {
  border-right: none;
}

/* SOLUTIONS */

.solutions-section { padding:  20px 0; }
.solutions-container {  max-width: 80%;  margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; margin-bottom: 10px; }

.solutions-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    grid-template-rows: auto auto;
    gap: 25px;
}

.solutions-item {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.solutions-item:hover { transform: translateY(-5px); }

.fixhub-main { grid-column: span 2; border-top: 5px solid #3b82f6; }
.menura-main { grid-row: span 2; background: #fffbeb; border-top: 5px solid #f59e0b; }

.main-icon { font-size: 3rem; margin-bottom: 20px; color: #3b82f6; }
.badge { display: inline-block; padding: 5px 12px; background: #dbeafe; color: #3b82f6; border-radius: 20px; font-size: 0.8rem; font-weight: bold; margin-bottom: 15px; }
.badge.yellow { background: #fef3c7; color: #b45309; }

.features { list-style: none; margin: 20px 0; }
.features li { margin-bottom: 8px; font-size: 0.9rem; }
.features i { color: #10b981; margin-right: 10px; }

.solutions-link { font-weight: 700; text-decoration: none; color: #0f172a; border-bottom: 2px solid #3b82f6; }

.fixhub-cover-blog {
  width: 100%;       /* Kutunun genişliğine yayıl */
  height: 300px;     /* Sabit bir yükseklik belirle (istediğin değeri yaz) */
  object-fit: cover; /* Resmi bozmadan/yaymadan alanı dolduracak şekilde kırp */
  object-position: center; /* Resmin tam ortasını odak al */
  display: block;

}

/* Blog CSS */
.blog-title {
  color: #0099e6;
  margin-bottom: 5px;
}

.blog-summary {
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-nav-title {
  border-bottom: 5px solid #6a9af1;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  margin: 0 0 -25px;
  padding: 0 0 25px;
  position: relative;
  vertical-align: middle;
}

/* Masaüstünde butonu gizle */
.sidebar-toggle {
  display: none;
}

/* Mobil ayarları (991px altı için) */
@media (max-width: 991px) {
  .sidebar-toggle {
      display: block; /* Mobilde butonu göster */
      cursor: pointer;
  }
  
  .sidebar-content {
      display: none; /* Mobilde içeriği gizle */
      border: 1px solid #ddd;
      padding: 15px;
      margin-top: 10px;
      border-radius: 5px;
  }

  .post-date {
    display: none;
  }

  .post-large {
      margin-left: 0 !important;
  }

  /* JavaScript ile bu class eklendiğinde menü açılacak */
  .sidebar-content.active {
      display: block;
  }
}

.blog-navigation-wrapper {
  display: flex;
  justify-content: space-between; /* İkisini uçlara yaslar */
  align-items: flex-start;
  gap: 20px; /* Aralarına boşluk bırakır, birbirine yapışmazlar */
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.nav-item {
  flex: 1; /* İkisine de eşit alan verir */
  max-width: 48%;
}

.next-nav {
  text-align: right; /* Sonraki blog içeriğini sağa yaslar */
}

.nav-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
}

.nav-item a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

/* MOBİL AYARI */
@media (max-width: 767px) {
  .blog-navigation-wrapper {
      flex-direction: column; /* Mobilde alt alta getir */
      gap: 15px;
  }
  
  .nav-item {
      max-width: 100%; /* Mobilde tam genişlik */
      width: 100%;
  }

  .prev-nav {
      text-align: center;
      border-bottom: 1px solid #f4f4f4;
      padding-bottom: 10px;
  }

  .next-nav {
      text-align: center; /* Mobilde bunu da sola alırsan daha okunaklı olur */
  }
}