
html{
	font-size: 62.5%;
	overflow-x: hidden !important;
}
body{	
	font-size: 1.6rem;
	font-family: "DM Sans", serif;
	font-weight: 400;
	overflow-x: hidden !important;

/*	 font-family: "Urbanist", serif;	*/
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
h1{
	font-size: 55px;
	line-height: 72px;
	font-weight: 800;
}
h3 {
    font-size: 39px;
    line-height: 53px;
    font-weight: 700;
    color: #272D3E;
    letter-spacing: 1px;
}
/*=================  Start Header Section  =================*/
.header_main{
	padding: 25px 0px;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo a img{
	width: 175px;
	height: auto;
}
.menu ul{
	display: flex;
	gap: 30px;
}
.menu ul li a{
	display: inline-block;
	font-family: "Urbanist", serif;
	font-size: 18px;
	font-weight: 500;
	color: #1B2431;
    transition: 0.4s;
}
.menu ul li a:hover,.menu ul li .active{
	color: #30A3D0;
	font-weight: 700;
}
.header_btn a {
	font-family: "Urbanist", serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px 9px 22px;
    background: #E86A7E;
    border-radius: 50px;
    border: 1px solid #E86A7E;
    transition: 0.4s;
}
.header_btn a:hover{
	background: #FFF;
	color: #E86A7E;
}
.header_btn a svg path{
    transition: 0.4s;
}
.header_btn a:hover svg path {
    stroke: #E86A7E;
}
/*Start Mobile Menu icon*/
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 28px;
	height: 23px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000000;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: -2px;
	left: 2px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 18px;
	left: 2px;
}
/*End Mobile Menu icon*/
.menu_icon{
	display: none;
}
/*=================  End Header Section  =================*/

/*=================  Start Banner Section  =================*/
.banner_main {
    padding: 123px 0px 33px 0px;
    background: url(../images/sales-page/banner.png) no-repeat scroll 0 100% / cover;
}
.banner{
	display: flex;
	justify-content: space-between;
}
.banner_img img {
    width: 600px;
    height: auto;
    transition: 0.4s;
}
.banner_img img:hover{
	transform: rotate(-2deg);
}
.banner_contents{
	max-width: 670px;
	width: 100%;
	margin-top: 35px;
}
.banner_contents h1 {
    color: #FFF;
    letter-spacing: 2px;
}
.banner_contents h1 span {
    color: #30A3D0;
    display: block;
}
.banner_contents p {
    margin: 23px 0px 58px 0px;
    font-size: 20px;
    line-height: 33px;
    color: #FFFFFFCC;
    max-width: 590px;
}
.btn_style{
	display: inline-block;
	padding: 15px 20px;
	background: #30A3D0;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #F4F7FF;
	border: 1px solid #30A3D0;
    transition: 0.4s;
	position: relative;
	z-index: 2;
}
.btn_style span {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 20px !important;
    font-size: 22px !important;
    font-weight: 600;
    color: #1B2431 !important;
    background: #FFFFFF !important;
    border-radius: 100px;
    border: 1px solid transparent;
    transition: 0.4s;
}
.btn_style svg{
	margin-left: 15px;
}
.btn_style svg path{
    transition: 0.4s;
}
.btn_style::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #30A3D0;
    bottom: 0;
    left: 0;
    transition: 0.4s;
    z-index: -2;
}
.btn_style::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #FFF;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
.btn_style:hover{
	background: #FFF;
	color: #30A3D0;
}
.btn_style:hover span{
	border: 1px solid #1B2431;
	background: #FFF;
}
.btn_style:hover::before{
	bottom: -7px;
}
.btn_style:hover::after{
	opacity: 1;
}
.btn_style:hover svg path {
    stroke: #30A3D0;
}
/*=================  End Banner Section  =================*/

