:root {
  --primary: #2563eb;
  --primary-soft: #e0e7ff;
  --text: #0f172a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  text-decoration: none !important;
}
a {
  font-weight: 600;
  color: #475569;
}

.blog-details-area {
  background-color: #f6fbfe2b !important;
  padding-top: 50px;
}

body {
  background: #ffffff;
  color: var(--text);
  min-height: 120vh;
  padding-top: 75px;
}
.ank-header {
  margin-top: 42px;
}

.ank-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
  transition:
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.ank-header.ank-sticky {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ank-container {
  max-width: 1300px;
  margin: auto;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.ank-logo img {
  height: 45px;
  width: auto;
}

.ank-nav {
  display: flex;
  justify-content: center;
  gap: 1px;
  align-items: center;
  margin-left: 35px;
}

.ank-item {
  font-size: 15px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

span {
  font-weight: 600;
}

.ank-item:hover {
  color: #000000;
  background: #55ba59;
}
a:hover {
  color: #000000;
}
.ank-item:hover::after {
  display: none;
}

.rb-mega-wrap {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, 94vw);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.15s ease,
    visibility 0.15s ease;
  z-index: 99999;
}

.rb-mega-trigger:hover .rb-mega-wrap,
.rb-mega-trigger:focus-within .rb-mega-wrap,
.rb-mega-wrap:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* .rb-mega-trigger::after {
    content: "";
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    height: 40px
} */

.rb-mega-side {
  width: 34%;
  background: linear-gradient(180deg, #01be621c, #f8fafc);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rb-mega-side h4 {
  font-size: 18px;
  font-weight: 600;
}

.rb-mega-side p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

.rb-mega-side img {
  width: 100%;
  border-radius: 12px;
}

.rb-mega-side h4 {
  margin-bottom: 10px;
}

.rb-mega-side p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

.rb-mega-grid {
  width: 66%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: flex-start;
}

.rb-mega-grid a {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: #0f172a;
  font-size: 15px;
  padding: 20px 13px 13px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #01be621c, #f8fafc);
  border: 1px solid #eef2f7;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.rb-mega-grid span {
  display: block;
  font-size: 11px;
  color: #505c6d;
}

.rb-mega-grid a:hover {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.ank-cta {
  padding: 10px 24px;
  border-radius: 999px;
  background: #ff6a2a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

.hero {
  padding: 120px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.hero p {
  opacity: 0.7;
}

.rb-mega-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(89, 217, 141, 0.14901960784313725) 0%,
    rgba(255, 255, 255, 0.9999999999999999) 86%,
    rgba(255, 255, 255, 0.9999999999999999) 86%
  );
  color: #2563eb;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow:
    0 6px 12px rgba(37, 99, 235, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -2px 4px rgba(37, 99, 235, 0.15);
  transform: translateZ(0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.rb-mega-grid a:hover .rb-mega-icon {
  transform: translateY(-2px);
  box-shadow:
    0 10px 20px rgba(37, 99, 235, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -3px 6px rgba(37, 99, 235, 0.2);
}

.rb-mega-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rb-mega-text strong {
  line-height: 0.8;
}

@media (max-width: 991px) {
  .ank-header {
    display: none !important;
  }

  body {
    padding-top: 0 !important;
  }
}

/* =====================================================
   MOBILE TOP BAR (HAMBURGER)
===================================================== */
.amp-mobile-bar {
  height: 60px;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

.amp-mobile-logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.amp-mobile-hamburger {
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

/* =====================================================
   MOBILE MENU CONTAINER (FULL SCREEN)
===================================================== */
.amp-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.45s ease;
}

.amp-mobile-menu.amp-active {
  transform: translateX(0);
}

/* =====================================================
   MOBILE MENU HEADER (FIXED INSIDE MENU)
===================================================== */
.amp-mobile-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.amp-mobile-close {
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

/* =====================================================
   MOBILE NAV (SCROLLABLE)
===================================================== */
.amp-mobile-nav {
  margin-top: 60px; /* space for fixed header */
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 8px 0;
}

/* =====================================================
   MENU ITEMS
===================================================== */
.amp-mobile-item {
  border-bottom: 1px solid #efefef;
}

.amp-mobile-toggle {
  width: 100%;
  padding: 18px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

/* Remove focus / tap border */
.amp-mobile-toggle,
.amp-mobile-toggle:focus,
.amp-mobile-toggle:active {
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* Left accent bar */
.amp-mobile-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #1aa34a, #0d6efd);
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.amp-mobile-item.amp-open .amp-mobile-toggle::before {
  height: 70%;
}

/* =====================================================
   MENU TEXT
===================================================== */
.amp-menu-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.amp-menu-count {
  font-size: 12px;
  font-weight: 700;
  color: #1aa34a;
}

.amp-menu-title {
  font-size: 16px;
  font-weight: 600;
}

/* Arrow */
.amp-arrow {
  font-size: 14px;
  transition: 0.3s ease;
}

.amp-mobile-item.amp-open .amp-arrow {
  transform: rotate(180deg);
}

/* =====================================================
   DROPDOWN
===================================================== */
.amp-mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fafafa;
  padding-left: 20px;
}

.amp-mobile-item.amp-open .amp-mobile-dropdown {
  max-height: 400px;
}

.amp-mobile-dropdown a {
  display: inline-block;
  margin: 8px 0;
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  background: #ffffff;
}

/* =====================================================
   SINGLE LINKS
===================================================== */
.amp-mobile-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #efefef;
}

/* =====================================================
   RESPONSIVE RULES
===================================================== */
@media (max-width: 768px) {
  .amp-desktop-header {
    display: none;
  }
  .amp-mobile-bar {
    display: flex;
  }
}
