* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #ffd500;
    font-size: 10px;
}

body {
    font-family: "Poppins", sans-serif;
    scrollbar-width: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    height: var(--app-height);
    background: url(../img/app-bg.png) no-repeat center;

    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100%;
}

.p-0 {
    padding: 0px !important;
}

.main-container {
    max-width: 360px;
    width: 100%;
    margin: auto;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    scrollbar-width: none;
    background-color: white;
    height: 100vh;
}

.main-container .progress-container {
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px;
}

.main-container .progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #8e2de2, #4facfe, #2cb67d);
    transition: width 0.1s linear;
}


.main-container .progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #8e2de2, #4facfe, #2cb67d);
    transition: width 0.1s linear;
}

 .main-container .app-container {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 10px 30px;
    background-repeat: no-repeat;
}

.main-container .intro-screen-container img {
    width: 290px;
    margin-bottom: 20px;
}

.main-container .intro-screen-container h1 {
    font-size: 21px;
    margin-top: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #000000;
}

.main-container .intro-screen-container h2 {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

/* 2nd screen Hair-cliper---------------------------------- */

/* ───────── APP ROOT ───────── */
/* .app {
    max-width: 360px;
    width: 100%;
    margin: auto;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    scrollbar-width: none;
    background-color: white;
    height: 100vh;
}

.app .app__screen {
    background-image: url(../img/background.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding: 20px;
    background-repeat: no-repeat;
}

.app .app__screen .app__header {
  width: 100%;
}

.app .app__screen .app__header .app__back {
  display: flex;
  justify-content: flex-start;
}

.app .app__screen .app__header .app__back img {
  width: 45px;
  height: auto;
}

.app .app__screen .app__header .app__title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    color: #000000;
}

.app .app__screen .app__clipper {
  margin-top: 90px;
}

.app .app__screen .app__clipper img {
  width: 250px;
}

.app .app__screen .app__play {
  margin: 25px 0 10px;
}

.app .app__screen .app__play a img {
  width: 110px;
}

.app .app__screen .app__volume {
  width: 250px;
  margin: 15px auto 45px;
}

.app .app__screen .app__volume .app__volume-title {
  font-size: 14px;
  letter-spacing: 10px;
  margin-bottom: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.app .app__screen .app__volume .app__volume-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.app .app__screen .app__volume .app__volume-control .app__volume-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app .app__screen .app__volume .app__volume-control .app__volume-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.app .app__screen .app__volume .app__volume-control .app__slider {
  flex: 1;
  max-width: 160px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
}

.app .app__screen .app__volume .app__volume-control .app__slider-fill {
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, #E57176, #E04455);
  border-radius: 20px;
  transition: width 0.3s ease;
  border: 1px solid #000000;
}

.app .app__screen .app__next img {
  width: 140px;
} */


/* new css add app-sec____________________________________________ */

/* ───────── APP SHELL ───────── */
.app {
  max-width: 360px;
  width: 100%;
  margin: auto;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: white;
  height: 100vh;
}

/* ───────── SCREEN ───────── */
.app .app__screen {
  background-image: url(../img/background.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding: 20px;
  background-repeat: no-repeat;
}

/* ───────── HEADER ───────── */
.app .app__screen .app__header {
  width: 100%;
}

.app .app__screen .app__header .app__back {
  display: flex;
  justify-content: flex-start;
}

.app .app__screen .app__header .app__back img {
  width: 45px;
  height: auto;
}

.app .app__screen .app__header .app__title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  color: #000000;
}

/* ───────── CLIPPER (alarm image) ───────── */
.app .app__screen .app__clipper {
  margin-top: 90px;
}

.app .app__screen .app__clipper img {
  width: 250px;
  transform-origin: center bottom;
  transition: filter 0.3s ease;
}

/* ── Alarm ringing animation (toggled by JS) ── */
@keyframes alarmShake {
  0%, 100% { transform: rotate(0deg)   scale(1);    }
  15%       { transform: rotate(-8deg)  scale(1.05); }
  35%       { transform: rotate(8deg)   scale(1.05); }
  55%       { transform: rotate(-5deg)  scale(1.02); }
  75%       { transform: rotate(5deg)   scale(1.02); }
}

.alarm--ringing {
  animation: alarmShake 0.55s ease-in-out infinite !important;
  filter: drop-shadow(0 0 12px rgba(229, 57, 53, 0.6)) !important;
}

/* ───────── PLAY BUTTON ───────── */
.app .app__screen .app__play {
  margin: 25px 0 10px;
}

.app .app__screen .app__play a {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.app .app__screen .app__play a:hover {
  transform: scale(1.06);
}

.app .app__screen .app__play a:active {
  transform: scale(0.95);
}

.app .app__screen .app__play a img {
  width: 110px;
}

/* Playing state — glow on play button */
.app .app__screen .app__play a[data-state="playing"] img {
  filter: drop-shadow(0 0 8px rgba(229, 57, 53, 0.55));
}

/* ───────── VOLUME SECTION ───────── */
.app .app__screen .app__volume {
  width: 250px;
  margin: 15px auto 45px;
}

/* TITLE */
.app .app__screen .app__volume .app__volume-title {
  font-size: 14px;
  letter-spacing: 10px;
  margin-bottom: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

/* CONTROL ROW */
.app .app__screen .app__volume .app__volume-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ICONS */
.app .app__screen .app__volume .app__volume-control .app__volume-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  transition: background 0.15s ease, transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.app .app__screen .app__volume .app__volume-control .app__volume-icon:hover {
  background: rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
}

.app .app__screen .app__volume .app__volume-control .app__volume-icon:active {
  transform: scale(0.9);
}

.app .app__screen .app__volume .app__volume-control .app__volume-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  pointer-events: none;
}

/* SLIDER TRACK */
.app .app__screen .app__volume .app__volume-control .app__slider {
  flex: 1;
  max-width: 160px;
  height: 20px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

/* FILL */
.app .app__screen .app__volume .app__volume-control .app__slider-fill {
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, #E57176, #E04455);
  border-radius: 20px;
  transition: width 0.08s linear;
  border: 1px solid #000000;
  pointer-events: none;
}

/* ───────── NEXT SOUND BUTTON ───────── */
.app .app__screen .app__next a {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.app .app__screen .app__next a:hover {
  transform: scale(1.05);
}

.app .app__screen .app__next a:active {
  transform: scale(0.96);
}

.app .app__screen .app__next img {
  width: 140px;
}

/* ====home screen=== */
.home-screen {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 20px;
    background-repeat: no-repeat;
}

.home-screen .humor-hustle {
    width: 290px;
    margin-bottom: 3.5rem;
    margin-top: 2rem;
}

.home-screen h2 {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

button.get-started-btn {
    border-radius: 20px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 900;
    background-color: #e35e68;
    box-shadow: 3px 5px 0px #761522;
    border: 3px solid #ffffff;
    cursor: pointer;
    margin-top: 3rem;
    color: white;
    text-transform: uppercase;
    width: 260px;
    height: 55px;
    margin-bottom: 1.5rem;
}

.home-screen .checkbox-label {
    width: 260px;
    margin: 2rem auto;
}

.checkbox-label span {
    font-size: 10px;
    margin-left: 0px !important;
    display: block;
    color: #000;
    text-align: left;
    font-weight: 500;
}

.home-screen label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

input#myCheckbox {
    width: 15px;
    height: 14px;
    margin-right: 7px;

    accent-color: #000;
}

.checkbox-label span a {
    color: #000;
    font-size: 10px;
    font-weight: 600;
}

.pointer-card ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px 0px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

.pointer-card ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0px 8px;
}

.pointer-card {
    background: #FFE180 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    padding: 25px 15px;
}

.pointer-card ul img {
    width: 21px;
}

.pointer-card ul li:nth-child(1) img {
    width: 15px !important;
    margin-right: 3px;
}


/* media query */
@media(max-width:500px) {
    .main-container {
        width: 100% !important;
        max-width: 100%;
    }

    .main-container {
        height: 100%;
    }

    .home-screen h2 {
        font-size: 16px;
    }
}

/* Dashboard-screen -------------------------------------------------------*/

/* ───────── ROOT CONTAINER ───────── */
.phone-dashboard-card {
  /* width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(../img/bg.png) no-repeat top center / cover;
  max-width: 360px; */

  width: 100%;
  height: 100vh;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  /* overflow: hidden; */
  background: url(../img/bg.png) no-repeat top center / cover;
  max-width: 360px;
}

.phone-dashboard-card::-webkit-scrollbar {
  width: 0px;
}

/* TRACK */
.phone-dashboard-card::-webkit-scrollbar-track {
  background: transparent;
}

/* HANDLE */
/* .phone-dashboard-card::-webkit-scrollbar-thumb {
  background: #E35E68;
  border-radius: 10px;
} */

/* HOVER */
/* .phone-dashboard-card::-webkit-scrollbar-thumb:hover {
  background: #c94b53;
} */

/* ───────── CONTENT ───────── */
.phone-dashboard-card .content {
  padding: 30px 20px 20px;
}

/* ───────── HERO SECTION ───────── */
.phone-dashboard-card .content .hero-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}

.phone-dashboard-card .content .hero-title .teal {
  color: #0088C6;
}

.phone-dashboard-card .content .hero-title .red {
  color: #E3636B;
}

.phone-dashboard-card .content .hero-desc {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 22px;
  color: #000000;
  font-weight: 500;
}

/* ───────── SOUND GRID ───────── */
.phone-dashboard-card .content .sounds-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
    margin-bottom: 30px;
    justify-content: center;
}

/* CARD */
.phone-dashboard-card .content .sounds-grid .sound-card {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E35E68;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.13s;
  box-shadow: 0px 3px 0px #761522;

  
}

/* CARD STATES */
.phone-dashboard-card .content .sounds-grid .sound-card:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.phone-dashboard-card .content .sounds-grid .sound-card:active,
.phone-dashboard-card .content .sounds-grid .sound-card.playing {
  transform: scale(0.95);
}

/* AD BADGE */
.phone-dashboard-card .content .sounds-grid .sound-card .ad-badge {
  display: none;
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 8px;
  color: #000000;
}

/* ICON */
.phone-dashboard-card .content .sounds-grid .sound-card .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-dashboard-card .content .sounds-grid .sound-card .icon-wrap img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* TEXT */
.phone-dashboard-card .content .sounds-grid .sound-card .sound-name {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  color: #000000;
}

/* RIPPLE EFFECT */
.phone-dashboard-card .content .sounds-grid .sound-card.playing::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 20px;
  border: 3px solid #00BCD4;
  animation: ripple 0.65s ease-out forwards;
}