/*=================  Start (Why Choose Us) Section  =================*/
.why_choose_us_main{
	padding: 90px 0px 100px 0px;
}
.why_choose_us_top_contents{
	display: flex;
	justify-content: space-between;
}
.p_border {
    font-size: 17px !important;
    font-weight: 700;
    color: #30A3D0 !important;
    position: relative;
    z-index: 2;
    padding-left: 50px;
    letter-spacing: 1px;
}
.p_border::before {
    position: absolute;
    content: "";
    left: 22px;
    top: 50%;
    transform: translate(-50%);
    width: 35px;
    height: 2.45px;
    background: #30A3D0;
}
.why_choose_us_top_left{
	max-width: 580px;
	width: 100%;
}
.why_choose_us_top_left h3{
	margin-top: 12px;
	font-weight: 500;
}
.why_choose_us_top_right p{
	max-width: 702px;
	width: 100%;
	text-align: right;
	font-size: 22px;
	color: #272D3ECC;
}
.why_choose_us_contents{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.why_choose_us_single {
    /* max-width: 455px; */
    flex: 0 0 31.6%;
    width: 100%;
    text-align: center;
}
.why_choose_us_single_img{
	overflow: hidden;
	border: 1px solid #D9D9D9;
	border-radius: 12px;
	box-shadow: 0px 4px 15px 2px #0000000D;
}
.why_choose_us_single_img img{
	width: 100%;
	height: auto;
	transition: 0.4s;
}
.why_choose_us_single_img img:hover{
	transform: scale(1.1);
}
.why_choose_us_single h4{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	margin: 24px 0px 12px 0px;
}
.why_choose_us_single p{
	font-size: 17px;
	line-height: 30px;
	color: #272D3ECC;
}
/*=================  End (Why Choose Us) Section  =================*/

/*=================  Start (PREVIEW) Section  =================*/
.preview_main{
	padding: 110px 0px 130px 0px;
	background: #EDFCFD;
}
.default_title{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.default_title span {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #E86A7E;
    padding: 12px 24px;
    border-radius: 100px;
    background: #E86A7E26;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.default_title h3 {
    margin: 12px 0px 24px 0px;
    color: #272D3E;
    letter-spacing: 1px;
}
.default_title p {
    font-size: 18px;
    line-height: 30px;
    color: #272D3ECC;
    max-width: 755px;
    margin: auto;
    text-align: center;
}
.preview_tabs{
	margin-top: 45px;
}
.preview_tabs_items .nav{
	padding: 11px 13px;
	background: #FFFFFF;
	border-radius: 60px;
	display: flex;
	gap: 14px;
}
.preview_tabs_items {
	display: flex;
	justify-content: center;
}
.preview_tabs_items .nav-pills .nav-link {
    font-size: 17px;
    font-weight: 700;
    color: #E86A7E;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    transition: 0.4s;
    letter-spacing: 1px;
}
.preview_tabs_items .nav-pills .nav-link:hover{
	background: #FEF3F5;
}
.preview_tabs_items .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #E86A7E;
    color: #FFF !important;
}
.preview_tab_contents{
	margin: 50px 0px 80px 0px;
}
.preview_bottom_items ul{
	display: flex;
	justify-content: space-between;
}
.preview_bottom_items ul li{
	text-align: center;
}
.preview_bottom_items ul li img{
	width: auto;
	height: 30px;
}
.preview_bottom_items ul li span{
	display: block;
	font-size: 17px;
	color: #272D3ECC;
	margin: 9px 0px 2px 0px;
}
.preview_bottom_items ul li p{
	font-size: 20px;
	font-weight: 500;
	color: #272D3E;
}




.book-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
/*    overflow: hidden;*/
    padding: 20px;
}

.book-container {
    display: flex;
    align-items: center;
    position: relative;
}

