.elementor-855 .elementor-element.elementor-element-2a4c06aa > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-855 .elementor-element.elementor-element-2a4c06aa{margin-top:0px;margin-bottom:0px;padding:0% 0% 0% 0%;}.elementor-855 .elementor-element.elementor-element-9ce2a8e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-855 .elementor-element.elementor-element-2c1be3c4{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-855 .elementor-element.elementor-element-2c1be3c4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-855 .elementor-element.elementor-element-2a4c06aa{padding:20px 20px 20px 20px;}}@media(max-width:767px){.elementor-855 .elementor-element.elementor-element-2a4c06aa{padding:20px 20px 20px 20px;}}/* Start custom CSS for section, class: .elementor-element-2a4c06aa *//* =========================================================
   STICKNEY EQUIPMENT
   COMPLETE BLOG ARCHIVE TEMPLATE
========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}


/* =========================================================
   GLOBAL ARCHIVE VARIABLES
========================================================= */

.se-blog-archive,
.se-blog-archive-posts {
  --seba-red: #d71920;
  --seba-red-dark: #a90f15;
  --seba-black: #080b0f;
  --seba-charcoal: #121820;
  --seba-charcoal-soft: #1b232d;
  --seba-white: #ffffff;
  --seba-off-white: #f4f6f8;
  --seba-gray: #66717e;
  --seba-gray-dark: #3d4650;
  --seba-gray-light: #dfe4e8;
  --seba-border: rgba(18, 24, 32, 0.12);
  --seba-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  --seba-shadow-soft: 0 16px 42px rgba(18, 24, 32, 0.08);
  --seba-radius-small: 12px;
  --seba-radius: 18px;
  --seba-radius-large: 26px;
  --seba-container: 1240px;
}

.se-blog-archive {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--seba-off-white);
  color: var(--seba-charcoal);
  font-family: inherit;
}

.se-blog-archive,
.se-blog-archive *,
.se-blog-archive *::before,
.se-blog-archive *::after,
.se-blog-archive-posts,
.se-blog-archive-posts *,
.se-blog-archive-posts *::before,
.se-blog-archive-posts *::after {
  box-sizing: border-box;
}

.se-blog-archive img,
.se-blog-archive video,
.se-blog-archive iframe,
.se-blog-archive svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.se-blog-archive a,
.se-blog-archive a:hover,
.se-blog-archive a:focus,
.se-blog-archive a:active,
.se-blog-archive a:visited,
.se-blog-archive-posts a,
.se-blog-archive-posts a:hover,
.se-blog-archive-posts a:focus,
.se-blog-archive-posts a:active,
.se-blog-archive-posts a:visited {
  text-decoration: none !important;
}

.se-blog-archive-container {
  width: min(calc(100% - 40px), var(--seba-container));
  max-width: 100%;
  margin: 0 auto;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.se-blog-archive h1,
.se-blog-archive h2,
.se-blog-archive h3,
.se-blog-archive p,
.se-blog-archive ul {
  margin-top: 0;
}

.se-blog-archive h1,
.se-blog-archive h2,
.se-blog-archive h3 {
  color: var(--seba-charcoal);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.se-blog-archive h1 {
  max-width: 940px;
  margin-bottom: 24px;
  color: var(--seba-white);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  letter-spacing: -0.045em;
}

.se-blog-archive h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.se-blog-archive h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.se-blog-archive p {
  margin-bottom: 20px;
  color: var(--seba-gray);
  font-size: 1.05rem;
  line-height: 1.8;
}

.se-blog-archive-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--seba-red);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.se-blog-archive-eyebrow::before {
  width: 34px;
  height: 3px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}


/* =========================================================
   BUTTONS
========================================================= */

.se-blog-archive-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.se-blog-archive-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.se-blog-archive-button:hover,
.se-blog-archive-button:focus-visible {
  transform: translateY(-2px);
}

.se-blog-archive-button--primary {
  border-color: var(--seba-red);
  background: var(--seba-red);
  color: var(--seba-white) !important;
}

.se-blog-archive-button--primary:hover,
.se-blog-archive-button--primary:focus-visible {
  border-color: var(--seba-red-dark);
  background: var(--seba-red-dark);
  color: var(--seba-white) !important;
}

.se-blog-archive-button--secondary {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.07);
  color: var(--seba-white) !important;
  backdrop-filter: blur(8px);
}

