.intelligent-ai-sec  figure img {
    height: 350px !important;
  
}
.lllm-box .subitle-section{
padding-top: 20px !important;
}

span.gradient-text {
    -webkit-text-fill-color: transparent;
    color: transparent;
    background: linear-gradient(rgb(255, 25, 1), rgb(125, 1, 1)) text;
}

img.wp-image-101372 {
    height: 719px;
    object-fit: cover;
}
.rotate {
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}
.hero-banner {
opacity: 0;
animation: fadeIn 2s forwards; /* Animation name, duration, and to retain final state */
}


/* Ensure the container hides the text initially */
.txt-heading-effect {
display: inline-block;
white-space: nowrap;
overflow: hidden; /* Ensures the text stays hidden initially */
width: 0;
animation: typing 1s steps(30) infinite, blink 0.75s step-end infinite;
}

/* Create the typing effect */
@keyframes typing {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}

/* Create the blinking cursor effect */
@keyframes blink {
50% {
    border-color: transparent;
}
}

.txt-heading-effect strong {
display: inline-block;
opacity: 0;
animation: fadeIn 1s forwards;
}

.txt-heading-effect strong:nth-child(1) {
animation-delay: 0s;
}

.txt-heading-effect strong:nth-child(2) {
animation-delay: 1s;
}

/* Fade-in animation for each letter */
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}


.main-heading22 {
	font-size: 1.813vw !important;
	font-weight: 500 !important;
}
.black-bb .kt-svg-icon-list-text {
	font-size: 22px;
	color: white;
	font-weight: 600 !important;
}
.black-bb .wp-block-kadence-iconlist.kt-svg-icon-list-items100482_4e2756-6a:not(.this-stops-third-party-issues) {
	margin-bottom: 0 !important;
}
.ppp-paddingg {
	padding-left: 42px;
	padding-right: 105px !important;
}
.wp-block-kadence-iconlist.kt-svg-icon-list-items100482_b0072d-fb:not(.this-stops-third-party-issues) {
	margin-bottom: 0 !important;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list {
	
	margin: 0 0 0px 0 !important;
	
}
.wp-block-kadence-iconlist.kt-svg-icon-list-items100482_1ab5bb-75:not(.this-stops-third-party-issues) {
	margin-bottom: 0 !important;
}
.wp-block-kadence-iconlist.kt-svg-icon-list-items100482_8e2937-75:not(.this-stops-third-party-issues) {
	margin-bottom: 0 !important;
}
.blurry-shape-right-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #00bafa 0%, #ff008b 100%);
	z-index: 999;
	filter: blur(180px);
}

.img-box {
  opacity: 0;
  transform: translateX(-300px); /* 👈 left side se start */
  transition: all 1.2s ease-out;

}

.img-box.show {
  opacity: 1;
  transform: translateX(0); /* final position */
}
.blue-boxx {
	position: relative;
	border-radius: 12px;
	padding: 30px 20px 40px;
	color: #ddd;
	text-align: center;
	border: 1px solid gray;
	overflow: hidden; /* ensures overlay stays inside */
	transition: border 0.3s ease, background 0.3s ease;
       background-image: radial-gradient(at bottom center, #ff000070 0%, #0C0C0C 74%);
}


.blue-boxx:hover {
  border: 2px solid red; /* blue border on hover */
   box-shadow: 0px 0px 60px 0px rgba(0, 106.00000000000007, 255, 0.2);
}


.hover-csss{
padding-top:15px;
}

.eb-advanced-tabs-d9uhj.eb-advanced-tabs-wrapper {
	
		background-color: transparent !important;
	
}

.eb-row-3nbpv.eb-row-root-container::before {
    content: "";
    position: absolute;
    inset: 0; /* top right bottom left ka shortcut */
    background-color: rgba(13,20,30,1);
    opacity: 0.5;
    transition: all 0.5s;
    border-radius: 24px;
}
.eb-row-8bfb2.eb-row-root-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(13,20,30,1);
	opacity: 0.5;
	transition: all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s;
	border-radius: 24px;
}
.eb-row-jutrp.eb-row-root-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(13,20,30,1);
	opacity: 0.5;
	transition: all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s;
	border-radius: 24px;
}
.eb-row-z0liu.eb-row-root-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(13,20,30,1);
	opacity: 0.5;
	transition: all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s;
	border-radius: 24px;
}
.eb-row-0wweg.eb-row-root-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(13,20,30,1);
	opacity: 0.5;
	transition: all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s;
	border-radius: 24px;
}

