:root {
  --nexlotech-primary:        #3484ac;
  --nexlotech-primary-dark:   #2a6d8f;
  --nexlotech-primary-darker: #1f5470;
  --nexlotech-primary-light:  #e6f3f9;
  --nexlotech-primary-soft:   #b8d9ec;
  --nexlotech-secondary:      #5ba3c4;
  --nexlotech-accent:         #f59e0b;
  --nexlotech-footer-bg:      #1a2e3a;
  --nexlotech-footer-text:    #cde3ee;
  --nexlotech-footer-link:    #e6f3f9;
  --nexlotech-footer-link-hover: #ffffff;
  --nexlotech-radius-sm: 0.5rem;
  --nexlotech-radius-md: 0.75rem;
  --nexlotech-radius-lg: 1rem;
  --nexlotech-shadow-sm: 0 6px 14px rgba(15, 40, 60, 0.08);
  --nexlotech-shadow-md: 0 12px 28px rgba(15, 40, 60, 0.14);
  --nexlotech-heading-font: "Adonis", "Inter", sans-serif;
}

@font-face {
  font-family: "Adonis";
  src: url("../fonts/FONTSPRINGDEMO-AdonisRegular.woff2") format("woff2"),
    url("../fonts/FONTSPRINGDEMO-AdonisRegular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Adonis";
  src: url("../fonts/FONTSPRINGDEMO-AdonisBold.woff2") format("woff2"),
    url("../fonts/FONTSPRINGDEMO-AdonisBold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--nexlotech-heading-font);
  letter-spacing: -0.01em;
}

.site-container {
  width: min(1280px, 100%);
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .site-container {
    padding-inline: 1.5rem;
  }
}

.site-main {
  padding-block: 3rem;
}

.heading-xl {
  font-family: var(--nexlotech-heading-font);
}

.heading-lg {
  font-family: var(--nexlotech-heading-font);
}

.heading-md {
  font-family: var(--nexlotech-heading-font);
}

@media (min-width: 768px) {
  .heading-xl {
  }

  .heading-lg {
  }

  .heading-md {
  }
}

.text-body {
}

.text-muted {
}

.section-stack > * + * {
  margin-top: 1.2rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--nexlotech-secondary);
  color: #ffffff;
  padding: 0.55rem 1.25rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--nexlotech-primary);
  color: #ffffff;
}

.btn-primary-sm {
  background: var(--nexlotech-secondary);
  color: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-primary-sm:hover,
.btn-primary-sm:focus-visible {
  background: var(--nexlotech-primary);
  color: #ffffff;
}

.surface-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--nexlotech-radius-md);
  padding: 1.25rem;
  box-shadow: var(--nexlotech-shadow-sm);
}

.search-input,
.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: var(--nexlotech-radius-sm);
  padding: 0.55rem 0.9rem;
}

.form-textarea {
  min-height: 10rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  position: fixed;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 9999;
  background: #0f172a;
  border-radius: 0.5rem;
  padding: 0.55rem 0.8rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--nexlotech-primary);
  outline-offset: 2px;
}

.site-header {
  width: 100%;
  background: var(--brand-surface, #f3f2ef);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  position: relative;
  z-index: 100;
}

.site-header.is-sticky {
  position: sticky;
  top: 0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
}

.site-header-inner {
  width: 100%;
  padding: 0 2rem;
}

@media (min-width: 1280px) {
  .site-header-inner {
    padding: 0 3rem;
  }
}

.site-header-layout {
  display: flex;
  align-items: center;
  height: 4.5rem;
  gap: 2rem;
}

.site-header-logo {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2c2218;
  text-decoration: none;
  flex-shrink: 0;
  font-family: var(--nexlotech-heading-font, Georgia, serif);
  line-height: 1;
}

.site-header-logo img,
.site-header-logo .custom-logo {
  height: 2.4rem;
  width: auto;
  display: block;
}

.site-header-right {
  display: none;
  align-items: center;
  gap: 2.5rem;
  margin-left: auto;
}

@media (min-width: 768px) {
  .site-header-right {
    display: flex;
  }
}

.nexlotech-desktop-menu {
  display: flex;
  align-items: center;
  gap: 0;
}

.nexlotech-desktop-menu > li {
  position: relative;
}

.nexlotech-desktop-menu > li > a {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4a3f35;
  padding: 0.5rem 0.85rem;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nexlotech-desktop-menu > li > a:hover {
  color: #a07855;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nexlotech-search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.45rem;
  color: #4a3f35;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.nexlotech-search-toggle:hover {
  background: rgba(0,0,0,0.06);
}

.site-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--nexlotech-primary);
  color: #fff;
  border-radius: 999px;
  padding: 0.6rem 1.35rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-header-cta:hover {
  background: var(--nexlotech-primary-dark);
  transform: translateY(-1px);
  color: #fff;
}

.site-header-hamburger {
  display: flex;
  margin-left: auto;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: #2c2218;
  z-index: 20;
}

@media (min-width: 768px) {
  .site-header-hamburger {
    display: none;
  }
}

.nexlotech-breadcrumb {
}

.nexlotech-breadcrumb a {
}

.widget-title {
  margin-bottom: 0.75rem;
}

.nexlotech-desktop-menu,
.nexlotech-desktop-menu .sub-menu,
.nexlotech-mobile-menu,
.nexlotech-mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nexlotech-desktop-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nexlotech-desktop-menu > li {
  position: relative;
}

.nexlotech-desktop-menu a {
  display: inline-flex;
  align-items: center;
}

.nexlotech-desktop-menu > .menu-item-has-children > a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-left: 0.35rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%236b7280' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  transition: transform 0.2s ease;
}

