/* ==========================================================================
   Simplified Responsive Layout Fixes for HypeTunes
   ========================================================================== */

/* Large screens (above 1140px) - Side-by-side layout with phone adjustments */
@media only screen and (min-width: 1141px) {
	#masthead {
		height: auto !important;
		min-height: 800px !important;
		padding-bottom: 50px !important;
	}
	
	.header-container .wrapper {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		align-items: center !important;
	}
	
	.header-phone {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 100% !important;
	}
	
	.fader {
		position: relative !important;
		left: auto !important;
		margin: 0 auto !important;
		height: 620px !important;
		width: 314px !important;
		background-size: 314px 620px !important;
	}
	
	.fader .flexslider1 {
		width: 250px !important;
		height: 443px !important;
		top: 89px !important;
		left: 0 !important;
	}
	
	.header-container .logo {
		height: auto !important;
		width: auto !important;
		background: none !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}
	
	.header-container .logo img {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
		display: block !important;
	}
}

/* Medium screens (769px-1140px) - Stacked layout */
@media only screen and (max-width: 1140px) and (min-width: 769px) {
	/* Force phone visibility override */
	.header-phone {
		display: block !important;
	}
	
	.fader {
		display: block !important;
	}
	#masthead {
		height: auto !important;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}
	
	.header-container .wrapper {
		flex-direction: column !important;
		text-align: center !important;
		min-height: auto !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.header-container .logo {
		height: auto !important;
		background: none !important;
	}
	
	.header-container .logo img {
		max-width: 100% !important;
		height: auto !important;
		max-height: 100px !important;
	}
	
	.header-content {
		text-align: center !important;
		padding-right: 0 !important;
		margin-bottom: 30px !important;
		order: 1 !important;
	}
	
	.header-content h3 {
		text-align: center !important;
	}
	
	.header-content p {
		text-align: center !important;
	}
	
	.video-button-container {
		text-align: center !important;
	}
	
	.header-phone {
		order: 2 !important;
		margin: 30px auto 0 auto !important;
	}
	
	.fader {
		position: relative !important;
		left: auto !important;
		margin: 0 auto !important;
		height: 450px !important;
		width: 225px !important;
		background-size: 225px 450px !important;
	}
	
	.fader .flexslider1 {
		width: 180px !important;
		height: 320px !important;
		top: 65px !important;
		left: 0 !important;
		margin: 0 auto !important;
	}
}

