/* ===== Base / Imports ===== */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --th-primary: #404DFE;
  --th-secondary: #595959;
  --th-light-bg: #FDFDFD;
  --th-gradient: linear-gradient(270deg, #FDFDFD 0%, #CEE3FE 100%);
  --th-text-dark: #000000;
  --th-text-light: #ffffff;
  --th-border-radius: 8px;
  --th-transition: all 0.3s ease;
  --th-body-font: 'DM Sans', sans-serif !important;
  --content-max: 1400px;
  --content-pad: max(150px, calc((100vw - var(--content-max)) / 2));
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'DM Sans', sans-serif !important;
  line-height: 1.4;
  color: var(--th-text-dark);
  overflow-x: hidden;
  width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/* ===== Global Utilities ===== */
.text-wrapper-7 {
  color: #3539e0;
}

p,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero_badge {
  padding: 5px 20px;
  background-color: hsla(235, 100%, 98%, 1);
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 110px;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}

/* ===== Header / Nav ===== */
.group {
  position: fixed;
  top: 20px;
  left: var(--content-pad);
  right: var(--content-pad);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  z-index: 1000;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}

.group li {
  list-style: none;
  display: inline-flex;
  align-items: center;
}

.element {
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.navbar {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.navbar a {
  color: var(--th-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: var(--th-transition);
  position: relative;
}

.navbar a:hover {
  color: var(--th-primary);
}

.navbar a::after {
  content: '';

  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--th-primary);
  transition: width 0.3s ease;
}

.navbar a:hover::after {
  width: 100%;
}

/* ===== Buttons ===== */
.button-primary-icon {
  background: var(--th-primary);
  color: var(--th-text-light);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: var(--th-transition);
  border: none;
  cursor: pointer;
  display: inline-block;
}

.button-primary-icon:hover {
  background: #3539e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(64, 77, 254, 0.3);
}

/* Mobile side navigation */
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--th-text-dark);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-nav a:hover,
.mobile-nav a:focus {
  background-color: hsla(235, 100%, 98%, 1);
  color: var(--th-primary);
  border-radius: 6px;
}

.mobile-nav a.active {
  color: var(--th-primary);
}

/* ===== Hero ===== */
.hero {
  padding-top: 150px;
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
  background: linear-gradient(80deg, #d1e4fe 55%, #ffffff 85%);
}

/* ===== About ===== */
.about_techaven {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
  text-align: center;
  background: linear-gradient(80deg, #d1e4fe 55%, #ffffff 85%);
}

.about_techaven h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about_techaven .TECHAVEN-is-a {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Mobile accordion styling */
.accordion-button {
  font-weight: 600;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: hsla(235, 100%, 98%, 1);
  color: var(--th-primary);
}

.accordion-body a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: var(--th-secondary);
}

/* ===== Categories ===== */
.first_categories {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
  text-align: center;
}

.first_categories h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.first_categories .TECHAVEN-is-a {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ===== Why Techaven ===== */
.why_techaven h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}


.designed-to-make,
.big_text {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--th-text-dark);
}

.buttons a {
  text-decoration: none;
  color: #000;
}

.big_text {
  text-align: center;
}

/* ===== Coming-Soon Page layout ===== */

/* Desktop: lock the whole page to one screen */
@media (min-width: 992px) {
  .coming-soon-body {
    overflow: hidden;
    height: 100vh;
  }

  .coming-soon-page {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .coming-soon-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    background: linear-gradient(80deg, #d1e4fe 55%, #ffffff 85%);
    text-align: center;
  }

  .Desktop_image {
    margin-top: auto;
    width: 100%;
    text-align: center;
  }

  .Desktop_image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: calc(100vh - 280px);
    height: auto;
    object-fit: contain;
    object-position: bottom;
  }

  .cs-footer {
    display: none;
  }
}

/* Mobile: natural flow — text, buttons, image, then footer */
@media (max-width: 991px) {
  .coming-soon-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .coming-soon-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 16px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, #d1e4fe 55%, #ffffff 100%);
    flex: 1;
  }

  .mobile_image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }

  .mobile_image img {
    width: min(85vw, 300px);
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

/* ===== Minimal footer for coming-soon page ===== */
.cs-footer {
  background-color: #14181f;
  color: #fdfdfd;
  text-align: center;
  padding: 18px 20px;
  font-size: 13px;
}

.cs-footer p {
  margin: 0;
  opacity: 0.7;
}

.why_techaven .TECHAVEN-is-a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.why_techaven {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
  text-align: center;
  background: linear-gradient(80deg, #d1e4fe 55%, #ffffff 85%);
}

/* ===== Phone Gallery / Lightbox ===== */
.phoneimage-wrap {
  position: relative;
  margin-top: 40px;
}

.phoneimage {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.phoneimage-item {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phoneimage-item:focus-visible {
  outline: 2px solid var(--th-primary);
  outline-offset: 3px;
}

.phoneimage-item img {
  width: 220px;
  height: auto;
  display: block;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.phoneimage-item:hover img,
.phoneimage-item:focus-visible img {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.phoneimage-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(20, 24, 31, 0.75);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 16px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.phoneimage-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(16, 16, 24, 0.55);
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.phoneimage-nav:hover {
  background: rgba(16, 16, 24, 0.7);
  transform: translateY(-50%) scale(1.05);
}

.phoneimage-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.phoneimage-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.phoneimage-dot.active {
  background: var(--th-primary);
  transform: scale(1.4);
}

.phoneimage-prev {
  left: 8px;
}

.phoneimage-next {
  right: 8px;
}

.image-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.image-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.05);
}

.image-lightbox-prev {
  left: 20px;
}

.image-lightbox-next {
  right: 20px;
}

.phoneimage-item:hover .phoneimage-zoom,
.phoneimage-item:focus-visible .phoneimage-zoom {
  opacity: 1;
  transform: translateY(0);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 14, 20, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 2000;
  padding: 24px;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox-img {
  max-width: 92vw;
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}

.image-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.image-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

body.no-scroll {
  overflow: hidden;
}

/* ===== Shop Smarter ===== */
.mobile-app-wrapper h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-app-wrapper .TECHAVEN-is-a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_first_column img {
  margin-bottom: 20px;
}

.hero_image {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.shop_smarter_with {
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(80deg, #ffffff 50%, #d1e4fe 65%);
}

/* Base animation state */
.group-5,
.why_techaven_card {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.shop_smarter_with .row {
  align-items: center;
  justify-content: center;
}

.shop-smarter-left {
  max-width: 520px;
}

.shop_smarter_with .mobile_app {
  display: flex;
  justify-content: center;
}

.shop_smarter_with .mobile_app img {
  max-width: 100%;
  height: auto;
}

.item-1 {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
}

.item-1 .image {
  object-fit: contain;
  background-color: hsla(235, 100%, 98%, 1);
  border-radius: 10px;
  padding: 10px;
  margin-right: 15px;
}

.text-wrapper-9 {
  padding: 5px 20px;
  background-color: hsla(235, 100%, 98%, 1);
  border-radius: 20px;
}

/* ===== CTA ===== */
.CTA {
  text-align: center;
  background-color: #def2fe;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 300px;
  border-radius: 30px;
  padding: 80px;
}

/* ===== Footer ===== */
footer {
  background-color: #14181f;
}

.footer_section {
  margin-top: 100px;
  padding-top: 50px;
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
  color: #FDFDFD;
  background-color: #14181f;
}

.footer_section li {
  padding-bottom: 30px;
  text-decoration: none;
  color: #FDFDFD;
  font-weight: lighter;
  font-size: 12px;
}

.footer_section a {
  text-decoration: none;
  color: #FDFDFD;
}

.Footer_bottom {
  color: #FDFDFD;
  background-color: #14181f;
  display: flex;
  justify-content: space-between;
  border-top: .2px solid #fff;

}

.social_links {
  padding-top: 30px;
}

.social_links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .social_links ul {
    justify-content: center;
  }

  .footer_first_column {
    text-align: center;
    align-items: center;
  }

  .footer_first_column .store_icons {
    justify-content: center;
  }
}

.social_links li {
  list-style: none;
  display: inline-flex;
  justify-content: start;
  background-color: #2c3036;
  padding: 10px;
  border-radius: 30px;
  position: relative;
}

.social_links li a {
  color: #FDFDFD;
  cursor: pointer;
  position: absolute;
  inset: 0;
  border-radius: 30px;
}

.Footer_bottom li {
  list-style: none;
  text-decoration: underline;
  color: #FDFDFD;
  display: inline-flex;
  gap: 2rem;
}

.text-wrapper-34 {
  max-width: 300px;
  text-align: left;
}

.text-wrapper-26 {
  max-width: 300px;
  text-align: left;
}

.why_techaven_card {
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  margin: 20px;
  background-color: #ffffff;
}

.why_techaven_card h3,
.group-5 h3 {
  font-size: 20px;
}

.group-5 {
  display: inline-flex;
  align-items: center;
  line-height: 0%;
  text-align: left;
  font-size: 12px;
  margin: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.group-5 p {
  line-height: 1;
}

.group-5 .image {
  padding: 10px;
  background-color: hsla(235, 100%, 98%, 1);
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

.group-5 .image_1 {
  padding: 10px;
  background-color: hsla(33, 100%, 97%, 1);
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

.mobile_app {
  margin-left: 0;
  margin-right: 0;
}

/* ===== Coming Soon / Waitlist ===== */
.coming-soon {
  background-color: #404dfe;
  color: #ffffff;
  border-radius: 65px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
}

.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}

.coming-soon-section .buttons {
  margin: 0;
}

.coming-soon-section .big_text {
  margin: 0;
}

.waitlist-panel {
  width: min(600px, 100%);
  margin: 0 auto;
  display: none;
}

.coming-soon-section.waitlist-active .buttons {
  display: none;
}

.coming-soon-section.waitlist-active .waitlist-panel {
  display: block;
}

.coming-soon-section.waitlist-active .Desktop_image,
.coming-soon-section.waitlist-active .mobile_image {
  margin-top: 0;
}

.waitlist-panel.is-open {
  display: block;
}

.waitlist-form {
  display: flex;
  align-items: center;
  gap: 14px;
}

.waitlist-input {
  flex: 1 1 auto;
  border: none;
  background: #dee6ff;
  color: #1f2233;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  outline: none;
}

.waitlist-input::placeholder {
  color: #6a76b3;
}

.waitlist-input:focus {
  box-shadow: 0 0 0 2px rgba(64, 77, 254, 0.3);
}

.waitlist-submit {
  border: none;
  background: var(--th-primary);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.waitlist-submit:hover,
.waitlist-submit:focus-visible {
  background: #3539e0;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(64, 77, 254, 0.35);
}

.waitlist-panel.is-success .waitlist-form {
  display: none;
}

.waitlist-success {
  display: none;
  border-radius: 24px;
  padding: 22px 18px;
  text-align: center;
}

.waitlist-panel.is-success .waitlist-success {
  display: block;
}

.waitlist-success p {
  margin: 0 0 16px;
  font-weight: 500;
  color: #4e4e4e;
}

.waitlist-home {
  background: var(--th-primary);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.right_button {
  background-color: #404dfe;
  color: #ffffff;
  border-radius: 65px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  width: 150px;
  padding: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.right_button:hover,
.right_button:focus-visible {
  background-color: #3539e0;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(64, 77, 254, 0.35);
}

.left_button {
  color: #000000;
  background: none;
  border: #000000 2px solid;
  border-radius: 65px;
  font-weight: 600;
  font-size: 14px;
  width: 150px;
  padding: 10px;
  height: fit-content;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.left_button:hover,
.left_button:focus-visible {
  background-color: rgba(64, 77, 254, 0.08);
  border-color: #3539e0;
  color: #3539e0;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(64, 77, 254, 0.18);
}
.left_button a:hover,
.left_button:focus-visible {
  color: #3539e0;
}

@media (max-width: 768px) {
  .waitlist-form {
    flex-direction: column;
    border-radius: 24px;
    padding: 16px;
  }

  .waitlist-input,
  .waitlist-submit {
    width: 100%;
  }

  .waitlist-submit {
    justify-content: center;
    width: 80px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .why_techaven_card {
    margin: 15px;
  }
}

@media (max-width: 992px) {
  .footer_section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer_section .row {
    text-align: left;
    align-items: flex-start;
  }

  .footer_links {
    display: none;
  }

  .Footer_bottom .left_side {
    display: none;
  }

  .CTA {
    width: calc(100% - 80px);
    height: auto;
    padding: 60px 40px;
  }

  .why_techaven {
    padding-left: 40px;
    padding-right: 40px;
  }

  .shop_smarter_with {
    padding-left: 40px;
    padding-right: 40px;
  }

  .shop_smarter_with .row {
    align-items: center;
  }

  .shop_smarter_with .mobile_app {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_image {
    justify-content: center;
  }

  .hero_image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .group {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_section .row {
    flex-direction: column;
  }

  .footer_links .row {
    flex-direction: column;
  }

  .group-19 {
    margin-bottom: 30px;
  }

  .Footer_bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding-top: 20px;
  }

  .Footer_bottom ul {
    padding-left: 0;
  }

  .Footer_bottom li {
    display: block;
    margin-bottom: 10px;
  }

  .shop_smarter_with .mobile_app {
    display: none;
  }

  .shop_smarter_with .row {
    justify-content: center;
  }

  .shop_smarter_with .col {
    width: 100%;
    max-width: 100%;
  }

  .phoneimage {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 12px;
    scroll-padding: 0 24px;
    scroll-behavior: smooth;
  }

  .phoneimage::-webkit-scrollbar {
    display: none;
  }

  .phoneimage-item {
    flex: 0 0 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .phoneimage-zoom {
    opacity: 1;
    transform: translateY(0);
  }

  .phoneimage-nav {
    opacity: 1;
    pointer-events: auto;
  }

}

@media (max-width: 576px) {
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
  }

  .carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, background-color 0.25s ease;
  }

  .carousel-dot.active {
    background-color: var(--th-primary);
    transform: scale(1.4);
  }

  .first_categories .group-5,
  .about_techaven .why_techaven_card,
  .why_techaven .why_techaven_card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .phoneimage-item img {
    width: min(78vw, 320px);
  }

  .CTA {
    width: calc(100% - 40px);
    padding: 40px 20px;
    border-radius: 20px;
  }

  .CTA .store_icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .first_categories .ms-auto {
    margin-left: 0 !important;
  }

  .first_categories .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px;
    animation: swipeHint 1.2s ease-out 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .first_categories .row::-webkit-scrollbar {
    display: none;
  }

  .first_categories .group-5 {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: center;
  }

  .first_categories {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about_techaven .ms-auto {
    margin-left: 0 !important;
  }

  .about_techaven .row::-webkit-scrollbar {
    display: none;
  }

  .about_techaven .row {
    scrollbar-width: none;
  }

  .about_techaven {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about_techaven .container>.row {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .about_techaven .why_techaven_card {
    min-width: 85%;
    flex: 0 0 85%;
    scroll-snap-align: center;
  }

  .about_techaven .TECHAVEN-is-a {
    font-size: 12px;
    line-height: 1.2;
  }

  .why_techaven .TECHAVEN-is-a {
    font-size: 12px;
    line-height: 1.2;
  }

  .CTA .TECHAVEN-is-a {
    font-size: 12px;
    line-height: 1.2;
  }

  .br-mobile {
    display: none;
  }

  .hero .hero_image {
    margin-top: 20px;
  }

  .first_categories .TECHAVEN-is-a {
    font-size: 12px;
    line-height: 1.2;
  }

  .mobile-app-wrapper .TECHAVEN-is-a {
    font-size: 12px;
    line-height: 1.2;
  }

  .why_techaven .row::-webkit-scrollbar {
    display: none;
  }

  .why_techaven .row {
    scrollbar-width: none;
  }

  .why_techaven .ms-auto {
    margin-left: 0 !important;
  }

  .why_techaven .container>.row {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .why_techaven_card {
    min-width: 85%;
    flex: 0 0 85%;
    scroll-snap-align: center;
  }

  .why_techaven {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .shop_smarter_with {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .shop-smarter-left {
    margin: 0 auto;
  }

  .item-1 {
    justify-content: center;
  }

  .item-1 .shop_description {
    text-align: left;
  }

  .mobile_app img {
    max-width: 100%;
    height: auto;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
  }

  .hero .row {
    flex-direction: column;
  }

  .hero .col {
    width: 100%;
    max-width: 100%;
  }

  .hero_badge {
    margin-right: 0;
    display: inline-block;
  }

  .store_icons {
    justify-content: center;
  }

  .hero_image {
    margin-top: 40px;
  }

  .group-5,
  .why_techaven_card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .group-5:active,
  .why_techaven_card:active {
    transform: scale(0.97);
  }
}

@media (max-width: 480px) {
  .why_techaven .row>.col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ===== Coming-Soon big_text responsive tweaks (scoped) ===== */
@media (max-width: 768px) {
  .coming-soon-section .big_text {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .coming-soon-section .big_text br {
    display: none;
  }

  .coming-soon-section .big_text {
    max-width: 34ch;
    margin: 0 auto;
    text-wrap: balance;
  }
}

@media (max-width: 480px) {
  .coming-soon-section .big_text {
    font-size: 1.2rem;
  }
}

@media (max-width: 420px) {
  .coming-soon-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .coming-soon-section .big_text {
    font-size: 1.1rem;
    max-width: 32ch;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

/* Mid-range (tablets/smaller laptops): show 2-up carousel */
@media (min-width: 769px) and (max-width: 991px) {
  .coming-soon-section {
    justify-content: flex-start;
  }

  .mobile_image {
    margin-top: 24px;
  }

  .phoneimage {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 12px;
    scroll-padding: 0 24px;
    scroll-behavior: smooth;
  }

  .phoneimage::-webkit-scrollbar {
    display: none;
  }

  .phoneimage-item {
    flex: 0 0 calc(50% - 8px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .phoneimage-item img {
    width: 100%;
  }

  .phoneimage-nav {
    opacity: 1;
    pointer-events: auto;
  }
}
