/*
Theme Name: Skylab SEO Blog
Theme URI: https://skylabseo.com/blog/
Author: Skylab SEO
Author URI: https://skylabseo.com/
Description: A fast, professional and responsive WordPress blog theme for Skylab SEO.
Version: 1.0.0
Text Domain: skylab-blog
*/

:root {
  --sl-primary: #f59e0b;
  --sl-primary-dark: #d97706;
  --sl-heading: #0f172a;
  --sl-text: #475569;
  --sl-muted: #64748b;
  --sl-border: #e2e8f0;
  --sl-bg: #f8fafc;
  --sl-white: #ffffff;
  --sl-soft: #fff7ed;
  --sl-radius: 18px;
  --sl-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
  --sl-container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sl-bg);
  color: var(--sl-text);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--sl-primary-dark);
  text-decoration: none;
}

a:hover {
  color: var(--sl-primary);
}

button,
input,
textarea,
select {
  font: inherit;
}

.sl-container {
  width: min(100% - 40px, var(--sl-container));
  margin-inline: auto;
}

.sl-section {
  padding: 72px 0;
}

.sl-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--sl-heading);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99999;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: var(--sl-white);
  color: var(--sl-heading);
}

/* Header */

.sl-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--sl-border);
  backdrop-filter: blur(14px);
}

.admin-bar .sl-header {
  top: 32px;
}

.sl-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sl-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.sl-logo img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 205px;
  object-fit: contain;
}

.sl-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.sl-nav > a,
.sl-services-toggle {
  color: var(--sl-heading);
  font-size: 14px;
  font-weight: 600;
}

.sl-nav > a:hover,
.sl-nav > a.current,
.sl-services:hover .sl-services-toggle {
  color: var(--sl-primary-dark);
}

.sl-services {
  position: relative;
  padding: 25px 0;
}

.sl-services-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.sl-services-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.sl-dropdown {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  width: 245px;
  margin: 0;
  padding: 10px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 10px);
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 14px;
  box-shadow: var(--sl-shadow);
  transition: 0.2s ease;
}

.sl-services:hover .sl-dropdown,
.sl-services:focus-within .sl-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.sl-dropdown a {
  display: block;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--sl-text);
  font-size: 13px;
  font-weight: 600;
}

.sl-dropdown a:hover {
  background: var(--sl-soft);
  color: var(--sl-primary-dark);
}

.sl-nav .sl-nav-cta {
  padding: 11px 18px;
  color: #422006;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.2);
}

.sl-nav .sl-nav-cta:hover {
  color: #422006;
  transform: translateY(-1px);
}

.sl-menu-button {
  display: none;
  width: 43px;
  height: 43px;
  padding: 10px;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 10px;
  cursor: pointer;
}

.sl-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--sl-heading);
  transition: 0.2s ease;
}

/* Hero */

.sl-blog-hero {
  padding: 76px 0 64px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(251, 191, 36, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid var(--sl-border);
}

.sl-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 13px;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sl-blog-hero h1 {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
}

.sl-blog-hero p {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--sl-muted);
  font-size: 18px;
}

.sl-search-form {
  position: relative;
  display: flex;
  max-width: 620px;
  margin: 0 auto;
  padding: 6px;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 14px;
  box-shadow: var(--sl-shadow);
}

.sl-search-form input {
  width: 100%;
  min-width: 0;
  padding: 12px 15px;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--sl-heading);
}

