.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}:root {
  --bg: #000;
  --bg2: #111111;
  --bg3: #161616;
  --card: #141414;
  --card2: #1a1a1a;
  --border: #222222;
  --accent: #f25954;
  --accent2: #ff6b4a;
  --text: #f0f0f0;
  --muted: #b0b0b0;
  --muted2: #555555;
  --white: #ffffff;
  --green: #4ade80;
  --gold: #ffc570;
  --gold-dark: #ffbd5b;
  --home-width: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
h1 {
  font-family: "Anton", sans-serif;
}
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: var(--home-width);
  margin: 0 auto;
  padding: 0 20px;
}
.main-container {
  padding: 0 20px;
  max-width: var(--home-width);
  margin: 0 auto;
}
nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgb(10 10 10 / 0.85);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo img {
  width: 186.96px;
  height: 44.77px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-links a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--accent);
}
.btn-primary {
  background: var(--gold);
  color: var(--bg);
  padding: 10px 22px;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  display: inline-block;
}
.btn-primary:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}
.btn-outline {
  border: 1px solid var(--border);
  color: var(--text);
  padding: 10px 22px;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 998;
  overflow-y: auto;
  flex-direction: column;
}
.mobile-menu.is-open {
  display: flex !important;
}
.mobile-menu.is-open ~ #back-to-top {
  display: none !important;
}
.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px 24px 40px;
  min-height: 100%;
}
.mobile-menu-inner a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  transition: color 0.2s;
  text-align: center;
}
.mobile-menu-inner a:hover,
.mobile-menu-inner a.active {
  color: var(--accent);
}
.mobile-cta {
  font-size: 15px !important;
  padding: 12px 36px !important;
  width: 100%;
  text-align: center;
}
.mobile-menu-social {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: auto;
}
.mobile-menu-social .footer-social-btn {
  width: 48px;
  height: 48px;
}
.mobile-menu-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--muted);
  width: 100%;
}
.mobile-menu-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--text) !important;
  cursor: pointer;
  transition: color 0.2s !important;
}
.mobile-menu-contact a:hover {
  color: var(--accent) !important;
}
.hero {
  position: relative;
  align-items: center;
  overflow: hidden;
  padding-bottom: 60px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bg);
  pointer-events: none;
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 60% 40%;
  gap: 20px;
}
.hero-left {
  max-width: 602px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-heading {
  font-family: "Anton", sans-serif !important;
  font-size: 100px;
  line-height: 108px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 28px;
}
.hero-subheading {
  font-weight: 500;
  font-size: 25px;
  color: var(--gold);
  letter-spacing: 0%;
  line-height: 25px;
  margin-bottom: 20px;
}
.text-body {
  font-size: 18px;
  line-height: 26px;
  color: rgb(255 255 255 / 50%);
  margin-bottom: 30px;
}
.hero-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-cta {
  background: var(--accent);
  color: var(--white);
  width: 283px;
  margin-top: 12px;
  transform: translateY(12px);
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}
.btn-cta:hover {
  background: var(--accent2);
  transform: translateY(-2px);
}
.btn-arrow {
  transition: transform 0.2s;
}
.btn-cta:hover .btn-arrow {
  transform: translateX(4px);
}
.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
  list-style: none;
  margin-top: 32px;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}
.hero-bullets li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.bullet-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--muted);
  flex-shrink: 0;
}
.hero-image-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 50px;
  animation: fadeRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}