.card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
border:1px solid white;
}

/* Optional dark overlay */
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13,20,30,0.6);
    opacity: 0;
    transition: 0.5s ease;
    border-radius: 20px;
}

.pargraph-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    color: #fff;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0 20px;
}

/* Hover Effect */
.card:hover::before {
    opacity: 1;
}

.card:hover .pargraph-effect {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.wp-container-core-group-is-layout-4d858cb8 {
	gap: 42px !important;
}


.white-layers img {
    position: absolute;
}
.horizontal-fitness-tabs {
 
    padding: 36px;
}
.horizontal-fitness-tabs .eb-tabs-nav {
    width: 21%;
    margin-right: 2%;
}
.slidernk .eb-tabs-contents {
	width: 82%;
	background-color: #ffff;
	border-radius: 20px;
	padding-bottom: 20px;
height: 410px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.lllm-box .eb-parent-wrapper {
	height: 405px;
}


.tab-newjs .kt-tabs-id90157_c64d1e-7a > .kt-tabs-content-wrap > .wp-block-kadence-tab {
	border-top: 4px solid rgba(237,242,247,0.13);
	border-right: 4px solid rgba(237,242,247,0.13);
	border-bottom: 4px solid rgba(237,242,247,0.13);
	border-left: 4px solid rgba(237,242,247,0.13);
	min-height: 671px;
	/* min-width: 400px !important; */
	width: 100%;
	background-color: rgba(255, 0, 0, 0.1);
	padding: 53px 48px 68px 164px;
	border-radius: 32px;
}
.tab-newjs .kt-tabs-layout-vtabs > .kt-tabs-title-list {
	float: left;
	width: 37%;
	flex-direction: column;
	background-color: #effffe;
	padding: 32px;
	border-radius: 24px;
	border: 1px solid silver;
	height: 585px;
	margin-top: 42px;
}
.tab-newjs .kt-tabs-title-list {
	position: relative;
	z-index: 10;
	margin-right: -140px !important;
}
/* Parent wrapper */
.tab-newjs{
    position: relative;
}
.tab-newjs .subitle-section {
	padding-top: 10px;
}


/* RIGHT CONTENT BOX */
.tab-newjs .wp-block-kadence-tab.kt-tab-inner-content{
    position: relative;
    z-index: 1;
}
.kt-tabs-wrap {
	margin: 0 auto;
	flex-wrap: nowrap;
	display: flex;
}

.tab-newjs .kt-tabs-wrap{

    margin: 0 auto;      /* center align */
    display: flex;
    justify-content: center;
}
.kt-tabs-layout-vtabs > .kt-tabs-content-wrap {
	float: left;
	width: 50% !important;
}
.wp-block-kadence-tabs .kt-tabs-id90157_c64d1e-7a > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title, .wp-block-kadence-tabs .kt-tabs-id90157_c64d1e-7a > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
	border-color: transparent !important;
	color: #e01e1e;
	background: transparent !important;
}






.icon-orange-box {
	
	display: none !important;
}
:root {
	--brand-orange: red !important;
	--light-grey: #E5E7EB;
}
.eb-slider-item {
	background-color: #000000 !important;
	padding: 20px 4px;
	border-radius: 12px;
}
.slidernk .eb-tabs-contents img {
	height: 352px !important;
	object-fit: cover;
	border-radius: 12px;
}
.eb-tab-wrapper.active {
    border: none !important;
}

.slidernk .eb-tabs-nav {
	background-color: #ffff;
	padding: 32px;
	border-radius: 24px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
margin-right:32px;
}

.eb-advanced-tabs-d9uhj.eb-advanced-tabs-wrapper .eb-tabs-contents .eb-tab-wrapper[data-tab-parent-id="eb-advanced-tabs-d9uhj"] {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 34px !important;
	padding-bottom: 10px;
}
.hover-csss{
padding-top:15px;
}
@media (min-width:1025px) and (max-width:1500px)

{

.horizontal-fitness-tabs ul.tabTitles {

	height: auto !important;
}
.eb-advanced-tabs-a0j4y.eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles[data-tabs-ul-id="eb-advanced-tabs-a0j4y"] li .tab-title-text {
	margin: 0;
	padding: 0;
	color: rgba(169,169,169,1);
	font-size: 18px !important;
}
}
div#custom-tabs .eb-tabs-nav {
    background: transparent !important;
    border-radius: 20px;
    padding: 0;
    width: 100% !important;
    margin: 50px !important;
}
div#custom-tabs ul.tabTitles {
    gap: 20px !important;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