.sl-search-form button {
  padding: 11px 20px;
  color: #422006;
  background: var(--sl-primary);
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

/* Categories */

.sl-category-bar {
  padding: 22px 0;
  background: var(--sl-white);
  border-bottom: 1px solid var(--sl-border);
}

.sl-category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

.sl-category-list a {
  padding: 7px 13px;
  color: var(--sl-text);
  background: var(--sl-bg);
  border: 1px solid var(--sl-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.sl-category-list a:hover {
  color: #78350f;
  background: #fffbeb;
  border-color: #fcd34d;
}

/* Posts */

.sl-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.sl-section-head h2 {
  margin-bottom: 6px;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.sl-section-head p {
  margin: 0;
  color: var(--sl-muted);
}

.sl-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.sl-card {
  overflow: hidden;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius);
  box-shadow: 0 7px 24px rgba(15, 23, 42, 0.04);
  transition: 0.25s ease;
}

.sl-card:hover {
  transform: translateY(-5px);
  border-color: #fcd34d;
  box-shadow: var(--sl-shadow);
}

.sl-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
}

.sl-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sl-card:hover .sl-card-image img {
  transform: scale(1.035);
}

.sl-card-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #92400e;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}

.sl-card-body {
  padding: 22px;
}

.sl-category {
  display: inline-block;
  margin-bottom: 11px;
  color: var(--sl-primary-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sl-card h2,
.sl-card h3 {
  margin-bottom: 11px;
  font-size: 20px;
}

.sl-card h2 a,
.sl-card h3 a {
  color: var(--sl-heading);
}

.sl-card h2 a:hover,
.sl-card h3 a:hover {
  color: var(--sl-primary-dark);
}

.sl-excerpt {
  margin-bottom: 18px;
  color: var(--sl-muted);
  font-size: 14px;
  line-height: 1.7;
}

.sl-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--sl-muted);
  font-size: 12px;
  font-weight: 500;
}

.sl-meta span + span::before {
  content: "•";
  margin-right: 8px;
  color: #cbd5e1;
}

/* Article */

.sl-article-wrap {
  padding: 65px 0 80px;
}

.sl-article {
  max-width: 820px;
  margin: 0 auto;
}

.sl-breadcrumb {
  margin-bottom: 24px;
  color: var(--sl-muted);
  font-size: 13px;
}

.sl-breadcrumb a {
  color: var(--sl-muted);
}

.sl-breadcrumb a:hover {
  color: var(--sl-primary-dark);
}

.sl-article-header {
  margin-bottom: 32px;
  text-align: center;
}

.sl-article-header h1 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 5vw, 3.7rem);
  font-weight: 800;
}

.sl-article-header .sl-meta {
  justify-content: center;
  font-size: 13px;
}

.sl-featured-image {
  overflow: hidden;
  margin: 0 auto 40px;
  border-radius: 22px;
  box-shadow: var(--sl-shadow);
}

.sl-featured-image img {
  display: block;
  width: 100%;
}

.sl-content {
  padding: 42px;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 20px;
  box-shadow: 0 7px 26px rgba(15, 23, 42, 0.04);
}

.sl-content > *:first-child {
  margin-top: 0;
}

.sl-content > *:last-child {
  margin-bottom: 0;
}

.sl-content h2 {
  margin-top: 42px;
  margin-bottom: 15px;
  font-size: 28px;
}

.sl-content h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 22px;
}

.sl-content p,
.sl-content ul,
.sl-content ol {
  margin-top: 0;
  margin-bottom: 22px;
}

.sl-content a {
  text-decoration: underline;
  text-decoration-color: #fcd34d;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.sl-content blockquote {
  margin: 30px 0;
  padding: 22px 25px;
  background: var(--sl-soft);
  border-left: 4px solid var(--sl-primary);
  border-radius: 0 12px 12px 0;
}

.sl-content table {
  display: block;
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.sl-content th,
.sl-content td {
  padding: 12px;
  border: 1px solid var(--sl-border);
  text-align: left;
}

.sl-content th {
  color: var(--sl-heading);
  background: var(--sl-bg);
}

.sl-content img {
  border-radius: 12px;
}

.sl-author-box {
  display: flex;
  gap: 18px;
  margin-top: 28px;
  padding: 25px;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 16px;
}

.sl-author-box img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.sl-author-box h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.sl-author-box p {
  margin: 0;
  color: var(--sl-muted);
  font-size: 14px;
}

/* CTA */

.sl-cta {
  padding: 64px 0;
}

.sl-cta-box {
  padding: 48px;
  text-align: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(251, 191, 36, 0.17), transparent 30%),
    var(--sl-white);
  border: 1px solid #fde68a;
  border-radius: 24px;
  box-shadow: var(--sl-shadow);
}

.sl-cta-box h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.sl-cta-box p {
  max-width: 650px;
  margin: 0 auto 23px;
  color: var(--sl-muted);
}

.sl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: #422006;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 10px;
  font-weight: 700;
}

.sl-button:hover {
  color: #422006;
  transform: translateY(-2px);
}

/* Pagination and empty results */

.sl-pagination {
  margin-top: 42px;
  text-align: center;
}

