

@media (max-width: 1200px) { 
	.navbar-expand-lg .navbar-nav.gap-lg-4{ gap: 0.3rem !important;}
	.btn-login{ padding: 0.55rem .8rem;}
	.yamahaLogo img {height: 25px;}
	.teensRock img {height: 34px;}
}



@media (max-width: 992px) { 
    .logo-group{ gap: 25px !important; justify-content: center; width: 100%; margin-bottom:4px;}
    .performList .col-md-4{width: 49.8%;}
	.hero{padding: 2rem 0rem 3.5rem 0rem;}
	
	.stats-card{flex-wrap: wrap;}
	.stats-card .stat-item{flex: auto; width: 47%; justify-content: left;}
	.heroContent{ max-width: 720px; margin:0 auto;}
	
	.voteCounter{ justify-content: left !important; width: 100%;}
	.votes-remaining-card{ height: 138px;}
	.vote-hero{ background:none !important;}
	
	
	/* =========================================================================
	"My Profile" page — mobile only
	========================================================================= */

	.profile-page {
	  background: var(--bg);
	  min-height: 100vh;
	  max-width: 480px;
	  margin: 0 auto;
	}

	.profile-page-header {
	  position: sticky;
	  top: 0;
	  z-index: 10;
	  display: flex;
	  align-items: center;
	  justify-content: right;
	  padding: 1.1rem 1.1rem;
	  background: rgba(7, 7, 12, 0.9);
	  backdrop-filter: blur(10px);
	}
	.profile-back-btn {
	  width: 32px;
	  height: 32px;
	  flex-shrink: 0;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  color: var(--text);
	  font-size: 1.3rem;
	  background: none;
	  border: 0;
	  font-size: 1.6rem;
	}
	.profile-back-btn:hover { color: var(--pink); }
	.profile-page-title {
	  flex: 1;
	  text-align: center;
	  font-family: var(--font-body);
	  font-weight: 700;
	  font-size: 1.05rem;
	  color: var(--text);
	  margin: 0;
	}
	.profile-header-spacer { width: 32px; flex-shrink: 0; }

	.profile-page-body {
	  padding: 0.5rem 1.25rem 2.5rem;
	}

	.profile-hero {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	  padding: 0 0 2rem;
	}
	.profile-avatar-circle {
	  width: 88px;
	  height: 88px;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: radial-gradient(circle at 35% 30%, var(--purple), var(--purple-deep) 70%);
	  color: #fff;
	  font-family: var(--font-Compressed-y);
	  font-size: 2.4rem;
	  font-weight: 700;
	  box-shadow: 0 0 0 4px rgba(166, 101, 255, 0.18), 0 10px 30px rgba(124, 58, 237, 0.35);
	  margin-bottom: 0.9rem;
	}
	.profile-hero-name {
	  font-family: var(--font-Compressed-y);
	  font-size: 1.6rem;
	  color: var(--text);
	  text-transform: none;
	  margin-bottom: 0.5rem;
	}
	.profile-verified-badge {
	  display: inline-flex;
	  align-items: center;
	  gap: 0.35rem;
	  color: #22c55e;
	  background: rgba(34, 197, 94, 0.12);
	  border: 1px solid rgba(34, 197, 94, 0.35);
	  border-radius: 999px;
	  padding: 0.3rem 0.85rem;
	  font-size: 0.78rem;
	  font-weight: 700;
	}

	.profile-menu-list {
	  background: var(--bg-soft);
	  border: 1px solid var(--line);
	  border-radius: 16px;
	  overflow: hidden;
	}
	.profile-menu-item {
	  display: flex;
	  align-items: center;
	  gap: 0.9rem;
	  padding: 1rem 1.1rem;
	  border-bottom: 1px solid var(--line);
	  color: var(--text);
	}
	.profile-menu-item:last-child { border-bottom: none; }
	.profile-menu-item:hover { background: rgba(255, 255, 255, 0.03); }

	.profile-menu-icon {
	  width: 40px;
	  height: 40px;
	  border-radius: 10px;
	  flex-shrink: 0;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: rgba(124, 58, 237, 0.14);
	  border: 1px solid rgba(166, 101, 255, 0.45);
	  color: var(--purple);
	  font-size: 1.1rem;
	}
	.profile-menu-icon-danger {
	  background: rgba(239, 68, 68, 0.12);
	  border-color: rgba(239, 68, 68, 0.4);
	  color: #ef4444;
	}

	.profile-menu-text {
	  flex: 1;
	  min-width: 0;
	  display: flex;
	  flex-direction: column;
	}
	.profile-menu-title {
	  font-weight: 700;
	  font-size: 0.95rem;
	  color: var(--text);
	}
	.profile-menu-sub {
	  font-size: 0.78rem;
	  color: var(--text-muted);
	  margin-top: 2px;
	}

	.profile-menu-item-danger .profile-menu-title { color: #ef4444; }

	.profile-menu-arrow {
	  color: var(--text-muted);
	  font-size: 1.1rem;
	  flex-shrink: 0;
	}
@media (max-width: 480px) { 
	.phone-code{ padding: 0.85rem .7rem 0.85rem 1.1rem;}
	.btn-otp{ padding: 0.5rem .8rem;}
}

	/* =========================================================================
	"My Profile" page — mobile only end
	========================================================================= */
	
	
}
@media (max-width: 768px) { 
	.heroContent{max-width: 540px;}
	.perf-info{display: block; padding: 0.6rem .5rem; gap: 0.55rem;}
}
@media (max-width: 660px) { 
    .perf-info{ display: block;}
    .perf-info .btn-vote-now{ margin-top: 9px; width: 100%;}
  .heroContent{ margin-top: -50px !important;}


}

@media (max-width: 600px) { 
    .navbar{ padding: 0.1rem 0;}
    .yamahaLogo img{ height: 30px;}
    .teensRock img{ height: 50px;}
    
    .hero .container{ max-width: 100%;}
    .hero{ padding:2rem 0 2rem;}
	.stats-card{ padding: 1.75rem 0;}
    .hero .container .col-lg-6{ padding-left: 0; padding-right: 0;}
    .heroContent{ padding-left: 15px !important; padding-right: 15px !important;}
    .heroContent img{ max-width: 400px;}

    .perf-info{ position: initial;}
    .perf-info{ display: block;}
    .perf-thumb img{ width: 100%;}
    

    

    .voteCounter{justify-content: flex-start !important;}
    .votes-remaining-card{ width: 100%; max-width: 350px;}



    
 }

 @media (max-width: 480px) { 
    .yamahaLogo img {
        height: 30px;
    }
    .teensRock img {
        height: 45px;
    }
    .votes-remaining-card{height: 115px;}


    .stats-card{ display: block; border: 0;}
    .stat-item{ 
        border: 1px solid var(--line);
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 1.75rem 1.75rem;
        margin: 0 0 5px 0;
        justify-content: flex-start;
    }
    .hero-btn a{ width: 100%; justify-content: center;}


     .btn-submit{ width: 100%;}
	 .stats-card .stat-item { width: 100%; padding: 1.25rem 1.75rem;}
 }
@media (max-width: 414px) {
	.heroContent img{max-width: 266px;}
}
 @media (max-width: 376px) {
	 
	}
    .yamahaLogo img {
        height: 24px;
    }
    .teensRock img {
        height: 37px;
    }
 }