.nexlotech-desktop-menu .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 13.5rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.6rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 60;
  padding: 0.45rem 0;
}

.nexlotech-desktop-menu .sub-menu a {
  display: block;
  padding: 0.5rem 0.95rem;
}

.nexlotech-desktop-menu .sub-menu a:hover,
.nexlotech-desktop-menu .sub-menu a:focus {
  background: #f5f5f5;
}

.nexlotech-desktop-menu .menu-item-has-children:hover > .sub-menu,
.nexlotech-desktop-menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nexlotech-desktop-menu .menu-item-has-children:hover > a::after,
.nexlotech-desktop-menu .menu-item-has-children:focus-within > a::after {
  transform: rotate(180deg);
}

.nexlotech-mobile-menu > li {
  border-bottom: 1px solid #f1f5f9;
  padding: 0.25rem 0;
  position: relative;
}

.nexlotech-mobile-menu > li > a {
  display: block;
  padding: 0.45rem 0;
  padding-right: 2.25rem;
}

.nexlotech-mobile-menu .sub-menu {
  display: none;
  margin: 0.3rem 0 0.35rem;
  padding-left: 0.75rem;
}

.nexlotech-mobile-menu .sub-menu a {
  display: block;
  padding: 0.35rem 0;
}

.nexlotech-mobile-menu .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.nexlotech-submenu-toggle {
  position: absolute;
  right: 0;
  top: 0.3rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  background: transparent;
}

.nexlotech-mobile-menu .menu-item-has-children.is-open > .nexlotech-submenu-toggle {
  transform: rotate(180deg);
}

.nexlotech-header-search {
  position: absolute;
  right: 3.8rem;
  top: calc(100% + 0.55rem);
  width: min(26rem, 70vw);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.14);
  padding: 0.75rem;
  z-index: 70;
}

.nexlotech-header-search .search-form {
  gap: 0.5rem;
}

.nexlotech-header-search .search-field {
  border-radius: 999px;
  border-color: #d1d5db;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.nexlotech-header-search button[type="submit"] {
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  white-space: nowrap;
}

/* Global typography override: force Inter across all UI elements and heading utility classes. */
html {
  font-size: 16px;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: #374151;
}

main {
  margin-top: 0;
}

button,
input,
select,
textarea {
  font-size: 0.9375rem;
}

*,
*::before,
*::after {
}

h1,
h2,
h3,
h4,
h5,
h6,
.lora {
  letter-spacing: normal;
}

.nexlotech-site-footer {
  background-color: var(--nexlotech-footer-bg);
}

.nexlotech-site-footer p,
.nexlotech-site-footer li,
.nexlotech-site-footer span,
.nexlotech-site-footer .widget-title,
.nexlotech-site-footer .heading-md,
.nexlotech-site-footer .heading-lg {
}

.nexlotech-site-footer a {
}

.nexlotech-site-footer a:hover,
.nexlotech-site-footer a:focus {
}

.cp-card h2,
.cp-card h3 {
  margin: 0.6rem 0 0;
}

.nexlotech-footer-brand {
  max-width: 26rem;
}

.nexlotech-footer-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .nexlotech-footer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .nexlotech-footer-layout {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

.nexlotech-footer-logo-image {
  max-height: var(--nexlotech-footer-logo-height, 56px);
  width: auto;
  height: auto;
}

.nexlotech-footer-widget-col .widget + .widget {
  margin-top: 1rem;
}

.nexlotech-footer-widget-col .widget-title {
  margin: 0 0 0.8rem;
}

.nexlotech-footer-widget-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nexlotech-footer-widget-col li + li {
  margin-top: 0.45rem;
}

.nexlotech-footer-widget-col a {
}

.nexlotech-footer-widget-col a:hover,
.nexlotech-footer-widget-col a:focus {
}

.footer-widget-col .widget {
  margin: 0;
}

.footer-widget-col .widget + .widget {
  margin-top: 0.75rem;
}

.footer-widget-col .menu,
.footer-widget-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget-col li + li {
  margin-top: 0.45rem;
}

.footer-widget-col .footer-widget-title,
.footer-widget-col .widget-title,
.footer-widget-col .wp-block-heading {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--nexlotech-heading-font);
  color: var(--nexlotech-footer-text);
}

