:root {
  --primary: #014da2;
  /* Akınsoft-mavi (yaklaşık) */
  --primary-dark: #014da2;
  --muted: #6c757d;
  --soft: #f8f9fa;
  --accent: #00ae4d;
  --card-radius: 14px;
  --glass-bg: rgba(255, 255, 255, 0.75);
  --easing: cubic-bezier(0.2, 0.9, 0.3, 1);
  --primary-rgb: 0, 174, 77;
  --accent-rgb: 1, 77, 162;
}

*:focus {
  outline: none !important;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Inter", "Montserrat", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial;
  color: #222;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.octo {
  transform: scale(2);
}

.taskpano {
  transform: scale(2);
}

/* ---------- Utility helpers (small) ---------- */
.sr-only-focusable:focus {
  position: static !important;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.container-max {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-dark-primary {
  color: var(--primary-dark) !important;
}

.text-accent {
  color: var(--accent) !important;
}

/* ---------- SECTIONS ---------- */
section {
  padding: 40px 20px;
  position: relative;
}

.section-title {
  margin-bottom: 10px;
  font-weight: 800;
  color: var(--primary-dark);
  font-size: 2rem;
  line-height: 1.3;
}

.section-sub {
  color: var(--muted);
  margin-bottom: 18px;
}

/* ---------- SERVICES / FEATURES ---------- */
.feature-card {
  border-radius: 14px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #fcfdff);
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.04);
  border: 1px solid rgba(10, 30, 60, 0.03);
  transition: transform 220ms var(--easing), box-shadow 220ms var(--easing);
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(13, 38, 88, 0.06);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 8px 24px rgba(0, 123, 255, 0.08);
  margin-bottom: 12px;
}

/* ---------- PRODUCTS ---------- */
.product-card {
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 38, 63, 0.04);
  transition: transform 260ms var(--easing), box-shadow 260ms var(--easing);
  border: 1px solid rgba(10, 30, 60, 0.03);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(18, 38, 63, 0.06);
}

.product-card .img-wrap {
  height: 160px;
  overflow: hidden;
  background: #f6fbff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.btn-outline-primary-dark {
  color: var(--primary-dark) !important;
  border: 1px solid var(--primary-dark) !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
  padding: 5px 10px;
}

.btn-outline-primary-dark:hover {
  background-color: var(--primary-dark) !important;
  color: #fff !important;
}

.product-card .p-3 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card .btn {
  margin-top: auto;
  align-self: flex-start;
  /* buton genişlemesin */
}

.product-card .badge {
  align-self: flex-start;
}


/* ---------- Responsive tweaks ---------- */
@media (max-width: 992px) {
  .hero .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero .left {
    order: 2;
  }

  .hero .right {
    order: 1;
    margin-bottom: 18px;
  }

  .decor-shape {
    display: none;
  }
}

@media (max-width: 576px) {
  .brand .logo-mark {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .hero p.lead {
    font-size: 0.98rem;
  }
}

/* Accessibility focus styles */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid rgba(0, 123, 255, 0.12);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Decorative loader (for demo) */
.page-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2000;
  transition: opacity 220ms;
}

.spinner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: conic-gradient(var(--primary), transparent 40%);
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* === MARKALAR === */
#markalar-slider {
  position: relative;
}

.brands-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.brands-track {
  display: flex;
  animation: scrollLoop 35s linear infinite;
}

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}

.brand img {
  height: 55px;
  opacity: 0.9;
  filter: grayscale(20%);
  transition: all 0.3s ease;
}

.brand img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* 🔁 Sonsuz kayma animasyonu */
@keyframes scrollLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* === Responsive Ayar === */
@media (max-width: 768px) {
  .brand {
    padding: 0 35px;
  }

  .brand img {
    height: 45px;
  }
}

@media (max-width: 480px) {
  .brand {
    padding: 0 25px;
  }

  .brand img {
    height: 40px;
  }
}

.pavo {
  width: 60%;
  height: 40%;
}