.se-blog-archive-button--secondary:hover,
.se-blog-archive-button--secondary:focus-visible {
  border-color: var(--seba-white);
  background: var(--seba-white);
  color: var(--seba-charcoal) !important;
}


/* =========================================================
   HERO
========================================================= */

.se-blog-archive-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  overflow: hidden;
  padding: 110px 0;
  background-color: var(--seba-black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--seba-white);
}

.se-blog-archive-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 8, 12, 0.97) 0%,
      rgba(5, 8, 12, 0.88) 48%,
      rgba(5, 8, 12, 0.46) 100%
    );
  content: "";
  pointer-events: none;
}

.se-blog-archive-hero::after {
  position: absolute;
  right: -160px;
  bottom: -260px;
  z-index: 0;
  width: 650px;
  height: 650px;
  border: 110px solid rgba(215, 25, 32, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.se-blog-archive-hero .se-blog-archive-container {
  position: relative;
  z-index: 2;
}

.se-blog-archive-hero__content {
  max-width: 920px;
}

.se-blog-archive-hero .se-blog-archive-eyebrow {
  color: #ff4b50;
}

.se-blog-archive-hero__intro {
  max-width: 800px;
  margin-bottom: 34px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem) !important;
}

.se-blog-archive-hero__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.se-blog-archive-hero__topics a,
.se-blog-archive-hero__topics span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}


/* =========================================================
   INTRODUCTION
========================================================= */

.se-blog-archive-intro {
  padding: 90px 0 72px;
  background: var(--seba-off-white);
}

.se-blog-archive-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 60px;
  align-items: center;
}

.se-blog-archive-intro__content {
  max-width: 760px;
}

.se-blog-archive-intro__content p:last-child {
  margin-bottom: 0;
}

.se-blog-archive-intro__panel {
  padding: 34px;
  border-top: 5px solid var(--seba-red);
  border-radius: var(--seba-radius);
  background: var(--seba-charcoal);
  box-shadow: var(--seba-shadow);
}

.se-blog-archive-intro__panel strong {
  display: block;
  margin-bottom: 18px;
  color: var(--seba-white);
  font-size: 1.2rem;
}

.se-blog-archive-intro__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.se-blog-archive-intro__panel li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.55;
}

.se-blog-archive-intro__panel li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--seba-red);
  content: "";
}


/* =========================================================
   ARCHIVE POSTS WIDGET
========================================================= */

.se-blog-archive-posts {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px 0 100px;
  background: var(--seba-off-white);
  font-family: inherit;
}

.se-blog-archive-posts > .elementor-widget-container {
  width: min(calc(100% - 40px), var(--seba-container));
  max-width: var(--seba-container);
  margin: 0 auto !important;
}

.se-blog-archive-posts .elementor-posts-container,
.se-blog-archive-posts .elementor-posts,
.se-blog-archive-posts .elementor-grid {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
  align-items: stretch;
}


/* =========================================================
   POST CARDS
========================================================= */

.se-blog-archive-posts article.elementor-post,
.se-blog-archive-posts .elementor-post {
  display: flex !important;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--seba-gray-light);
  border-radius: var(--seba-radius);
  background: var(--seba-white);
  box-shadow: var(--seba-shadow-soft);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.se-blog-archive-posts article.elementor-post:hover,
.se-blog-archive-posts .elementor-post:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 25, 32, 0.3);
  box-shadow: 0 24px 58px rgba(18, 24, 32, 0.14);
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.se-blog-archive-posts .elementor-post__thumbnail__link {
  display: block;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
  background: #e9edf0;
}

.se-blog-archive-posts .elementor-post__thumbnail {
  position: relative;
  width: 100%;
  height: 250px;
  padding: 0 !important;
  overflow: hidden;
  background: #e9edf0;
}

.se-blog-archive-posts .elementor-post__thumbnail::before {
  display: none !important;
}

.se-blog-archive-posts .elementor-post__thumbnail img {
  position: static !important;
  width: 100% !important;
  height: 250px !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  transform: none !important;
  transition: transform 0.35s ease;
}

.se-blog-archive-posts article.elementor-post:hover
  .elementor-post__thumbnail img,
.se-blog-archive-posts .elementor-post:hover
  .elementor-post__thumbnail img {
  transform: scale(1.045) !important;
}


/* =========================================================
   POST CONTENT
========================================================= */

