/* Reset */
* {
	margin: 0;
	padding: 0;

	box-sizing: border-box;
}

html {
	font-size: 16px
}

body {
	font-family: 'Exo', sans-serif;
	line-height: 1.8;
	margin: 0 auto;
	background-color: rgb(32, 37, 109);
	zoom: 90%;
}

h1 {
	font-size: 6.5rem;
	line-height: 6rem;
	font-weight: 700;
}

h2 {
	font-size: 3.8rem;
	line-height: 1.3;
	letter-spacing: -1.2px;
}

h3 {
	font-size: 1.7rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: .95rem;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
	color: rgb(255, 255, 255);
}

p {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgb(162, 166, 196);
}

p.large {
	font-size: 1.3rem;
	color: white;
	margin: 1rem 0;
}

p.small {
	font-size: 1rem;
	font-weight: 500;
}

p.visible {
	font-weight: 400;
}

a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

/* highlighting style */
h1::selection,
h2::selection,
h3::selection,
h4::selection,
p::selection,
a::selection,
span::selection {
	background: none;
	color: rgb(253, 172, 8);
}

h5::selection {
	background: none;
}

.btn::selection {
	background: none;
}

.pack h2::selection,
.pack h2 sup::selection {
	background-color: none;
	color: rgb(255, 255, 255);
}

img {
	size: 100%;
}

hr {
	width: 60px;
	border: none;
	border-top: 5px solid rgb(253, 172, 8);
	margin: 1rem auto;
}

.landing_page {
	max-width: 1500px;
	margin: 0 auto;
	background-image: linear-gradient(90deg, rgb(35, 31, 98), rgb(27, 49, 128));
}

#intro_section {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	padding: 0;
	background: url('https://iptvprime.us/wp-content/uploads/2025/07/Best-IPTV-USA.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
}

#intro_section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(27, 49, 128, 0.85), rgba(35, 31, 98, 0.85));
	z-index: 0;
}

#intro_section > * {
	position: relative;
	z-index: 1;
}

h1 + hr {
	margin: 0 0;
	margin-bottom: 2rem;
}

.btn {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: .5rem 1rem;
	color: rgb(255,255,255);
	background-color: rgb(253, 172, 8);
	border: 3px solid rgb(253, 172, 8);
	border-radius: 3px;
}

.btn:hover {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

.outline {
	background: none;
	color: rgb(253, 172, 8);
}

.intro_content .outline {
	margin-left: 1.5rem;
}

.fa-gift {
	font-size: 1rem;
	color: rgb(253, 172, 8);
	margin-left: .5rem;
}

.outline:hover {
	color: rgb(255,255,255);
	background-color: rgb(253, 172, 8);
	border-color: rgb(253, 172, 8);
	.fa-gift {
		color: rgb(255,255,255);
	}
}


/* other section  */
section {
	margin: 0 auto;
	padding: 1rem 0 !important;
	text-align: center;
	width: 90%;
}


.intro_content,
.card {
	text-align: start;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0 !important;
}

.logo {
	display: inline-block;
	width: 12rem;
	height: 3rem;
	background-size: 100%;
}

ul {
	list-style: none;
}

.header_ul {
	display: flex;
	gap: 2rem;
}

/* Desktop: mobile-menu container should not interfere */
.mobile-menu {
	display: contents;
}

/* social media icons */
ul.social_media {
	display: flex;
	gap: 1rem;
	border-radius: 1px;
}

/* display menu icon */
.fa-bars {
	color: white;
	font-size: 1.5rem;
	display: none;
	cursor: pointer;
}

.mobile-menu-toggle {
	cursor: pointer;
	z-index: 1001;
}

.media_icon {
	font-size: 2rem;
	color: rgb(255, 172, 9);
}

.header .media_icon {
	color: white;
}

.header .media_icon:hover {
	color: rgb(241, 167, 9);
}

.header_ul li {
	font-weight: 700;
}

.header_ul li a:hover {
	color: rgb(241, 167, 9);
}

/* Disable Dragging img */
img {
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#content_header {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 6rem 6rem 4rem;
	box-sizing: border-box;
	position: relative;
}

.large_logo {
	display: block;
	max-width: 100%;
}

/* Intro Slides */
.intro_slides {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	width: 100%;
	max-width: 100%;
}

.intro_slide {
	padding: 2.5rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	text-align: left;
	transition: all 0.4s ease;
	backdrop-filter: blur(10px);
	position: relative;
	overflow: hidden;
}

.intro_slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, rgb(253, 172, 8), rgb(255, 200, 50));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.intro_slide:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
	border-color: rgba(253, 172, 8, 0.4);
}

