/* ==========================================================================
   CMT Landing Page - Pixel-Exact Figma CSS Implementation
   Hero Section Height: 634px (Exact layer values from Figma)
   Structure: Header (88.8px) + Hero (634px) + Footer (166.8px)
   Canvas: 1521px x 890px
   ========================================================================== */

/* Global Reset & Base Setup */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: #0B0F17;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #0B0F17;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  touch-action: manipulation;
}

/* Updated CMT_Landing page Canvas */
.cmt-canvas {
  position: relative;
  width: 1521px;
  min-width: 1521px;
  max-width: 1521px;
  height: 890px;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

/* Reusable Typography & Utility Classes */
.text-orange {
  color: #FF7000;
}

/* ==========================================================================
   1. HEADER SECTION (Top: 0px, Height: 88.8px)
   ========================================================================== */
.cmt-header {
  position: absolute;
  height: 88.8px;
  left: 0px;
  right: 0.2px;
  top: 0px;
  background: #FFFFFF;
  border-bottom: 1px solid #F1F5F9;
  z-index: 50;
}

/* Logo: Group 4 (1) 1 (4th screenshot) */
.header-logo-link {
  position: absolute;
  width: 271px;
  height: 69px;
  left: 86px;
  top: 11px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

/* Nav -> List */
.cmt-nav {
  position: absolute;
  height: 34.4px;
  left: 567.76px;
  right: 511.48px;
  top: 26.8px;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-link {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #22252A;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: #FF7000;
}

/* Specific nav link positions from Figma */
.nav-list .nav-item:nth-child(1) {
  position: absolute;
  left: 0px;
  width: 41.22px;
}

.nav-list .nav-item:nth-child(2) {
  position: absolute;
  left: 64.9px;
  width: 42.93px;
}

.nav-list .nav-item:nth-child(3) {
  position: absolute;
  left: 131.5px;
  width: 64.36px;
}

.nav-list .nav-item:nth-child(4) {
  position: absolute;
  left: 219.47px;
  width: 50.74px;
}

.nav-list .nav-item:nth-child(5) {
  position: absolute;
  left: 293.85px;
  width: 67.73px;
}

.nav-list .nav-item:nth-child(6) {
  position: absolute;
  left: 385.28px;
  width: 56.66px;
}

.nav-link.active {
  color: #FF7000;
}

/* Line 1 - Active link bar under Home */
.active-nav-line {
  position: absolute;
  width: 46px;
  height: 0px;
  left: -2px;
  top: 34.2px;
  border: 2px solid #FF7000;
}

/* Header LinkedIn CTA Button */
.header-cta-btn {
  position: absolute;
  height: 38.8px;
  left: 1288.04px;
  right: 98.4px;
  top: 24.6px;
  background: #FF7000;
  box-shadow: 0px 6px 20px rgba(255, 85, 0, 0.35);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.header-cta-btn:hover {
  background: #E05300;
  transform: translateY(-1px);
}

.header-btn-icon {
  font-size: 13px;
  color: #FFFFFF;
}

.header-btn-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 21px;
  color: #FFFFFF;
}

.header-btn-external {
  font-size: 11px;
  color: #FFFFFF;
  opacity: 0.9;
}

/* ==========================================================================
   2. HERO SECTION (Single Full Banner Image: assets/hero-banner.webp)
   ========================================================================== */

/* Section */
.cmt-hero-section {
  position: absolute;
  height: 634px;
  left: 0px;
  right: 0px;
  top: 89px;
  background: url('assets/hero-banner.webp') no-repeat left top / 1521px 634px;
  overflow: hidden;
}

/* Mobile hero top hidden on desktop */
.mobile-hero-top {
  display: none;
}

/* Wrapper helpers: transparent/contents on desktop */
.construction-status-bar {
  display: contents;
}

.hero-cta-group {
  display: contents;
}

/* Right Side Content Container (Desktop) */
.hero-overlay-card {
  box-sizing: border-box;
  position: absolute;
  height: 634px;
  left: 929px;
  right: 0px;
  top: 0px;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  z-index: 10;
}

/* WEBSITE UNDER CONSTRUCTION */
.construction-label {
  position: absolute;
  height: 19px;
  left: 38px;
  right: 282px;
  top: 32.8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 19px;
  display: block;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #CBD5E0;
  white-space: nowrap;
}

/* Background accent bar next to WEBSITE UNDER CONSTRUCTION */
.construction-accent-line {
  position: absolute;
  height: 3px;
  width: 32px;
  left: 312.05px;
  top: 40.9px;
  background: #FF5500;
  border-radius: 1.5px;
}

/* At CustomMyTools, every product reflects our commitment... */
.hero-statement-main {
  position: absolute;
  height: 100px;
  left: 41px;
  right: 46px;
  top: 92px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: block;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Whether you're developing a new process... */
.hero-statement-sub {
  position: absolute;
  height: 69px;
  left: 41px;
  right: 79px;
  top: 213px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: block;
  color: rgba(226, 232, 240, 0.8);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

/* VerticalBorder */
.hero-vertical-callout {
  position: absolute;
  height: 56px;
  left: 41px;
  right: 21px;
  top: 303px;
  border-left: 2.5px solid #FF7000;
  padding-left: 12px;
}

/* Infinite Tooling Possibilities, One Trusted Partner – CustomMyTools! */
.hero-callout-text {
  position: absolute;
  width: 525px;
  left: 12px;
  top: -2.2px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  display: block;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Our new website is taking shape... */
.hero-statement-wip {
  position: absolute;
  height: 67.9px;
  left: 40px;
  right: 45.74px;
  top: 395px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  display: block;
  color: #ffffff;
}

/* Link - Visit Our LinkedIn */
.btn-primary-orange {
  box-sizing: border-box;
  position: absolute;
  height: 52.8px;
  left: 38px;
  right: 339.83px;
  top: 504px;
  background: #FF5500;
  box-shadow: 0px 4px 18px rgba(255, 85, 0, 0.4);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn-primary-orange:hover {
  background: #E04B00;
  transform: translateY(-1px);
}

.btn-primary-orange .btn-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 13.5px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  white-space: nowrap;
}

.btn-primary-orange .btn-symbol-lead {
  font-size: 13.5px;
  color: #FFFFFF;
}

.btn-primary-orange .btn-symbol-tail {
  font-size: 12px;
  color: #FFFFFF;
}

/* Link - Email Us Your Requirements */
.btn-secondary-dark {
  box-sizing: border-box;
  position: absolute;
  height: 50.4px;
  left: 284.31px;
  right: 43.16px;
  top: 505px;
  background: rgba(11, 15, 23, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-secondary-dark:hover {
  background: rgba(255, 112, 0, 0.15);
  border-color: #FF7000;
  transform: translateY(-1px);
}

.btn-secondary-dark .btn-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  white-space: nowrap;
}

.btn-secondary-dark .btn-symbol-lead {
  font-size: 13px;
  color: #FFFFFF;
}

.btn-secondary-dark .btn-symbol-tail {
  font-size: 12px;
  color: #FFFFFF;
}

/* For more details, Please reach out to us at sales@custommytools.com */
.hero-contact-footer {
  position: absolute;
  height: 23px;
  left: 41px;
  right: 61px;
  top: 595px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #CBD5E0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.footer-email-highlight {
  color: #FF7000;
  text-decoration: none;
  font-weight: 700;
}

.footer-email-highlight:hover {
  text-decoration: underline;
}

/* ==========================================================================
   3. FOOTER (Top: 723px, Height: 166.8px)
   ========================================================================== */
.cmt-footer {
  box-sizing: border-box;
  position: absolute;
  height: 166.8px;
  left: 0px;
  right: 0.2px;
  top: 723px;
  background: #FFFFFF;
  border-top: 0.8px solid #E2E8F0;
  overflow: hidden;
}

/* Footer Logo (4th screenshot) */
.footer-logo-container {
  position: absolute;
  width: 320px;
  height: 96px;
  left: 102px;
  top: calc(50% - 48px);
  display: flex;
  align-items: center;
}

.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

/* Footer Contact Links */
.footer-contact-link {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-contact-link:hover {
  opacity: 0.8;
}

.footer-linkedin-link {
  left: 1110px;
  top: 35px;
}

.footer-email-link {
  left: 1110px;
  top: 72px;
}

.footer-icon-orange {
  font-size: 14px;
  color: #FF7000;
}

.footer-icon-dark {
  font-size: 11px;
  color: #22252A;
  margin-left: 2px;
}

.footer-link-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #0F172A;
}

/* Footer Copyright */
.footer-copyright {
  position: absolute;
  height: 20.8px;
  left: 1078.7px;
  top: 126px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #5F5F5F;
}

/* Decorative Orange Slash on Far Right */
.footer-slash-accent {
  position: absolute;
  width: 180px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(129.69deg, rgba(255, 85, 0, 0.95) 0%, rgba(255, 119, 51, 0.95) 100%);
  clip-path: polygon(75px 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
}

/* ==========================================================================
   UNDER DEVELOPMENT MODAL (below header)
   ========================================================================== */
.dev-modal {
  position: absolute;
  inset: 88.8px 0 0 0;
  z-index: 60;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 16px 16px;
}

.dev-modal[hidden] {
  display: none;
}

.dev-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 15, 23, 0.22);
}

.dev-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(340px, 100%);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(11, 15, 23, 0.14);
  padding: 22px 22px 20px;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: dev-modal-in 0.22s ease;
}

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

.dev-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #5F5F5F;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}

.dev-modal-close:hover {
  background: #F1F5F9;
  color: #0B0F17;
}

.dev-modal-art {
  width: 160px;
  height: auto;
  margin: 4px auto 14px;
}

.dev-modal-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.dev-modal-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0B0F17;
  margin: 0 0 6px;
}

.dev-modal-message {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #5F5F5F;
  margin: 0;
}

.dev-modal-link {
  color: #FF7000;
  font-weight: 700;
  text-decoration: none;
}

.dev-modal-link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   3. MOBILE VIEW (max-width: 768px)
   Matches mobile screenshot:
   - Top image: mobiletop-banner.webp
   - Bottom background: mobilebottom-banner.webp
   - Desktop view (laptop/PC) remains 100% untouched
   ========================================================================== */
@media (max-width: 768px) {
  body {
    display: block !important;
    background-color: #0B0F17 !important;
    overflow-x: hidden !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .cmt-canvas {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    box-shadow: none !important;
    position: relative !important;
    background: #0B0F17 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    margin: 0 auto !important;
    transform: none !important;
    transform-origin: initial !important;
  }

  /* Header on Mobile */
  .cmt-header {
    position: relative;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
  }

  .header-logo-link {
    position: static;
    width: 175px;
    height: 44px;
  }

  .cmt-nav {
    display: none;
  }

  .header-cta-btn {
    position: static;
    height: 36px;
    padding: 0 12px;
    border-radius: 6px;
  }

  /* Hero Section on Mobile */
  .cmt-hero-section {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    width: 100% !important;
    background: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 0 20px 0 !important;
  }

  /* 1. Mobile Top Banner: mobiletop-banner.webp */
  .mobile-hero-top {
    display: block !important;
    width: 100%;
    line-height: 0;
    background: #FFFFFF;
  }

  .mobile-top-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* 2. Mobile Bottom Content: Exact Figma CSS & Fully Responsive (Never Cuts Off) */
  .hero-overlay-card {
    box-sizing: border-box !important;
    position: relative !important;
    width: 100% !important;
    max-width: 375px !important;
    min-height: 745px !important;
    margin: 0 auto !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    background: rgba(11, 15, 23, 0.75) url('assets/mobilebottom-banner.webp') no-repeat center top / cover !important;
    border: 0.8px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    overflow: hidden !important;
    padding: 16px 13px 24px 13px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Status Bar Container */
  .construction-status-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    position: static !important;
  }

  /* WEBSITE UNDER CONSTRUCTION */
  .construction-label {
    position: static !important;
    height: auto !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    line-height: 19px !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #CBD5E0 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Background accent bar */
  .construction-accent-line {
    position: static !important;
    height: 3px !important;
    width: 28px !important;
    min-width: 28px !important;
    background: #FF5500 !important;
    border-radius: 1.5px !important;
    display: block !important;
    margin: 0 !important;
  }

  /* At CustomMyTools, every product reflects... */
  .hero-statement-main {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px 0 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0.03em !important;
    color: #FFFFFF !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    word-break: normal !important;
  }

  /* Whether you're developing a new process... */
  .hero-statement-sub {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 22px 0 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: rgba(226, 232, 240, 0.8) !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
  }

  /* VerticalBorder */
  .hero-vertical-callout {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px 0 !important;
    border-left: 2.5px solid #FF7000 !important;
    padding: 0 0 0 12px !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* Infinite Tooling Possibilities, One Trusted Partner – CustomMyTools! */
  .hero-callout-text {
    position: static !important;
    width: 100% !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 27px !important;
    color: #FFFFFF !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    margin: 0 !important;
  }

  /* Our new website is taking shape... */
  .hero-statement-wip {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 32px 0 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #CBD5E0 !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
  }

  /* Buttons Group */
  .hero-cta-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 18px !important;
    margin: 0 0 26px 0 !important;
    position: static !important;
  }

  /* Link: Visit Our LinkedIn */
  .btn-primary-orange {
    box-sizing: border-box !important;
    position: static !important;
    width: 100% !important;
    max-width: 324px !important;
    height: 53px !important;
    background: #FF5500 !important;
    box-shadow: 0px 4px 18px rgba(255, 85, 0, 0.4) !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .btn-primary-orange .btn-symbol-lead {
    font-size: 13.5px !important;
    color: #FFFFFF !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .btn-primary-orange .btn-text {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 13.5px !important;
    line-height: 22px !important;
    letter-spacing: 0.5px !important;
    color: #FFFFFF !important;
    white-space: nowrap !important;
  }

  .btn-primary-orange .btn-symbol-tail {
    display: none !important;
  }

  /* Link: Email Us Your Requirements */
  .btn-secondary-dark {
    box-sizing: border-box !important;
    position: static !important;
    width: 100% !important;
    max-width: 324px !important;
    height: 50px !important;
    background: rgba(11, 15, 23, 0.35) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .btn-secondary-dark .btn-symbol-lead {
    font-size: 13px !important;
    color: #FFFFFF !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .btn-secondary-dark .btn-text {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 21px !important;
    letter-spacing: 0.5px !important;
    color: #FFFFFF !important;
    white-space: nowrap !important;
  }

  .btn-secondary-dark .btn-symbol-tail {
    font-size: 12px !important;
    color: #FFFFFF !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  /* For more details, Please reach out to us at sales@custommytools.com */
  .hero-contact-footer {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #CBD5E0 !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8) !important;
    transform: none !important;
  }

  .hero-contact-footer .contact-footer-label {
    display: block !important;
    color: #CBD5E0 !important;
    white-space: normal !important;
  }

  .hero-contact-footer .footer-email-highlight {
    display: block !important;
    color: #FF5500 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
  }

  /* Footer on Mobile */
  .cmt-footer {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    padding: 28px 16px 24px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 16px !important;
    background: #FFFFFF !important;
    border-top: 1px solid #E2E8F0 !important;
  }

  .footer-logo-container {
    position: static !important;
    width: 250px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .footer-contact-link {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .footer-copyright {
    position: static !important;
    height: auto !important;
    font-size: 12px !important;
    margin-top: 6px !important;
  }

  .footer-slash-accent {
    display: none !important;
  }

  .dev-modal {
    inset: 70px 0 0 0;
    padding: 20px 14px 14px;
  }

  .dev-modal-dialog {
    width: min(300px, 100%);
    padding: 20px 18px 18px;
  }
}