.se-blog-archive-posts .elementor-post__text {
  display: flex !important;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 30px 30px 32px !important;
}

.se-blog-archive-posts .elementor-post__meta-data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  order: -1;
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--seba-red) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.se-blog-archive-posts .elementor-post__meta-data span,
.se-blog-archive-posts .elementor-post__meta-data a {
  color: var(--seba-red) !important;
}

.se-blog-archive-posts .elementor-post__title {
  margin: 0 0 16px !important;
  color: var(--seba-charcoal);
  font-family: inherit;
  font-size: clamp(1.35rem, 1.9vw, 1.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em;
}

.se-blog-archive-posts .elementor-post__title a {
  color: var(--seba-charcoal) !important;
}

.se-blog-archive-posts .elementor-post__title a:hover,
.se-blog-archive-posts .elementor-post__title a:focus-visible {
  color: var(--seba-red) !important;
}

.se-blog-archive-posts .elementor-post__excerpt {
  margin: 0 0 24px !important;
  color: var(--seba-gray) !important;
}

.se-blog-archive-posts .elementor-post__excerpt p {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: var(--seba-gray) !important;
  font-size: 0.96rem !important;
  line-height: 1.7 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.se-blog-archive-posts .elementor-post__read-more {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto !important;
  color: var(--seba-red) !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  line-height: 1.3;
}

.se-blog-archive-posts .elementor-post__read-more::after {
  content: "→";
  transition: transform 0.18s ease;
}

.se-blog-archive-posts .elementor-post__read-more:hover::after {
  transform: translateX(4px);
}


/* =========================================================
   CARDS SKIN SUPPORT
========================================================= */

.se-blog-archive-posts .elementor-posts--skin-cards
  .elementor-post__card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 0 !important;
  border-radius: var(--seba-radius) !important;
  background: var(--seba-white);
  box-shadow: none !important;
}

.se-blog-archive-posts .elementor-posts--skin-cards
  .elementor-post__text {
  flex: 1;
}

.se-blog-archive-posts .elementor-post__badge {
  top: 18px !important;
  right: auto !important;
  left: 18px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: var(--seba-red) !important;
  color: var(--seba-white) !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.se-blog-archive-posts .elementor-post-avatar {
  display: none !important;
}


/* =========================================================
   POSTS WITHOUT FEATURED IMAGES
========================================================= */

.se-blog-archive-posts article.elementor-post:not(
  :has(.elementor-post__thumbnail)
) {
  min-height: 310px;
  border-top: 5px solid var(--seba-red);
}

.se-blog-archive-posts article.elementor-post:not(
  :has(.elementor-post__thumbnail)
) .elementor-post__text {
  justify-content: center;
  padding: 42px 32px 34px !important;
}


/* =========================================================
   SINGLE POST IN ARCHIVE
========================================================= */

.se-blog-archive-posts .elementor-posts-container:has(> article:only-child),
.se-blog-archive-posts .elementor-posts:has(> article:only-child),
.se-blog-archive-posts .elementor-grid:has(> article:only-child) {
  grid-template-columns: minmax(320px, 400px) !important;
}


/* =========================================================
   PAGINATION
========================================================= */

.se-blog-archive-posts .elementor-pagination {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 54px !important;
  color: var(--seba-charcoal);
  font-size: 0.9rem;
  font-weight: 800;
}

.se-blog-archive-posts .elementor-pagination .page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--seba-gray-light);
  border-radius: 8px;
  background: var(--seba-white);
  color: var(--seba-charcoal) !important;
  box-shadow: 0 8px 22px rgba(18, 24, 32, 0.05);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}

.se-blog-archive-posts .elementor-pagination .page-numbers:hover,
.se-blog-archive-posts .elementor-pagination .page-numbers:focus-visible,
.se-blog-archive-posts .elementor-pagination .page-numbers.current {
  transform: translateY(-2px);
  border-color: var(--seba-red);
  background: var(--seba-red);
  color: var(--seba-white) !important;
}


/* =========================================================
   NOTHING FOUND
========================================================= */

.se-blog-archive-posts .elementor-posts-nothing-found {
  width: 100%;
  padding: 54px 30px;
  border: 1px solid var(--seba-gray-light);
  border-radius: var(--seba-radius);
  background: var(--seba-white);
  color: var(--seba-gray);
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  box-shadow: var(--seba-shadow-soft);
}


/* =========================================================
   CLOSING AREA
========================================================= */