/* ==========================================================================
   Vote Confirmation page
   ========================================================================== */
  @media (max-width: 480px) { 
  .confirm-panel-mobile{ display: none;}
  .show-confrm{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1050;
    background: #060608;
    color: var(--text);
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
  }
  .vt-btn-desktop{ display: none;}
  .vt-btn-mobile{ display: block;}
  }

/* ==========================================================================
   Leaderboard page
   ========================================================================== */
    @media (max-width: 480px) { 
        .lb-table th:nth-child(3),  .lb-table th:nth-child(4) ,
        .lb-table td:nth-child(3),  .lb-table td:nth-child(4)  { display: none;}
    }




/* ==========================================================================
   Thanks page
   ========================================================================== */
    
@media (max-width: 1199px) {
.ty-votes-box{
	min-width: 168px;
	}
}
    
@media (max-width: 991.98px) {
    .ty-banner { padding: 1.75rem; }
    .ty-votes-box { max-width: none; width: 100%; }
    .giveaway-card { padding: 1.75rem; }
}

@media (max-width: 767.98px) {
    /* The narrower centered banner column only applies on large screens;
       below lg it should use the full width like the rest of the page. */
    .ty-banner-col { flex: 0 0 100%; max-width: 100%; }

    .ty-banner .col-lg-4 { justify-content: flex-start !important; }
    .ty-votes-box { max-width: 220px; }

    .giveaway-badge { margin-bottom: 0.5rem; }
    .giveaway-desc { max-width: 100%; margin: 0 auto; }

    .spread-word-row { flex-direction: column; align-items: flex-start; }
    .share-row { align-self: flex-start; }
}

@media (max-width: 575.98px) {
    .ty-banner { padding: 1.5rem 1.25rem; border-radius: 18px; }
    .ty-badge { width: 48px; height: 48px; font-size: 2rem; }
    .ty-title { font-size: 1.4rem; }
    .ty-text { font-size: 0.86rem; }
    .btn-ty-leaderboard { width: 100%; text-align: center; }

    .ty-votes-value { font-size: 1.9rem; }

    .giveaway-card { padding: 1.25rem; border-radius: 18px; }
    .prize-label { font-size: 0.76rem; padding: 0.85rem 0.4rem 0.6rem; }

    .grand-prize-note { font-size: 0.8rem; }
}

@media (max-width: 480px) {
  .giveaway-card-thnks{ display: none;}
  .ty-votes-box{ max-width: 100%;}
  .for-mobile-show{ display: block; background: none; border: 1px solid #fff;}

	.ty-banner{}
	
	.vote-hero{    padding: 1.2rem .7rem .9em .7rem;}
	.vote-subtitle{font-size: .8rem; line-height: 14px;}
	.vote-title{ font-size: clamp(1.2rem, 4.2vw, 5.4rem);}
	.vr-count {font-size: 1.2rem;}
	.vr-seg {height: 4px;}
	.votes-remaining-card { height: 99px;}
	.vote-search .form-control{    padding: 0.45rem .7rem 0.45rem 1rem;}
	.vr-count span:first-child {font-size: 1.6rem;}
	.vote-rule { height: 1px;}
	.voteCounter{ margin-top: 10px;}
	
	.perf-band-title{    font-size: clamp(1.2rem, 4vw, 1.6rem);}
	.perf-band-school { font-size: 0.75rem; line-height: 15px;}
	.vtConfirm .btn-submit{
	max-width: 168px;
    height: 38px;
    line-height: 13px;
    font-size: 14px;
    padding: 0.7rem 0.7rem;
	}
	
}