.intro_slide:hover::before {
	opacity: 1;
}

.intro_slide_main {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.slide_badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: linear-gradient(135deg, rgba(253, 172, 8, 0.2), rgba(253, 172, 8, 0.1));
	border: 1px solid rgba(253, 172, 8, 0.3);
	border-radius: 50px;
	margin-bottom: 1.5rem;
	font-size: 0.9rem;
	color: rgb(253, 172, 8);
	font-weight: 600;
}

.slide_badge i {
	font-size: 0.8rem;
}

.intro_slide_main h1 {
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	color: rgb(255, 255, 255);
	font-weight: 700;
	background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.8));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.features_highlight {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 1.5rem 0;
}

.feature_item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	background: rgba(253, 172, 8, 0.15);
	border: 1px solid rgba(253, 172, 8, 0.3);
	border-radius: 8px;
	font-size: 0.95rem;
	color: rgb(255, 255, 255);
	transition: all 0.3s ease;
}

.feature_item:hover {
	background: rgba(253, 172, 8, 0.25);
	transform: scale(1.05);
}

.feature_item i {
	color: rgb(253, 172, 8);
	font-size: 1.1rem;
}

.intro_slide_main p {
	line-height: 1.8;
	margin-bottom: 1.5rem;
	font-size: 1.05rem;
}

.intro_slide_trial {
	background: linear-gradient(135deg, rgba(253, 172, 8, 0.15), rgba(253, 172, 8, 0.08));
	border: 2px solid rgba(253, 172, 8, 0.4);
	text-align: center;
	position: relative;
}

.intro_slide_trial::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(135deg, rgba(253, 172, 8, 0.3), rgba(255, 200, 50, 0.3));
	border-radius: 16px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.intro_slide_trial:hover::after {
	opacity: 1;
}

.trial_icon {
	font-size: 3rem;
	color: rgb(253, 172, 8);
	margin-bottom: 1rem;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

.intro_slide_trial h2 {
	color: rgb(253, 172, 8);
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-shadow: 0 2px 10px rgba(253, 172, 8, 0.3);
}

.intro_slide_trial p {
	line-height: 1.8;
	font-size: 1.05rem;
	margin-bottom: 1.5rem;
}

.trial_benefits {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 1.5rem 0;
}

.benefit_item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 1rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 25px;
	font-size: 0.9rem;
	color: rgb(255, 255, 255);
}

.benefit_item i {
	color: rgb(253, 172, 8);
	font-size: 1rem;
}

.trial_cta_wrapper {
	text-align: center;
	margin-top: 2rem;
}

.cta_row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem;
	margin-top: 1.5rem;
	flex-wrap: nowrap;
}

.subscribe_cta {
	flex-shrink: 0;
}

.subscribe-btn {
	background: linear-gradient(135deg, rgb(253, 172, 8), rgb(255, 200, 50));
	border: none;
	color: rgb(0, 0, 0);
	padding: 1rem 2.5rem;
	font-weight: 700;
	font-size: 1.1rem;
	white-space: nowrap;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(253, 172, 8, 0.3);
}

.subscribe-btn:hover {
	background: linear-gradient(135deg, rgb(255, 200, 50), rgb(253, 172, 8));
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(253, 172, 8, 0.5);
}

.subscribe-btn i {
	font-size: 1rem;
}

.test_text {
	flex: 1;
	display: flex;
	align-items: center;
}

.test_text p {
	margin: 0;
	color: rgb(255, 255, 255);
	font-weight: 500;
}