.footer-widget-col p,
.footer-widget-col li,
.footer-widget-col span,
.footer-widget-col strong {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--nexlotech-footer-text);
}

.footer-widget-col a {
  color: var(--nexlotech-footer-link);
}

.footer-widget-col a:hover,
.footer-widget-col a:focus-visible {
  color: var(--nexlotech-footer-link-hover);
}

.nexlotech-social-list {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nexlotech-social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nexlotech-social-list a:hover,
.nexlotech-social-list a:focus {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.nexlotech-footer-bottom-row {
  background-color: var(--nexlotech-footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-top-color: color-mix(in srgb, var(--nexlotech-footer-text) 9%, transparent);
}

.nexlotech-footer-bottom-row .js-footer-text {
  color: var(--nexlotech-footer-text);
}

.nexlotech-footer-bottom-links a {
  color: var(--nexlotech-footer-link);
}

.nexlotech-footer-bottom-links a:hover,
.nexlotech-footer-bottom-links a:focus-visible {
  color: var(--nexlotech-footer-link-hover);
}

.nexlotech-gallery-item {
  display: block;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(24, 56, 46, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nexlotech-gallery-item:hover,
.nexlotech-gallery-item:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.nexlotech-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(8, 14, 18, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.nexlotech-lightbox.hidden {
  display: none;
}

.nexlotech-lightbox-figure {
  margin: 0;
  max-width: min(1100px, 94vw);
  max-height: 90vh;
  text-align: center;
}

.nexlotech-lightbox-image {
  width: auto;
  max-width: 100%;
  max-height: calc(90vh - 3.2rem);
  border-radius: 0.75rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.nexlotech-lightbox-caption {
  margin-top: 0.6rem;
}

.nexlotech-lightbox-close,
.nexlotech-lightbox-nav {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  cursor: pointer;
}

.nexlotech-lightbox-close {
  top: 1rem;
  right: 1rem;
}

.nexlotech-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.nexlotech-lightbox-prev {
  left: 1rem;
}

.nexlotech-lightbox-next {
  right: 1rem;
}

.nexlotech-testimonial-card {
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.nexlotech-testimonial-card:hover,
.nexlotech-testimonial-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  border-color: rgba(35, 79, 68, 0.35);
  outline: none;
}

.nexlotech-testimonial-card p,
.nexlotech-testimonial-card strong {
  transition: color 0.22s ease;
}

.nexlotech-testimonial-card:hover p,
.nexlotech-testimonial-card:focus p {
}

.nexlotech-testimonial-card:hover strong,
.nexlotech-testimonial-card:focus strong {
}

.nexlotech-testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(8, 14, 18, 0.78);
}

.nexlotech-testimonial-modal.hidden {
  display: none;
}

.nexlotech-testimonial-modal-inner {
  position: relative;
  width: min(680px, 92vw);
  max-height: 88vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 1.35rem 1.2rem;
  animation: nexlotech-modal-in 0.2s ease-out;
}

.nexlotech-testimonial-modal-body p {
  margin: 0;
}

.nexlotech-testimonial-modal-body p + p {
  margin-top: 0.7rem;
}

.nexlotech-testimonial-modal-author {
  margin: 1rem 0 0;
}

.nexlotech-testimonial-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: #eef3f1;
}

@keyframes nexlotech-modal-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nexlotech-faq-section {
  background: var(--nexlotech-primary);
  border-radius: 0;
  padding: clamp(2rem, 4vw, 3.25rem) 0;
}

.nexlotech-faq-wrap {
  width: min(980px, 100%);
  margin-inline: auto;
  padding-inline: 1.2rem;
}

.nexlotech-faq-title {
  margin: 0 0 1.4rem;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.08;
  color: #fff;
}

.nexlotech-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.nexlotech-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.nexlotech-faq-question {
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 2rem);
  line-height: 1.28;
}

.nexlotech-faq-question::-webkit-details-marker {
  display: none;
}

.nexlotech-faq-question::after {
  content: "+";
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  flex: 0 0 auto;
}

.nexlotech-faq-item[open] .nexlotech-faq-question::after {
  content: "\2212";
}

.nexlotech-faq-answer {
  margin: 0;
  padding: 0 0 1.1rem;
}

.nexlotech-faq-answer p {
  margin: 0;
  max-width: 72ch;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.96rem;
  line-height: 1.65;
}

.nexlotech-footer-wrap {
  width: min(1320px, calc(100vw - 1.5rem));
  margin-inline: auto;
  padding: 1rem 0 1.5rem;
}

.nexlotech-footer-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(120deg, #1e4b5c 0%, #1b4354 45%, #153644 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  overflow: hidden;
}

.nexlotech-footer-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 45%, rgba(126, 173, 184, 0.18), transparent 52%);
  pointer-events: none;
}

.nexlotech-footer-cta-content {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}

.nexlotech-footer-cta-content h2 {
  margin: 0;
  color: #f2f7fa;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
}

.nexlotech-footer-cta-content p {
  margin: 0.7rem 0 0;
  color: rgba(232, 243, 247, 0.92);
  font-size: 1rem;
}

.nexlotech-footer-contact-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.nexlotech-footer-contact-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #e5f1f5;
  font-size: 0.9rem;
}

.nexlotech-footer-contact-list a {
  color: inherit;
}

.nexlotech-footer-cta-arrow {
  position: relative;
  z-index: 1;
  width: clamp(6rem, 11vw, 10rem);
  height: clamp(6rem, 11vw, 10rem);
  border-radius: 999px;
  border: 1px solid rgba(227, 244, 248, 0.35);
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #edf7fa;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nexlotech-footer-cta-arrow:hover,
.nexlotech-footer-cta-arrow:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.nexlotech-footer-bottom {
  padding-top: 1.3rem;
}

.nexlotech-footer-brand-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem 1.5rem;
}

.nexlotech-footer-nav {
  justify-self: center;
}

.nexlotech-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
}