.hero-image-frame {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 6s ease;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.single-hero {
  padding-top: 20px;
}
.single-hero-inner {
  max-width: 852px;
  margin: 0 auto;
  padding: 48px 0 32px;
  text-align: left;
}
.single-breadcrumbs {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.single-breadcrumbs a {
  display: flex;
  gap: 10px;
  color: var(--muted);
  transition: color 0.2s;
}
.single-breadcrumbs a:hover {
  color: var(--accent);
}
.breadcrumb-sep {
  color: var(--muted2);
}
.breadcrumb-current {
  color: var(--text);
}
.single-read-time {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.cat-badge {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.single-title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  line-height: 53px;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.single-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  flex-wrap: wrap;
}
.single-meta-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.meta-dot {
  color: var(--muted2);
}
.author-name-accent {
  color: var(--accent);
  font-weight: 600;
}
.single-meta-desc {
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--text);
}
.share-wrap {
  position: relative;
  flex-shrink: 0;
}
.btn-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgb(66 66 66 / 0.5);
  border: none;
  color: #fff;
  width: 110px;
  height: 42px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  transition: background 0.2s;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.btn-share:hover {
  background: rgb(66 66 66 / 0.8);
}
.share-popup-top,
.share-popup-bottom {
  display: none;
  position: absolute;
  bottom: calc(100% + 14px);
  background: #fff;
  border-radius: 6px;
  padding: 16px 20px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 32px rgb(0 0 0 / 0.2);
  white-space: nowrap;
  z-index: 100;
}
.share-popup-top {
  right: 0%;
}
.share-popup-bottom {
  left: 0%;
}
.share-popup.is-open {
  display: flex;
  gap: 7px;
}
.share-popup::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 80%;
  transform: translateX(-50%);
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-top: 10px solid #fff;
}
.share-popup-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
}
.share-popup-icons {
  display: flex;
  align-items: center;
  gap: 7px;
}
.share-popup-icons a {
  display: block;
  line-height: 0;
  transition: transform 0.15s;
}
.share-popup-icons a:hover {
  transform: scale(1.1);
}
.single-featured-image {
  width: 100vw;
  max-height: 500px;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
}
.single-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-share-bottom {
  margin-top: 60px;
}
.single-content-section {
  padding: 60px 0;
}
.single-content-inner {
  max-width: 852px;
  margin: 0 auto;
}
.post-content {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
}
.post-content h2 {
  font-size: 28px;
  margin: 40px 0 16px;
  color: var(--white);
}
.post-content h3 {
  font-size: 22px;
  margin: 32px 0 12px;
  color: var(--white);
}
.post-content p {
  margin-bottom: 20px;
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.post-content ul,
.post-content ol {
  margin: 20px 0 20px 24px;
  color: var(--muted);
}
.post-content li {
  margin-bottom: 8px;
}
.post-content img {
  width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}
.post-content blockquote {
  border-left: 3px solid var(--accent);
  padding: 16px 24px;
  margin: 32px 0;
  background: var(--card);
  border-radius: 0 8px 8px 0;
  color: var(--text);
  font-style: italic;
}
.post-content figure {
  position: relative;
}
.post-content figure::after {
  content: attr(data-alt);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 0.65);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: italic;
  padding: 8px 14px;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.post-content figure[data-alt]:hover::after {
  opacity: 1;
}
.post-content figure,
.post-content .wp-caption,
.post-content .wp-block-image,
.post-content [class*="wp-block-image"],
.post-content [class*="wp-caption"] {
  width: 100% !important;
  max-width: 100% !important;
}
.post-content img,
.post-content figure img,
.post-content .wp-caption img,
.post-content .wp-block-image img {
  width: 100% !important;
  height: auto !important;
}
.post-content figcaption,
.post-content .wp-caption-text {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #888;
  margin-top: 6px;
  line-height: 1.5;
  text-align: center;
}
.post-content a {
  color: var(--accent, #f25954);
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
  cursor: pointer;
}
.post-content a:hover {
  color: #d4af37;
  text-decoration: underline;
  text-decoration-color: #d4af37;
}
.author-section {
  padding: 60px 0;
  border-top: 1px solid var(--border);
}
.author-box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 28px 32px;
}
.author-avatar {
  flex-shrink: 0;
}
.author-avatar img {
  width: 117px;
  height: 117px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.author-info {
  flex: 1;
  min-width: 0;
}
.author-name {
  font-size: 25px !important;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.author-designation {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.author-bio {
  font-size: 15px;
  color: #444;
  line-height: 30px;
  margin-top: 0;
}
.author-role {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.newsletter-section {
  padding: 60px 0;
  border-top: 1px solid var(--border);
}
.newsletter-inner {
  max-width: 800px;
  margin: 0 auto;
}
.newsletter-text {
  font-size: 18px;
  color: var(--white);
  line-height: 30px;
  margin-bottom: 32px;
}
.newsletter-fields p {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
}
.newsletter-fields p br {
  display: none !important;
}
.newsletter-fields .wpcf7-form-control-wrap {
  min-width: 0;
  display: block;
}
.newsletter-fields .wpcf7-spinner {
  display: none;
}
.newsletter-fields .wpcf7-email {
  width: 300px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--muted2);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  outline: 0 !important;
  box-shadow: none !important;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  height: 46px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.newsletter-fields .wpcf7-email::placeholder {
  color: var(--muted2);
}
.newsletter-fields .wpcf7-email:focus {
  border-color: var(--muted);
  box-shadow: 0 0 0 3px rgb(255 197 112 / 0.15) !important;
}
.newsletter-fields .wpcf7-submit {
  display: block;
  background: var(--gold);
  color: var(--bg);
  padding: 12px 28px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  white-space: nowrap;
  height: 46px;
  box-sizing: border-box;
  width: 300px;
}
.newsletter-fields .wpcf7-submit:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}
.newsletter-fields .wpcf7-not-valid-tip {
  color: var(--accent);
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.newsletter-fields .wpcf7-response-output {
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid var(--border);
  color: var(--muted);
}
.related-posts-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.related-post-container {
  max-width: 1020px;
  margin: 0 auto;
}
.related-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 45px;
  text-align: left;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.related-card {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: transform 0.2s;
  text-decoration: none;
}
.related-card:hover {
  transform: translateY(-4px);
}
.related-card-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.related-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.related-card-image svg {
  width: 56px;
  height: 56px;
  fill: #636363;
  object-fit: cover;
  display: block;
}
.related-card-placeholder {
  width: 100%;
  height: 100%;
  background: var(--card2);
}
.related-card-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgb(0 0 0 / 0.72);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.related-card-body {
  background: rgb(22 22 22 / 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 0 0 10px 10px;
  padding: 14px 12px;
  min-height: 100px;
}
.related-card-body h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
}
.related-card-btn {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 12px;
  transition: background 0.2s;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.related-card-btn:hover {
  background: var(--accent2);
}
.contact-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 24px 100px;
  border-top: 1px solid var(--border);
  width: 100%;
}
.contact-section-single {
  padding-top: 60px;
  padding-bottom: 10px;
}
.contact-card {
  width: 100%;
  max-width: 650px;
  border-radius: 10px;
}
.contact-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  margin-bottom: 24px;
}
.contact-subtext {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  margin-bottom: 48px;
}
.contact-form-wrap .wpcf7 {
  width: 100%;
}
.crm-form-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.crm-form-row {
  display: flex;
  gap: 20px;
}
.crm-form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.crm-form-row.one-col {
  display: flex;
  flex-direction: column;
}
.crm-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.crm-form-field label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0;
  color: var(--text);
}
.crm-form-field input[type="text"],
.crm-form-field input[type="email"],
.crm-form-field input[type="tel"] {
  background: #fff;
  border: none;
  color: #0a0a0a;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  outline: none;
  transition: box-shadow 0.2s;
  width: 100%;
}
.crm-form-field input[type="text"]:focus,
.crm-form-field input[type="email"]:focus,
.crm-form-field input[type="tel"]:focus {
  box-shadow: 0 0 0 2px var(--accent);
}
.crm-form-field input::placeholder {
  color: #aaa;
}
.crm-form-grid .wpcf7-submit {
  width: 100%;
  background: var(--accent);
  color: var(--white);
  padding: 15px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  margin-top: 8px;
}
.crm-form-grid .wpcf7-submit:hover {
  background: var(--accent2);
  transform: translateY(-1px);
}
.crm-form-grid .wpcf7-not-valid-tip {
  color: var(--accent);
  font-size: 12px;
  margin-top: 4px;
}
.crm-form-grid .wpcf7-response-output {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid var(--border);
  color: var(--muted);
  margin-top: 8px;
}
.blog-section {
  padding-top: 20px;
  padding-bottom: 60px;
}
.blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}
.blog-header .tagline {
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  flex: 1;
}
.t-red {
  color: var(--accent);
}
.t-white {
  color: var(--white);
}
.line-break-m,
.line-break-d {
  display: none;
}
.btn-all-blogs {
  padding: 10px 28px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  text-align: center;
}
.btn-all-blogs--filled {
  background: var(--accent);
  color: var(--white);
}
.btn-all-blogs--filled:hover {
  background: var(--accent2);
  transform: translateY(-2px);
}
.blog-hero {
  padding-top: 60px;
  text-align: center;
}
.blog-hero-description {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.blog-cat-label {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.blog-hero-title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 30px;
}
.blog-hero-image {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-hero-desc {
  font-size: 18px;
  color: var(--white);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}
.blog-search-section {
  padding: 48px 0;
}
.blog-search-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
}
.blog-search-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.blog-search-input {
  flex: 1;
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 12px 16px;
  padding-right: 44px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  transition: border-color 0.2s;
}
.blog-search-input::placeholder {
  color: var(--muted2);
}
.blog-search-input:focus {
  outline: none;
  border-color: var(--accent);
}
.blog-search-input::-webkit-search-cancel-button {
  display: none;
}
.blog-search-clear {
  position: absolute;
  right: 8px;
  background: none;
  border: none;
  color: var(--muted2);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    color 0.2s,
    background 0.2s;
  padding: 0;
}
.blog-search-clear:hover {
  color: var(--accent);
  background: rgb(242 89 84 / 0.1);
}
.blog-search-btn {
  background: var(--accent);
  border: none;
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.blog-search-btn:hover {
  background: var(--accent2);
}
.blog-grid-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--border);
}
.blog-grid-section.no-posts-found {
  padding: 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgb(255 255 255 / 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card-title {
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-card-title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgb(242 89 84 / 0.1);
}
.blog-card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: var(--card2);
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--card) 0%, var(--card2) 100%);
}
.blog-card-cat {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgb(0 0 0 / 0.72);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.blog-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-body h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-body p {
  font-size: 14px;
  line-height: 20px;
  color: var(--muted);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-excerpt {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card-btn {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 12px;
  transition: background 0.2s;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.blog-card-btn:hover {
  background: var(--accent2);
  color: var(--white);
}
.blog-load-more-wrap {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
.blog-load-more-btn {
  background: var(--gold);
  color: var(--bg);
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  font-family: "Inter", sans-serif;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.blog-load-more-btn:hover {
  background: var(--gold-dark);
}
.blog-load-more-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.blog-pagination .nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
.blog-no-posts {
  text-align: center;
  color: var(--muted);
  padding: 60px 0;
  font-size: 16px;
}
.blog-form-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.blog-form-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.blog-form-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.blog-form-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 40px;
}
.blog-form-wrap {
  text-align: left;
}
#site-footer .container {
  max-width: 1200px;
}
#site-footer {
  background: var(--bg);
  margin-top: 60px;
  padding: 0;
  overflow: hidden;
}
.footer-top-border,
.footer-bottom-border {
  height: 2px;
  background: #181818;
  width: 100%;
  display: block;
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 0;
}
.footer-heading,
.footer-heading1 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--text);
  margin: 0 0 20px;
}
.footer-heading1 {
  text-align: right;
}
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-icon {
  color: var(--text);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-contact-list a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--text);
  transition: color 0.2s;
}
.footer-contact-list a:hover {
  color: var(--accent);
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-social-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
.footer-social-btn {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1.5px solid var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
}
.footer-social-btn:hover {
  background: var(--text);
  color: var(--bg);
}
.footer-copyright {
  padding: 20px 24px;
  text-align: center;
}
.footer-copyright p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--muted);
  margin: 0;
  cursor: pointer;
}
.footer-copyright p:hover {
  color: var(--accent);
}
.faq-section {
  padding: 50px 0;
}
.faq-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #f25954;
  margin-bottom: 32px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq-item {
  background: #101010;
  border-radius: 20px;
  overflow: hidden;
  transition: border-radius 0.25s ease;
}
.faq-item.is-open {
  border-radius: 20px;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 20px 28px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  cursor: pointer;
  gap: 16px;
}
.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq-question[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}
.faq-question[aria-expanded="true"] .faq-chevron circle,
.faq-question[aria-expanded="true"] .faq-chevron polyline {
  stroke: #fff;
}
.faq-answer {
  padding: 0 28px 22px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #aaa;
  max-height: 500px;
  opacity: 1;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}