.sl-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  margin: 3px;
  align-items: center;
  justify-content: center;
  color: var(--sl-text);
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 9px;
  font-weight: 600;
}

.sl-pagination .current,
.sl-pagination .page-numbers:hover {
  color: #422006;
  background: var(--sl-primary);
  border-color: var(--sl-primary);
}

.sl-empty {
  padding: 45px;
  text-align: center;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius);
}

/* Footer */

.sl-footer {
  padding: 55px 0 25px;
  background: var(--sl-white);
  border-top: 1px solid var(--sl-border);
}

.sl-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 38px;
}

.sl-footer-logo {
  width: auto;
  height: 48px;
  margin-bottom: 16px;
}

.sl-footer-about {
  max-width: 430px;
  margin: 0;
  color: var(--sl-muted);
  font-size: 14px;
}

.sl-footer h3 {
  margin-bottom: 16px;
  font-size: 15px;
}

.sl-footer-links {
  display: grid;
  gap: 9px;
}

.sl-footer-links a {
  color: var(--sl-muted);
  font-size: 14px;
}

.sl-footer-links a:hover {
  color: var(--sl-primary-dark);
}

.sl-copyright {
  padding-top: 22px;
  color: var(--sl-muted);
  border-top: 1px solid var(--sl-border);
  font-size: 13px;
  text-align: center;
}

/* Responsive */

@media (max-width: 920px) {
  .sl-menu-button {
    display: block;
  }

  .sl-nav {
    position: fixed;
    top: 79px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 79px);
    padding: 22px;
    overflow-y: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    background: var(--sl-white);
    border-bottom: 1px solid var(--sl-border);
    box-shadow: var(--sl-shadow);
  }

  .admin-bar .sl-nav {
    top: 111px;
  }

  .sl-nav.is-open {
    display: flex;
  }

  .sl-nav > a,
  .sl-services-toggle {
    display: flex;
    width: 100%;
    padding: 11px 4px;
  }

  .sl-services {
    width: 100%;
    padding: 0;
  }

  .sl-dropdown {
    position: static;
    width: 100%;
    margin-top: 4px;
    visibility: visible;
    display: none;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .sl-services.is-open .sl-dropdown {
    display: block;
  }

  .sl-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .sl-header {
    top: 46px;
  }

  .admin-bar .sl-nav {
    top: 125px;
  }
}

@media (max-width: 680px) {
  .sl-container {
    width: min(100% - 28px, var(--sl-container));
  }

  .sl-section {
    padding: 55px 0;
  }

  .sl-header-inner {
    min-height: 70px;
  }

  .sl-logo img {
    height: 40px;
    max-width: 165px;
  }

  .sl-nav {
    top: 71px;
  }

  .admin-bar .sl-nav {
    top: 117px;
  }

  .sl-blog-hero {
    padding: 58px 0 50px;
  }

  .sl-blog-hero p {
    font-size: 16px;
  }

  .sl-search-form button {
    padding-inline: 14px;
  }

  .sl-post-grid {
    grid-template-columns: 1fr;
  }

  .sl-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sl-content {
    padding: 25px 20px;
  }

  .sl-content h2 {
    font-size: 24px;
  }

  .sl-author-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .sl-cta-box {
    padding: 35px 20px;
  }

  .sl-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


/* Featured article */

.sl-featured-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 24px;
  box-shadow: var(--sl-shadow);
}

.sl-featured-card-image {
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
}