/* Specific fix for 900-1140px range where phone was disappearing */
@media only screen and (max-width: 1140px) and (min-width: 901px) {
	.header-phone {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	.fader {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/* Mobile screens (768px and below) - Compact stacked layout */
@media only screen and (max-width: 768px) {
	#masthead {
		height: auto !important;
		min-height: 600px !important;
		padding-bottom: 40px !important;
	}
	
	.header-container .wrapper {
		flex-direction: column !important;
		text-align: center !important;
		min-height: auto !important;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.header-content {
		order: 1 !important;
		margin-bottom: 25px !important;
		text-align: center !important;
		padding-right: 0 !important;
	}
	
	.header-content h3 {
		text-align: center !important;
		font-size: 1.6em !important;
	}
	
	.header-content p {
		text-align: center !important;
	}
	
	.video-button-container {
		text-align: center !important;
	}
	
	.header-phone {
		order: 2 !important;
		margin: 25px auto 0 auto !important;
	}
	
	.fader {
		position: relative !important;
		left: auto !important;
		margin: 0 auto !important;
		height: 320px !important;
		width: 160px !important;
		background-size: 160px 320px !important;
	}
	
	.fader .flexslider1 {
		width: 128px !important;
		height: 228px !important;
		top: 46px !important;
		left: 0 !important;
		margin: 0 auto !important;
	}
	
	.video-btn {
		padding: 12px 24px !important;
		font-size: 14px !important;
	}
	

	
	.header-container .logo {
		height: auto !important;
		background: none !important;
	}
	
	.header-container .logo img {
		max-width: 100% !important;
		height: auto !important;
		max-height: 80px !important;
	}
}

/* Featured Artists Section */
.featured-artists-container {
	background: #f8f9fa;
	padding-bottom: 60px;
	padding-top: 0;
	border-top: 1px solid #e9ecef;
}

.section-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 10px;
	color: #0e3c61;
	font-weight: 300;
}

.section-subtitle {
	text-align: center;
	font-size: 1.2rem;
	color: #7f8c8d;
	margin-bottom: 50px;
	font-weight: 300;
}

.artists-grid {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
}

.artist-card {
	background: white;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	max-width: 300px;
	flex: 1;
	min-width: 280px;
}

.artist-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.artist-avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
	border: 4px solid #0e3c61;
	box-shadow: 0 5px 15px rgba(32, 150, 243, 0.3);
}

.artist-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.artist-name {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #0e3c61;
	font-weight: 600;
}

.artist-bio {
	color: #7f8c8d;
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 25px;
}

.artist-social {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
}

.social-link.instagram {
	background: #0e3c61;
	color: white;
}

.social-link.tiktok {
	background: #e4a30d;
	color: white;
}

.social-link:hover {
	transform: scale(1.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Video Promo Section */
.video-promo-container {
	background: #0e3c61;
	color: white;
	padding: 60px 0;
}

.video-promo {
	display: flex;
	align-items: center;
	gap: 50px;
}

.video-promo-image {
	flex: 1;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.video-promo-image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.video-promo-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.95);
	border: none;
	border-radius: 35px;
	padding: 10px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #0e3c61;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
}

.video-promo-btn:hover {
	background: white;
	transform: translate(-50%, -50%) scale(1.05);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.video-promo-btn .btn-text {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.video-promo-content {
	flex: 1;
}

.video-promo-content h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: white;
	font-weight: 300;
}

.video-promo-content p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #bdc3c7;
	margin-bottom: 30px;
}

.video-highlights {
	list-style: none;
	padding: 0;
	margin: 0;
}

.video-highlights li {
	font-size: 1rem;
	margin-bottom: 12px;
	color: #ecf0f1;
	display: flex;
	align-items: center;
	gap: 10px;
}

.video-highlights li:before {
	content: "✓";
	color: #0e3c61;
	font-weight: bold;
	font-size: 1.2rem;
}

/* Music Video Promo Styles */
.artist-credits {
	margin-bottom: 20px;
}

.artist-names {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	color: #ecf0f1;
	margin-bottom: 5px;
}

.album-info {
	display: block;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.watch-cta {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-text {
	font-size: 1.1rem;
	color: #ecf0f1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.featured-artists-container {
		padding: 40px 0;
	}
	
	.section-title {
		font-size: 2rem;
	}
	
	.section-subtitle {
		font-size: 1rem;
		margin-bottom: 30px;
	}
	
	.artists-grid {
		flex-direction: column;
		gap: 30px;
	}
	
	.artist-card {
		min-width: auto;
		max-width: none;
		margin: 0 20px;
	}
	
	.video-promo-container {
		padding: 40px 0;
	}
	
	.video-promo {
		flex-direction: column;
		gap: 30px;
	}
	
	.video-promo-content h2 {
		font-size: 2rem;
		text-align: center;
	}
	
	.video-promo-content p {
		text-align: center;
		font-size: 1rem;
	}
	
	.video-highlights {
		text-align: left;
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.artist-card {
		padding: 20px;
		margin: 0 10px;
	}
	
	.artist-avatar {
		width: 100px;
		height: 100px;
	}
	
	.video-promo-btn {
		padding: 8px 20px;
		border-radius: 25px;
	}
	
	.video-promo-btn svg {
		width: 30px;
		height: 30px;
	}
	
	.video-promo-btn .btn-text {
		font-size: 0.8rem;
	}
}

/* Legacy layout cleanup - ensure no conflicts with new content-column layout */
@media (min-width: 769px) {
  .main-container .half {
    width: 48% !important;
    float: left !important;
    margin-bottom: 30px !important;
  }
  
  .main-container .half.right {
    float: right !important;
  }
  
  .main-container .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (max-width: 768px) {
  .main-container .half {
    width: 100% !important;
    float: none !important;
    margin-bottom: 40px !important;
  }
  
  .main-container .half.right {
    float: none !important;
  }
}

/* Header Overlay */
.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	pointer-events: none;
}

/* Ensure header content appears above overlay */
.header-container header {
	position: relative;
	z-index: 2;
}

/* Header text spacing for large screens */
@media only screen and (min-width: 1141px) {
	.header-content .header-subtitle {
		display: block;
		margin-top: 20px;
	}
}

/* Header Download Buttons */
.download-buttons-container {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 30px;
}

.download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #0e3c61 0%, #e4a30d 100%);
	color: white;
	padding: 12px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	min-width: 100px;
	justify-content: center;
}

.download-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(32, 150, 243, 0.4);
	background: linear-gradient(135deg, #1976d2 0%, #e6a82a 100%);
}

.video-btn {
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.video-btn:hover {
	box-shadow: 0 8px 25px rgba(32, 150, 243, 0.4);
}

.ios-btn:hover {
	box-shadow: 0 8px 25px rgba(32, 150, 243, 0.4);
}

.android-btn:hover {
	box-shadow: 0 8px 25px rgba(242, 186, 58, 0.4);
}

/* Footer Social Media Button Fixes */
ul.social-link a {
	color: #000000 !important;
	background: #ffffff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease !important;
	text-decoration: none;
}

ul.social-link a:hover {
	color: #0e3c61 !important;
	background: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(47, 116, 185, 0.4), 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* New Content Layout Styles */
.main-container {
	position: relative;
	padding: 100px 0 !important;
	border-bottom: 1px solid #e9ecef;
	overflow: hidden;
}

/* Parallax Background for Content Section */
.content-parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../img/hypetunes_screens.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -2;
}

/* Semi-transparent White Overlay */
.content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.85);
	z-index: -1;
}

/* Asymmetrical Hero Layout */
.hero-layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 50px;
	position: relative;
	z-index: 2;
}

/* Hero Download Section (Large) */
.hero-download {
	background: linear-gradient(135deg, #0e3c61 0%, #e4a30d 100%);
	border-radius: 25px;
	padding: 60px;
	color: white;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	transform: perspective(1000px) rotateY(-2deg);
	transition: transform 0.3s ease;
}

.hero-download:hover {
	transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.hero-icon {
	display: flex;
	padding: 20px;
	width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	margin-bottom: 30px;
}

.hero-download h1 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.1;
}

.hero-subtitle {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.9);
}

/* Hero Stats */
.hero-stats {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
	padding: 30px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat {
	text-align: center;
	flex: 1;
}

.stat-number {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.stat-label {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Hero Download Buttons */
.hero-download-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 30px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	transform: translateY(0);
}

.hero-btn.primary {
	background: white;
	color: #0e3c61;
	box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.hero-btn.primary:hover {
	background: #f8f9fa;
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(255, 255, 255, 0.4);
}

.hero-btn.secondary {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: 2px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
}

.hero-btn.secondary:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, 0.5);
}

/* Support Cards */
.support-cards {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

/* Video Embed Container */
.video-embed-container {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.video-embed-container:hover {
	transform: translateX(10px) translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.95);
}

.video-embed {
	position: relative;
	width: 100%;
	/* 9:16 aspect ratio (mobile/vertical video format) */
	padding-bottom: 177.78%; /* (16/9) * 100% = 177.78% */
	height: 0;
	overflow: hidden;
	border-radius: 15px;
	background: #000;
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.support-card {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	transform: translateX(0);
}

.support-card:hover {
	transform: translateX(10px) translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.95);
}

.support-icon {
	display: inline-block;
	padding: 12px;
	background: rgba(32, 150, 243, 0.1);
	border-radius: 50%;
	margin-bottom: 20px;
}

.support-card h3 {
	font-size: 1.4rem;
	color: #0e3c61;
	margin-bottom: 15px;
	font-weight: 600;
}

.support-card p {
	color: #7f8c8d;
	line-height: 1.6;
	margin-bottom: 15px;
}

.feature-highlights {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-highlights li {
	padding: 5px 0;
	color: #0e3c61;
	font-size: 0.9rem;
	position: relative;
	padding-left: 20px;
}

.feature-highlights li:before {
	content: "→";
	position: absolute;
	left: 0;
	color: #0e3c61;
	font-weight: bold;
}

/* Responsive Design for Asymmetrical Layout */
@media (max-width: 1024px) {
	.hero-layout {
		gap: 30px;
	}
	
	.hero-download {
		padding: 50px;
		transform: none;
	}
	
	.hero-download h1 {
		font-size: 2.5rem;
	}
	
	.hero-stats {
		gap: 20px;
		padding: 20px;
	}
	
	.stat-number {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.main-container {
		padding: 60px 0 !important;
	}
	
	.hero-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.hero-download {
		padding: 40px;
		transform: none;
		order: 2;
	}
	
	.hero-download h1 {
		font-size: 2.2rem;
		text-align: center;
	}
	
	.hero-subtitle {
		font-size: 1.1rem;
		text-align: center;
	}
	
	.hero-stats {
		flex-direction: column;
		gap: 15px;
		padding: 25px;
	}
	
	.stat {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding-bottom: 15px;
	}
	
	.stat:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.hero-download-buttons {
		justify-content: center;
		flex-direction: column;
		gap: 15px;
	}
	
	.hero-btn {
		justify-content: center;
		padding: 15px 25px;
		font-size: 1rem;
	}
	
	/* Header download buttons responsive */
	.download-buttons-container {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	
	.download-btn {
		padding: 10px 18px;
		font-size: 0.9rem;
		min-width: 120px;
	}
	
	.support-cards {
		order: 1;
	}
	
	.support-card {
		transform: none !important;
		padding: 25px;
	}
	
	/* Video embed responsive */
	.video-embed-container {
		transform: none !important;
		padding: 15px;
	}
	
	.video-embed {
		/* Maintain 9:16 aspect ratio for YouTube Shorts */
		padding-bottom: 177.78%; /* 9:16 aspect ratio for proper vertical video viewing */
	}
	
	/* Fix header background images for tablet */
	#masthead {
		background-attachment: scroll !important;
		background-size: cover !important;
		background-position: center center !important;
	}
}

@media (max-width: 480px) {
	.main-container {
		padding: 40px 0 !important;
	}
	
	.hero-download {
		padding: 30px;
		border-radius: 20px;
	}
	
	.hero-download h1 {
		font-size: 1.8rem;
	}
	
	.hero-subtitle {
		font-size: 1rem;
	}
	
	.hero-stats {
		padding: 20px;
		margin-bottom: 30px;
	}
	
	.stat-number {
		font-size: 1.8rem;
	}
	
	.stat-label {
		font-size: 0.8rem;
	}
	
	.hero-btn {
		padding: 12px 20px;
		font-size: 0.9rem;
	}
	
	.support-card {
		padding: 20px;
		border-radius: 15px;
	}
	
	.support-card h3 {
		font-size: 1.2rem;
	}
	
	/* Fix header background images for mobile */
	#masthead {
		background-attachment: scroll !important;
		background-size: cover !important;
		background-position: center center !important;
		min-height: 100vh !important;
	}
	
	/* Disable parallax on mobile for performance */
	.content-parallax-bg {
		background-attachment: scroll;
	}
	
	/* Header download buttons for small mobile */
	.download-btn {
		padding: 8px 16px;
		font-size: 0.85rem;
		min-width: 100px;
	}
	
	/* Video embed for small mobile */
	.video-embed-container {
		padding: 12px;
		border-radius: 15px;
	}
	
	.video-embed {
		/* Maintain 9:16 aspect ratio for YouTube Shorts on small screens */
		padding-bottom: 177.78%; /* 9:16 aspect ratio for proper vertical video viewing */
		border-radius: 12px;
	}
}

/* Customer Reviews Section */
.reviews-container {
	background: #f8f9fa;
	padding: 80px 0;
	border-top: 1px solid #e9ecef;
}

.reviews-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 50px;
}

.review-card {
	background: white;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-left: 4px solid #0e3c61;
}

.review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.review-stars {
	display: flex;
	gap: 2px;
	margin-bottom: 20px;
}

.star {
	color: #e4a30d;
	font-size: 1.2rem;
}

.review-text {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #0e3c61;
	margin-bottom: 25px;
	font-style: italic;
	position: relative;
}

.review-text::before {
	content: '"';
	font-size: 4rem;
	color: #0e3c61;
	position: absolute;
	top: -20px;
	left: -10px;
	opacity: 0.3;
}

.review-author {
	display: flex;
	align-items: center;
	gap: 15px;
}

.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #0e3c61;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-info {
	flex: 1;
}

.author-name {
	font-size: 1.1rem;
	color: #0e3c61;
	margin-bottom: 5px;
	font-weight: 600;
}

.author-title {
	font-size: 0.9rem;
	color: #7f8c8d;
	margin: 0;
}

/* Responsive Design for Reviews */
@media (max-width: 768px) {
	.reviews-container {
		padding: 50px 0;
	}
	
	.reviews-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 30px;
	}
	
	.review-card {
		padding: 25px;
		margin: 0 20px;
	}
	
	.review-text {
		font-size: 1rem;
	}
	
	.review-text::before {
		font-size: 3rem;
		top: -15px;
	}
}

@media (max-width: 480px) {
	.review-card {
		padding: 20px;
		margin: 0 10px;
	}
	
	.author-avatar {
		width: 40px;
		height: 40px;
	}
	
	.author-name {
		font-size: 1rem;
	}
	
	.author-title {
		font-size: 0.8rem;
	}
}

/* Desktop Modal Centering - Ensure modal is centered on desktop */
@media (min-width: 769px) {
	.modal {
		display: none;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}
	
	.modal[style*="display: block"] {
		display: flex !important;
	}
	
	.modal-content {
		margin: 0 !important;
		position: relative !important;
		width: 90% !important;
		max-width: 800px !important;
	}
}

/* Mobile Modal Styles - Center the modal vertically and horizontally when shown */
@media (max-width: 768px) {
	.modal {
		display: none !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 20px !important;
		box-sizing: border-box !important;
	}
	
	.modal[style*="display: block"],
	.modal[style*="display:block"],
	#videoModal[style*="display: block"],
	#videoModal[style*="display:block"] {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 20px !important;
		box-sizing: border-box !important;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		position: fixed !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	.modal .modal-content,
	.modal[style*="display: block"] .modal-content,
	.modal[style*="display:block"] .modal-content,
	#videoModal .modal-content,
	#videoModal[style*="display: block"] .modal-content,
	#videoModal[style*="display:block"] .modal-content {
		margin: 0 auto !important;
		width: 95% !important;
		max-width: 95% !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		transform: none !important;
	}
	
	.modal .close,
	#videoModal .close {
		top: -35px !important;
		right: 5px !important;
		font-size: 24px !important;
		width: 30px !important;
		height: 30px !important;
	}
}