.nexlotech-footer-menu a {
  color: #0f172a;
  font-size: 0.9rem;
}

.nexlotech-footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nexlotech-footer-social a {
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
}

.nexlotech-footer-meta {
  margin-top: 0.9rem;
  border-top: 1px solid #e0e5ea;
  padding-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
}

.nexlotech-footer-meta p {
  margin: 0;
  color: #475569;
  font-size: 0.85rem;
}

.nexlotech-footer-legal {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.nexlotech-footer-legal a {
  color: #334155;
  font-size: 0.85rem;
}

@media (max-width: 980px) {
  .nexlotech-footer-brand-line {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .nexlotech-footer-wrap {
    width: calc(100vw - 1rem);
  }

  .nexlotech-footer-cta-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

/* ============================================
   Blog Single Post — Title & Thumbnail
   ============================================ */

.blog-single-title {
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.2;
  color: #1e293b;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}

.blog-single-thumbnail {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  aspect-ratio: 16 / 7;
}

.blog-single-thumbnail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .blog-single-title {
    margin-bottom: 1.1rem;
  }

  .blog-single-thumbnail {
    border-radius: 0.65rem;
    aspect-ratio: 16 / 9;
  }
}

/* ============================================
   Blog Single Post — Content Typography
   ============================================ */

[itemprop="articleBody"] p {
  font-size: 1.0625rem;
  line-height: 1.82;
  color: #374151;
  margin: 0 0 1.35rem;
}

[itemprop="articleBody"] h2 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.25;
  margin: 2.25rem 0 0.75rem;
  color: #1e293b;
}

[itemprop="articleBody"] h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  line-height: 1.3;
  margin: 1.75rem 0 0.55rem;
  color: #1e293b;
}

[itemprop="articleBody"] h4 {
  font-size: 1.05rem;
  line-height: 1.4;
  margin: 1.5rem 0 0.45rem;
  color: #1e293b;
}

[itemprop="articleBody"] ul,
[itemprop="articleBody"] ol {
  padding-left: 1.5rem;
  margin: 0 0 1.35rem;
}

[itemprop="articleBody"] li {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 0.45rem;
}

[itemprop="articleBody"] li strong {
  color: #1e293b;
}

[itemprop="articleBody"] blockquote {
  margin: 2rem 0;
  padding: 1.1rem 1.5rem;
  border-left: 4px solid var(--nexlotech-primary);
  background: var(--nexlotech-primary-light);
  border-radius: 0 0.5rem 0.5rem 0;
}

[itemprop="articleBody"] blockquote p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  font-style: italic;
  color: var(--nexlotech-primary-darker);
}

[itemprop="articleBody"] img {
  border-radius: 0.75rem;
  margin: 1.25rem 0;
  max-width: 100%;
  height: auto;
}

[itemprop="articleBody"] a {
  color: var(--nexlotech-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

[itemprop="articleBody"] a:hover {
  color: var(--nexlotech-primary-dark);
}

[itemprop="articleBody"] > *:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  [itemprop="articleBody"] p,
  [itemprop="articleBody"] li {
    font-size: 1rem;
    line-height: 1.75;
  }

  [itemprop="articleBody"] h2 {
    margin-top: 1.75rem;
  }

  [itemprop="articleBody"] h3 {
    margin-top: 1.4rem;
  }
}