html body div#custom-tabs ul.tabTitles li.active {
    background: #f46325 !important;
    color: #fff !important;
}
html body div#custom-tabs ul.tabTitles li {
    width: 100%;
    padding: 20px 20px !important;
    background: #f9fafb !important;
    display: flex !important;
    align-items: center;
    border: 1px solid #e1e1e1 !important;
    vertical-align: middle;
    text-align: left;
    border-radius: 12px !important;
}
.eb-row-root-container.eb-row-wl2i4 {
    height: 656px;
}
.Ai-make-mobile-samart-cols.active {
    width: 34% !important;
    transition: 0.5s ease-in-out;
}
.Ai-make-mobile-samart-cols.active p.subitle-section {
    display: block;
    position: absolute;
    bottom: 10px;
    padding-right: 10px;
}
.Ai-make-mobile-samart-cols p.subitle-section {
    display: none;
}
.Ai-make-mobile-samart-cols .eb-parent-wrapper {
    min-height: 450px;
    border-radius: 12px;
    background-color: #000000a8;
    background-blend-mode: overlay;
}
.engagement-models-kuwait-col .eb-parent-wrapper {
    background-color: #0000006b;
    background-blend-mode: overlay;
}
.engagement-models-second-col .eb-parent-wrapper {
    background-color: #0000006b;
    background-blend-mode: overlay;
    height: 350px;
}
.engagement-models-second-col .eb-parent-wrapper:hover p.subitle-section {
    display: block;
}
.engagement-models-second-col p.subitle-section {
    display: none;
}
.engagement-models-kuwait-col p.subitle-section {
    display: none;
}
.engagement-models-kuwait-col .eb-parent-wrapper:hover p.subitle-section {
    display: block;
}
.wp-image-101760 {
	width: 100% !important;
	/* max-width: 800px !important; */
	height: 525px !important;
}

.eb-counter-wrapper.eb-counter-5j9qm .counter-contents-wrapper {
	display: flex;
	flex: 1;
	text-align: left;
	flex-direction: row !important;
	gap: 20px;
	position: absolute !important;
	top: -311%;
	left: 7%;
	background-color: #d4483c;
	max-width: 339px !important;
padding: 13.24px 40.4px;
border-right:4px solid red;

}

.my-slider-section11 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.my-slider-section11 .wp-block-essential-blocks-row {
    margin: 0 10px;
    height: auto !important;
}
.slick-prev:before, .slick-next:before {
    color: #ff8c00 !important;
}

.tablet-bb-advanced {
	display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
.lllm-box p{
padding-top: 20px;

}
.tablet-bb-advanced .wp-block-image{
 padding-top: 20px !important;
}
.eb-advanced-tabs-d9uhj .tab-title-text{
text-align: center;
}
.eb-advanced-tabs-d9uhj.eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles[data-tabs-ul-id="eb-advanced-tabs-d9uhj"]{
 padding: 20px !important;
}
.slidernk .eb-tabs-nav{
padding: 0px !important;
}
.eb-row-0el9f.eb-row-root-container {
    padding-bottom: 0px !important;

}
.intelligent-ai {
 position: relative !important;
}
.extra-class1 .eb-slider-title{
color: white !important;
}
.extra-class1 .eb-slider-subtitle{
color: white !important;
}
.slidernk .eb-tabs-nav {
    width: 100%;
    margin-bottom: 20px;
}
.slidernk .first-title{
 font-size: 24px !important;
}
.pargraph-effect {
opacity: 1 !important;
transform: translate(-50%, -50%) scale(1);
}
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13,20,30,0.6);
    opacity: 1;
    transition: 0.5s ease;
    border-radius: 20px;
}
.eb-row-root-container.eb-row-5djpc {
    background-position: center !important;
    background-color: #ffffff63 !important;
}
.tablet-bb-advanced {
	display: block !important;
}
.wp-container-core-group-is-layout-5c55bf06 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.img-box {
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1.2s ease-out;
}
.tablet-bb-advanced {
	background-color: rgba(255, 0, 0, 0.1);
	padding: 32px !important;
	border-radius: 8px;
}
.css-center-box {
	display: none !important;
}
.ppp-paddingg {
	padding-left: 42px;
	padding-right: 2px !important;
}
.eb-row-44y6h.eb-row-root-container {
		margin-top: 0 !important;
	margin-bottom: 0px;
	}