.book {
    position: absolute;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.book img {
    width: 400px;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* ১ম (Active) ইমেজ বড় দেখাবে */
.book:nth-child(1) {
    transform: translateX(0px) scale(1.1);
    z-index: 5;
}

/* Active Image থেকে ২য় ইমেজ 450px দূরে */
.book:nth-child(2) { transform: translateX(450px) scale(0.95); z-index: 4; }

/* বাকি ইমেজগুলো আগের মতো স্ট্যাকিং ইফেক্টে থাকবে */
.book:nth-child(3) { transform: translateX(530px) scale(0.9); z-index: 3; }
.book:nth-child(4) { transform: translateX(610px) scale(0.85); z-index: 2; }
.book:nth-child(5) { transform: translateX(690px) scale(0.8); z-index: 1; }
.book:nth-child(6) { transform: translateX(770px) scale(0.75); z-index: 0; }

/* Navigation Buttons */
.book-slider .prev, .book-slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #E86A7E;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
    font-size: 22px;
    z-index: 10;
    width: 70px;
    height: 70px;
    transition: 0.2s;
}

.book-slider .prev:hover, .book-slider .next:hover {
    background: #E86A7E;
    box-shadow: -1px 0px 20px 6px #E86A7E66;
}

.book-slider .prev {
    left: -80px;
}
.book-slider .next {
    right: 37%;
}

.book {
    position: absolute;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
}

/* Blur Effect for Other Books */
.book:not(:nth-child(1)):not(:nth-child(2)) {
    box-shadow: 0px 36.61px 73.22px 0px #1D2B3F0D;
}
.book.blur img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    transition: filter 0.3s ease-in-out;
}
.book:nth-child(1) img{
	box-shadow: none;
}



@media (min-width: 1150px) {
    .book img { width: 300px; } /* Small Laptop */
}

@media (min-width: 1400px) {
    .book img { width: 400px; } /* Default */
}

@media (max-width: 1149px) {
    .book img { width: 270px; } /* Large Tablets */
}

@media (max-width: 991px) {
    .book img { width: 230px !important; } /* Large Tablets */
}

@media (max-width: 767px) {
    .book img { width: 185px !important; } /* Small Tablets */
}

@media (max-width: 480px) {
    .book img { width: 130px !important; } /* Mobile */
}