.sl-featured-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-featured-card-body {
  display: flex;
  padding: 45px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.sl-featured-card-body h2 {
  margin-bottom: 15px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.sl-featured-card-body h2 a {
  color: var(--sl-heading);
}

.sl-featured-card-body h2 a:hover {
  color: var(--sl-primary-dark);
}

.sl-read-more {
  display: inline-flex;
  margin-top: 23px;
  color: var(--sl-primary-dark);
  font-weight: 700;
}

/* Archive */

.sl-archive-hero {
  padding: 65px 0;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(251, 191, 36, 0.12), transparent 27%),
    var(--sl-white);
  border-bottom: 1px solid var(--sl-border);
}

.sl-archive-hero h1 {
  margin-bottom: 13px;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
}

.sl-archive-hero > .sl-container > p,
.sl-archive-description {
  max-width: 650px;
  margin: 0 auto 25px;
  color: var(--sl-muted);
}

.sl-archive-hero .sl-search-form {
  margin-top: 25px;
}

/* Related articles */

.sl-related {
  max-width: var(--sl-container);
  margin: 70px auto 0;
}

.sl-related .sl-section-head {
  text-align: center;
  justify-content: center;
}

/* Error page */

.sl-error-page {
  display: flex;
  min-height: 65vh;
  padding: 80px 0;
  align-items: center;
}

.sl-error-box {
  max-width: 720px;
  margin: 0 auto;
}

.sl-error-number {
  display: block;
  margin-bottom: 10px;
  color: var(--sl-primary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 800;
  line-height: 1;
}

.sl-error-box h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}

.sl-error-box .sl-search-form {
  margin-top: 25px;
}

.sl-error-action {
  margin: 25px 0 0;
}

/* Final responsive additions */

@media (max-width: 850px) {
  .sl-featured-card {
    grid-template-columns: 1fr;
  }

  .sl-featured-card-image {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .sl-featured-card-body {
    padding: 30px;
  }
}

@media (max-width: 680px) {
  .sl-featured-card-body {
    padding: 25px 20px;
  }

  .sl-archive-hero {
    padding: 50px 0;
  }
}





/* =========================================
   Dark Header and Footer
   ========================================= */

/* Header */

.sl-header {
  background: rgba(7, 11, 20, 0.98);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 25px rgba(7, 11, 20, 0.12);
}

.sl-nav > a,
.sl-services-toggle {
  color: #e2e8f0;
}

.sl-nav > a:hover,
.sl-nav > a.current,
.sl-services:hover .sl-services-toggle {
  color: #fbbf24;
}

/* Header dropdown white hi rahega */

.sl-dropdown {
  background: #ffffff;
  border-color: #e2e8f0;
}

.sl-dropdown a {
  color: #475569;
}

.sl-dropdown a:hover {
  color: #92400e;
  background: #fff7ed;
}

/* Header CTA */

.sl-nav .sl-nav-cta {
  color: #422006;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.sl-nav .sl-nav-cta:hover {
  color: #422006;
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
}

/* Mobile menu button */

.sl-menu-button {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}

.sl-menu-button span {
  background: #ffffff;
}

/* Footer */

.sl-footer {
  background: #070b14;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.sl-footer h3 {
  color: #ffffff;
}

.sl-footer-about {
  color: #94a3b8;
}

.sl-footer-links a {
  color: #cbd5e1;
}

.sl-footer-links a:hover {
  color: #fbbf24;
}

.sl-copyright {
  color: #94a3b8;
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* Mobile navigation */

@media (max-width: 920px) {
  .sl-nav {
    background: #070b14;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .sl-dropdown {
    background: #111827;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .sl-dropdown a {
    color: #cbd5e1;
  }

  .sl-dropdown a:hover {
    color: #fbbf24;
    background: rgba(255, 255, 255, 0.06);
  }
}

/* =========================================
   Mobile Menu Dropdown Fix
   ========================================= */

@media (max-width: 920px) {

  .sl-nav {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: calc(100vh - 79px);
    padding: 22px 27px 28px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  .sl-nav.is-open {
    display: flex !important;
  }

  .sl-services {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .sl-services-toggle {
    position: static !important;
    width: 100% !important;
    padding: 12px 5px !important;
    box-sizing: border-box !important;
  }

  /* Dropdown ko completely reset karega */

  .sl-services .sl-dropdown {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: none !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 4px 0 10px !important;
    padding: 8px !important;

    overflow: visible !important;
    transform: none !important;

    background: #111827 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .sl-services.is-open .sl-dropdown {
    display: block !important;
  }

  .sl-services .sl-dropdown li {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    transform: none !important;
  }

  .sl-services .sl-dropdown li a {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 11px 12px !important;

    color: #cbd5e1 !important;
    background: transparent !important;
    border-radius: 8px !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
    white-space: normal !important;

    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .sl-services .sl-dropdown li a:hover,
  .sl-services .sl-dropdown li a:focus {
    color: #fbbf24 !important;
    background: rgba(255, 255, 255, 0.07) !important;
  }
}

@media (max-width: 680px) {
  .sl-nav {
    top: 71px !important;
    max-height: calc(100vh - 71px) !important;
  }

  .admin-bar .sl-nav {
    top: 117px !important;
    max-height: calc(100vh - 117px) !important;
  }
}



