@import url("./common.css");





/* hero section */
.shope_banner {
	background-image: url(../images/hero-section/bg-planai.PNG);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: bottom center;
}

.shop_banner_inner {
	max-width: 1800px;
	padding: 100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: auto;
}


/* / ------ left section ------  / */
.shop_banner_inner .left_section {
	width: 50%;
	position: relative;
}

.blob-wrapper {
	position: absolute;
	left: 10px;
	width: 140px;
	height: 140px;
}

.blob-wrapper svg {
	width: 100%;
	height: 100%;
	rotate: 65deg;
}

.blob-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	pointer-events: none;
}

.shop_banner_inner .heading {
	font-size: 54px;
	line-height: 1.2;
	font-weight: bold;
	margin: 100px 0 40px 0;
	color: var(--white);
}

.shop_banner_inner .description {
	max-width: 550px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: var(--white);
}

/* / ------------- right section ------  / */


.shop_banner_inner .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	max-width: 200px;
	margin: 40px 0px 20px 0px;
	color: var(--white);
}

.shop_banner_inner .item_price {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: baseline;
	margin: 0px 0 0 0;
}

.shop_banner_inner .sale_price {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: var(--yellow-text);
}

.shop_banner_inner .price {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: var(--white);
	text-decoration: line-through;
}





.card-section{
 width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  background: url("../images/gradient.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	z-index: -1;
}
.pricing-plan-section {
  width: 100%;
  display: flex;
  justify-content: center;

}

.pricing-plan-section-inner{
  max-width: 1800px;
  width: 100%;
  padding: 0 100px; 
  gap: 50px;
}

.pricing-plan-section-inner .heading{
text-align: center;
font-size: 44px;
margin-top: 100px;
}
.pricing-plan-section-inner .subheading{
	margin: 22px auto 0;
	color: var(--aqua-color);
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 1.2;
	text-align: center;

}
.channel-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom:12px;
}
.channel-group img {
	object-fit: contain;
	max-width: 70px;
	border-radius:8px;
}

.pricing-plan-card-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 100px;

}
.pricing-plan-card{
position: relative;
border-radius: 16px;
padding: 50px;
background-color: var(--primary-color);
max-width: 427px;
text-align: center;
}

.pricing-plan-card .plan-logo{
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-top: -80px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pricing-plan-card .plan-logo img{

  object-fit: contain;
}
.pricing-plan-card .mini{
  color: var(--pink-border);
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-plan-card .midi{
  color: var(--orange);
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-plan-card .maxi{
  color: var(--aqua-color);
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-plan-card .package-value {
  text-align: center;
}

.pricing-plan-card .package-value .price{
  font-size: 64px;
  font-weight: bold;
}

.pricing-plan-card .sub-details{
text-align: center;
margin: 14px auto 0;
position: relative;
font-size: 16px;
line-height: 1.2;
margin-bottom: 20px;
}
 .pink-border-bottom {
	height: 2px;
	margin: 0 auto;
	margin-bottom:22px;
	width: 73px;
	background-color: var(--pink-border);
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}

.tick-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.tick-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: var(--gradient-color);
  mask: url('../images/iocns/check-black.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('../images/iocns/check-black.svg') no-repeat center;
  -webkit-mask-size: contain;
}
.price-button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	  padding-top: 80px;

}
/* ---------------MOdal------------------ */
/* Channel Modal Styles */
/* Channel Modal Container */
#channel-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--box-shadow);
  z-index: 1000;
  overflow-y: auto;
  font-family: 'Arial', sans-serif;
}

/* Modal Content Box */
#channel-modal .modal-content {
  background-color: var(--primary-color);
  margin: 2% auto;
  padding: 25px;
  width: 90%;
  max-width: 1200px;
  border-radius: 8px;
  color: var(--white);
  position: relative;
  box-shadow: 0 4px 20px var(--box-shadow);
}

/* Close Button */
#channel-close-modal {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 32px;
  font-weight: bold;
  color: var(--white);
  cursor: pointer;
  transition: color 0.3s;
}

#channel-close-modal:hover {
  color: var(--aqua-color);
}



/* Category Tabs */
.channel-tabs {
	margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.channel-tab {
  padding: 8px 20px;
  color:var(--white);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: transparent;
}

.channel-tab:hover {
  transform: translateY(-2px);
  color: var(--pink-border);
  text-decoration: underline;
}

.channel-tab-active {
  font-weight: bold;
color: var(--pink-border);
	text-decoration: underline;

}

/* Channels Grid */
.channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.channel-card {
  background: var(--light-black);
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--light-black);
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.channel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px var(--box-shadow);
  border-color: var(--pink-border);
}

.channel-logo {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--white);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  
}
.channel-logo img {
	object-fit: contain;
	width: 100px;
	border-radius:16px;
}





@media(max-width: 1200px) {
	.pricing-plan-section-inner{
	padding: 0 50px;
  }
	.shope_banner {
		background: var(--dark-blue-violet);
	}

	.shop_banner_inner {
		padding: 100px 50px;
	}

	.blob-wrapper {
		left: 30px;
	}

	

	.shop_banner_inner .title {
		max-width: 60%;
		margin: 10px auto 20px auto;
	}

	.shop_banner_inner .item_price {
		width: 60%;
		margin: 0px auto;
	}
}

@media(max-width: 992px) {

	.shop_banner_inner {
		flex-direction: column;
	}

	.shop_banner_inner .left_section,
	.shop_banner_inner  {
		width: 100%;
	}

	.blob-wrapper {
		left: 30px;
	}

	.shop_banner_inner  {
		height: 100%;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		margin-top: 40px;
	}

	.shop_banner_inner .title {
		max-width: 100%;
		margin: 10px 0 0px 0;
	}

	.shop_banner_inner .item_price {
		width: 100%;
	}
	.pricing-plan-section-inner .heading{
		font-size: 34px;
	}
	  .pricing-plan-section-inner .subheading{
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	 .pricing-plan-section-inner {
	flex-direction: column;
	padding: 0 20px;
  }
	.shop_banner_inner {
		padding: 100px 20px;
	}


	.blob-wrapper {
		left: 0px;
	}

	.shop_banner_inner .heading {
		font-size: 34px;
		line-height: 42px;
		margin: 100px 0 20px 0;
	}

	.shop_banner_inner .description {
		font-size: 17px;
		line-height: 25px;
	}

	.shop_banner_inner .title, .prodcut_section_heading {
		font-size: 22px;
		line-height: 30px;
	}

	.shop_banner_inner .sale_price {
		font-size: 22px;
		line-height: 30px;
	}

	.shop_banner_inner .price {
		font-size: 18px;
		line-height: 28px;
	}
	.channel-grid {
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  
  .channel-tabs {
	justify-content: center;
  }
  
  .channel-tab {
	padding: 6px 12px;
	font-size: 12px;
  }
  
  #channel-modal .modal-content {
	padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  .channel-grid {
	grid-template-columns: repeat(auto-fill, minmax(29%, 1fr));
	gap: 3%;
  }
  
  .channel-card {
	padding: 15px 10px;
  }
  
  .channel-logo {
	font-size: 16px;
	margin:0;
  }
  .channel-logo img {
	width:100%;
  }
  
  .channel-number {
	font-size: 14px;
  }
	.channel-group{
		gap:4%;
	}
	.channel-group img {
		object-fit: contain;
		max-width: 22%;
		border-radius:10px;
	}
}