/*Start Preview Single Section*/
.preview_single_section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 165px;
}
.preview_single_section_contents,.preview_single_section_img{
	max-width: 700px;
	width: 100%;
}
.pssc_contents h3{
	margin: 12px 0px 24px 0px;
}
.pssc_contents p{
	font-size: 18px;
	color: #272D3ECC;
}
.pssc_contents ul{
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.pssc_contents ul li{
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 18px;
	line-height: 35px;
	color: #272D3E;
}
.pssc_contents ul li svg{
	border: 1px solid #E86A7E;
	border-radius: 50%;
	background: #E86A7E;
}
.pssc_contents ul li svg path{
	transition: 0.4s;
}
.pssc_contents ul li svg:hover rect{
	fill: #FFFFFF;
}
.pssc_contents ul li svg:hover path{
	stroke: #E86A7E;
}
.preview_single_section_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.preview_single_section_img img {
    max-width: 570px;
    width: 100%;
    height: auto;
}
.pscimg2 img{
	max-width: 750px;
}
.psci_content_box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.psci_content_box ul{
	display: flex;
	justify-content: space-between;
	padding: 35px 54px;
	background: #30A3D0;
	border-radius: 25px;
	box-shadow: 0px 36.61px 73.22px 0px #30A3D066;
}
.psci_content_box ul li h4{
	font-size: 25px;
	font-weight: 700;
	color: #FFFFFF;
}
.psci_content_box ul li h4 b{
	font-size: 20px;
	font-weight: 500;
}
.psci_content_box ul li p{
	margin-top: 4px;
	font-size: 17px;
	color: #FFFFFF;
}
.psci_content_box ul li span{
	display: block;
	width: 2px;
	height: 100%;
	background: #FFFFFF4D;
}
.pssc_contentbox{
	padding: 20px 30px;
	background: #FFFFFF;
	border-radius: 15px;
	border-left: 2px solid #E86A7E;
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: 575px;
	margin-top: 25px;
}
.pssc_cbox_contents p{
	font-size: 18px;
	font-weight: 500;
	color: #E86A7E;
}
.pssc_cbox_contents span{
	display: inline-block;
	color: #272D3ECC;
	margin-top: 4px;
}
.preview_single_section2{
	align-items: flex-start;
}
.preview_single_section2 .pssc_contents {
    padding-top: 60px;
}
/*End Preview Single Section*/
/*=================  End (PREVIEW) Section  =================*/

/*=================  Start (Order Now) Section  =================*/
.order_now_main {
    padding: 150px 0px 250px 0px;
/*    background: url(../images/sales-page/order-bg.png) no-repeat scroll 0 0 / cover;*/
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.enlsm_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.enlsm_img img{
	width: 100%;
	height: 100%;
}
.order_now_title span{
	background: #FFFFFF1A;
	color: #30A3D0;
}
.order_now_title h3 {
    color: #FFF;
    max-width: 840px;
}
.order_now_title p {
    color: #FFF;
    max-width: 580px;
}
.order_now_tabs_items .nav-pills .nav-link:hover {
    background: #EFF8FC;
}
.order_now_tabs_items .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #30A3D0;
    color: #FFF !important;
}
.order_now_tabs_items .nav-pills .nav-link {
    color: #30A3D0;
}
.order_now_contents{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 90px;
	background: #FFF;
	padding: 30px 40px;
	border-radius: 20px;
}
.order_now_contents_img{
	max-width: 585px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.order_now_contents_img img{
	width: 100%;
	height: auto;
}
.order_now_contents_right{
	max-width: 545px;
	width: 100%;
}
.order_now_contents_right .pssc_contents ul li svg {
    border: 1px solid #30A3D0;
    background: #30A3D0;
}
.order_now_contents_right .pssc_contents ul li svg:hover path {
    stroke: #30A3D0;
}
.order_now_contents_right .btn_style{
	margin-top: 35px;
}
.order_now_contents_right h3 {
    font-size: 25px;
    line-height: 39px;
    letter-spacing: 0px;
}
.order_now_tab_contents{
	margin-top: 45px;
}

/*order-now bottom*/
.order_now_bottom_main{
	padding: 100px 0px;
}
.order_now_title2 span{
	background: #EDFCFD;
	color: #30A3D0;
}
.order_now_title2 p{
	font-size: 24px;
}
.order_now_title2 .btn_style{
	margin-top: 50px;
}
/*=================  End (Order Now) Section  =================*/

/*=================  Start (Endorsed by Leading Schools) Section  =================*/
.endorsed_leading_schoools_main {
    padding: 150px 0px 150px 0px;
    /* background: url(../images/sales-page/endorsed-bg.png) no-repeat scroll 0 0 / cover; */
    position: relative;
    z-index: 2;
}
.endorsed_title span {
    background: #FFF;
    border: 1px solid #30A3D054;
    color: #30A3D0;
    text-transform: math-auto;
}
.endorsed_carousel_single {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 591px;
    justify-content: center;
}
.endorsed_carousel{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 65px;
}
.endorsed_img img{
	width: 300px !important;
	height: auto;
}
.endorsed_img{
	position: relative;
	z-index: 2;
	transition: 0.4s;
}
.endorsed_img::before {
    position: absolute;
    content: "";
    top: 5%;
    left: 0;
    width: 100%;
    height: 90%;
    background: #30A3D0;
    transform: rotate(-4.5deg);
    z-index: -1;
    border-radius: 15px;
    transition: 0.4s;
}
.endorsed_carousel_single p{
	font-size: 22px;
	font-weight: 500;
	color: #272D3E;
	margin-top: 15px;
}
.endorsed_img_btn{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.endorsed_img_btn a{
	display: inline-block;
	padding: 11px 23px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	background: #30A3D0;
	border-radius: 50px;
	border: 1px solid #30A3D0;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}
.endorsed_img_btn a:hover{
	background: #FFF;
	color: #30A3D0;
}
.endorsed_carousel.owl-carousel .owl-item {
  transition: transform 0.3s ease-in-out;
}
.endorsed_carousel.owl-carousel .owl-item.active.center {
  transform: scale(1.25);
  z-index: 2;
}
.endorsed_carousel .owl-item.active.center .endorsed_img:hover .endorsed_img_btn a{
	opacity: 1;
	visibility: visible;
}
.endorsed_carousel .owl-item.active.center .endorsed_img:hover::before{
	transform: rotate(-7.5deg);
}
.endorsed_carousel.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 65px;
    height: 65px;
    background: #30A3D0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 41%;
    transform: translateY(-41%);
    left: -40px;
    transition: 0.2s;
}
.owl-carousel .owl-nav button.owl-next{
	left: inherit;
	right: -40px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: #30A3D0;
    box-shadow: -1px 0px 20px 6px #00a9ec66;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{
	color: #FFF;
	font-size: 20px;
}
.endorsed_carousel.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 50px;
}
.endorsed_carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #272D3E80;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.endorsed_carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #30A3D0;
}
/*=================  End (Endorsed by Leading Schools) Section  =================*/

/*=================  Start (TESTIMONIAL) Section  =================*/
.testimonials_main{
	padding: 90px 0px 0px 0px;
}
.testimonials {
    padding: 60px 65px;
    background: #EFEFEF;
    border-radius: 25px;
    position: relative;
    height: 720px;
}
.testimonials_top_contents .p_border{
	color: #272D3E !important;
}
.testimonials_top_contents .p_border::before{
	background: #272D3E !important;
}
.testimonials_top_contents .why_choose_us_top_left{
	max-width: 630px !important;
}
.testimonials_top_contents p {
    font-size: 18px;
    line-height: 33px;
    max-width: 548px;
}
.testimonials_single{
	padding: 35px;
	border: 1px solid #272D3E54;
	border-radius: 13px;
	background: #FFF;
	max-width: 507px;
}
.testimonials_single p{
	font-size: 19px;
	line-height: 37px;
	color: #272D3E;
}
.testimonials_single_profile{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}
.testimonials_profile_left{
	display: flex;
	align-items: center;
	gap: 20px;
}
.testimonials_profile_left span img{
	width: 60px !important;
	height: auto;
	border-radius: 50%;
}
.testimonials_profile_left p{
	line-height: 23px;
}
.testimonials_profile_left p span{
	font-size: 17px;
	font-weight: 500;
	color: #272D3ECC;
	margin-top: 5px;
	display: block;
}
.testimonials_single_profile span a img{
	width: 33px !important;
	height: auto;
}

.testimonials_carousel {
	display: flex;
	justify-content: space-between;
    position: absolute;
    width: 1600px;
    left: -80px;
    bottom: 50px;
}
.testimonials_carousel.owl-carousel .owl-nav button.owl-next,
.testimonials_carousel.owl-carousel .owl-nav button.owl-prev {
    background: #272D3E;
    top: 38%;
    left: 0px;
}
.testimonials_carousel.owl-carousel .owl-nav button.owl-next:hover,
.testimonials_carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #272D3E;
    box-shadow: -1px 0px 20px 6px #272D3E66;
}
.testimonials_carousel.owl-carousel .owl-nav button.owl-next {
    left: inherit;
    right: 0px;
}
.testimonials_carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonials_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #272D3E;
}
/*=================  End (TESTIMONIAL) Section  =================*/