.faq-answer[hidden] {
  display: none;
  max-height: 0;
  opacity: 0;
}
.services {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.services-header {
  margin-bottom: 50px;
}
.home-heading2 {
  color: var(--accent);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.text-card {
  font-size: 14px;
  line-height: 24px;
  color: var(--muted);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.service-card {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background: var(--bg3);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  row-gap: 20px;
  align-items: start;
  border: 1px solid #ffffff12;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s var(--ease);
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-2px);
  border-color: var(--muted);
}
.card-title {
  grid-column: 1;
  grid-row: 1;
  font-family: inter, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: var(--white);
  width: 245px;
}
.card-text {
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: 14px;
  line-height: 24px;
  color: #636363;
  width: 80%;
}
.card-image {
  grid-column: 2;
  grid-row: 1;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #636363;
  filter: grayscale(100%) contrast(0.3);
  opacity: 0.5;
}
.card-image img:hover {
  filter: grayscale(0%) contrast(0) brightness(1.3);
  transition: filter 0.3s ease;
}
.services-footer {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 24px;
  margin: 50px 0;
}
.carousel-outer {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
}
.carousel-track {
  display: flex;
  gap: 25px;
  transition: transform 0.5s var(--ease);
  will-change: transform;
}
.story-card {
  flex: 0 0 calc((100% - 16px * 2) / 3.1);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}
.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.story-card-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s var(--ease);
  font-weight: 600;
  color: var(--white);
  font-size: 14px;
}
.story-card:hover .story-card-overlay {
  opacity: 1;
}
.story-card-overlay span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.story-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.story-modal.is-open {
  display: flex;
}
.story-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgb(10 10 10 / 0.95);
  cursor: pointer;
}
.story-modal-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10001;
  width: 40px;
  height: 40px;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.modal-close:hover {
  background: rgb(255 255 255 / 0.2);
  border-color: rgb(255 255 255 / 0.3);
}
.story-swiper {
  width: 90%;
  max-width: 900px;
  height: 70vh;
  max-height: 600px;
}
.story-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.story-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.story-swiper-prev,
.story-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  width: 50px;
  height: 50px;
  background: rgb(232 83 58 / 0.2);
  border: 1px solid rgb(232 83 58 / 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.story-swiper-prev:hover,
.story-swiper-next:hover {
  background: rgb(232 83 58 / 0.4);
  border-color: rgb(232 83 58 / 0.8);
}
.story-swiper-prev {
  left: 16px;
}
.story-swiper-next {
  right: 16px;
}
.story-pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  display: flex;
  gap: 8px;
}
.story-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgb(255 255 255 / 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 0.2s,
    width 0.2s;
}
.story-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--white);
  border-radius: 4px;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.35s var(--ease);
  flex-shrink: 0;
}
.dot.active {
  width: 20px;
  height: 8px;
  border-radius: 3px;
  background: #fff;
}
.why-retention {
  padding: 100px 0;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 30px;
}
.card {
  background: var(--bg3);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition:
    border-color 0.3s ease,
    transform 0.3s var(--ease),
    box-shadow 0.3s ease;
  cursor: pointer;
}
.card-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold-dark);
}
.card-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: var(--white);
  text-transform: uppercase;
}
.card-body {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: auto;
}
.card:hover {
  border-color: var(--clr-border-hover);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.05),
    0 20px 56px rgb(0 0 0 / 0.55);
  transform: translateY(-2px);
}
.impact {
  padding-top: 20px;
  padding-bottom: 40px;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 32px;
}
.impact-card {
  background: var(--bg2);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 20px;
  padding: 30px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition:
    border-color 0.3s ease,
    transform 0.3s var(--ease),
    box-shadow 0.3s ease;
  cursor: pointer;
}
.impact-card:hover {
  border-color: rgb(255 255 255 / 0.16);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgb(0 0 0 / 0.55);
}
.stat-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.stat-number {
  font-weight: 800;
  font-size: 70px;
  line-height: 0.88;
  letter-spacing: 0.03em;
  color: var(--white);
  display: inline-flex;
  align-items: flex-start;
}
.stat-suffix {
  font-weight: 800;
  font-size: 70px;
  line-height: 0.88;
  color: var(--accent);
  align-self: flex-start;
}
.stat-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  max-width: 160px;
  color: var(--muted);
}
.card-icon {
  display: flex;
  align-items: center;
  color: var(--muted);
  width: 55px;
  height: 55px;
}
.card-icon img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%) contrast(0.5);
}
.card-icon img:hover {
  filter: grayscale(0%) contrast(0) brightness(1.3);
  transition: filter 0.3s ease;
}
.brands {
  padding: 100px 0;
}
.brand-card {
  flex: 0 0 calc((100% - 16px * 4) / 5.1);
}
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 769px) {
  .line-break-d {
    display: block;
  }
  .line-break-m {
    display: none;
  }
}
@media (max-width: 768px) {
  .modal-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
  .story-swiper {
    width: 95%;
    height: 50vh;
    max-height: 400px;
  }
  .story-swiper-prev,
  .story-swiper-next {
    width: 40px;
    height: 40px;
  }
  .story-swiper-prev {
    left: 8px;
  }
  .story-swiper-next {
    right: 8px;
  }
  .story-pagination {
    bottom: 16px;
  }
  .hero {
    min-height: fit-content;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px !important;
  }
  .hero-left {
    gap: 10px !important;
  }
  .hero-body br {
    display: none;
  }
  .container.hero-inner {
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .hero-inner {
    position: relative;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 60px;
    z-index: 1;
  }
  .hero-image-wrap {
    display: none;
  }
  .hero-heading {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 0;
    transform: translateY(24px);
    animation: fadeUp 0.7s var(--ease) 0.25s forwards;
  }
  .hero-subheading {
    font-size: 18px;
    margin-bottom: 20px;
    transform: translateY(24px);
    animation: fadeUp 0.7s var(--ease) 0.25s forwards;
  }
  .text-body {
    font-size: 14px;
    line-height: 26px;
    transform: translateY(24px);
    animation: fadeUp 0.7s var(--ease) 0.25s forwards;
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-bullets {
    gap: 8px;
    align-self: center;
  }
  .hero-bullets li {
    font-size: 13.5px;
  }
  .hero-image-frame {
    aspect-ratio: 1;
  }
  .btn-cta {
    align-self: center;
  }
  .nav-links,
  .nav-cta,
  .btn-primary {
    display: none !important;
  }
  .hamburger {
    display: flex;
  }
  .single-hero-inner {
    padding: 10px 0 20px;
  }
  .main-content-inner {
    padding: 0;
  }
  .single-hero {
    padding: 20px;
  }
  .single-title {
    font-size: 22px;
    line-height: 38px;
  }
  .single-meta {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -50px !important;
    gap: 18px;
  }
  .single-meta-left {
    font-size: 13px;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 10px;
  }
  .single-meta-desc {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 24px;
  }
  .share-popup-top {
    left: -30%;
  }
  .single-share-bottom {
    display: none;
  }
  .single-content-section {
    padding: 25px 0;
  }
  .post-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 24px;
  }
  .author-section,
  .newsletter-section {
    padding: 20px 0px !important;
  }
  .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }
  .author-avatar img {
    width: 100px;
    height: 100px;
    cursor: pointer;
  }
  .author-avatar img:hover {
    transform: scale(1.3);
  }
  .newsletter-fields p {
    flex-direction: column !important;
    align-items: normal;
  }
  .newsletter-fields .wpcf7-email {
    width: 100%;
  }
  .newsletter-fields .wpcf7-submit {
    width: 100%;
  }
  .newsletter-text {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 24px;
  }
  .related-posts-section {
    padding: 0;
  }
  .related-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .related-card {
    flex: 0 0 calc(100% - 16px);
    min-width: calc(100% - 16px);
  }
  .related-post-container {
    padding: 20px;
  }
  .contact-section-single {
    padding: 40px 20px;
  }
  .container.contact-inner {
    padding: 0;
  }
  .contact-heading {
    font-size: 36px;
    line-height: 48px;
  }
  .contact-subtext {
    font-size: 16px;
  }
  .crm-form-grid {
    gap: 20px;
  }
  .crm-form-row.two-col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .crm-form-field label {
    font-size: 16px;
    margin-bottom: 0;
  }
  .crm-form-grid .wpcf7-submit {
    font-size: 16px;
    padding: 16px;
  }
  .container.blog-inner {
    padding: 0;
  }
  .blog-section {
    padding: 40px 0;
  }
  .blog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
  .btn-all-blogs--filled {
    align-self: center;
  }
  .blog-header .tagline {
    font-size: 20px;
    line-height: 28px;
  }
  .container.blog-inner {
    padding: 0;
  }
  .line-break-m {
    display: block;
  }
  .line-break-d {
    display: none;
  }
  .blog-hero {
    padding-top: 40px;
  }
  .blog-grid {
    grid-template-columns: repeat(1, 2fr);
    gap: 30px;
  }
  .blog-grid-section {
    padding: 40px 20px;
  }
  .blog-hero-title {
    font-size: 28px;
  }
  .blog-hero-description {
    padding: 0 20px;
    margin-top: 20px !important;
  }
  .blog-search-section {
    padding: 24px 0;
  }
  .blog-search-form {
    max-width: 100%;
    padding: 0 20px;
    gap: 8px;
  }
  .blog-search-wrapper {
    flex: 1;
  }
  .blog-search-input {
    padding: 10px 12px;
    padding-right: 36px;
    font-size: 14px;
  }
  .blog-search-clear {
    width: 28px;
    height: 28px;
    right: 6px;
  }
  .blog-search-btn {
    width: 40px;
    height: 40px;
  }
  .blog-card-image {
    height: 160px;
  }
  .blog-card-body {
    padding: 16px;
  }
  .blog-card-body h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0;
  }
  .footer-contact {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
    width: 100%;
  }
  .footer-social {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .footer-heading,
  .footer-heading1 {
    font-size: 18px;
  }
  .footer-social .footer-heading,
  .footer-social .footer-heading1 {
    margin: 0;
    white-space: nowrap;
  }
  .footer-social .footer-heading::after,
  .footer-social .footer-heading1::after {
    content: " :";
  }
  .footer-contact-list a,
  .footer-icon {
    font-size: 16px;
  }
  .footer-icon svg {
    width: 18px;
    height: 18px;
  }
  .footer-social-btn {
    width: 33.69px;
    height: 33.69px;
  }
  .footer-social-btn svg {
    width: 16px;
    height: 16px;
  }
  .footer-copyright p {
    font-size: 12px;
  }
  #site-footer {
    margin-top: 20px;
  }
  .faq-section {
    padding: 30px 0;
  }
  .faq-heading {
    font-size: 26px;
    line-height: 36px;
  }
  .faq-question {
    font-size: 15px;
    padding: 18px 20px;
  }
  .faq-answer {
    padding: 0 20px 18px;
  }
  .container.faq-inner {
    padding: 0;
  }
  .container.services-inner {
    padding: 0;
  }
  .services {
    padding: 30px 0;
  }
  .services-header {
    margin-bottom: 20px;
  }
  .services-footer {
    margin: 30px 0;
  }
  .success {
    padding: 40px 0;
  }
  .home-heading2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card {
    padding: 20px;
    gap: 0;
    min-height: 240px;
  }
  .card-image {
    padding: 0;
  }
  .story-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
  .carousel-track {
    gap: 20px;
  }
  .container.why-retention-inner {
    padding: 0;
  }
  .why-retention {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .card-heading {
    font-size: 22px;
  }
  .card {
    padding: 20px;
    gap: 16px;
  }
  .container.impact-inner {
    padding: 0;
  }
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .impact {
    padding: 20px 0;
  }
  .card-icon {
    width: 40px;
    height: 40px;
  }
  .stat-number {
    font-size: 40px;
  }
  .container.our-impact-inner {
    padding: 0;
  }
  .impact-card {
    height: 190px;
    padding: 18px;
  }
  .stat-number,
  .stat-suffix {
    font-size: 40px;
  }
  .stat-label {
    font-size: 12px;
  }
  .brands {
    padding: 60px 0;
  }
  .brand-card {
    flex: 0 0 calc((100% - 16px * 2) / 2);
  }
  .container.brands-inner {
    padding: 0;
  }
}
.success-main {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: var(--bg3);
  padding: 80px 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .success-main {
    padding: 40px 0;
  }
  .contact-section {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .contact-main > .contact-section {
    padding: 30px 0;
  }
}
.blog-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.popup-open {
  overflow: hidden;
  touch-action: none;
}
body.popup-open #back-to-top {
  display: none !important;
}
.popup .ov {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 0.75);
  backdrop-filter: blur(8px);
  z-index: 999;
  align-items: center;
  justify-content: center;
  touch-action: none;
}
.popup .ov.on {
  display: flex;
}
.popup .box {
  background: #fff0;
  border: none;
  width: 90vw;
  overflow: hidden;
}
.popup .box:not(.desk) {
  max-width: 460px;
}
.popup .box.desk {
  max-width: 1200px;
}
.popup .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1rem 0;
  color: var(--text);
}
.popup .hd #ttl {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
}
.popup .xbtn {
  background: var(--card2);
  border: 1px solid var(--border);
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: background 0.2s;
}
.popup .xbtn:hover {
  background: var(--card);
  color: var(--accent);
}
.popup .tracker-body {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.popup .track-wrap {
  flex: 1;
  overflow: hidden;
}
.popup .track {
  display: flex;
  transition: transform 0.35s var(--ease);
}
.popup .slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-height: 82vh;
  overflow: hidden;
}
.popup .slide img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popup .box:not(.desk) .slide img {
  width: 100%;
  max-width: 460px;
  height: auto;
  object-fit: contain;
}
.popup .box.desk .slide img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}
.popup .ab {
  background: var(--card2);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text);
  transition: background 0.2s;
  touch-action: manipulation;
  -webkit-tap-highlight-color: #fff0;
}
.popup .ab:hover {
  background: var(--card);
  color: var(--accent);
}
.popup .ab:hover:not(:disabled) {
  background: var(--card);
}
.popup .ab:disabled {
  opacity: 0.25;
  cursor: default;
}
@media (max-width: 768px) {
  .popup .tracker-body {
    position: relative;
  }
  .popup .track-wrap {
    width: 100%;
  }
  .popup .ab {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgb(0 0 0 / 0.45);
    border-color: rgb(255 255 255 / 0.15);
  }
  .popup #pb {
    left: 8px;
  }
  .popup #nb {
    right: 8px;
  }
}
.slide-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0.75rem 0 0;
}
.slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted2);
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}
.slide-dot.active {
  width: 20px;
  border-radius: 3px;
  background: var(--white);
}