/* === GENEL TASARIM === */
#akinsoft-slider {
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.swiper {
  padding: 40px 0 70px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === FLIP KART === */
.flip-card {
  width: 300px;
  height: 360px;
  perspective: 1200px;
  transition: transform 0.3s ease;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #014da2, #00ae4d);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  text-align: center;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.flip-back::-webkit-scrollbar {
  width: 4px;
}
.flip-back::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.flip-back::before,
.flip-back::after {
  content: "";
  margin: auto;
}

.flip-back h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.flip-back p {
  font-size: 0.95rem;
  opacity: 0.95;
  margin-bottom: 18px;
  line-height: 1.4;
}

.btn-flip {
  background: #fff;
  color: #014da2;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-flip:hover {
  background: #e5dbff;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000e51;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .flip-card {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 768px) {
  .flip-card {
    width: 100%;
    height: 450px;
  }
}

/* === REFERANSLAR GENEL === */
.referanslar-section {
  background: #fff;
  text-align: center;
}

.referansSwiper {
  width: 100%;
  padding: 20px 0;
}

.referansSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

/* === FLIP YAPISI === */
.referans-flip-card {
  width: 100%;
  max-width: 280px;
  height: 220px;
  perspective: 1000px;
  position: relative;
}

.referans-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.referans-flip-card:hover .referans-inner {
  transform: rotateY(180deg);
}

.referans-front,
.referans-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  overflow: hidden;
}

/* Ön yüz - mevcut referans resmi */
.referans-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Arka yüz - yorum */
.referans-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #014da2, #00ae4d);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  overflow-y: auto !important; /* Kaydırma desteği */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.referans-back::-webkit-scrollbar {
  width: 4px;
}
.referans-back::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

/* İçeriği dikeyde ortalamak ve taşma durumunda üstten kesilmesini önlemek için */
.referans-back::before,
.referans-back::after {
  content: "";
  margin: auto;
}

.referans-back .yorum {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 8px;
  opacity: 0.9;
}

.referans-back h5 {
  font-size: 0.95rem;
  font-weight: 600;
}

/* === SWIPER OKLARI === */
.referansSwiper .swiper-button-prev,
.referansSwiper .swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  color: var(--primary) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.referansSwiper .swiper-button-prev::after,
.referansSwiper .swiper-button-next::after {
  font-size: 15px;
  font-weight: 600;
}

.referansSwiper .swiper-button-prev:hover,
.referansSwiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.85);
  color: var(--accent) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.referansSwiper .swiper-button-prev {
  left: 10px;
}

.referansSwiper .swiper-button-next {
  right: 10px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .referans-flip-card {
    height: 300px;
    max-width: 100%;
  }

  .referans-back .yorum {
    font-size: 0.8rem;
  }
}

/* === ÜST BAR === */
.topbar {
  background: #fff;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.2;
}

.topbar .container {
  min-height: 24px;
  display: flex;
  align-items: center;
}

.topbar a, 
.topbar span {
  text-decoration: none;
  margin: 0;
  display: flex;
  align-items: center;
}

.topbar a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.topbar a:hover {
  color: var(--primary);
}

.navbar-logo {
  height: 65px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.navbar-logo:hover {
  transform: scale(1.05);
}

.main-navbar {
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.main-navbar .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link:focus {
  color: var(--primary);
}

.mega-dropdown {
  position: static !important;
}

.mega-menu {
  position: fixed !important;
  top: 12% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(900px, 92%) !important;
  border-top: 3px solid var(--primary) !important;
  border-radius: 0 0 12px 12px !important;
  background: #fafafa !important;
  z-index: 3000 !important;
  padding: 18px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Navbar gap bridge per nav item instead of full width */
.navbar .dropdown > .nav-link {
  position: relative;
}

.navbar .dropdown:hover > .nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  height: 120px;
  background: transparent;
  z-index: 2999;
}

.dropdown-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.dropdown-card:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  text-decoration: none;
}

.dropdown-card .icon {
  font-size: 28px;
  color: var(--accent);
  flex-shrink: 0;
}

.dropdown-card .text h6 {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--primary);
}

.dropdown-card .text p {
  margin: 0px;
  font-size: 9px;
  color: #666;
}

@media (max-width: 768px) {
  .mega-menu {
    width: 95%;
  }
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280,0,0,0.8%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Mobil düzen */
@media (max-width: 992px) {
  .navbar-logo {
    height: 35px;
  }

  .topbar .container {
    flex-direction: column;
    text-align: center;
  }

  .right-links {
    justify-content: center;
  }

  .navbar-nav {
    text-align: center;
    gap: 0.5rem !important;
  }
}

/* Tablet ve masaüstü */
@media (min-width: 993px) {
  .navbar-nav {
    align-items: center;
  }
}

/* === NAVBAR DROPDOWN HOVER === */
@media (min-width: 992px) {

  /* sadece masaüstü için */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .navbar .dropdown-menu {
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
  }

  .navbar .dropdown:hover>.nav-link {
    color: var(--primary-dark) !important;
  }
}

.navbar .nav-link:focus,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-item:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* === NEDEN AKINSOFT MODERN === */
.why-akınsoft-modern {
  position: relative;
  overflow: hidden;
}

.why-akınsoft-modern::before,
.why-akınsoft-modern::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 0;
  filter: blur(40px);
}