/* MP3 Player Styles - Spotify-inspired design */
.mp3-player {
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 12px;
	border-color: #009dff;
	border-width: 3px;
	border-style: solid;
	padding: 6px;
	margin: 25px 0;
	max-width: 400px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.mp3-player:hover {
	background: #9f9f9f;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.player-artwork {
	width: 60px;
	height: 60px;
	border-radius: 7px;
	overflow: hidden;
	margin-right: 12px;
	flex-shrink: 0;
	margin-left: 5px;
}

.player-artwork img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.player-info {
	flex: 1;
	min-width: 0; /* Allows text to truncate */
}

.song-title {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
}

.artist-name {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0px;
}

.player-controls {
	margin-left: 12px;
	flex-shrink: 0;
}

.play-pause-btn {
	background: #00622b;
	border: 2px solid #5eff00;
	color: #ffffff;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.play-pause-btn:hover {
	background: #5eff00;
	border-color: #00622b;
	transform: scale(1.05);
	color: #00622b;
}

.play-pause-btn:active {
	transform: scale(0.95);
}

.play-pause-btn svg {
	width: 40px;
	height: 40px;
}

/* Mobile responsive design */
@media (max-width: 768px) {
	.mp3-player {
		max-width: 100%;
		margin: 20px 0;
		padding: 6px;
	}
	
	.player-artwork {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	
	.song-title {
		font-size: 13px;
	}
	
	.artist-name {
		font-size: 11px;
	}
	
	.play-pause-btn {
		width: 44px;
		height: 44px;
		border-width: 1.5px;
	}
	
	.play-pause-btn svg {
		width: 20px;
		height: 20px;
	}
} 