.footer_main {
    padding: 60px 0px;
    background: #272D3E;
    border-radius: 0px 70px 0px 0px;
}
.copyright p{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF99;
	letter-spacing: 1px;
}

/*=================  Start (FEEDBACKS) Section  =================*/
.feedback_main{
	padding: 40px 0px 40px 0px;
}
.feedback_title h3{
	max-width: 950px;
}
.feedback_carousel {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feedback_carousel_single{
	max-width: 393px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.feedback_carousel_single {
    width: 393px;
    position: relative;
    z-index: 2;
}
.feedback_carousel_single::before {
    position: absolute;
    content: "";
    top: 2%;
    left: 5%;
    width: 91%;
    height: 96%;
    background: #E86A7E;
    border-radius: 15px;
    transform: rotate(-6deg);
    z-index: -1;
}
.feedback_carousel_contents {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #FFF;
    max-width: 307px;
    margin: auto;
    right: 0;
    padding: 13px 5px;
    border-radius: 10px;
    transform: skew(0deg, -2deg);
}
.feedback_carousel_contents p{
	font-size: 15px;
	font-weight: 600;
	color: #1B2431;
	line-height: 21px;
}
.feedback_carousel_contents span{
	display: inline-block;
	font-size: 14px;
	color: #1B2431CC;
}
.feedback_carousel_video {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 17px;
    transform: skew(0deg, -3deg);
}
.feedback_carousel.owl-carousel .owl-stage-outer {
    height: 625px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feedback_carousel_single {
    padding: 10px;
    text-align: center;
    transition: transform 0.4s ease-in-out;
}
.feedback_carousel_single video {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.4s ease-in-out;
}
.feedback_carousel .owl-item.active.center .feedback_carousel_single {
    transform: scale(1.2);
}
.feedback_carousel_video {
    pointer-events: none;
}
.video_wrapper {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
/*.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    background: url('../images/sales-page/play-icon.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}*/
.play_icon{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    background: #1B243180;
    backdrop-filter: blur(13.750072479248047px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.play_icon i{
	font-size: 35px;
	color: #FFF;
}
.feedback_carousel .owl-item.active.center .feedback_carousel_single:hover .play_icon {
    opacity: 0;
}
.feedback_carousel .owl-item,.testimonials_carousel .owl-item {
    display: flex;
    justify-content: center;
}
.feedback_carousel.owl-carousel .owl-nav button.owl-next, .feedback_carousel.owl-carousel .owl-nav button.owl-prev {
    background: #E86A7E;
}
.feedback_carousel.owl-carousel .owl-nav button.owl-next:hover, .feedback_carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #E86A7E;
    box-shadow: -1px 0px 20px 6px #E86A7E66;
}
.feedback_carousel.owl-theme .owl-dots .owl-dot.active span, .feedback_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #E86A7E;
}
/*=================  End (FEEDBACKS) Section  =================*/

/*////////////////////////////// Start Checkout Page //////////////////////////////*/
.header_main_checkout{
	box-shadow: 12px 12px 50px 0px #301F410D;
	border-bottom: 1px solid #301F4126
}
.header_checkout .logo a i{
	font-size: 20px;
	color: #292D34;
	margin-right: 12px;
}
.header_checkout .menu {
    display: block !important;
    position: inherit;
    padding: 0px;
    border: none;
}
.header_checkout .menu ul {
    align-items: flex-end;
}

.checkout_section_main{
	padding: 40px 0px;
	background: #EDFCFD;
}




.checkout_contents_all {
    display: flex;
    justify-content: space-between;
}
.checkout_contents_left{
	flex: 0 0 66%;
	border: 1px solid #0B0D1E33;
	padding: 30px 43px 48px 43px;
	background: #FFF;
	border-radius: 25px;
}
.checkout_contents_right{
	flex: 0 0 32%;
	border: 1px solid #0B0D1E33;
	padding: 30px 43px 48px 43px;
	background: #FFF;
	border-radius: 25px;
}
.mobile_submit_btn{
    display: none;
}
.left-box {
    display: none;
}
.card-payment {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.card-option {
    display: flex;
    align-items: center;
    padding: 32px 32px;
    border: 1px solid #0B0D1E33;
    border-radius: 15px;
    background: #FFF;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
.card-option input {
    display: none;
}
.card-option img {
    width: 150px;
    height: auto;
    margin-left: 10px;
}
.custom-radio {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #0B0D1E33;
}
.custom-radio::after {
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s;
}
.card-option input:checked + .custom-radio {
    border-color: #007bff;
}
.card-option input:checked + .custom-radio::after {
    background: #30A3D0;
}
.card-option.active {
    background: #EDFCFD;
    border: 1px solid #30A3D080;
}


.checkout_default_title p{
	font-size: 30px;
	font-weight: 500;
	color: #30A3D0;
	margin-bottom: 15px;
}
.checkout_contents_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.checkout_submit{
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.checkout_submit p{
	color: #0B0D1E;
	text-align: center;
	margin-bottom: 20px;
}
.checkout_submit .btn_style{
    padding: 12px 20px;
    font-size: 18px;
	
}


.checkout_your_details_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single_input_item{
	margin-bottom: 25px;
	flex: 0 0 48%;
}
.sii_modulas3{
	flex: 0 0 31%;
}
.single_input_item label{
	font-size: 14px;
	font-weight: 500;
	color: #0B0D1E;
}
.single_input_item label span{
	display: inline-block;
	margin-left: 5px;
	color: #F73A00;
}
.single_input_item input{
	display: inline-block;
	margin-top: 8px;
	padding: 11px 15px;
	border: 1px solid #CACACA;
	color: #0B0D1E;
	border-radius: 8px;
	width: 100%;
	outline: none;
}
.single_input_item input:focus{
	border: 1px solid #30A3D0;
}

.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0px 0px 0px 15px;
    width: 100%;
    font-family: Arial, sans-serif;
    margin-top: 8px;
}

.flag-select {
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
}

.flag-icon {
  width: 24px;
  height: 16px;
  margin-right: 5px;
}

.country-code {
  border: none !important;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.phone-number {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000;
}

.optional-text {
  font-size: 12px;
  color: #888;
}
.single_input_item_flag input{
	margin-top: 0px;
	border: none;
	padding: 12px 15px 12px 0px;
}
.single_input_item_flag input:focus{
	border: none;
}


.book-selection {
    display: flex;
    justify-content: space-between;
}
.book-option {
    display: flex;
    align-items: flex-start;
    padding: 15px 15px 40px 15px;
    border: 1px solid #0B0D1E33;
    border-radius: 10px;
    background: #FFF;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.book_option_save{
	position: absolute;
	top: -22px;
	left: -19px;
}
.book_option_save img{
	width: 108px;
	height: auto;
}
.book_option_save p{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 33px;
	color: #FFF;
}
.book_option_save p b{
	font-size: 30px;
	font-weight: 800;
}
.book-option input {
    display: none;
}
.custom-radio {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-top: 5px;
    border: 1px solid #0B0D1E33;
}
.custom-radio::after {
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s;
}
.book-option input:checked + .custom-radio {
    border-color: #30A3D0;
}
.book-option input:checked + .custom-radio::after {
    background: #30A3D0;
}

/* ✅ Active Class-এ Full Box Background Change */
.book-option.active {
    background: #EDFCFD;
    border-color: #30A3D080;
}
.book-details h4 {
    margin: 15px 0px 25px 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.book-details ul{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.book-details ul li{
	font-size: 14px;
	color: #272D3E;
}
.book-details ul li span img{
	width: 25px;
	height: auto;
	margin-right: 12px;
}
.book-details ul li input{
	display: inline-block;
}

.paccheckbox {
	position: absolute !important; 
	clip: rect(1px, 1px, 1px, 1px); 
	padding: 0 !important; 
	border: 0 !important; 
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden;
}
.pick_choose_checkbox label::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #FFF;
    border: 1px solid #30A3D0;
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    margin-top: 0px;
}
.pick_choose_checkbox input[type="checkbox"]:checked ~ label:before {
	background: #30A3D0 no-repeat center; 
	background-size: 12px 12px; 
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.pick_choose_checkbox input[type="checkbox"]:focus ~ label {
	color: #20bf6b;
}
.pick_choose_checkbox label{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #272D3E;
}
.pick_choose_checkbox label b{
	margin-left: 15px;
}
.pick_choose_contents{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.select_books_contents {
    margin-top: 25px;
}
/*////////////////////////////// End Checkout Page //////////////////////////////*/