.trial-btn {
	background: linear-gradient(135deg, rgb(253, 172, 8), rgb(255, 200, 50));
	border: none;
	color: rgb(0, 0, 0);
	font-weight: 700;
	font-size: 1.2rem;
	padding: 1.2rem 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(253, 172, 8, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.trial-btn:hover {
	background: linear-gradient(135deg, rgb(255, 200, 50), rgb(253, 172, 8));
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 8px 25px rgba(253, 172, 8, 0.6);
}

.trial-btn i {
	font-size: 1.1rem;
}

/* content section */
.content_box {
	position: relative;
	padding-bottom: 4.25rem;
}

/* Sticky Slider */
.content_box i {
	position: absolute;
	color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	font-size: 2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.content_box i:hover {
	color: rgba(255, 255, 255, 0.8);
}

.prev_card {
	left: -30px;
}

.next_card {
	right: -30px;
}

.sticky_slider {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.card {
	height: 100%;
	width: calc(100%/3);
	display: inline-block;
	padding: 0 1rem;
}
.card img {
	width: 100%;
	height: 275px;
	background-color: rgb(82, 82, 82);
}

.card_title {
	display: flex;
	gap: .25rem;
	align-items: center;
	margin: .75rem 0 1rem;
}

.card_title + h4 {
	flex: 1;
}

.card_hr_line {
	flex: 2;
	height: 1.2rem;
	width: 100%;
	border-bottom: 1px solid rgba(162, 166, 196, .8);
}

.card > p {
	white-space: normal;
}

/* Styling card text */
p.more_visible {
	font-weight: 600;
	color:rgb(255, 255, 255);
}

.channels_number {
	font-size: 1.87rem;
	line-height: 1.3;
	font-weight: 700;
	margin-right: .25rem;
}

/* Channels slider */
.channels_slider {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	border-top: 1px solid rgba(162, 166, 196, .8);
	border-bottom: 1px solid rgba(162, 166, 196, .8);
}

.channels_slider img {
	height: 10rem;
}

/* Video Section */
#video_section {
	padding: 6rem 0;
	background: linear-gradient(135deg, rgba(27, 49, 128, 0.8), rgba(35, 31, 98, 0.8));
}

.video-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 3rem auto 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, 0.3);
}

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

/* Slideshow container */
/* this for all sliders */
.slider-container {
	position: relative;
	margin-bottom: 8rem;
	overflow: hidden;
}

/* Movies Slider */
.slider,
.slider__shows {
	width: 100%;
	display: flex;
	gap: .8rem;
}

.slider img,
.slider__shows img {
	max-height: 653px;
	width: calc(100% / 3);
	border: 5px solid white;
}

.slider-container i {
	position: absolute;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, .8);
	cursor: pointer;
	height: 40px;
	width: 40px;
	font-size: 1.2rem;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.slider-container i:hover {
	background-color: rgba(0, 0, 0, .6);
}

.slider-container .fa-solid {
	display: none;
}

.slider-container:hover {
	.fa-solid {
		display: block;
	}
}

.prev,
.prev__serie {
	left: 15px;
}

.next,
.next__serie {
	right: 28px;
}

/* About us Section */
#about_us,
#FAQ_section,
#contact_us{
	text-align: start;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

#about_us hr,
#FAQ_section hr {
	margin: 0 0;
	margin-bottom: 2rem;
}

.about_us_images {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
}

.about_us_images img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	object-fit: cover;
}

.about_us_images img:first-child {
	max-height: 400px;
}

.about_us_images img:last-child {
	max-height: 400px;
}

ul.service_offers li {
	padding-left: 2rem;
	background: url('../Assets/icons/checkmark.svg') no-repeat;
	background-size: 1.4rem;
	background-position: center left;
}

#about_us li p.large {
	color: rgb(162, 166, 196);
}

#about_us ul.social_media {
	align-items: center;
}


#about_us .media_icon:hover {
	color: rgb(255,255,255);
}

/* features section */
#features {
	padding: 6rem 0;
}

.features_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-top: 3rem;
}

.f_card {
	padding: 2rem 1.5rem;
	background-color: rgba(255,255,255, .02);
	border-radius: 8px;
}

.f_card img {
	height: 5rem;
	margin-bottom: 1.25rem;
}

a.link,
.fa-arrow-right {
	color:rgb(253, 172, 8);
}

.f_card a:hover {
	color:rgb(255, 255, 255);
	.fa-arrow-right {
		color:rgb(255, 255, 255);
	}
}

.pricing_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}

.pack {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 1rem;
	gap: 1.5rem;
	border: 3px solid transparent;
	border-radius: 8px;
	background-image: url('../Assets/patterns/pattern.png'), linear-gradient(45deg, rgb(82, 47, 190), rgb(82, 47, 190));
	background-size: 5000%;
}

.pack:hover {
	border: 3px solid rgb(253, 172, 8);
}

.pack h2 {
	color: rgb(253, 172, 8);
	letter-spacing: 1px;
	margin-top: -1rem;
}

h2 sup {
	font-size: 1.5rem;
}