.why-akınsoft-modern::before {
  top: -100px;
  left: -100px;
}

.why-akınsoft-modern::after {
  bottom: -100px;
  right: -80px;
}

.section-subtitle {
  font-size: 15px;
  letter-spacing: 0.5px;
}

.feature-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #00b4ff, #00e6a7);
  opacity: 0.05;
  transition: width 0.4s ease;
}

.feature-card:hover::before {
  width: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.feature-card .icon {
  font-size: 28px;
  color: var(--accent);
  flex-shrink: 0;
}

.feature-card h5 {
  font-weight: 600;
  color: #002b5b;
  margin-bottom: 4px;
}

.feature-card p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.animated-illustration {
  position: relative;
  text-align: center;
}

.floating {
  animation: floatY 4s ease-in-out infinite;
  max-width: 100%;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

.glow-circle {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 200, 255, 0.25), transparent 70%);
  filter: blur(25px);
  animation: pulseGlow 6s ease-in-out infinite;
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .feature-card {
    padding: 16px;
  }

  .feature-card h5 {
    font-size: 15px;
  }

  .feature-card p {
    font-size: 13px;
  }

  .animated-illustration img {
    max-width: 85%;
  }
}

.custom-modal {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(1, 77, 162, 0.2);
}

.custom-modal .modal-header h5 {
  font-family: "Montserrat", sans-serif;
  color: #014da2;
}

.custom-modal .form-control {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.custom-modal .form-control:focus {
  border-color: #00ae4d;
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 77, 0.25);
}

.btn-primary-grad {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  color: #fff !important;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.12);
  padding: 10px 20px;
}

.btn-primary-grad:hover {
  opacity: 0.9;
  box-shadow: 0 18px 40px rgba(0, 123, 255, 0.14);
}

.footer h6 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer a:hover {
  color: var(--primary) !important;
}

.footer .social-links a:hover {
  color: var(--primary-dark) !important;
}

.footer-logo {
  height: 30px;
  /* logo büyük ama navbar taşmaz */
  object-fit: contain;
  transition: transform 0.3s ease;
  margin-right: 20px;
  margin-bottom: 5px;
}

.call-to-action-title {
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1.3;
}

/* İLETİŞİM SAYFASI*/
.page-header {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.65));
}

.page-header h1 {
  font-size: 2.4rem;
  color: var(--primary);
}

.contact-section {
  background: linear-gradient(180deg, #f9fafe 0%, #eef3ff 100%);
}

.contact-white-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
}

.info-box {
  background: #f9fafc;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}


.icon-wrapper {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f9fafc;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  border: 1px solid #e4e4e4;
}

.social-circle i {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: all 0.3s ease;
}

.social-circle:hover {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: translateY(-1px);
}

.social-circle:hover i {
  -webkit-text-fill-color: #fff;
}

/* Glass form */
.glass-form {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  backdrop-filter: blur(10px) saturate(120%);
  border-radius: 14px;
  padding: 28px;
  border: 1px solid var(--glass-border);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.18);
}

.glass-form .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 15px 10px;
}

.glass-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.glass-form label {
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 992px) {
  .icon-box {
    width: 48px;
    height: 48px;
  }

  .glass-form {
    padding: 22px;
  }
}

.map-area .ratio {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(6, 21, 64, 0.06);
  border: 1px solid #eef2fb;
}


.accordion-button::after {
  filter: invert(1) brightness(2);
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(2);
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}


.sss-scroll {
  max-height: 370px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.sss-scroll::-webkit-scrollbar {
  width: 6px;
}

.sss-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.sss-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* =============================================
   FLOATING BUTTONS — WhatsApp & Scroll to Top
   ============================================= */

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  z-index: 998;
  text-decoration: none;
  transition:
    bottom 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.3s ease,
    box-shadow 0.3s ease;
  outline: none !important;
}

.whatsapp-float.pushed {
  bottom: 92px;
}

.whatsapp-float:hover,
.whatsapp-float:focus,
.whatsapp-float:active {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.6);
  border-radius: 50% !important;
}

/* Scroll to Top */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #014da2, #00ae4d);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 995;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 16px rgba(1, 77, 162, 0.35);
  outline: none !important;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover,
.scroll-to-top:focus,
.scroll-to-top:active {
  transform: translateY(-5px);
  box-shadow: 0 6px 22px rgba(1, 77, 162, 0.5);
  border-radius: 50% !important;
}

/* Mobil */
@media (max-width: 768px) {
  .whatsapp-float,
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    font-size: 1.3rem;
  }

  .whatsapp-float.pushed {
    bottom: 76px;
  }
}