.se-blog-archive-closing {
  padding: 100px 0;
  background: var(--seba-white);
}

.se-blog-archive-closing__heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.se-blog-archive-closing__heading p {
  max-width: 760px;
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.se-blog-archive-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 90px;
}

.se-blog-archive-service-card {
  position: relative;
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--seba-gray-light);
  border-radius: var(--seba-radius);
  background: var(--seba-off-white);
  color: var(--seba-charcoal) !important;
  box-shadow: 0 12px 32px rgba(18, 24, 32, 0.06);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.se-blog-archive-service-card::after {
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(215, 25, 32, 0.06);
  content: "";
}

.se-blog-archive-service-card:hover,
.se-blog-archive-service-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(215, 25, 32, 0.34);
  background: var(--seba-white);
  box-shadow: var(--seba-shadow-soft);
}

.se-blog-archive-service-card__number {
  display: block;
  margin-bottom: 34px;
  color: var(--seba-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.se-blog-archive-service-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: var(--seba-charcoal);
  font-size: 1.45rem;
}

.se-blog-archive-service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  color: var(--seba-gray);
  font-size: 0.96rem;
  line-height: 1.7;
}

.se-blog-archive-service-card__link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--seba-red);
  font-size: 0.88rem;
  font-weight: 900;
}


/* =========================================================
   SERVICE AREA
========================================================= */

.se-blog-archive-area {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  gap: 50px;
  align-items: center;
  margin-bottom: 90px;
  padding: 64px;
  border-radius: var(--seba-radius-large);
  background:
    linear-gradient(
      135deg,
      rgba(223, 27, 35, 0.98),
      rgba(145, 10, 16, 0.99)
    );
  color: var(--seba-white);
  box-shadow: var(--seba-shadow);
}

.se-blog-archive-area .se-blog-archive-eyebrow,
.se-blog-archive-area h2,
.se-blog-archive-area h3 {
  color: var(--seba-white) !important;
}

.se-blog-archive-area p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86) !important;
}

.se-blog-archive-location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.se-blog-archive-location-list span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--seba-white) !important;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: normal;
}


/* =========================================================
   FINAL CTA
========================================================= */

.se-blog-archive-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 38px;
  align-items: center;
  padding: 72px;
  border-radius: var(--seba-radius-large);
  background:
    linear-gradient(
      120deg,
      rgba(9, 14, 20, 0.99),
      rgba(27, 35, 45, 0.99)
    );
  color: var(--seba-white);
  box-shadow: var(--seba-shadow);
}

.se-blog-archive-final-cta .se-blog-archive-eyebrow {
  color: #ff4b50 !important;
}

.se-blog-archive-final-cta h2 {
  color: var(--seba-white) !important;
}

.se-blog-archive-final-cta p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74) !important;
}

.se-blog-archive-final-cta .se-blog-archive-button-group {
  justify-content: flex-end;
}


/* =========================================================
   ELEMENTOR WRAPPER SUPPORT
========================================================= */

.elementor-widget-html:has(.se-blog-archive) {
  width: 100%;
  max-width: 100%;
}

.elementor-widget-html:has(.se-blog-archive)
  > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