.pack ul li {
	text-align: start;
	background: url('../Assets/icons/checkmark_gray.svg') left center no-repeat;
	background-size: 1.25rem;
	margin-bottom: .25rem;
}

.pack li p {
	letter-spacing: 1px;
	padding-left: 1.75rem;
}

.best_pack {
	display: none;
}

/* FAQ Section */
#FAQ_section {
	padding-top: 6rem;
	gap: 4rem;
}

#FAQ_section img {
	width: 100%;
}

#FAQ_section ul li {
	cursor: pointer;
}

#FAQ_section ul li p {
	position: relative;
}

.fa-plus {
	color: white;
	position: absolute;
	right: 0;
}

/* Display FAQ Anwser */
.answer_box {
	display: none;
}

/* FREE Offer Section */
#free_offer {
	padding: 12rem 0;
}

#free_offer .btn {
	margin-top: 2rem;
}

/* Contact us Section */
#contact_us > div {
	text-align: center;
}

form {
	display: flex;
	flex-direction: column;
	padding: 6rem;
	background-color: rgba(255,255,255, .01);
	border-radius: 8px;
}

input {
	font-size: 1.05rem;
	padding: 1rem;
	color: rgba(255,255,255, .95);
	background-color: rgba(255, 255, 255, .03);
	border: none;
	border-radius: 4px;
	margin-bottom: 1.5rem;
}

input::placeholder{
	color: rgba(255,255,255, .5)
}

input:focus {
	outline: none;
	background-color: rgba(255, 255, 255, .07);
}

#contact_us .btn {
	padding: .8rem;
	margin-top: 1.15rem;
}

#contact_us a {
	color: rgb(253, 172, 8);
}

#contact_us h5 {
	opacity: .5;
	margin-top: 1rem;
}

/* footer section */
footer {
	padding: 0 2rem;
}

footer .header {
	height: 40px;
	align-items: end;
	border-bottom: 5px solid rgba(255,255,255, .95);
	padding: .4rem 0;
}

.copyright_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2rem;
}

.copyright_text > div {
	flex: 1;
}

/* Scroll to Top Button */
.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: rgb(253, 172, 8);
	color: rgb(255, 255, 255);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.scroll-to-top.show {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.scroll-to-top:hover {
	background-color: rgb(255, 200, 50);
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.scroll-to-top:active {
	transform: translateY(-2px);
}

/* Responsivity */
/* laptop Screen */
@media screen and (max-width: 1300px) {
	#intro_section {
			background-size: 120%;
			padding: 0 3rem;
		}
}

/* Table Screens */
@media screen and (min-width:600px) and (max-width:1100px){
	#content_header {
		padding: 4rem 3rem 2rem;
	}

	.large_logo {
		display: none;
	}

	.intro_slides {
		grid-template-columns: 1fr;
	}

	.intro_slide {
		padding: 1.5rem;
	}

	.intro_slide_main h1 {
		font-size: 2rem;
	}

	.features_highlight {
		flex-direction: column;
		gap: 0.75rem;
	}

	.feature_item {
		width: 100%;
		justify-content: center;
	}

	.intro_slide_trial h2 {
		font-size: 1.75rem;
	}

	.trial_benefits {
		flex-direction: column;
		gap: 0.75rem;
	}

	.benefit_item {
		width: 100%;
		justify-content: center;
	}

	.cta_row {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.subscribe_cta {
		width: 100%;
	}

	.subscribe-btn {
		width: 100%;
		text-align: center;
	}

	section {
		padding: 3rem 0;
	}

	#free_offer {
		padding: 6rem 0;
	}

	.card {
		width: calc(100%/2);
	}

	.slider img,
	.slider__shows img {
		max-height: 610px;
		width: calc(100% / 2);
	}

	.pricing_grid,
	.features_grid {
		grid-template-columns: 1fr 1fr;
	}

	form {
		padding: 3rem;
	}
}