.wp-container-core-group-is-layout-6be84c55 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.step-label {
	display: none !important;
}
.eb-row-wdjg3.eb-row-root-container {
		padding-top: 92px !important;
padding-bottom:92px !important;

}
.wp-container-core-group-is-layout-4d858cb8 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.horizontal-fitness-tabs ul.tabTitles {
		height: auto;
}
.horizontal-fitness-tabs .eb-tabs-contents {
		height: auto;

}
.main-heading22 {
	font-size: 5.813vw !important;
	font-weight: 500 !important;
}
.eb-row-z0liu.eb-row-root-container {
		margin-top: -5px;
	
}
.wp-image-101760 {
	
	height: 429px !important;
}
.eb-counter-wrapper.eb-counter-5j9qm .counter-contents-wrapper {
	display: flex;
	flex: 1;
	text-align: left;
	flex-direction: row !important;
	gap: 20px;
	position: absolute !important;
	top: -246%;
	left: -5%;
	background-color: #d4483c;
	max-width: 175px !important;
	padding: 13.24px 31.4px;
	border-right: 4px solid red;
}
.eb-counter-wrapper.eb-counter-5j9qm .eb-counter-number {
	font-size: 24px;
	color: var(--global-palette9);
}
.eb-counter-wrapper.eb-counter-5j9qm .eb-counter-title {
	font-size: 11px;
	color: var(--global-palette9);
}
.eb-parent-wrapper.eb-parent-eb-column-snbno {
    background-color: #ffffff63 !important;
    padding: 13px 10px;
}
img.wp-image-98686 {
    display: none;
}
.eb-row-root-container.eb-row-yykiz {
    padding: 15px;
    margin: 40px 0px;
}
.eb-row-root-container.eb-row-hr13m {
    padding-top: 40px;
    padding-bottom: 40px;
}
ul.tabTitles {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}
.slidernk .eb-tabs-nav {
    width: 100%;
}
.eb-advanced-tabs-a0j4y.eb-advanced-tabs-wrapper {
    display: block;
    padding: 0px !important;
}
.slidernk {
	padding: 0px 0px 20px 0px !important;
}
.slidernk .eb-tabs-contents {
    width: 100%;
}
.slidernk li.active {
    border-right: none !important;
    border-bottom: 5px solid rgba(237,50,31,1) !important;
}
.eb-row-root-container.eb-row-99aev {
    padding-top: 40px;
    padding-bottom: 40px;
}
.eb-slider-wrapper.eb-slider-qfpf6 .slick-slider .eb-slider-item img:not(.slick-loading) {
    height: auto !important;
}
.eb-row-root-container.eb-row-6vfga {
    padding-top: 40px;
    padding-bottom: 0px;
}
.eb-row-root-container.eb-row-wdjg3 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.eb-row-root-container.eb-row-6vxei {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Ai-make-mobile-samart-cols.active {
    width: 100% !important;
}
.eb-row-root-container.eb-row-44y6h {
    padding-top: 40px;
    padding-bottom: 40px;
}
.engagement-models-kuwait-col .eb-parent-wrapper {
    min-height: 350px;
    padding: 16px;
}
.engagement-models-second-col .eb-parent-wrapper {
    padding: 16px;
}
.eb-row-root-container.eb-row-7uoi0 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.eb-advanced-tabs-d9uhj.eb-advanced-tabs-wrapper {
	display: block !important;

}
.eb-advanced-tabs-d9uhj.eb-advanced-tabs-wrapper {
	padding: 0 !important;
}
.slidernk .eb-tabs-contents {
		height: auto !important;
	
}
.eb-slider-wrapper.eb-slider-qfpf6 .slick-slider .eb-slider-item {
	min-height: auto !important;
	height: 611px !important;
}
.lllm-box .eb-parent-wrapper {
	height:auto;
}
}
.what-we-thinking {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
.wp-block-essential-blocks-column.root-eb-column-9rvaj {
    width: 100%;
}
.tablet-bb-advanced {
	display: block !important;
}
.wp-block-essential-blocks-column.custom-width.root-eb-column-snbno {
    padding-right: 0px !important;
    width: 65%;
}
.root-eb-column-8w9nf {
	width: 100% !important;
	order: unset;
}
.root-eb-column-2ffwa {
	width: 100% !important;
	order: unset;
}
.wp-container-core-group-is-layout-5c55bf06 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.root-eb-column-wx3gr {
	width: 100% !important;
	order: unset;
}
.root-eb-column-2xwkk {
	width: 100% !important;
	order: unset;
}
.slidernk ul.tabTitles {
	height: auto !important;
}
.slidernk .tab-title-wrap {
	width: 300px;
}
.slidernk .eb-tabs-contents {
	
	height: auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.root-eb-column-v1gws {
	width: 100% !important;
	order: unset;
}
.root-eb-column-vo7h4 {
	width: 100% !important;
	order: unset;
}
.root-eb-column-nnoba {
	width: 100% !important;
	order: unset;
}
.root-eb-column-c0879 {
	width: 100% !important;
	order: unset;
}
.wp-container-core-group-is-layout-4d858cb8 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.root-eb-column-7bh2r {
	width: 100% !important;
	order: unset;
}
.eb-row-wdjg3.eb-row-root-container {
		padding-bottom: 92px !important;
}
.root-eb-column-t9y0s {
	width: 100% !important;
	order: unset;
}
.root-eb-column-rt24o {
	width: 100% !important;
	order: unset;
}
.root-eb-column-2eozu {
	width: 100% !important;
	order: unset;
}
.root-eb-column-qngnv {
	width: 100% !important;
	order: unset;
}
.root-eb-column-gy7d8 {
	width: 100% !important;
	order: unset;
}
.root-eb-column-y6zor {
	width: 100% !important;
	order: unset;
}
.wp-container-core-group-is-layout-6be84c55 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.root-eb-column-ibtoh {
	width: 100% !important;
	order: unset;
}
.img-box {
	opacity: 0;
	transform: translateX(-200px);
	transition: all 1.2s ease-out;
}
.wp-block-essential-blocks-column.root-eb-column-4fy1w {
    width: 48%;
}
.slidernk {
    padding: 20px !important;
}
.slidernk {
    padding: 20px !important;
}
.slidernk .eb-tabs-nav {
    width: 100%;
    margin-right: 2%;
}
ul.tabTitles {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}
li.active {
    border-right: none !important;
    border-bottom: 5px solid rgba(237,50,31,1) !important;
}
.slidernk .eb-tabs-contents {
    width: 100%;
}
.wp-block-essential-blocks-column.custom-width.root-eb-column-9i5kb {
    width: 100%;
}
.eb-advanced-tabs-a0j4y.eb-advanced-tabs-wrapper {
    display: block;
    padding: 0px !important;
}
.wp-block-essential-blocks-column.root-eb-column-330a3 {
    width: 100%;
}
.eb-row-root-container.eb-row-6vfga {
    padding-bottom: 10px;
}
.eb-row-root-container.eb-row-el8xg .wp-block-essential-blocks-column .eb-parent-wrapper {
    min-height: 248px;
}
.Ai-make-mobile-samart-cols.active {
    width: 48% !important;
}
.Ai-make-mobile-samart-cols {
    width: 48%;
}
.wp-block-essential-blocks-column.custom-width.root-eb-column-lt3jk {
    width: 100%;
}
.wp-block-essential-blocks-column.custom-width.root-eb-column-au24u {
    width: 100%;
}
.engagement-models-second-col {
    width: 100%;
}
.wp-block-essential-blocks-column.custom-width.root-eb-column-eawul {
    width: 100%;
}
.wp-block-essential-blocks-column.root-eb-column-l2pm5 {
    width: 100%;
}
.eb-accordion-hdqb3.eb-accordion-container .title-content-eb-accordion-hdqb3 .eb-accordion-title {
    font-size: 20px;
}
.wp-block-essential-blocks-column.root-eb-column-3gnbw {
    width: 100%;
}
.what-we-thinking {
    width: 100%;
}
.root-eb-column-pmnj0 {
	width: 100% !important;
	order: unset;
}
.root-eb-column-l1on9 {
	width: 100% !important;
	order: unset;
}
.root-eb-column-5qkxh {
	width: 100% !important;
	order: unset;
}
.eb-advanced-tabs-d9uhj.eb-advanced-tabs-wrapper {
	display: block !important;
	flex-direction: row;
	padding:0;
	transition: all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s;
}
.wp-container-core-group-is-layout-9764c979 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.css-center-box {
	display: none !important;
}
.root-eb-column-iyh8o {
	width: 100% !important;
	order: unset;
}

}


.tablet-bb-advanced {
	background-color: rgba(255, 0, 0, 0.1);
	padding: 32px !important;
	border-radius: 8px;
}
.wp-image-102536 {
	margin-left: -14px !important;
}
