/* beyond trust section start */

.beyond-trust .container{
	max-width: 1268px;
	width: 100%;
}

.beyond-hero{
	padding: 50px 0 60px 0;
	max-width: 100%;
}
.beyond-hero .hero__content{
	max-width: 100%;
}
.beyond-hero .hero__subtitle{
	color: #000;
}
.beyond-hero .hero__title {
    line-height: 1.225;
}
.beyond-hero .beyond__red-tag{
	display: block;
	width: fit-content;
	font-size: 14px;
	padding: 8px 12px;
	color: var(--secondary);
	font-weight: 500;
	background-color: #FDE2DB;
	border-radius: 20px;
	margin: 62px 0 36px;
}
.beyond-hero .hero__subtitle img {
    bottom: -18px;
    max-width: 606px;
    width: 100%;
    height: 18px;
}
.beyond-hero .hero__title span{
	color: var(--secondary);
}
.beyond-hero .hero__desc {
    max-width: 560px;
}
.beyond-hero__btn__wraper{
	margin-top: 36px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.beyond-hero__dropwond-btn{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	border: none;
}
.beyond-hero__dropwond-btn img{
	transition: all .3s ease-in-out;
}
.beyond-hero__dropwond-btn.show img{
	transform: rotate(180deg) !important;
}
.beyond-hero .dropdown-menu {
	position: absolute !important;
    inset: auto !important;
    transform: none !important;
    max-width: 220px !important;
    width: 100% !important;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
	padding: 0 !important;
    display: flex !important;
	flex-direction: column;
	border-radius: 12px;
	overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.beyond-hero .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
}
.beyond-hero .dropdown-menu li{
	width: 100%;
}
.beyond-hero .dropdown-menu .dropdown-item {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 12px 15px;
}
.beyond-hero .dropdown-menu .dropdown-item:hover {
	color: #000;
	background-color: #F4F4EE !important;
}
.beyond-hero__hero-border-btn{
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
}
.beyond-hero__hero-border-btn:hover{
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: #fff;
}
.beyond-hero__hero-border-btn img{
	transform: rotate(-90deg);
	margin-left: 10px;
	filter: brightness(0);
	width: 12px;
	height: 12px;
}
.beyond-hero__hero-border-btn:hover img{
	filter: none;
}
.beyond-hero__image{
	position: relative;
	max-width: 485px;
	max-height: 612px;
}
.beyond-hero__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.beyond-hero__badge{
	display: inline-block;
	padding: 10px 18px;
	background-color: #98C83A;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 32px;
	border: 1px solid #000;
}
.beyond-hero__badge-1 {
    position: absolute;
    right: -130px;
    top: 95px;
    transform: rotate(11deg);
}
.beyond-hero__badge-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-11deg);
	background-color: #009FDB;
}
.beyond-hero__claude-shap{
	position: absolute;
    right: -145px;
    top: 100px;
	max-width: 35px;
	max-height: 35px;
	object-fit: contain;
}
.beyond-hero-new{
	position: absolute;
    right: 0;
    top: 40%;
	max-width: 54px;
	max-height: 44px;
	object-fit: contain;
}


/* beyond trust section end */



/* beyond connection start */

.beyond-connection{
	padding: 96px 0;
	background-color: #E6F4FA;
}
.beyond-connection__image{
	position: relative;
	max-width: 592px;
	height: 282px;
}
.byeond-connection__main-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid #000;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 20px;
}
.beyond-connection-shape-1{
	position: absolute;
	left: -40px;
	top: -40px;
	max-width: 40px;
	max-height: 45px;
	object-fit: contain;
}
.beyond-connection__content{
	position: relative;
	padding-left: 40px;
}
.beyond-connection__content h2 span{
	color: var(--secondary);
}
.byend-connection-line{
	display: inline-block;
	max-width: 306px;
	width: 100%;
	object-fit: contain;
	margin: 10px 0;
}
.beyond-connection__content h6{
	font-size: 17px;
	font-weight: 600;
}
.beyond-connection__content p{
	font-size: 17px;
	margin-top: 30px;
}
.beyond-connection__content p span{
	font-style: italic;
}
.beyond-connection-shape-2{
	position: absolute;
}
.beyond-connection-shape-2{
	position: absolute;
	right: -20px;
	top: 0;
	max-width: 30px;
	max-height: 35px;
	object-fit: contain;
}