/* Hiding navbar */
@media screen and (max-width: 1000px) {
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	.mobile-menu-overlay.active {
		opacity: 1;
		visibility: visible;
	}

	.mobile-menu {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		width: 80%;
		max-width: 300px;
		height: 100vh;
		background-color: rgb(27, 49, 128);
		z-index: 1000;
		transition: right 0.3s ease;
		padding: 5rem 2rem 2rem;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
		overflow-y: auto;
	}

	.mobile-menu.active {
		right: 0;
	}

	.mobile-menu .header_ul {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		margin-bottom: 2rem;
	}

	.mobile-menu .header_ul li {
		width: 100%;
	}

	.mobile-menu .header_ul li a {
		display: block;
		padding: 0.5rem 0;
		font-size: 1.2rem;
	}

	.mobile-menu .social_media {
		display: flex;
		justify-content: center;
		gap: 1.5rem;
		margin-top: 2rem;
	}

	.header_ul,
	.header ul.social_media {
		display: none;
	}

	.fa-bars {
		display: block;
	}

	.mobile-menu-toggle.active .fa-bars::before {
		content: "\f00d";
	}

	#about_us,
	#FAQ_section,
	#contact_us {
		grid-template-columns: 1fr;
	}

	.about_us_images {
		order: 1;
	}

	#about_us > div:last-child {
		order: 2;
	}

	#FAQ_section img {
		width: 70%;
		margin: 0 auto;
	}
}

/* Phones Screens */
@media screen and (max-width:600px) {
	h1 {
		font-size: 3rem;
		line-height: 3rem;
	}

	h2 {
		font-size: 2rem;
	}

	h4 {
		font-size: 1.3rem;
	}

	p.large {
		font-size: 1rem;
		margin: .15rem 0;
	}

	p {
		font-size: .95rem;
	}

	#content_header {
		padding: 4rem 2rem 2rem;
	}

	.large_logo {
		display: none;
	}

	.intro_slides {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.intro_slide {
		padding: 1.5rem;
	}

	.slide_badge {
		font-size: 0.8rem;
		padding: 0.4rem 0.8rem;
		margin-bottom: 1rem;
	}

	.intro_slide_main h1 {
		font-size: 1.75rem;
		line-height: 1.3;
	}

	.features_highlight {
		flex-direction: column;
		gap: 0.75rem;
		margin: 1rem 0;
	}

	.feature_item {
		width: 100%;
		justify-content: center;
		padding: 0.6rem 1rem;
		font-size: 0.85rem;
	}

	.trial_icon {
		font-size: 2.5rem;
		margin-bottom: 0.75rem;
	}

	.trial_benefits {
		flex-direction: column;
		gap: 0.75rem;
		margin: 1rem 0;
	}

	.benefit_item {
		width: 100%;
		justify-content: center;
		padding: 0.5rem 0.8rem;
		font-size: 0.85rem;
	}

	.intro_slide_main p {
		font-size: 1rem;
		line-height: 1.6;
	}

	.intro_slide_trial h2 {
		font-size: 1.5rem;
	}

	.intro_slide_trial p {
		font-size: 1rem;
		line-height: 1.6;
	}

	.cta_row {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		margin-top: 1rem;
	}

	.subscribe_cta {
		width: 100%;
	}

	.subscribe-btn {
		width: 100%;
		text-align: center;
	}

	.test_text {
		width: 100%;
	}

	.trial-btn {
		font-size: 1rem;
		padding: 0.9rem 2rem;
		width: 100%;
		max-width: 100%;
	}

	.logo {
		height: 2rem;
		width: 8rem;
	}

	section {
		padding: 0;
	}

	#free_offer {
		padding: 6rem 0 2rem;
	}

	#intro_section {
		padding: 0 2rem;
	}

	.content_box {
		margin: 0 1rem;
	}

	.slider-container {
		margin-bottom: 4rem;
	}

	.channels_slider {
		gap: 1rem;
	}

	.channels_slider img {
		height: 5rem;
	}

	#video_section {
		padding: 3rem 0;
	}

	.video-container {
		margin: 2rem auto 0;
		border-radius: 8px;
	}

	.about_us_images img {
		max-height: 300px;
		width: 100%;
	}

	.card_title {
		margin: 1rem 0 0;
	}

	.card {
		width: 100%;
	}

	.card img {
		height: 200px;
	}

	.slider img,
	.slider__shows img {
		width: 100%;
	}

	.pricing_grid,
	.features_grid {
		grid-template-columns: 1fr;
	}

	form {
		padding: 1rem;
	}

	footer .header {
		border-bottom: 2px solid rgba(255,255,255, .95);
	}

	footer .large {
		font-size: .95rem;
		line-height: .9;
	}

	.mobile-menu {
		width: 100%;
		max-width: 100%;
		padding: 4rem 1.5rem 2rem;
	}

	.scroll-to-top {
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 45px;
		font-size: 1rem;
	}

	.copyright_text {
		flex-direction: column;
		gap: 1rem;
	}
}