/* Applied only below 768px. */
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; }

/* Header */
#main-header { position: relative; height: 47px; padding: 9px 10px; background: #fff; border-bottom: 1px solid #d9d9d9; box-shadow: none; }
.header-container { width: 100%; min-height: 28px; padding: 0; }
.brand-logo { width: 76px !important; height: auto !important; }
.nav-links, .cta-container { display: none; }
.mobile-menu-toggle { display: flex; width: 23px; height: 23px; padding: 5px 1px; border: 0; background: transparent; flex-direction: column; justify-content: space-between; cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 15px; height: 2px; margin-left: auto; border-radius: 10px; background: #1b2932; }
.mobile-nav-overlay { position: fixed; z-index: 1998; inset: 0; display: none; background: rgba(0,0,0,.38); }
.mobile-nav-overlay.active { display: block; }
.mobile-nav-drawer { position: fixed; z-index: 1999; top: 0; right: 0; display: block; width: min(82vw, 320px); height: 100dvh; padding: 20px; background: #fff; box-shadow: -8px 0 24px rgba(0,0,0,.16); transform: translateX(105%); transition: transform .25s ease; }
.mobile-nav-drawer.active { transform: translateX(0); }
.mobile-nav-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #e5e7eb; color: #14243b; font-size: 18px; font-weight: 800; }
.mobile-nav-top button { width: 32px; height: 32px; border: 0; background: transparent; color: #14243b; font-size: 29px; line-height: 1; }
.mobile-nav-drawer > a { display: block; padding: 16px 0; border-bottom: 1px solid #edf0f2; color: #14243b; font-size: 14px; font-weight: 700; text-decoration: none; }
.mobile-nav-drawer > .mobile-nav-cta { margin: 20px 0 4px; padding: 13px 16px; border: 0; border-radius: 7px; background: #d8ff00; color: #14211a; text-align: center; }

/* OTP announcement */
.announcement-ticker-container { height: 21px; min-height: 21px; padding: 0 11px; justify-content: flex-start; background: #fffde6; border: 0; }
.announcement-ticker-container::before { content: "OTP Safety: "; flex: none; color: #101820; font-size: 7px; font-weight: 800; line-height: 21px; }
.announcement-ticker-container .ticker-track { display: block; min-width: 0; animation: none; }
.announcement-ticker-container .ticker-text { padding: 0; color: #101820; font-size: 7px; font-weight: 600; line-height: 21px; }
.announcement-ticker-container .ticker-text[aria-hidden="true"] { display: none; }

/* Hero */
.hero-section { position: relative; display: block; height: 406px; min-height: 406px; padding: 0 9px; overflow: hidden; background-image: url("Assets/HomePage_baneer_Option.avif"); background-position: center; background-size: cover; }
.hero-section::before { width: 100%; background: linear-gradient(90deg, rgba(0,29,35,.58), rgba(0,29,35,.28) 58%, rgba(0,0,0,.04)); }
.hero-container { width: 100%; height: 100%; padding: 0; }
.hero-content { width: 100%; max-width: none; padding-top: 57px; }
.hero-title { max-width: 250px; margin: 0 0 12px; color: #d8ff00; font-size: 13px; font-weight: 900; line-height: 1.06; letter-spacing: -.25px; }
.highlight-yellow { color: #d8ff00; }
.hero-subtitle { max-width: 220px; margin: 0 0 14px; color: #fff; font-size: 8px; font-weight: 500; line-height: 1.42; }
.mobile-hero-ship-btn { display: inline-flex; align-items: center; justify-content: center; height: 20px; padding: 0 11px; border-radius: 4px; background: #d8ff00; color: #14211a; font-size: 8px; font-weight: 800; text-decoration: none; }
.hero-track-box { position: absolute; z-index: 3; top: 215px; right: 9px; left: 9px; display: flex; flex-direction: column; gap: 5px; max-width: none; margin: 0; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.hero-track-input { width: 100%; height: 28px; flex: none; padding: 0 8px; border-radius: 5px; background: #fff; font-size: 8px; }
.hero-track-btn { width: 100%; height: 22px; padding: 0; border-radius: 4px; background: #d8ff00; color: #14211a; font-size: 9px; font-weight: 800; }
.hero-app-group { position: absolute; z-index: 3; top: 276px; right: 0; left: 0; align-items: center; gap: 3px; }
.hero-app-text { color: #fff; font-size: 7px; font-weight: 700; }
.hero-app-badges { gap: 6px; }
.hero-app-badges img { width: auto; height: 22px; border-radius: 3px; }

/* Metrics */
.metrics-container { width: 100%; height: auto; padding: 23px 22px 26px; background: #fff; }
.metrics-main-title { margin: 0 0 15px; color: #192c3a; font-size: 11px; font-weight: 700; line-height: 1.2; }
.metrics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-items: center; gap: 18px 28px; }
.metric-card { width: 100%; min-width: 0; flex: none; }
.metric-card:nth-child(5) { grid-column: 1 / -1; width: 50%; }
.metric-icon { width: 23px; height: 23px; margin-bottom: 5px; }
.metric-number { margin: 0 0 2px; color: #143d4b; font-size: 11px; font-weight: 800; line-height: 1.1; }
.metric-label { max-width: 98px; color: #4b5c6a; font-size: 6px; font-weight: 600; line-height: 1.2; letter-spacing: 0; }

/* Trusted-by ticker */
.metrics-ticker-section { width: 100%; height: auto; margin: 0; }
.metrics-ticker-section > .metrics-container { display: none; }
.ticker-wrapper { width: 100%; height: 137px; padding: 23px 0 0; background: #e1f6f2; }
.ticker-title { margin: 0 0 26px; color: #143d4b; font-size: 10px; font-weight: 700; }
.ticker-track-container { width: 100%; }
.metrics-ticker-section .ticker-track { display: flex; align-items: center; gap: 42px; width: max-content; padding-left: 0; animation: mobile-logo-scroll 24s linear infinite; }
.metrics-ticker-section .ticker-track img { display: block; width: auto; height: 25px; flex: none; }

@keyframes mobile-logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Services */
.services-section { width: 100%; padding: 18px 10px 10px; }
.services-header { margin-bottom: 13px; text-align: center; }
.services-title { margin: 0 0 6px; color: #172e3b; font-size: 11px; font-weight: 700; }
.services-subtitle { max-width: 150px; margin: 0 auto; color: #5c6875; font-size: 7px; line-height: 1.2; }
.services-cards-container { display: none; }
.mobile-services-cards { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.mobile-service-card { width: 100%; }
.mobile-service-card img { display: block; width: 100%; height: auto; aspect-ratio: 200 / 147; border-radius: 4px; object-fit: cover; }
.mobile-service-card h3 { margin: 16px 0 6px; color: #17232e; font-size: 10px; font-weight: 800; line-height: 1.1; }
.mobile-service-card p { margin: 0 0 8px; color: #4c5a68; font-size: 7px; font-weight: 500; line-height: 1.25; }
.mobile-service-card a { display: inline-flex; align-items: center; justify-content: center; height: 20px; padding: 0 9px; border-radius: 4px; background: #d8ff00; color: #17232e; font-size: 7px; font-weight: 800; text-decoration: none; }

/* Key solutions */
.key-solutions-section { width: 100%; height: auto; padding: 29px 10px 12px; overflow: hidden; }
.key-solutions-header { margin: 0 0 19px; text-align: center; }
.key-solutions-title { margin: 0 0 4px; color: #26394a; font-size: 11px; font-weight: 700; line-height: 1.1; }
.key-solutions-subtitle { max-width: 160px; margin: 0 auto; color: #4d5d6c; font-size: 7px; line-height: 1.35; }
.key-solutions-image-container { display: none; }
.mobile-key-solutions-cards { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.mobile-solution-card { width: 100%; max-width: 400px; min-height: 262px; margin: 0 auto; padding: 20px; border-radius: 16px; background: #e0f5f1; }
.mobile-solution-card--yellow { background: #fffcae; }
.mobile-solution-card img { display: block; width: 42px; height: 42px; margin: 0 0 9px; object-fit: contain; }
.mobile-solution-card h3 { margin: 0 0 12px; color: #192a38; font-size: 13px; font-weight: 800; line-height: 1.1; }
.mobile-solution-card p { margin: 0; color: #3a5463; font-size: 10px; font-weight: 500; line-height: 1.35; }

/* Shadowfax 360 */
.sf360-section { width: 100%; height: auto; min-height: 0; margin: 0; padding: 49px 14px 36px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; }
.sf360-content { display: contents; }
.sf360-logo-tag { order: 1; display: flex; align-items: center; width: fit-content; margin: 0 0 27px; }
.sf360-logo-tag::after { content: "360"; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; margin-left: -4px; border: 2px solid #d9df24; border-radius: 50%; color: #0a927d; font-size: 10px; font-weight: 700; background: #fff; }
.sf360-badge { width: 93px; height: auto; margin: 0; }
.sf360-image-container { order: 2; display: block; width: 100%; margin: 0 0 17px; }
.sf360-preview-image { display: block; width: 100%; height: auto; max-width: none; }
.sf360-title { order: 3; margin: 0 0 12px; color: #008e77; font-size: 18px; font-weight: 800; line-height: 1.1; }
.sf360-description { order: 4; margin: 0 0 16px; color: #5b6067; font-size: 10px; font-weight: 500; line-height: 1.55; }
.sf360-btn { order: 5; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 37px; padding: 9px 12px; border-radius: 5px; background: #008e77; color: #fff; font-size: 10px; font-weight: 800; line-height: 1.2; text-align: center; }

/* Unmatched competitive edge */
.competitive-edge-section { width: 100%; padding: 27px 14px 15px; overflow: hidden; }
.edge-header-container { width: 100%; height: auto; padding: 0 0 18px; }
.edge-title { margin: 0 0 12px; color: #1b2734; font-size: 14px; font-weight: 800; line-height: 1.1; }
.edge-subtitle { margin: 0; color: #485969; font-size: 10px; line-height: 1.25; }
.edge-cards-container { width: 100%; height: auto; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.edge-card { width: 100%; max-width: 372px; height: 372px; margin: 0 auto; border-radius: 5px; flex: none; background-position: center; box-shadow: none; }
.edge-card-content { justify-content: flex-end; padding: 16px 10px; background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.46) 42%, rgba(0,0,0,.05) 75%); }
.edge-card-title { margin: 0; color: #fff; font-size: 18px; font-weight: 700; line-height: 1.1; }
.edge-card-desc, .edge-card:hover .edge-card-desc { display: block; max-height: none; margin: 7px 0 0; overflow: visible; opacity: 1; color: #fff; font-size: 10px; font-weight: 600; line-height: 1.35; }

/* Latest blogs carousel */
.latest-blogs-section { width: 100%; height: auto; margin: 0; padding: 27px 26px 25px; overflow: hidden; }
.blogs-container { width: 100%; height: auto; }
.blogs-image { display: none; }
.mobile-blogs-carousel { display: block; width: 100%; max-width: 400px; margin: 0 auto; }
.mobile-blogs-carousel h2 { margin: 0 0 25px; color: #1e2a37; font-size: 14px; font-weight: 800; line-height: 1.1; text-align: center; }
.mobile-blog-slides { position: relative; width: 100%; min-height: 282px; }
.mobile-blog-slide { position: absolute; inset: 0; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transform: translateX(12px); transition: opacity .35s ease, transform .35s ease; }
.mobile-blog-slide.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
.mobile-blog-slide img { display: block; width: 100%; height: auto; aspect-ratio: 220 / 132; border-radius: 7px; object-fit: cover; }
.mobile-blog-slide span { width: fit-content; margin-top: 9px; padding: 2px 4px; border-radius: 3px; background: #f5ff72; color: #00957d; font-size: 9px; font-weight: 500; line-height: 1; }
.mobile-blog-slide time { margin-top: 7px; color: #6a6f75; font-size: 9px; line-height: 1; }
.mobile-blog-slide h3 { margin: 12px 0 0; color: #313131; font-size: 11px; font-weight: 800; line-height: 1.15; }
.mobile-blog-slide a { display: inline-flex; align-items: center; justify-content: center; align-self: center; gap: 8px; height: 28px; margin-top: auto; padding: 0 11px; border-radius: 5px; background: #e7f500; color: #27312c; font-size: 10px; font-weight: 800; text-decoration: none; }
.mobile-blog-slide a b { font-size: 17px; font-weight: 500; line-height: 1; }

/* Lead form */
.lead-form-section { width: 100%; padding: 0 14px; overflow: hidden; }
.lead-form-card { width: 100%; max-width: 400px; height: 716px; min-height: 0; margin: 56px auto; padding: 48px 20px; border-radius: 14px; display: block; overflow: hidden; background: linear-gradient(135deg, #f7f6b0 0%, #f2ef6e 100%); }
.lead-left { display: block; width: 100%; }
.lead-heading-container { gap: 8px; }
.accent-bar { width: 2px; height: 32px; border-radius: 0; background: #008d77; }
.lead-heading { max-width: 150px; color: #162b3a; font-size: 11px; font-weight: 800; line-height: 1.1; }
.lead-logo-wrapper { display: none; }
.lead-right { display: block; width: 100%; padding: 0; }
.shadowfax-form { width: 100%; max-width: none; margin: 19px 0 0; gap: 20px; }
.form-group { gap: 7px; }
.form-group label { color: #48575b; font-size: 9px; font-weight: 500; line-height: 1; }
.form-group input { width: 100%; height: 28px; padding: 0 8px; border: 1px solid #d8dee5; border-radius: 4px; font-size: 9px; }
.form-group select { width: 100%; height: 28px; padding: 0 8px; border: 1px solid #d8dee5; border-radius: 4px; font-size: 9px; background: #fff; }
.form-group textarea { width: 100%; height: 44px; padding: 7px 8px; border: 1px solid #d8dee5; border-radius: 4px; font-size: 9px; }
.submit-button { display: flex; align-items: center; justify-content: center; width: fit-content; min-width: 84px; height: 27px; margin: 5px auto 0; padding: 0 12px; border-radius: 5px; background: #e5f500; color: #17212a; font-size: 10px; font-weight: 800; }

/* Footer */
.site-footer { width: 100%; max-width: none; height: 776.984px; margin: 0; padding: 0; display: block; background: #008d77; overflow: hidden; }
.footer-image { display: none; }
.mobile-footer-content { display: none; }
.home-footer-content { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; height: 100%; min-height: 0; padding: 32px 20px 130px; overflow: hidden; background: linear-gradient(rgba(0, 141, 119, .93), rgba(0, 110, 96, .95)), url("Assets/card5.avif") center / cover; color: #fff; }
.home-footer-brand { grid-column: 1 / -1; }
.home-footer-content .home-footer-brand img { width: 145px; margin-bottom: 16px; }
.home-footer-brand p { margin: 0; font-size: 10px; line-height: 1.35; }
.home-footer-content a { margin-bottom: 9px; color: #fff; font-size: 10px; line-height: 1.15; }
.home-footer-content h3 { margin: 18px 0 11px; color: #e9ee16; font-size: 12px; }
.home-footer-social { gap: 14px; margin-top: 18px; }
.home-footer-social b { width: 16px; height: 16px; font-size: 9px; }
.home-footer-downloads { position: absolute; bottom: 50px; left: 20px; display: flex; gap: 18px; }
.home-footer-downloads h3 { margin: 0 0 8px; color: #fff; font-size: 10px; }
.home-footer-downloads img { width: auto; height: 26px; margin-right: 5px; }
.home-footer-content small { position: absolute; right: 0; bottom: 18px; left: 0; font-size: 7px; text-align: center; }
.mobile-footer-content { display: block; height: 100%; padding: 32px 20px 0; color: #fff; }
.mobile-footer-logo { display: block; width: 116px; height: auto; margin: 0 0 28px; filter: brightness(0) invert(1); }
.mobile-footer-content address { margin: 0 0 17px; color: #fff; font-size: 9px; font-style: normal; font-weight: 600; line-height: 1.35; }
.mobile-footer-email { display: block; width: fit-content; margin-bottom: 23px; color: #fff; font-size: 9px; font-weight: 600; }
.mobile-social-links { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.mobile-social-links a { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; background: #fff; color: #008d77; font-size: 10px; font-weight: 800; line-height: 1; text-decoration: none; }
.mobile-social-links a:nth-child(3) { border-radius: 1px; font-size: 8px; }
.mobile-social-links a:nth-child(5) { border-radius: 4px; font-size: 8px; }
.mobile-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; }
.mobile-footer-links h3, .mobile-footer-downloads h3 { margin: 0 0 10px; color: #ecf917; font-size: 11px; font-weight: 800; line-height: 1.05; }
.mobile-footer-links a { display: block; margin: 0 0 8px; color: #fff; font-size: 9px; font-weight: 600; line-height: 1.15; text-decoration: none; }
.mobile-footer-links .mobile-footer-legal { margin-top: 19px; }
.mobile-footer-downloads { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.mobile-footer-downloads h3 { margin-bottom: 8px; color: #fff; font-size: 10px; }
.mobile-footer-downloads img { display: block; width: auto; height: 29px; margin-bottom: 5px; }
.mobile-footer-copyright { margin: 11px 0 0; color: #fff; font-size: 6px; font-weight: 600; line-height: 1; text-align: center; }