/* beyond connection end */






/* beyond playbook start */

.beyond-playbook {
	position: relative;
	padding-top: 176px;
	width: 100%;
	background-color: #E6F4FA;
	z-index: 1;
}
.beyond-playbook__inner{
	position: relative;
	padding-bottom: 90px;
	z-index: 3;
	background-color: var(--primary);
}
.beyond-playbook__shape {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	z-index: -1;
	height: 142px;
}
.beyond-playbook__shape img {
	width: 100%;
	height: 100%;
}
.beyond-playbook__title-left{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.palybook-title-shape{
	width: 115px;
	height: 115px;
	object-fit: contain;
}
.playbook__card-wraper{
	margin-top: 50px;
}
.playbook__card{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px 30px;
	background-color: #fff;
	border: 2px solid #000;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	z-index: 1;
}
.playbook__card-orange {
	transform: rotate(-2deg);
}
.playbook__card-forest-green {
	transform: rotate(2deg);
}
.playbook__card::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 97.8%;
	background-color: #fff;
	border-top-left-radius: 30px;
	z-index: -1;
}
.playbook__card-orange{
	background-color: var(--secondary);
}
.playbook__card-yellow{
	background-color: var(--yellow);
}
.playbook__card-forest-green {
	background-color: #98C83A;
}
.playbook__card-icon{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--secondary);
	border-radius: 100%;
}
.playbook__card-yellow .playbook__card-icon{
	background-color: var(--yellow);
}
.playbook__card-forest-green .playbook__card-icon{
	background-color: #98C83A;
}
.playbook__card-content h4{
	font-size: 24px;
	font-weight: 700;
	color: var(--secondary);
}
.playbook__card-yellow .playbook__card-content h4{
	color: var(--yellow);
}
.playbook__card-forest-green  .playbook__card-content h4{
	color: #98C83A;
}
.playbook__card-content p{
	margin-bottom: 0;
}


/* beyond playbook end */