@keyframes ripple {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.18); }
}

/* ───────── HOW SECTION ───────── */
.phone-dashboard-card .content .how-section {
  margin-bottom: 24px;
}

.phone-dashboard-card .content .how-section .how-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #000000;
}

/* LIST */
.phone-dashboard-card .content .how-section .how-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
}

/* ITEM */
.phone-dashboard-card .content .how-section .how-list .how-item .step-header {
  display: flex;
  gap: 6px;
  margin-bottom: 4px;
}

.phone-dashboard-card .content .how-section .how-list .how-item .step-num {
  font-size: 14px;
  font-weight: 700;
}

.phone-dashboard-card .content .how-section .how-list .how-item .step-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #000000;
}

.phone-dashboard-card .content .how-section .how-list .how-item .step-desc {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 0px;
    color: #000000;
    font-weight: 500;
}

/* ───────── FOOTER ───────── */
.phone-dashboard-card .site-footer {
  text-align: center;
  padding: 10px 0px 20px;
}

.phone-dashboard-card .site-footer a {
  font-size: 11px;
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
}

.phone-dashboard-card .site-footer span {
  font-size: 11px;
  font-weight: 500;
}

/* ───────── TOAST ───────── */
.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
  background: rgba(30,30,30,0.9);
  color: #fff;
  padding: 9px 22px;
  border-radius: 30px;
  font-size: 13px;
  opacity: 0;
  transition: 0.28s;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* Popup Screen--------------------------- */

/* ───────── OVERLAY ───────── */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

/* ───────── POPUP ───────── */
.overlay .popup {
  width: 340px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* CLOSE BUTTON */
.overlay .popup .close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* EMOJI */
.overlay .popup .humor-images img {
  width: 110px;
  height: auto;
}

/* HEADING */
.overlay .popup h2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

/* DESCRIPTION */
.overlay .popup p {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* CTA BUTTON */
/* .soundOpen-btn{
  background-image: url(../img/RactangalSound-Btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.soundOpen-btn .cta-btn {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
} */

.startOpen-btn,.soundOpen-btn{
  background-image: url(../img/RactangalSound-Btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.startOpen-btn .cta-btn,.soundOpen-btn .btn-sound-toggle {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  transition: 0.8s ease;
}

.soundOpen-btn .btn-sound-toggle{
  font-size: 22px;
}

