@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@300;400;500;600;700;800;900&family=Noto+Serif+Bengali:wght@300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    background: #fff4f4;
}
.prime_it_world_card_wrap {
    min-height: 100vh;
    font-family: 'Noto Serif Bengali', serif;
    color: #000;
    background: #fff;
    font-weight: normal;
    font-size: 18px;
    margin: 0 auto;
    padding: 5px; 
    text-align: center
}
/* Card One  */
.prime_it_world_card_one {
    width: 900px;
    margin: 0 auto;
    background: #FFEAE9;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #b01b1f;
}
.prime_it_world_card_one::before {
    content: "";
    position: absolute;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #b01b1f;
    border-top: 30px solid #b01b1f;
    top: 0;
    left: 0;
}
.prime_it_world_card_one::after {
    content: "";
    position: absolute;
    border-right: 30px solid #b01b1f;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #b01b1f;
    top: 0;
    right: 0;
}
.pitw_card_one_inner {
    z-index: 999999;
    position: relative;
}
.card_one_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 35px 15px 45px;
}
.card_one_site_logo img {
    max-height: 55px;
    width: 100%;
    display: block;
}
.card_one_header .time {
    font-weight: 600;
    line-height: 1;
    font-size: 26px;
}
.card_one_body {
    padding: 0 40px;
}
.card_one_image img {
    max-width: 100%;
    border: 7px solid #fff;
    border-radius: 0 80px 0 80px;
    width: 820px;
    height: 460px;
    display: block;
    margin: 0 auto;
}
.card_one_title {
    text-align: center;
    color: #fff;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 92%;
    margin: 25px auto 15px;
    overflow: hidden;
}
.card_one_title span {
    display: inline-block;
    font-weight: 900;
}
.card_one_title .title-part1,
.card_one_title .title-part2 {
    display: inline;
    font-weight: 900;
}
.card_one_footer {
    display: flex;
    justify-content: center;
}
.card_one_link_text {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    background: linear-gradient(to right, #a3111900 0%, #fd3535 50%, #a7141a00 100%);
    padding: 10px 0 5px;
}
.card_one_link_text .arrow_first {
    font-size: 28px;
}
.card_one_link_text .arrow_second {
    font-size: 26px;
    opacity: .7;
}
.card_one_link_text .arrow_third {
    font-size: 24px;
    opacity: .5;
}
.card_one_link_text span {
    margin: 0 10px;
    font-weight: 800;
    font-size: 30px;
}
.card_one_bottom_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Card Two  */
.prime_it_world_card_two {
    width: 900px;
    margin: 0 auto;
    background: linear-gradient(to bottom,#fff 0%,#5d0307 100%);
    position: relative;
    overflow: hidden;
}
.pitw_card_two_inner {
    z-index: 999999;
    position: relative;
}
.card_two_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 35px 15px 45px;
}
.card_two_site_logo img {
    max-height: 60px;
    width: 100%;
    display: block;
}
.card_two_header .time {
    font-weight: 600;
    line-height: 1;
    font-size: 28px;
}
.card_two_body {
    padding: 0 30px;
}
.card_two_image {
    width: 840px;
    height: 473px;
    margin: 0 auto;
    position: relative;
}
.card_two_image .image {
    width: 840px;
    height: 473px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_two_image img {
	width: 760px;
	height: 420px;
	border-radius: 40px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	left: -4px;
}
.card_two_image .image_card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
}
.card_two_title {
    text-align: center;
    color: #fff;
    font-size: 47px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 90%;
    margin: 25px auto 15px;
    overflow: hidden;
}
.card_two_title span {
    display: inline-block;
    font-weight: 900;
}
.card_two_title .title-part1,
.card_two_title .title-part2 {
    display: inline;
    font-weight: 900;
}
.card_two_footer {
    display: flex;
    justify-content: center;
}
.card_two_link_text {
    position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px;
}
.card_two_link_text i {
    color: #ba0f23;
    margin: 0 7px;
}
.card_two_link_text .arrow_first {
    font-size: 34px;
}
.card_two_link_text .arrow_second {
    font-size: 27px;
}
.card_two_link_text .arrow_third {
    font-size: 20px;
}
.card_two_link_text .arrow_fourth {
    font-size: 13px;
}
.card_two_link_text span {
    margin: 0 10px;
    font-weight: 800;
    font-size: 21px;
    background: linear-gradient(to bottom, #dc5427 0%, #ca1017 100%);
    border-radius: 15px 80px 15px 80px;
    padding: 3px 34px 0;
}
/* Card Three  */
.prime_it_world_card_three {
    width: 900px;
    margin: 0 auto;
    background: #D0F9EE;
    position: relative;
    overflow: hidden;
}
.pitw_card_three_inner {
    z-index: 999999;
    position: relative;
}
.card_three_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 35px;
}
.card_three_site_logo {
    display: flex;
    align-items: center;
}
.card_three_site_logo img {
    max-height: 55px;
    width: 100%;
    display: block;
}
.card_three_header .time {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    border-left: 4px solid #06c0a6;
    padding: 5px 7px 3px;
    border-right: 4px solid #06c0a6;
    background: #04bfa52e;
}
.card_three_body {
    padding: 0 30px;
}
.card_three_image img {
    max-width: 100%;
    width: 820px;
    height: 460px;
    display: block;
    margin: 0 auto;
}
.card_three_title {
    text-align: center;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 94%;
    margin: 25px auto 15px;
    overflow: hidden;
}
.card_three_title span {
    display: inline-block;
    font-weight: 700;
}
.card_three_title .title-part1,
.card_three_title .title-part2 {
    display: inline;
    font-weight: 700;
}
.card_three_footer {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.card_three_link_text {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92%;
    background: linear-gradient(to right, #04bfa500 0%, #04bfa5 50%, #04bfa500 100%);
    padding: 10px 0 5px;
}
.card_three_link_text .arrow_first {
    font-size: 22px;
}
.card_three_link_text .arrow_second {
    font-size: 20px;
    opacity: .7;
}
.card_three_link_text .arrow_third {
    font-size: 18px;
    opacity: .5;
}
.card_three_link_text span {
    margin: 0 10px;
    font-weight: 800;
    font-size: 24px;
}
/* Card Four  */
.prime_it_world_card_four {
    width: 900px;
    background: #000;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.pitw_card_four_inner {
    width: 900px;
    height: 900px;
    background: #000;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.card_four_image {
    width: 900px;
    height: 864px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card_four_header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 155px;
}
.card_four_header::before {
	content: "";
	position: absolute;
	border-right: 215px solid transparent;
	border-bottom: 900px solid transparent;
	border-left: 0 solid #000;
	border-top: 915px solid #000;
	top: 0;
	left: 0;
}
.card_four_site_logo {
	position: relative;
	margin-top: 12px;
	margin-left: 12px;
}
.card_four_site_logo img {
	width: 150px;
	height: auto;
	display: block;
	background: #fff;
	border-radius: 3px;
	padding: 3px 4px;
}
.card_four_site_url {
	text-align: center;
	background: #ff2e31;
	position: absolute;
	color: #fff;
	transform: rotate(-77deg);
	height: 26px;
	width: 940px;
	top: 438px;
	left: -378px;
	font-size: 20px;
	line-height: 26px;
}
.card_four_body {
	position: absolute;
	right: 0;
	bottom: 36px;
	width: 820px;
}
.card_four_body_title {
    margin: 0;
    color: #fff;
    padding: 20px 30px 20px 75px;
    background-size: cover;
    background-position: left center;
}
.card_four_title {
    font-size: 46px;
    line-height: 1.3;
    margin: 0;
}
.card_four_title span {
    display: inline-block;
    font-weight: 700;
}
.card_four_title .title-part1,
.card_four_title .title-part2 {
    display: inline;
    font-weight: 700;
}
.card_four_body_heading {
	position: absolute;
	top: -35px;
	right: calc(50% - 80px);
	color: #fff;
	background: red;
	padding: 8px 10px 2px;
	width: 180px;
	border-radius: 9px 9px 0 0;
}
.card_four_body_heading p {
    margin: 0;
    font-size: 22px;
    line-height: 25px;
}
.card_four_footer {
    position: absolute;
    background: #ff2e31;
    width: 100%;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.card_four_footer .time, .card_four_footer .category {
	width: 50%;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
}
/* Card Five  */
.prime_it_world_card_five {
	width: 900px;
	margin: 0 auto;
	background: #cddcd6;
	position: relative;
	overflow: hidden;
	border-bottom: 10px solid #f11926;
}
.card_five_header {
	padding: 30px 30px 20px;
}
.card_five_header img {
	max-height: 60px;
}
.card_five_body {
	padding: 0 30px;
}
.card_five_image {
	border: 4px solid #fff;
}
.card_five_image img {
	width: 100%;
	height: auto;
	max-height: 470px;
}
.card_five_title {
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0;
}
.card_five_title span {
    display: inline-block;
}
.card_five_title .title-part1,
.card_five_title .title-part2 {
    display: inline;
}
.card_five_link_text {
	color: #a41719;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.card_five_link_text span {
	display: inline-block;
	font-size: 26px;
	margin: 0 5px;
}
.card_five_footer {
	background: #019958;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
    margin-bottom: 5px;
}
.card_five_footer .web {
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
}
.card_five_footer .time {
	padding-right: 15px;
	font-size: 19px;
	line-height: 30px;
	padding-top: 3px;
	font-weight: 600;
}
.pitw_card_five_inner .ad_banner {
	margin-bottom: 3px;
}
/* Card Six  */
.prime_it_world_card_six {
	width: 900px;
	margin: 0 auto;
	background: #0c1325;
	position: relative;
	overflow: hidden;
}
.card_six_top {
	position: relative;
	overflow: hidden;
}
.card_six_gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0c1325 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    background-size: cover;
}
.card_six_image {
	width: 900px;
	height: 510px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card_six_header {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card_six_header .time {
	color: #fff;
	width: 270px;
	background: linear-gradient(to right, #0c132521 0%, #0c13259c 20%, #0c1325f0 50%, #0c13259c 80%, #0c132521 100%);
	font-size: 20px;
	font-weight: 700;
    position: relative;
}
.card_six_header .time::before, .card_six_header .time::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #0c132521 0%, #0c13259c 20%, #0c1325f0 50%, #0c13259c 80%, #0c132521 100%);
	content: "";
}
.card_six_header .time::before{
    top: -8px;
}
.card_six_header .time::after {
    bottom: -8px;
}
.card_six_favicon {
	margin-right: 30px;
}
.card_six_favicon img {
	border-radius: 50%;
	border: 4px solid #fff;
	width: 60px;
	height: 60px;
}
.card_six_logo_bg {
	background-repeat: no-repeat;
	width: 360px;
	height: 80px;
	margin: 10px auto 50px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card_six_logo_bg img {
	max-width: 240px;
	height: auto;
	max-height: 42px;
	background: #ffffff94;
	border-radius: 4px;
}
.card_six_title {
	max-width: 88%;
	margin: 0 auto 100px;
	line-height: 1.3;
	font-weight: 700;
}
.card_six_title span {
    display: inline-block;
}
.card_six_title .title-part1,
.card_six_title .title-part2 {
    display: inline;
}
.card_six_footer {
	display: flex;
	justify-content: space-between;
    align-items: center;
	color: #fff;
	margin: 0 80px 60px;
}
.card_six_link_text {
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	position: relative;
	padding-left: 22px;
}
.card_six_link_text::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	left: 0;
	top: 11px;
}
.card_six_footer .web {
	font-size: 20px;
}
.card_six_footer .web i {
	font-size: 15px;
}
/* Card Seven  */
.prime_it_world_card_seven {
    width: 900px;
    margin: 0 auto;
    background: #01172f;
    position: relative;
    overflow: hidden;
}
.card_seven_top {
	position: relative;
	padding: 2px;
}
.card_seven_image {
	border-bottom: 10px solid #b4162c;
}
.card_seven_image img {
	width: 100%;
	height: auto;
	max-height: 510px;
}
.card_seven_logo {
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to left bottom, #01172f 0%, #01172f00 20%, transparent 100%);
	width: 100%;
	height: 100%;
	text-align: right;
    padding: 20px 30px;
}
.card_seven_logo img {
	max-width: 280px;
}
.card_seven_title {
	max-width: 90%;
	margin: 40px auto 35px;
	line-height: 1.3;
	font-weight: 700;
}
.card_seven_title span {
    display: inline-block;
}
.card_seven_title .title-part1,
.card_seven_title .title-part2 {
    display: inline;
}
.card_seven_link_text {
	width: 231px;
	height: 43px;
	margin: 0 auto 30px;
	background-size: cover;
}
.card_seven_footer_bar {
	background: linear-gradient(to right, #01172f5c 0%, #b9162a 80%, #b9162a 100%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 20px;
}
.card_seven_footer_bar .time {
	border-left: 6px solid #b9162a;
	padding-left: 10px;
	font-weight: 700;
}
.card_seven_footer_bar .web {
	padding-right: 20px;
}
.card_seven_footer_social {
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 8px;
	align-items: center;
	font-weight: 600;
	line-height: 24px;
}
.card_seven_footer_social i {
	margin-right: 3px;
	color: #000;
	background: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
}
/* Card Eight  */
.prime_it_world_card_eight {
	width: 900px;
	margin: 0 auto;
	background: #F3FFFB;
	position: relative;
	overflow: hidden;
}
.card_eight_image {
	width: 900px;
	height: 506px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card_eight_body {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 7px solid #f9fac7;
	position: relative;
	padding-bottom: 20px;
}
.card_eight_logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -32px;
	background: #f9fac7;
	padding: 2px 4px;
	border-radius: 5px;
}
.card_eight_logo img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 60px;
}
.card_eight_body_bar {
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 5px 10px;
	font-weight: 600;
}
.card_eight_title {
	max-width: 90%;
	margin: 30px auto;
	line-height: 1.3;
	font-weight: 700;
    text-shadow: 3px 4px #000;
}
.card_eight_title span {
    display: inline-block;
}
.card_eight_title .title-part1,
.card_eight_title .title-part2 {
    display: inline;
}
.card_eight_link_text {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
}
.card_eight_footer {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to bottom, #b90408 0%, #830000 100%);
	align-items: center;
	padding: 2px 65px 2px 30px;
	color: #fff;
	box-shadow: 0 0px 14px 0 #f9fac7;
	border-top: 1px solid #f9fac7;
	border-bottom: 1px solid #f9fac7;
	font-weight: 600;
	font-size: 15px;
}
.card_eight_favicon img {
	width: 40px;
	height: 40px;
    border-radius: 4px;
}
/* Card Nine  */
.prime_it_world_card_nine {
	width: 900px;
	margin: 0 auto;
	background: #0f0f11;
	position: relative;
	overflow: hidden;
}
.card_nine_top {
	position: relative;
	overflow: hidden;
}
.card_nine_image {
	width: 900px;
	height: 680px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card_nine_image img {
	width: 100%;
	height: auto;
	max-height: 510px;
}
.card_nine_gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #0f0f11 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	background-size: cover;
}
.card_nine_favicon {
	position: absolute;
	top: 0;
	right: 30px;
	background: #fff;
	padding: 40px 6px 12px;
	border-radius: 0 0 28px 28px;
}
.card_nine_favicon img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.card_nine_top_bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background: linear-gradient(to right, transparent 0%, #6a121000 20%, #6a1210 50%, #6a121000 80%, transparent 100%);
	color: #fff;
	gap: 10px;
	align-content: center;
	font-size: 20px;
	padding-top: 3px;
}
.card_nine_title {
	max-width: 90%;
	margin: 40px auto 20px;
	line-height: 1.3;
	font-weight: 700;
}
.card_nine_title span {
    display: inline-block;
}
.card_nine_title .title-part1,
.card_nine_title .title-part2 {
    display: inline;
}
.card_nine_footer {
	border-bottom: 10px solid #302f32;
	color: #d2d2d2;
	padding-bottom: 24px;
	display: flex;
	flex-direction: column;
	font-size: 24px;
}
.card_nine_link_text {
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff3b4;
	font-size: 24px;
}
.card_nine_footer .web {
	position: relative;
	padding-top: 15px;
}
.card_nine_footer .web i {
	font-size: 18px;
}
.card_nine_footer .web::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background: #d2d2d2;
	top: 0;
	left: calc(50% - 40px);
}
/* Card Ten  */
.prime_it_world_card_ten {
	width: 900px;
	margin: 0 auto;
	background: #F3FFFB;
	position: relative;
	border: 10px solid #3e0000;
}
.card_ten_image {
	width: 880px;
	height: 494px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card_ten_body {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.card_ten_body_border {
	width: 100%;
	height: 10px;
	background: linear-gradient(to right, #3e0000 0%, #ff8008 30%, #ff8008 50%, #ff8008 70%, #3e0000 100%);
}
.card_ten_logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -55px;
}
.card_ten_logo img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 5px solid #fff;
}
.card_ten_title {
	max-width: 90%;
	margin: 80px auto 50px;
	line-height: 1.3;
	font-weight: 700;
	text-shadow: 3px 4px #000;
}
.card_ten_title span {
    display: inline-block;
}
.card_ten_title .title-part1,
.card_ten_title .title-part2 {
    display: inline;
}
.card_ten_footer {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to right, transparent 0%, #940400 50%, transparent 100%);
	color: #fff;
	font-size: 22px;
	padding: 2px 10px;
}
.card_ten_footer .time {
	width: 33.3333%;
	text-align: left;
}
.card_ten_link_text {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
}
.card_ten_link_text i {
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	margin-top: -10px;
}
.card_ten_footer .web {
	text-align: right;
	width: 33.33333%;
}
/* Card COntrolls */
.prime_it_world_card_controls {
    width: 900px;
    margin: 12px auto;
    background: #fff5d8;
    padding: 12px;
    padding-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: left;
    border: 1px solid #d4d4d4;
}
.control-group, .ad-control {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}
.title-control, .color-control, .font-control, .design-control {
    display: flex;
    flex-direction: column;
}
.title-control {
    flex-grow: 1;
}
.color-control {
    min-width: 42px;
}
.title-control label, .color-control label, .font-control label, .checkbox-group label, .design-control label, .instant-ad-control label {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Noto Serif Bengali', serif;
}
.font-control {
    width: 40%;
}
.title-control input {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px 10px;
}
.font-control #fontSizeValue {
    font-size: 12px;
}
.control-group input[type="range"] {
    width: 100%;
    padding: 5px 0;
}
.control-group input[type="color"] {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.design-control select {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-family: 'Noto Serif Bengali', serif;
    font-size: 16px;
}
.button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
    height: 41px;
}
.download-btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 7px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    height: 36px;
    font-family: 'Noto Serif Bengali', serif;
}
.reset-btn {
    background: #b01b1f;
    color: white;
    border: none;
    padding: 7px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    height: 36px;
    font-family: 'Noto Serif Bengali', serif;
}
.checkbox-group {
    display: flex;
    flex-direction: column;
}
.checkbox-group input[type="checkbox"] {
    width: 60px;
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
}
.form-switch .form-check-input {
    background-color: red;
    border: 0;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-image: var(--bs-form-switch-bg);
}
.form-switch .form-check-input:checked {
    background-color: #028e02;
}
.card-hidden {
    display: none !important;
}
@media (max-width: 991.98px) {
    .prime_it_world_card_controls {
        width: 98%;
    }
    .title-control label, .color-control label, .font-control label, .checkbox-group label, .design-control label, .instant-ad-control label {
        font-size: 32px;
        font-weight: normal;
        line-height: 1.3;
    }
    .font-control #fontSizeValue {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.3;
    }
    .title-control input, .design-control select{
        font-size: 32px;
    }
    input#instantAdFile {
        font-size: 28px;
    }
    .design-control select option {
        font-size: 15px;
    }
    .control-group input[type="color"] {
        height: 51px;
        min-width: 80px;
    }
    .control-group.last-group {
        flex-wrap: wrap;
    }
    .button-group {
        width: 100%;
        height: auto;
    }
    .download-btn, .reset-btn {
        padding: 10px 30px;
        border-radius: 6px;
        font-size: 34px;
        height: auto;
    }
    button#clearInstantAd {
        font-size: 26px;
    }
    .checkbox-group input[type="checkbox"] {
        width: 94px;
        height: 46px;
        border-radius: 6px;
    }
    .control-group input[type="range"] {
        -webkit-appearance: none;
        background: transparent;
    }
    .control-group input[type="range"]::-webkit-slider-runnable-track {
        height: 20px;
        background: #ccc;
        border-radius: 10px;
    }
    .control-group input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #000;
        margin-top: -4px;
        cursor: pointer;
    }
    .control-group input[type="range"]::-moz-range-track {
        height: 20px;
        background: #ccc;
        border-radius: 10px;
    }

    .control-group input[type="range"]::-moz-range-thumb {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #000;
        cursor: pointer;
    } 

}