.se-blog-archive-posts.elementor-widget-posts,
.se-blog-archive-posts.elementor-widget-archive-posts {
  width: 100%;
  max-width: 100%;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

  .se-blog-archive-posts .elementor-posts-container,
  .se-blog-archive-posts .elementor-posts,
  .se-blog-archive-posts .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .se-blog-archive-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .se-blog-archive-hero {
    min-height: 610px;
    padding: 90px 0;
  }

  .se-blog-archive-intro__grid,
  .se-blog-archive-area,
  .se-blog-archive-final-cta {
    grid-template-columns: 1fr;
  }

  .se-blog-archive-location-list,
  .se-blog-archive-final-cta .se-blog-archive-button-group {
    justify-content: flex-start;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .se-blog-archive-container,
  .se-blog-archive-posts > .elementor-widget-container {
    width: min(calc(100% - 28px), var(--seba-container));
  }

  .se-blog-archive h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .se-blog-archive h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .se-blog-archive p {
    font-size: 1rem;
  }

  .se-blog-archive-hero {
    min-height: 570px;
    padding: 78px 0;
    background-position: 62% center;
  }

  .se-blog-archive-button-group {
    flex-direction: column;
  }

  .se-blog-archive-button {
    width: 100%;
  }

  .se-blog-archive-hero__topics {
    gap: 8px;
  }

  .se-blog-archive-hero__topics a,
  .se-blog-archive-hero__topics span {
    font-size: 0.74rem;
  }

  .se-blog-archive-intro {
    padding: 68px 0 52px;
  }

  .se-blog-archive-intro__grid {
    gap: 34px;
  }

  .se-blog-archive-intro__panel {
    padding: 28px 24px;
  }

  .se-blog-archive-posts {
    padding: 16px 0 72px;
  }

  .se-blog-archive-posts .elementor-posts-container,
  .se-blog-archive-posts .elementor-posts,
  .se-blog-archive-posts .elementor-grid,
  .se-blog-archive-posts
    .elementor-posts-container:has(> article:only-child),
  .se-blog-archive-posts
    .elementor-posts:has(> article:only-child),
  .se-blog-archive-posts
    .elementor-grid:has(> article:only-child) {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .se-blog-archive-posts .elementor-post__thumbnail,
  .se-blog-archive-posts .elementor-post__thumbnail img {
    height: 230px !important;
  }

  .se-blog-archive-posts .elementor-post__text {
    padding: 26px 24px 28px !important;
  }

  .se-blog-archive-posts .elementor-post__title {
    font-size: 1.45rem !important;
  }

  .se-blog-archive-posts .elementor-pagination {
    margin-top: 40px !important;
  }

  .se-blog-archive-posts .elementor-pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    padding: 8px 12px;
  }

  .se-blog-archive-closing {
    padding: 72px 0;
  }

  .se-blog-archive-service-grid {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }

  .se-blog-archive-service-card {
    min-height: auto;
    padding: 28px;
  }

  .se-blog-archive-area {
    gap: 34px;
    margin-bottom: 70px;
    padding: 38px 26px;
  }

  .se-blog-archive-location-list {
    justify-content: flex-start;
  }

  .se-blog-archive-location-list span {
    max-width: 100%;
    font-size: 0.82rem;
  }

  .se-blog-archive-final-cta {
    padding: 38px 26px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .se-blog-archive-container,
  .se-blog-archive-posts > .elementor-widget-container {
    width: min(calc(100% - 22px), var(--seba-container));
  }

  .se-blog-archive-posts .elementor-post__thumbnail,
  .se-blog-archive-posts .elementor-post__thumbnail img {
    height: 205px !important;
  }

  .se-blog-archive-posts .elementor-post__text {
    padding: 24px 20px 26px !important;
  }

  .se-blog-archive-posts .elementor-pagination {
    gap: 6px;
  }

  .se-blog-archive-posts .elementor-pagination .page-numbers {
    min-width: 38px;
    min-height: 38px;
    padding: 7px 10px;
  }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .se-blog-archive *,
  .se-blog-archive *::before,
  .se-blog-archive *::after,
  .se-blog-archive-posts *,
  .se-blog-archive-posts *::before,
  .se-blog-archive-posts *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}
/* =========================================================
   HEADER DROPDOWN STACKING FIX
   Keeps Elementor menu above the blog archive hero
========================================================= */

.elementor-location-header,
.elementor-location-header > div,
.elementor-location-header .elementor-element,
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-widget-wrap {
  overflow: visible !important;
}

.elementor-location-header {
  position: relative !important;
  z-index: 999999 !important;
  isolation: isolate;
}

.elementor-location-header .elementor-widget-nav-menu,
.elementor-location-header .elementor-nav-menu--main,
.elementor-location-header .elementor-nav-menu,
.elementor-location-header nav {
  position: relative;
  z-index: 1000000 !important;
  overflow: visible !important;
}

.elementor-location-header .sub-menu,
.elementor-location-header .elementor-nav-menu--dropdown,
.elementor-location-header ul.sub-menu {
  z-index: 1000001 !important;
  overflow: visible !important;
}

/* Keep archive content under the header */
.se-blog-archive,
.se-blog-archive-opening,
.se-blog-archive-closing,
.se-blog-archive-posts {
  position: relative;
  z-index: 1;
}

.se-blog-archive-hero {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.se-blog-archive-hero::before,
.se-blog-archive-hero::after {
  z-index: 0;
}

.se-blog-archive-hero .se-blog-archive-container {
  position: relative;
  z-index: 2;
}/* End custom CSS */