/* book benefits start */
.book-benefits{
	padding: 96px 0;
}
.book-benefits__innner{
	margin-top: 50px;
}
.book-benefits__image{
	max-width: 420px;
	height: 620px;
}
.book-benefits__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.book-benefits__list-wraper{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.book-benefits__list{
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 24px;
	border: 2px solid #2455CF;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.book-benefits__list-purple{
	border-color: #6100BA;
}
.book-benefits__list-yellow{
	border-color: #FFC51E;
}
.book-benefits__list-orange{
	border-color: #F44B1B;
}
.book-benefits__check{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: #2455CF;
	border-radius: 100%;
}
.book-benefits__list-purple .book-benefits__check{
	background-color: #6100BA;
}
.book-benefits__list-yellow .book-benefits__check{
	background-color: #FFC51E;
}
.book-benefits__list-orange .book-benefits__check{
	background-color: #F44B1B;
}
.book-benefits__list p{
	max-width: 430px;
	font-size: 18px;
	margin-bottom: 0;
}

/* book benefits end */





/* beyond technology start */

.beyond-technology{
	padding: 96px 0 80px;
	background-color: var(--light-periwinkle);
}
.beyond-technology .section-title{
	max-width: 900px;
	margin: auto;
}
.beyond-technology .section-title h2 span{
	color: var(--secondary);
}
.beyond-technology .section-title p{
	max-width: 620px;
	margin: auto;
}
.techonogoly-title-line {
    display: block;
    max-width: 306px;
    width: 100%;
    margin: 15px 75px 25px auto;
}
.technology__card-wraper {
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: stretch;
}
.technology__card {
    padding: 25px;
    min-height: 142px;
    background-color: var(--secondary);
    color: #000;
    border-radius: 20px;
    border: 1px solid #000;
    border-right: 7px solid #000;
    border-bottom: 7px solid #000;
    flex: 1;
}
.technology__card-yellow{
	background-color: var(--yellow);
}
.technology__card-forest-green{
	background-color: #98C83A;
}
.technology__card h4{
	font-size: 36px;
	font-weight: 700;
}
.technology__card p{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.techonology-card-shape{
	position: absolute;
	left: -40px;
	top: -40px;
	max-width: 70px;
	max-height: 75px;
	flex-shrink: 0;
}
.technology__details{
	position: relative;
	max-width: 650px;
	text-align: center;
	margin: auto;
	margin-top: 60px;
}
.technology__details P{
	font-size: 18px;
}
.techonology-details-shape{
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 155px;
	height: 155px;
	object-fit: contain;
	transform: rotate(7deg);
}

/* beyond technology end */




/* beyond community Start */

.beyond-community{
	padding: 50px 0;
}
.beyond-community__inner{
	padding: 52px 80px 32px;
	background-image: url(../img/community-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.beyond-community__image{
	max-width: 436px;
	height: 632px;
	border-radius: 24px;
	overflow: hidden;
	border: 2px solid #000;
}
.beyond-community__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.beyond-community__content{
	padding-left: 40px;
}
.beyond-community__content ul{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 50px;
}
.beyond-community__content ul li{
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-size: 18px;
	font-weight: 500;
}
.beyond-community__content ul li .check-community{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3154C7;
	border-radius: 100%;
	flex-shrink: 0;
}
.beyond-community__content ul li .check-community img{
	width: 20px;
	height: 20px;
}

/* beyond community end */





/* beyond brand Start */

.beyond-brand{
	padding: 96px 0;
	background-color: var(--primary);
}
.beyond-brand .section-title p{
	width: fit-content;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #FFC51E;
	margin: auto;
}
.beyond-brand__wraper{
	margin-top: 65px;
}
.beyond-brand__single{
	display: flex;
	justify-content: center;
	padding: 30px;
	width: 100%;
	height: 102px;
	background-color: var(--secondary);
	border: 2px solid #000;
	border-radius: 20px;
}
.beyond-brand__single img{
	width: fit-content;
	height: 40px;
	margin: auto;
	object-fit: contain;
}
.scale-150 { transform: scale(1.5); }
/* beyond brand end */




/* Beyond Author Start */
.beyond-author{
	padding: 236px 0 60px;
}
.beyond-author__info{
	position: relative;
	padding: 32px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background-color: var(--purple);
}
.beyond-author__info-image{
	width: 320px;
	height: 320px;
	border-radius: 100%;
	overflow: hidden;
}
.beyond-author__info-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.beyond-author__info-content h4{
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--yellow);
	margin-top: 20px;
}
.beyond-author__info-content P{
	font-size: 18px;
	color: #ffff;
}
.beyond-author__tag{
	position: absolute;
	right: -40px;
	top: 50%;
	padding: 6px 12px 4px 12px;
	background-color: var(--yellow);
	font-size: 14px;
	font-weight: 500;
	border-radius: 16px;
	transform: rotate(10deg);
}
.author-shape{
	position: absolute;
	left: -30px;
	top: -30px;
	width: 36px;
	height: 36px;
}
.beyond-author__content{
	padding-left: 40px;
}
.beyond-author__content .line{
	max-width: 375px;
	margin-top: -30px;
}
.beyond-author__highlight-text span{
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	padding: 2px 10px;
	background-color: var(--yellow);
}
.beyond-author__content p{
	font-size: 24px;
}
.author__content-tag-wraper{
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
	margin-top: 30px;
}
.author__content-tag-wraper span{
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--primary);
	border: 1px solid #000;
	border-radius: 20px;
}
.author__content-tag-orange{
	background-color: var(--secondary) !important;
}
.author__content-tag-yellow{
	color: #000 !important;
	background-color: var(--yellow) !important;
}

/* beyond author end */




/* beyond testiomonial start */

.beyond-testiomonial{
	position: relative;
	padding: 250px 0 60px;
	z-index: 1;
	background-color: transparent;
}
.testiomonial-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.beyond-testiomonial .slick-list.draggable {
	overflow: hidden;
	margin-right: -8000px !important;
	padding: 30px 0;
}
.beyond-testiomonial .testimonial__card{
	padding: 24px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: visible;
}
.beyond-testiomonial .testimonial__image-card{
	padding: 0;
	height: 350px;
	border: 2px solid #000;
	overflow: hidden;
}
.beyond-testiomonial .testimonial__image-card img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.beyond-testiomonial__slider .para-style {
    font-size: 14px;
	line-height: 17px;
}
.testimonial__card-client-info{
	color: #8A8A8E;
}
.testimonial__card-client-info h6{
	font-size: 16px;
}
.testimonial__card-client-info p{
	font-size: 12px;
}
.beyond-testiomonial .testimonial__quote-icon {
    width: 55px;
    height: 37px;
    background-color: transparent;
    top: -24px;
    left: 75%;
}
.reting img{
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.beyond-testiomonial .slider-nav__btn {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: none;
    color: var(--secondary);
}

/* beyond testiomonial end */




/* beyond newsletter start */

.beyond-newsletter{
	padding: 60px 0 90px;
}
.beyond-newsletter__inner{
	padding: 65px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	background-image: url(../img/newsletter-banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #000;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.beyond-newsletter__sub-inner{
	max-width: 920px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	gap: 20px;
	padding: 0 20px;
}
.beyond-newsletter__book{
	width: 80px;
	height: 62px;
	object-fit: contain;
}
.beyond-newsletter__sub-inner p{
	font-size: 18px;
	font-weight: 700;
}
.beyond-newsletter__inner .cta__form-wrapper{
	width: 100%;
}
.beyond-newsletter__inner .cta__form-wrapper input{
	border: 2px solid #000;
	border-radius: 30px;
	padding: 16px 24px;
}
.newsletter-shape-1{
	position: absolute;
	left: 20px;
	bottom: 120px;
	width: 128px;
	height: 120px;
	object-fit: contain;
}
.newsletter-shape-2{
	position: absolute;
	right: 100px;
	top: 80px;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

/* beyond newsletter end */



/* beyond media start */

.beyond-media{
	padding: 96px 0 60px;
	background-color: var(--light-periwinkle);
}
.beyond-media__content{
	position: relative;
}
.beyond-media__content .media-title-line{
	max-width: 300px;
	width: 100%;
	margin-left: 100px;
}
.beyond-media__content p{
	font-size: 24px;
	font-weight: 500;
}
.media-shape{
	position: absolute;
	right: 50px;
	bottom: -200px;
	width: 130px;
	height: 130px;
	object-fit: contain;
}
.beyond-media__box-wraper{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.beyond-media__box{
	max-width: 592px;
	width: 100%;
	padding: 32px;
	border: 2px solid #000;
	background-color: var(--yellow);
	border-radius: 20px;
}
.beyond-media__box-forestfreen{
	background-color: #98C83A;
}
.beyond-media__box h5{
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
}
.beyond-media__box ul{
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.beyond-media__box li a, .beyond-media__box li{
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-size: 24px;
	font-weight: 500;
}

/* beyond media end */



/* cta section start */

.beyond-trust .cta .cta__desc {
    margin-bottom: 20px;
}
.beyond-trust .cta .cta__content {
    max-width: 700px;
    padding-bottom: 97px;
}
.beyond-trust .cta .cta__content h2 span{
	text-decoration: line-through;
}
.cta__content-title {
	position: relative;
}
.cta__content-title-shape{
	position: absolute;
	left: 58.4%;
	bottom: -15px;
	font-size: 17px;
	font-weight: 700px;
	color: var(--secondary);
	transform: rotate(180deg);
}
.beyond-trust .cta__main::before {
	content: "";
	width: 100%;
	height: calc(100% - 165px);
	background-color: #FFF8F0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.beyond-trust .cta__main::after {
	content: "";
	width: 100%;
	height: 148px;
	background-color: #FFF8F0;
	position: absolute;
	left: 0;
	top: 95px;
	clip-path: polygon(
		18.191% 7.913%,
		18.191% 7.913%,
		16.004% 5.571%,
		13.756% 5.452%,
		11.477% 7.3%,
		9.196% 10.863%,
		6.943% 15.887%,
		4.748% 22.116%,
		2.642% 29.297%,
		0.654% 37.176%,
		-1.186% 45.499%,
		-2.847% 54.012%,
		-0.07% 86.173%,
		29.438% 90.461%,
		79.707% 99.574%,
		79.707% 99.574%,
		82.149% 94.868%,
		84.846% 90.53%,
		87.685% 86.434%,
		90.551% 82.455%,
		93.333% 78.468%,
		95.915% 74.346%,
		98.186% 69.965%,
		100.032% 65.2%,
		101.339% 59.923%,
		101.994% 54.012%,
		101.994% 54.012%,
		102% 52.144%,
		101.871% 49.564%,
		101.595% 46.309%,
		101.16% 42.42%,
		100.554% 37.934%,
		99.767% 32.89%,
		98.786% 27.328%,
		97.6% 21.285%,
		96.197% 14.8%,
		94.565% 7.913%,
		94.565% 7.913%,
		92.813% 2.609%,
		90.988% 0.231%,
		89.116% 0.348%,
		87.217% 2.528%,
		85.317% 6.338%,
		83.437% 11.345%,
		81.601% 17.119%,
		79.832% 23.227%,
		78.153% 29.236%,
		76.588% 34.715%,
		76.588% 34.715%,
		75.578% 37.764%,
		74.418% 40.505%,
		73.103% 42.8%,
		71.629% 44.509%,
		69.992% 45.495%,
		68.188% 45.618%,
		66.213% 44.741%,
		64.064% 42.723%,
		61.736% 39.427%,
		59.225% 34.715%,
		59.225% 34.715%,
		56.836% 30.706%,
		54.818% 29.277%,
		53.086% 29.919%,
		51.552% 32.124%,
		50.129% 35.385%,
		48.732% 39.191%,
		47.272% 43.037%,
		45.665% 46.413%,
		43.823% 48.811%,
		41.658% 49.723%,
		41.658% 49.723%,
		39.288% 48.871%,
		36.892% 46.507%,
		34.481% 42.921%,
		32.068% 38.402%,
		29.664% 33.24%,
		27.281% 27.725%,
		24.931% 22.145%,
		22.624% 16.79%,
		20.374% 11.949%,
		18.191% 7.913%
	);
	z-index: -1;
}

/* cta section end */




@media screen and (max-width: 1499px) {

  .beyond-hero__badge-1 {
    right: -87px;
  }
  .beyond-hero__claude-shap {
    right: -97px;
  }
}


@media (max-width: 1300px) {
  .beyond-hero__badge-1 {
    right: -16px;
  }
  .beyond-hero__claude-shap {
    right: -17px;
  }
  .beyond-hero__badge {
    font-size: 12px;
    padding: 8px 15px;  
  }
  .beyond-hero__image {
    position: relative;
    max-width: 485px;
    max-height: 612px;
  }
  .beyond-connection-shape-1 {
    left: -17px;
    top: -32px;
  }
  .beyond-connection-shape-2 {
    right: -10px;
  }
  .beyond-playbook {
    padding-top: 146px;
  }
  .beyond-playbook::after {
    height: 250px;
  }
  .techonology-card-shape {
    left: -22px;
    top: -30px;
  }
  .beyond-author {
    padding: 130px 0 60px;
  }
  .author-shape {
    left: -17px;
    top: -17px;
  }
  .beyond-testiomonial {
    padding: 150px 0 40px;
  }
}

@media (max-width: 1199px) {
  .beyond-hero {
    padding: 40px 0 60px 0;
  }
  .beyond-hero__dropwond-btn {
    font-size: 16px;
  }
  .beyond-hero__hero-border-btn {
    font-size: 16px;
  }
  .beyond-hero__badge-1 {
    right: -16px;
    top: 43px;
  }
  .beyond-hero__claude-shap {
    right: -18px;
    top: 33px;
  }
  .beyond-hero__badge {
    font-size: 12px;
    padding: 8px 15px;  
  }
  .beyond-connection__content {
    padding-left: 10px;
  }
  .section__title h2 {
    line-height: 42px;
  }
  .beyond-connection {
    padding: 80px 0;
    padding-bottom: 60px;
  }
  .beyond-playbook {
    padding-top: 132px;
  }
  .beyond-playbook__bg {
    top: -12%;
    height: 112%;
  }
  .book-benefits {
    padding: 75px 0;
  }
  .book-benefits__image {
    max-width: 420px;
    height: 580px;
  }
  .book-benefits__check {
    width: 70px;
    height: 70px;
  }
  .beyond-technology {
    padding: 70px 0 60px;
  }
  .technology__card p br{
    display: none;
  }
  .technology__card p {
    font-size: 17px;
  }
  .beyond-community__inner {
    padding: 52px 40px 50px;
  }
  .beyond-community__image {
    max-width: 436px;
    height: 540px;
  }
  .beyond-brand {
    padding: 75px 0;
  }
  .beyond-brand__single {
    padding: 24px;
  }
  .beyond-brand__single img {
    height: 35px;
  }
  .beyond-author {
    padding: 110px 0 30px;
  }
  .beyond-author__info {
    padding: 26px;
  }
  .beyond-author__info-image {
    width: 260px;
    height: 260px;
  }
  .beyond-author__tag {
    right: -53px;
    top: 45%;
  }
  .beyond-author__info-content h4 {
    font-size: 26px;
  }
  .beyond-author__info-content P {
    font-size: 16px;
  }
  .beyond-author__highlight-text span {
    font-size: 22px;
  }
  .beyond-author__content p {
    font-size: 20px;
  }
  .author__content-tag-wraper span {
    font-size: 12px;
  }
  .beyond-testiomonial {
    padding: 130px 0 40px;
  }
  .beyond-testiomonial .testimonial__card {
    min-height: 320px;
  }
  .beyond-testiomonial .testimonial__image-card {
    height: 320px;
  }
  .beyond-newsletter__sub-inner {
    max-width: 800px;
  }
  .beyond-newsletter__book {
    width: 70px;
    height: 50px;
  }
  .beyond-newsletter__inner {
    padding: 44px 0;
  }
  .newsletter-shape-1 {
    left: 14px;
  }
  .theme__btn {
    font-size: 16px;
  }
  .beyond-media__content p {
    font-size: 22px;
  }
  .beyond-media__box {
    padding: 28px;
  }
  .beyond-media__box h5 {
    font-size: 20px;
  }
  .beyond-media__box li a, .beyond-media__box li {
    font-size: 20px;
  }
  .beyond-media__box ul {
    gap: 10px;
    margin-top: 20px;
  }
  .media-shape {
    bottom: -165px;
  }
}
@media (max-width: 991px) {
  .beyond-hero {
    padding: 40px 0 60px 0;
  }
  .beyond-hero .beyond__red-tag {
    font-size: 12px;
    margin: 30px 0 26px;
  }
  .beyond-hero__claude-shap {
    right: -12px;
  }
  .beyond-connection__image {
    margin: auto;
  }
  .beyond-connection__content {
    padding-left: 0;
    text-align: center;
    padding-top: 40px;
  }
  .beyond-playbook {
    padding-top: 160px;
  }
  .beyond-playbook__shape {
    height: 122px;
  }
  .beyond-connection {
    padding: 80px 0;
    padding-bottom: 22px;
  }
  .book-benefits__image {
    max-width: 420px;
    height: 580px;
    margin: auto;
  }
  .playbook__card-wraper {
    margin-top: 30px;
  }
  .book-benefits__list-wraper{
    margin-top: 40px;
  }
  .book-benefits__list {
    padding: 20px;
  }
  .book-benefits__innner {
    margin-top: 28px;
  }
  .book-benefits__check {
    width: 65px;
    height: 65px;
  }
  .beyond-community__inner {
    padding: 45px 20px 50px;
  }
  .beyond-community__image {
    max-width: 100%;
    height: 380px;
  }
  .beyond-community__content {
    padding-left: 20px;
  }
  .beyond-community__content ul {
    margin-top: 30px;
  }
  .beyond-community__content ul li {
    font-size: 15px;
  }
  .technology__card {
    min-height: 195px;
  }
  .beyond-brand__single {
    height: 88px;
  }
  .beyond-brand__wraper {
    margin-top: 30px;
  }
  .beyond-author {
    padding: 90px 0 30px;
  }
  .beyond-author__info {
    padding: 26px;
    width: fit-content;
    margin: auto;
  }
  .beyond-author__content {
    padding-left: 0;
    padding-top: 40px;
  }
  .beyond-author__content .line {
    max-width: 275px;
    margin-top: -30px;
  }
  .beyond-author__highlight-text span {
    font-size: 19px;
  }
  .beyond-author__content p {
    font-size: 18px;
  }
  .beyond-testiomonial {
    padding: 102px 0 40px;
  }
  .newsletter-shape-1 {
    left: -11px;
  }
  .beyond-newsletter {
    padding: 60px 0 70px;
  }
  .beyond-media__content .media-title-line {
    max-width: 236px;
    margin-left: 6px;
  }
  .beyond-media {
    padding: 76px 0 60px;
    background-color: var(--light-periwinkle);
  }
  .beyond-media__content p {
    font-size: 20px;
  }
  .beyond-media__box {
    padding: 20px;
  }
  .beyond-media__box h5 {
    font-size: 18px;
  }
  .beyond-media__box li a, .beyond-media__box li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .beyond-hero {
    padding: 40px 0 40px 0;
  }
  .beyond-hero .breadcrumb {
    max-width: 100%;
    width: fit-content;
    margin: auto;
  }
  .beyond-hero .hero__subtitle img {
    bottom: -15px;
    height: 12px;
  }
  .beyond-hero .beyond__red-tag {
    font-size: 12px;
    margin: 30px auto 26px;
  }
  .beyond-hero__btn__wraper {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .beyond-hero .hero__desc {
    margin: auto;
  }
  .beyond-hero__dropwond-btn {
    font-size: 14px;
  }
  .beyond-hero__hero-border-btn {
    font-size: 14px;
  }
  .beyond-hero__image {
    max-width: 228px;
    max-height: 318px;
    margin: auto;
  }
  .hero__wrapper{
    margin-top: 40px;
    text-align: center;
  }
  .beyond-hero__badge {
    font-size: 11px;
    padding: 7px 15px;
  }
  .beyond-connection__image {
    position: relative;
    max-width: 592px;
    height: 220px;
  }
  .byend-connection-line {
    max-width: 225px;
  }
  .beyond-playbook {
    padding-top: 75px;
  }
  .beyond-playbook__shape {
    height: 74px;
  }
  .playbook__card {
    padding: 21px 22px;
  }
  .playbook__card-content h4 {
    font-size: 22px;
  }
  .book-benefits {
    padding: 54px 0;
  }
  .book-benefits__list {
    gap: 18px;
  }
  .book-benefits__list {
    padding: 14px;
  }
  .book-benefits__check {
    width: 50px;
    height: 50px;
  }
  .book-benefits__list p {
    font-size: 16px;
  }
  .beyond-technology {
    padding: 50px 0 40px;
  }
  .techonogoly-title-line {
    max-width: 234px;
    margin-top: 10px;
  }
  .technology__card-wraper {
    margin-top: 18px;
  }
  .technology__card {
    padding: 20px;
  }
  .technology__card h4 {
    font-size: 30px;
    font-weight: 700;
  }
  .technology__details {
    margin-top: 40px;
  }
  .techonology-details-shape {
    width: 108px;
    height: 144px;
  }
  .beyond-community__inner {
    padding: 27px 6px 45px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .beyond-community__image {
    max-width: 100%;
    height: 287px;
  }
  .beyond-community__content {
    padding-left: 0;
    padding-top: 40px;
  }
  .beyond-community__content ul li {
    font-size: 16px;
  } 
  .beyond-brand {
    padding: 53px 0;
  }
  .beyond-brand__single {
    height: 80px;
  }
  .beyond-brand__single img {
    height: 32px;
  }
  .beyond-brand__single-barnesnoble img {
    height: 24px;
  }
  .beyond-brand__single-walmart img {
    height: 24px;
  }
  .beyond-author {
    padding: 70px 0 30px;
  }
  .beyond-author__info-image {
    width: 230px;
    height: 230px;
  }
  .beyond-author__tag {
    right: 0;
    top: 45%;
    font-size: 12px;
  }
  .beyond-author__info-content h4 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .beyond-author__highlight-text span {
    font-size: 17px;
  }
  .beyond-author__content p {
    font-size: 16px;
  }
  .author__content-tag-wraper {
    gap: 14px;
    margin-top: 20px;
  }
  .beyond-testiomonial {
    padding: 86px 0 40px;
  }
  .beyond-newsletter__book {
    width: 57px;
    height: 40px;
  }
  .beyond-newsletter__sub-inner {
    max-width: 800px;
    text-align: center;
  }
  .newsletter-shape-1 {
    position: absolute;
    left: 20px;
    bottom: 167px;
    width: 76px;
    height: 81px;
  }
  .newsletter-shape-2 {
    position: absolute;
    right: 8px;
    top: 21px;
    width: 30px;
    height: 30px;
  }
  .beyond-media {
    padding: 60px 0 60px;
  }
  .beyond-media__content p {
    font-size: 16px;
  }
  .beyond-media__box h5 {
    font-size: 16px;
  }
  .beyond-media__box li a, .beyond-media__box li {
    font-size: 16px;
  }
  .beyond-media__box li a img, .beyond-media__box li img {
    width: 17px;
  }
  .media-shape {
    display: none;
  }

}