/* Video play button css for Single block */

.Breakthrough-hero-video-play {
	position: relative;
}

.Breakthrough-hero-video-play {
	position: relative;
	max-width: 100%;
	width: 100%;
	border: 1px solid #6772AE;
	box-shadow: inset 0 0 68px #212654, 0 1em 2em rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 12px;
}

.Breakthrough-hero-video-play img {
	border-radius: 6px;
	width: 100%;
	display: block;
}

.Breakthrough-hero-video-play .Breakthrough-video-btn-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    /* pointer-events: none;  */
	/* Ensures only the button inside is clickable */;
}

.Breakthrough-hero-video-play .Breakthrough-video-play-button {
	pointer-events: auto;
	 /* So the play button remains clickable */
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #190E3B;
	background: linear-gradient(352deg, rgba(25, 14, 59, 1) 0%, rgba(61, 34, 145, 1) 100%);
	border: 1px solid #6772AE;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.Breakthrough-hero-video-play .Breakthrough-video-play-button:hover {
	transform: scale(1.05);
}

.Breakthrough-hero-video-play .Breakthrough-video-play-button .Breakthrough-icon {
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: relative;
	z-index: 0;
	right: -3px;
}

.Breakthrough-hero-video-play .Breakthrough-video-play-button::before,
.Breakthrough-hero-video-play .Breakthrough-video-play-button::after,
.Breakthrough-hero-video-play .Breakthrough-video-play-button .Breakthrough-pulse-ring {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
/* 	background: rgb(61 34 145); */
 /* RGB-like color with opacity */
	animation: Breakthrough-pulse 2s ease-out infinite;
	z-index: 0;
}

.Breakthrough-hero-video-play .Breakthrough-video-play-button::after {
	animation-delay: 0.5s;
}

.Breakthrough-hero-video-play .Breakthrough-video-play-button .Breakthrough-pulse-ring {
	animation-delay: 1s;
}

@keyframes Breakthrough-pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

.Breakthrough-user-contact-info ul {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 15px;
}
.Breakthrough-user-contact-info ul li {
    list-style: none;
    text-align: center;
    line-height: 30px;
}

/* Force overlay to top above all menus, Elementor, and sticky headers */
.Breakthrough-video-overlay {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #190E3B;
 /* Updated color */
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999999999 !important;
	isolation: isolate;
	position: fixed !important;
}

 .Breakthrough-spinner {
	border: 6px solid #f3f3f3;
 /* Light gray */
	border-top: 6px solid #36A9E1;
 /* Blue */
	position: absolute;
	left: 49%;
	top: 49%;
	z-index: 333333;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: Breakthrough-spin 1.5s linear infinite;
}

@keyframes Breakthrough-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.Breakthrough-video-overlay.Breakthrough-active {
	display: flex;
}

 .Breakthrough-video-overlay iframe {
	max-width: 90vw;
	max-height: 90vh;
	border: none;
}

.Breakthrough-video-overlay .Breakthrough-close-btn {
	position: absolute;
	top: 40px;
	right: 60px;
	font-size: 65px;
	color: #fff;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.2s;
}

.Breakthrough-video-overlay .Breakthrough-close-btn:hover {
	transform: scale(1.2);
	color: #36A9E1;
}

.Breakthrough-video-overlay iframe {
    max-width: 70vw;
    width: 1200px;
    height: 675px;
    border: none;
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 2%;
}




/* Video Team Item Single block */

.Breakthrough-team-video-play {
	position: relative;
}

.Breakthrough-team-video-play {
	position: relative;
	max-width: 100%;
	width: 100%;
	border: 1px solid #6772AE;
	background-color: #212654;
	box-shadow: inset 0 0 68px #212654, 0 1em 2em rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	
}

/* .Breakthrough-team-video-play img {
	border-radius: 6px;
	width: 100%;
	display: block;
} */

.Breakthrough-team-video-play .Breakthrough-video-btn-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    /* pointer-events: none;  */
	/* Ensures only the button inside is clickable */;
}

.Breakthrough-team-video-play .Breakthrough-video-play-button {
	pointer-events: auto;
	 /* So the play button remains clickable */
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #190E3B;
	background: linear-gradient(352deg, rgba(25, 14, 59, 1) 0%, rgba(61, 34, 145, 1) 100%);
	border: 1px solid #6772AE;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.Breakthrough-team-video-play .Breakthrough-video-play-button:hover {
	transform: scale(1.05);
}

.Breakthrough-team-video-play .Breakthrough-video-play-button .Breakthrough-icon {
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: relative;
	z-index: 0;
	right: -3px;
}

.Breakthrough-team-video-play .Breakthrough-video-play-button::before,
.Breakthrough-team-video-play .Breakthrough-video-play-button::after,
.Breakthrough-team-video-play .Breakthrough-video-play-button .Breakthrough-pulse-ring {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
/* 	background: rgb(61 34 145); */
 /* RGB-like color with opacity */
	animation: Breakthrough-pulse 2s ease-out infinite;
	z-index: 0;
}

.Breakthrough-team-video-play .Breakthrough-video-play-button::after {
	animation-delay: 0.5s;
}

.Breakthrough-team-video-play .Breakthrough-video-play-button .Breakthrough-pulse-ring {
	animation-delay: 1s;
}

@keyframes Breakthrough-pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}
/* Force overlay to top above all menus, Elementor, and sticky headers */
.Breakthrough-team-video-play .Breakthrough-video-overlay {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #190E3B;
 /* Updated color */
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999999999 !important;
	isolation: isolate;
	position: fixed !important;
}

.Breakthrough-team-video-play .Breakthrough-spinner {
	border: 6px solid #f3f3f3;
 /* Light gray */
	border-top: 6px solid #36A9E1;
 /* Blue */
	position: absolute;
	left: 49%;
	top: 49%;
	z-index: 333333;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: Breakthrough-spin 1.5s linear infinite;
}

@keyframes Breakthrough-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.Breakthrough-team-video-play .Breakthrough-video-overlay.Breakthrough-active {
	display: flex;
}

.Breakthrough-team-video-play .Breakthrough-video-overlay iframe {
	max-width: 90vw;
	max-height: 90vh;
	border: none;
}

.Breakthrough-team-video-play .Breakthrough-video-overlay .Breakthrough-close-btn {
	position: absolute;
	top: 40px;
	right: 60px;
	font-size: 65px;
	color: #fff;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.2s;
}

.Breakthrough-team-video-play .Breakthrough-video-overlay .Breakthrough-close-btn:hover {
	transform: scale(1.2);
	color: #36A9E1;
}

.Breakthrough-team-video-play .Breakthrough-video-overlay iframe {
	max-width: 95vw;
	max-height: 95vh;
	width: 1200px;
	height: 675px;
	border: none;
}

.Breakthrough-team-video-play .Breakthrough-video-team-member-image-wrapper {}
.Breakthrough-team-video-play .Breakthrough-video-team-member-image {position: absolute;
    top: -110px;width: 100%;height: auto;left: 0;right: 0;}
	.Breakthrough-team-video-play .Breakthrough-video-team-member-image img{max-width: 100%;margin: 0 auto;display: block;}
.Breakthrough-team-video-play .Breakthrough-video-team-member-top-info {position: relative;height: 310px; }
.Breakthrough-team-video-play .Breakthrough-video-team-member-top-info .team-personal-info {
    position: absolute;
    bottom: 20px;
    left: 25px;
}
.Breakthrough-team-video-play .Breakthrough-video-team-member-top-info .team-personal-info h3 {
    color: #DDDFEB;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 5px;
}
.Breakthrough-team-video-play .Breakthrough-video-team-member-top-info .team-personal-info span{color: #9597AD;font-size: 18px;line-height: 27px;font-weight: 500;}


.Breakthrough-team-video-play .Breakthrough-video-team-member-info {
    padding: 20px 25px;
}
.Breakthrough-team-video-play .Breakthrough-video-team-member-info p{color: #DDDFEB;font-size: 18px;line-height: 25px;}
.gradient-text-team {
  
    font-weight: bold;
    background: linear-gradient(
    to right,
    transparent 0%,
    #9295AC 0%,
    #ffffff 70%,
    #9295AC 100%,
    transparent 100%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.4;
    width: 100%;
    text-align: center;
}

/* Flip css animate  */

.Breakthrough-Consulting-Team-Item {
    perspective: 1200px;
    height: 500px;
	 /* Adjust based on your content */
    position: relative;   

}

.Breakthrough-team-front, .Breakthrough-team-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  
    /* overflow: hidden; */
  
}
.Breakthrough-team-back{display:none}
/* .Breakthrough-team-back {
    transform: rotateY(180deg);
}

.Breakthrough-Consulting-Team-Item:hover .Breakthrough-team-front {
    transform: rotateY(-180deg);
}

.Breakthrough-Consulting-Team-Item:hover .Breakthrough-team-back {
    transform: rotateY(0deg);
}
 */


/* Social icons container */
.Breakthrough-social-links {
	display: flex;
	justify-content: center;
	gap: 18px;
}

.Breakthrough-social-links a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
}

.Breakthrough-social-links a:hover {
	transform: translateY(-5px);
}

.Breakthrough-social-links a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(352deg,rgba(25,14,59,1) 0%,rgba(61,34,145,1) 100%);
	z-index: -1;
	opacity: 0;
	transition: all 0.4s ease;
}

.Breakthrough-social-links a:hover:before {
	opacity: 1;
}

.Breakthrough-social-links a svg {
	width: 24px;
	height: 24px;
	z-index: 2;
	transition: all 0.4s ease;
}

.Breakthrough-social-links a:hover svg {
	transform: scale(1.2);
	filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.6));
}
.Breakthrough-social-links a:hover svg path {
	fill: #fff;
}
/* LinkedIn icon */
.Breakthrough-social-links a.linkedin svg {
	fill: #0077b5;
}

.Breakthrough-social-links a.linkedin:hover svg {
	fill: white;
}

/* Twitter icon */
.Breakthrough-social-links a.twitter svg {
	fill: #1DA1F2;
}

.Breakthrough-social-links a.twitter:hover svg {
	fill: white;
}

/* Instagram icon */
.Breakthrough-social-links a.instagram svg {
	fill: #E1306C;
}

.Breakthrough-social-links a.instagram:hover svg {
	fill: white;
}

/* Facebook icon */
.Breakthrough-social-links a.facebook svg {
	fill: #4267B2;
}

.Breakthrough-social-links a.facebook:hover svg {
	fill: white;
}

/* YouTube icon */
.Breakthrough-social-links a.youtube svg {
	fill: #FF0000;
}

.Breakthrough-social-links a.youtube:hover svg {
	fill: white;
}

/* GitHub icon */
.Breakthrough-social-links a.github svg {
	fill: #333;
}

.Breakthrough-social-links a.github:hover svg {
	fill: white;
}
.Breakthrough-social-links a:hover i{color:#fff}








/*------------------------------------
Carousel Services Css
------------------------------------*/
/* .gradient-text {
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(to right, #9295AC, #ffffff, #9295AC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.4;
    width: 100%;
} 
.Breakthrough-Consulting-Carousel-Service{
	width: 100%;
}

.Breakthrough-Consulting-Carousel-Service .carousel-consulting-wrapper {
	width: 100%;
/* 	overflow: hidden; */
	position: relative;
	padding: 40px 0;
	/* background: white; */
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
}

.Breakthrough-Consulting-Carousel-Service .carousel-consulting-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 20px;padding-right:20px;
    max-width: 1440px;
    margin: 0px auto;
     margin-bottom: 25px;
}

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-header h2 {
	    font-size: 40px;
    line-height: 70px;
	margin: 0;
	color: #9295AC;
	position: relative;
	text-align:center;
	font-weight: 700;
}

	/* .Breakthrough-Consulting-Carousel-Service .carousel-consulting-header h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	height: 80%;
	width: 5px;
	background: #1a6fb0;
	border-radius: 10px;
} */

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-controls {
	display: flex;
	gap: 15px;
	align-items: center;display:none
}

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-nav {
	display: flex;
	gap: 15px;
}

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-nav button {
	background: #1a6fb0;
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	
	display: inline-block;
    padding: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4e2171 0%, #28186b 100%);
}

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-nav button:hover {
	background: linear-gradient(90deg, #28186b  0%, #4e2171 100%);
	transform: translateY(-2px);
}

	.Breakthrough-Consulting-Carousel-Service .auto-play-control {
/* 	display: flex;
	align-items: center;
	gap: 8px; */
	background: #f8f9fa;
	padding: 8px 15px;
	border-radius: 30px;
	font-size: 14px;
	color: #2c3e50;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid #e9ecef;
	font-weight: 500;width: 160px;
}

	.Breakthrough-Consulting-Carousel-Service .auto-play-control:hover {
	background: #e9ecef;
}

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-container {
	display: unset;
	transition: transform 0.5s ease;
	will-change: transform;
	padding-left: 0px;
}

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item {
/* 	flex: 0 0 70%; */
		flex: 0 0 calc(45% - 30px);
	margin-right: 30px;
/* 	background: #DDDFEB1A; */
/* 		background:linear-gradient(135deg, #0f103f4f 0%, #17195175 50%, #1f2051 100%); */
			background: #050b3f; 
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.4s ease;
	border: 1px solid #6772AE;overflow: hidden;
		margin-bottom: 40px;
}


.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item .services-consulting-payment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;    margin-bottom: 60px;
}
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item .services-consulting-payment-title h3{   color: #9295AC;font-size: 24px;line-height: 34px;font-weight: 700;max-width: 600px;} 

.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item .services-consulting-payment-title img{max-width: 100%;    width: 135px;}


	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

	.Breakthrough-Consulting-Carousel-Service .services-consulting {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

	.Breakthrough-Consulting-Carousel-Service .service-consulting-box {
	/* background: #f9f9f9; */
	    display: flex;
    align-items: flex-start;
	padding: 25px;
	border-radius: 10px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	border-left: 4px solid #9295AC;
	transition: all 0.3s;
}
.Breakthrough-Consulting-Carousel-Service .service-consulting-box .con-icon{width: 64px;margin-right: 15px;}
.Breakthrough-Consulting-Carousel-Service .service-consulting-box .con-icon img{    max-width: 64px;
    width: 64px;}
	.Breakthrough-Consulting-Carousel-Service .service-consulting-box:hover {
	/* background: #f0f7ff; */
	transform: translateX(5px);
}

	.Breakthrough-Consulting-Carousel-Service .service-consulting-box h3 {
	margin: 0 0 10px;
	color: #2c3e50;
	font-size: 18px;

}

	.Breakthrough-Consulting-Carousel-Service .service-consulting-box p {
	color: #DDDFEB;
	line-height: 27px;
	margin-bottom: 5px;
	font-size: 18px;margin-top: 0;
}

	.Breakthrough-Consulting-Carousel-Service .service-consulting-box p:last-child {
	
	color: #DDDFEB;

}

	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-indicators {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	gap: 10px;display:none
}

	.Breakthrough-Consulting-Carousel-Service .indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #bdc3c7;
	cursor: pointer;
	transition: all 0.3s;
}

	.Breakthrough-Consulting-Carousel-Service .indicator.active {
	background: linear-gradient(90deg, rgb(84 35 114) 0%, rgb(40 24 107) 50%);
	transform: scale(1);
}




.carousel-consulting-container {
    position: relative;
    scroll-behavior: smooth;
    /* optional for scroll snapping */
    /* scroll-snap-type: y mandatory;
    overflow-y: auto; */
}

.carousel-consulting-item {
    position: sticky;
    top: 20px;
/*     height: 85vh; */
    background: #050b3f;
    transform: scale(0.94);
  
    z-index: 1;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.6s ease,
        opacity 0.6s ease;
    transform-origin: top center;
    overflow: hidden;
    /* optional for scroll snapping */
    /* scroll-snap-align: start; */
}

.carousel-consulting-item.active {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    background: #050b3f;

}

/* Animate service boxes inside */
.carousel-consulting-item .service-consulting-box {
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.carousel-consulting-item.active .service-consulting-box {
    opacity: 1;
    transform: translateY(0);
}


.carousel-consulting-container {
    scroll-snap-type: y mandatory;
    overflow-y: auto;
}

.carousel-consulting-item {
    scroll-snap-align: start;
}

@media (max-width: 767px) {
.carousel-consulting-item {
    position: unset;
    top: unset;
/*     height: 85vh; */
    background: #050b3f;
    transform: unset;
  
   
}
.carousel-consulting-item .service-consulting-box {
    opacity: 1;
    transform: unset;
    
}
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-wrapper {

    margin-bottom: 0;
}
} */








/* FAQ Wedget css  */


.breakthrough-consulting-container {
    width: 80%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px auto;
}

.breakthrough-consulting-faq-container {
	
}

.breakthrough-consulting-faq-item {
	
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	
	transition: all 0.3s ease;
	background:linear-gradient(90deg, #1a174080 0%, #2c275eb5 50%, #1a1740f2 100%);
/* 	background: linear-gradient(135deg, #0f103f4f 0%, #17195175 50%, #1f2051 100%); */
	border: 1px solid #6772AE;
	border-radius: 18px !important;
}

.breakthrough-consulting-faq-item.active {
	box-shadow: 0 8px 25px rgba(37, 117, 252, 0.2);
	border-color: #4b6cb7;
}

.breakthrough-consulting-faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 25px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.breakthrough-consulting-faq-question:hover {
/* 	background: linear-gradient(135deg, #171951ab 0%, #0f103f4f 50%, #353668 100%) */
}

.breakthrough-consulting-faq-title {

	color: #E1E2E8;
	flex: 1;
	padding-right: 20px;
}
.breakthrough-consulting-faq-title h3 {
    color: #E1E2E8;
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}
.breakthrough-consulting-icon-container {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.breakthrough-consulting-icon-svg {
	width: 36px;
	height: 36px;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.breakthrough-consulting-plus-icon {
	opacity: 1;
	transform: rotate(0deg);
}

.breakthrough-consulting-minus-icon {
	position: absolute;
	opacity: 0;
	transform: rotate(90deg);
}

.breakthrough-consulting-faq-item.active .breakthrough-consulting-plus-icon {
	opacity: 0;
	transform: rotate(90deg);
}

.breakthrough-consulting-faq-item.active .breakthrough-consulting-minus-icon {
	opacity: 1;
	transform: rotate(0deg);
}

.breakthrough-consulting-faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 25px;
	transition: all 0.4s ease;
	color: #555;
	line-height: 1.7;
/* 	background: linear-gradient(135deg, #0f103f4f 0%, #17195175 50%, #1f2051 100%); */
}
.breakthrough-consulting-faq-answer p, .breakthrough-consulting-faq-answer{ color: #E1E2E8;font-size:18px;line-height:27px;    margin: 0;}

.breakthrough-consulting-faq-item.active .breakthrough-consulting-faq-answer {
    max-height: 500px;
    padding: 15px 25px 25px;
    padding-top: 0;
}

.breakthrough-consulting-stats-bar {
	display: flex;
	justify-content: space-around;
	padding: 20px;
	background: #f1f6ff;
	border-top: 1px solid #eaeaea;
	text-align: center;
}

.breakthrough-consulting-stat-item {
	padding: 10px;
}

.breakthrough-consulting-stat-value {
	font-size: 1.8rem;
	font-weight: 700;
	color: #4b6cb7;
	margin-bottom: 5px;
}

.breakthrough-consulting-stat-label {
	color: #666;
	font-size: 0.9rem;
}

@media (max-width: 600px) {
	
	.breakthrough-consulting-faq-title {
		font-size: 20px;
	}
	
	.breakthrough-consulting-faq-question {
		padding: 18px 20px;
	}
	
	.breakthrough-consulting-stats-bar {
		flex-direction: column;
	}
}



/* Single Team member section area css */

.breakthrough-consulting-team-section {
	/* display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 35px;
	padding: 20px; */
}

.breakthrough-consulting-team-member {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
/* 	box-shadow: 0 15px 35px rgba(0,0,0,0.25); */
	transform: translateY(0);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	border:1px solid#6772AE;
	background:linear-gradient(90deg, #1a174080 0%, #2c275eb5 50%, #1a1740f2 100%);
/* 	background:linear-gradient(352deg, rgba(5, 11, 63, 0.47) 0%, rgba(71, 76, 121, 0.79) 100%) */
	
/* 	height: 400px;max-width: 450px; */
}

.breakthrough-consulting-team-member:hover {
	transform: translateY(-15px);transition: transform 0.5s ease;
	box-shadow: 0 25px 50px rgba(0,0,0,0.4);
	background: #A43AA0;
background: linear-gradient(176deg, rgba(164, 58, 160, 1) 0%, rgba(61, 34, 145, 1) 100%);
}

.breakthrough-consulting-member-image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.breakthrough-consulting-member-image img {
	width: 100%;    display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.breakthrough-consulting-team-member:hover .breakthrough-consulting-member-image img {
	transform: scale(1.1);
}
.breakthrough-consulting-social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #fff; /* default color */
    transition: color 0.3s;
}

.breakthrough-consulting-social-links a:hover {
    color: #007bff; /* change on hover */
}

.breakthrough-consulting-social-links a svg {
    width: 20px;
    height: 20px;
    fill: currentColor; /* makes it take the color from the parent anchor */
}


.breakthrough-consulting-member-caption {
	    z-index: 12;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 25px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgb(38 39 93) 30%, rgb(38 39 93) 60%, rgba(120, 120, 200, 0.2) 90%, transparent 100%);
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.breakthrough-consulting-team-member:hover .breakthrough-consulting-member-caption {
	transform: translateY(0);
	opacity: 1;
}

.breakthrough-consulting-member-name h3{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 8px;
	color: #b5b7cd;
}


.breakthrough-consulting-member-profession {
	font-size: 1.1rem;
	color: #b5b7cd;
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
}

.breakthrough-consulting-member-info {
	font-size: 1rem;
	line-height: 1.6;
	color: #b5b7cd;
	margin-bottom: 20px;
}
.breakthrough-consulting-member-caption h3, .breakthrough-consulting-member-caption p, .breakthrough-consulting-member-caption span{	color: #b5b7cd;}
.breakthrough-consulting-social-links {
	display: flex;
	gap: 15px;
}

.breakthrough-consulting-social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.breakthrough-consulting-social-links a:hover {
	background: #F5E789;
	transform: translateY(-3px);
}
@media (min-width: 1024px) and (max-width: 1366px) {


  .Breakthrough-video-team-member-image-wrapper {
    width: 100%;
  }

  .Breakthrough-video-team-member-info {
    width: 100%;
  }

  .Breakthrough-video-team-member-image picture,
  .Breakthrough-video-team-member-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .Breakthrough-video-team-member-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
  }

  .Breakthrough-video-team-member-info {
    padding-top: 20px;
  }

	

.Breakthrough-social-links {
    justify-content: left;
    margin-top: 20px;
}
	
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item {
    flex: 0 0 100%;

}
	
.breakthrough-consulting-container {
    width: 90%;

}
	
	
	
}
.only-for-tab{display:none}
/* Tablet layout: 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .video-team-member {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
  }
.Breakthrough-Consulting-Team-Item {

    height: 300px;
}
	
.only-for-desktop{display:none}
.only-for-tab{display:block}
.only-for-tab h3, .only-for-tab span{text-align:left}
.only-for-tab h3{    margin: 0;
margin-top: 18px;
font-weight: 700;
font-size: 24px;
margin-bottom: 8px;}


}

/* Mobile layout: 0 to 767px */
@media (max-width: 767px) {
  .video-team-member {
    display: block; /* or flex if you prefer column stacking */
    grid-template-columns: unset;
    gap: unset;
    align-items: unset;
  }
}

	

	


@media (max-width: 768px) {

	
	.breakthrough-consulting-team-section {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}




/* Responsive styles */
@media (max-width: 992px) {
		.Breakthrough-Consulting-Carousel-Service  .carousel-consulting-item {
		flex: 0 0 80%;
	}
	
		.Breakthrough-Consulting-Carousel-Service .carousel-consulting-header {
		padding: 0 40px;
	}
	
		.Breakthrough-Consulting-Carousel-Service .carousel-consulting-container {
		padding-left: 40px;
	}
}

@media (max-width: 768px) {
		.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item {
		flex: 0 0 85%;
	}

		.Breakthrough-Consulting-Carousel-Service  .services-consulting {
		grid-template-columns: 1fr;
	}

		.Breakthrough-Consulting-Carousel-Service .carousel-consulting-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding: 0 30px;
	}
	
.Breakthrough-Consulting-Carousel-Service  .carousel-consulting-controls {
		width: 100%;
		justify-content: space-between;
	}
	
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-container {
		padding-left: 30px;
	}
	
	.wp-block-heading h1 {
		font-size: 2.2rem;
	}
	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item .services-consulting-payment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 0px;
}
}

@media (max-width: 576px) {
	.Breakthrough-Consulting-Carousel-Service  .carousel-consulting-item {
		flex: 0 0 90%;
		padding: 20px;
	}
	
	.Breakthrough-Consulting-Carousel-Service  .carousel-consulting-header {
		padding: 0 20px;
	}
	
		.Breakthrough-Consulting-Carousel-Service  .carousel-consulting-container {
		padding-left: 20px;
	}
	
	.Breakthrough-Consulting-Carousel-Service  .carousel-consulting-controls {
		flex-wrap: wrap;
		gap: 15px;
	}
	
		.Breakthrough-Consulting-Carousel-Service  .auto-play-control {
		order: 3;
		width: 50%;
		justify-content: center;
	}
	
		.Breakthrough-Consulting-Carousel-Service  .carousel-consulting-nav {
		margin-left: unset;
	}
	
	
}


	/* Animation for the hero section */
	@keyframes fadeIn {
		from { opacity: 0; transform: translateY(20px); }
		to { opacity: 1; transform: translateY(0); }
	}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}



/*------------------------------------
📱 Responsive Styles
------------------------------------*/
@media (min-width: 1025px) and (max-width: 1450px) {
.Breakthrough-Consulting-Team-Item .Breakthrough-team-video-play .Breakthrough-video-team-member-image-wrapper{position:relative;overflow:hidden}
.Breakthrough-team-video-play .Breakthrough-video-team-member-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
}
.Breakthrough-team-video-play .Breakthrough-video-team-member-top-info {
    position: relative;
    height: 300px;
}
.Breakthrough-team-video-play .Breakthrough-video-play-button {

    width: 80px;
    height: 80px;
 
}
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-header h2 {
    font-size: 40px;
    line-height: 55px;
  
}
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item .services-consulting-payment-title {

    margin-bottom: 30px;
}


}


/* Reduce animation distance on mobile */
@media (max-width:1024px) {
    :root {
        --animate-distance: 40px;
    }
    
    /* Add to sections with problematic animations */
    .mobile-overflow-fix {
        overflow: hidden;
    }
.Breakthrough-video-overlay iframe {
	max-width: 98vw;
	width: 1200px;
	height: 675px;
	border: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 0;
	top: ;
}
.Breakthrough-team-video-play .Breakthrough-video-team-member-image {

/* 	top: -60px; */

}
	
.Breakthrough-team-video-play .Breakthrough-video-play-button {

    width: 80px;
    height: 80px;
 
}
.Breakthrough-Consulting-Team-Item .Breakthrough-team-video-play .Breakthrough-video-team-member-image-wrapper{position:relative;overflow:hidden}
.Breakthrough-team-video-play .Breakthrough-video-team-member-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
}
.Breakthrough-team-video-play .Breakthrough-video-team-member-top-info {
    position: relative;
    height: 300px;
}
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item .services-consulting-payment-title {

    margin-bottom: 30px;
}








	
}
@media (min-width: 768px) and (max-width: 1024px) {
.Breakthrough-Consulting-Team-Item .Breakthrough-team-video-play .Breakthrough-video-team-member-image-wrapper{position:relative;overflow:hidden}
.Breakthrough-team-video-play .Breakthrough-video-team-member-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
}
.Breakthrough-team-video-play .Breakthrough-video-team-member-top-info {
    position: relative;
    height: 300px;
}
	
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-header h2 {
    font-size: 35px;
    line-height: 45px;

}
	
.Breakthrough-social-links {
    justify-content: left;
    margin-top: 15px;
}
}
/* Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
.Breakthrough-video-overlay iframe {
	max-width: 98vw;
	width: 1200px;
	height: 675px;
	border: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 0;
	
}
	
.Breakthrough-team-video-play .Breakthrough-video-team-member-image {

	top: 0px;

}
.Breakthrough-team-video-play .Breakthrough-video-play-button, .Breakthrough-hero-video-play .Breakthrough-video-play-button {

    width: 80px;
    height: 80px;
 
}
	.Breakthrough-Consulting-Carousel-Service .carousel-consulting-header h2 {
    font-size: 30px;
    line-height: 42px;

}

.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item .services-consulting-payment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0px;
}
.Breakthrough-Consulting-Carousel-Service .carousel-consulting-item {

    padding: 20px;

}
.breakthrough-consulting .menu-overlay {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: 60%;
    background: var(--overlay-bg);
    z-index: 1000;
    transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.breakthrough-consulting-container {
    width: 90%;

}
}




/* Modern Gravity Form Styling */
body .gform_wrapper {
/*   max-width: 700px !important; */
/*   margin: 2rem auto !important;
  padding: 2.5rem !important;
  background: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important; */
 
}

/* Field Labels */
body .gform_wrapper .gfield_label {
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  color: #2d3748 !important;
  letter-spacing: -0.1px !important;
}

/* Required Indicator */
body .gform_wrapper .gfield_required {
  color: #e53e3e !important;
  margin-left: 4px !important;
}

/* Input Fields */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  width: 100% !important;
  padding: 16px 18px !important;
  font-size: 16px !important;
  background: #f8fafc !important;
  border: 2px solid #050B3F !important;
  border-radius: 12px !important;
  transition: all 0.25s ease !important;
  margin-bottom: 24px !important;
  box-sizing: border-box !important;
  color: #1a202c !important;
}

body .gform_wrapper input[type="button"],
body .gform_wrapper input[type="submit"] {
  background: linear-gradient(90deg, #4e2171 0%, #28186b 100%) !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  border: none !important;
  padding: 16px 36px !important;
  border-radius: 12px !important;
  font-size: 17px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  box-shadow: 0 6px 12px rgba(78, 33, 113, 0.3) !important;
  letter-spacing: 0.5px !important;
  outline: none !important;width: 150px !important;font-family: "Inter Tight normal", Sans-serif !important;
}

body .gform_wrapper input[type="button"]:hover,
body .gform_wrapper input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 16px rgba(40, 24, 107, 0.35) !important;
}

body .gform_wrapper input[type="button"]:active,
body .gform_wrapper input[type="submit"]:active {
  transform: translateY(0) !important;
  box-shadow: 0 4px 8px rgba(40, 24, 107, 0.25) !important;
}

/* 🔍 Focus Style */
body .gform_wrapper input[type="button"]:focus,
body .gform_wrapper input[type="submit"]:focus {
  background: linear-gradient(90deg, #4e2171 0%, #28186b 100%) !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(78, 33, 113, 0.4) !important;
  transform: scale(1.02) !important;
  color: #ffffff !important;
}

body .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice {position:relative}
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice {position:relative}

/* Stack the radio choices with spacing */
body .gform_wrapper .ginput_container_radio .gfield_radio {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* Position each choice relative */
body .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
  position: relative !important;
}

/* Position each choice relative */
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice {
  position: relative !important;
}

/* Hide native radio buttons */
body .gform_wrapper .ginput_container_radio .gfield_radio input[type="radio"] {
  display: none !important;
}

/* Hide native radio buttons */
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type="checkbox"] {
  display: none !important;
}

/* Style the label like a custom button */
body .gform_wrapper .ginput_container_radio .gfield_radio label {
  display: block !important;
  background: transparent !important;
  border: 2px solid #050B3F  !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  color: #050B3F !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

/* Style the label like a custom button */
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
  display: block !important;
  background: transparent !important;
  border: 2px solid #050B3F  !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  color: #050B3F !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

/* Checked (selected) radio button style */
body .gform_wrapper .ginput_container_radio .gfield_radio input[type="radio"]:checked + label {
  background: linear-gradient(90deg, #4e2171 0%, #28186b 100%) !important;
  border-color: #4e2171 !important;
  color: #fff  !important;
}

/* Checked (selected) radio button style */
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label {
  background: linear-gradient(90deg, #4e2171 0%, #28186b 100%) !important;
  border-color: #4e2171 !important;
  color: #fff  !important;
}

/* Hover effect */
body .gform_wrapper .ginput_container_radio .gfield_radio label:hover {
  background: rgba(78, 33, 113, 0.2) !important;
  border-color: #4e2171 !important;
}

/* Hover effect */
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox label:hover {
  background: rgba(78, 33, 113, 0.2) !important;
  border-color: #4e2171 !important;
}


body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: #a0aec0 !important;
  opacity: 1 !important;
}

/* Focus States */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #4299e1 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(66, 153, 225, 0.15) !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

/* Radio & Checkbox Styling */
body .gform_wrapper .gfield_radio,
body .gform_wrapper .gfield_checkbox {
  list-style: none !important;
  padding-left: 0 !important;
}

body .gform_wrapper .gfield_radio li,
body .gform_wrapper .gfield_checkbox li {
  margin-bottom: 14px !important;
  position: relative !important;
  padding-left: 34px !important;
  font-size: 16px !important;
  color: #4a5568 !important;
  min-height: 28px !important;
}

/* Custom Checkbox/Radio */
body .gform_wrapper input[type="checkbox"],
body .gform_wrapper input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* Custom Checkbox */
body .gform_wrapper input[type="checkbox"] + label:before {
  content: '' !important;
  position: absolute !important;
  right: 50px !important;
  top: 15px !important;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #cbd5e0 !important;
  border-radius: 6px !important;
  background: white !important;
  transition: all 0.2s !important;
}

body .gform_wrapper input[type="checkbox"]:checked + label:before {
  background: #4299e1 !important;
  border-color: #4299e1 !important;
}

body .gform_wrapper input[type="checkbox"]:checked + label:after {
  content: '' !important;
  position: absolute !important;
  right: 59px !important;
  top: 20px !important;
  width: 6px !important;
  height: 12px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}


/* Custom Radio */
body .gform_wrapper input[type="radio"] + label:before {
    content: '' !important;
    position: absolute !important;
    right: 50px !important;
    top: 15px !important;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #050B3F !important;
    border-radius: 50% !important;
    background: white !important;
    transition: all 0.2s !important;
}

body .gform_wrapper input[type="radio"]:checked + label:before {
  border-color: #4299e1 !important;
}

body .gform_wrapper input[type="radio"]:checked + label:after {
    content: '' !important;
    position: absolute !important;
    right: 56px !important;
    top: 21px !important;
    width: 12px !important;
    height: 12px !important;
    background: #4299e1 !important;
    border-radius: 50% !important;
}

/* Submit Button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%) !important;
  color: white !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 16px 36px !important;
  border-radius: 12px !important;
  font-size: 17px !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 6px rgba(66, 153, 225, 0.3) !important;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(66, 153, 225, 0.4) !important;
}

body .gform_wrapper .gform_footer input[type="submit"]:active {
  transform: translateY(0) !important;
}

/* Validation & Errors */
body .gform_wrapper .validation_message {
  color: #e53e3e !important;
  font-size: 14px !important;
  margin-top: 8px !important;
  font-weight: 500 !important;
}

body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error textarea,
body .gform_wrapper .gfield_error select {
  border-color: #fc8181 !important;
  background-color: #fff5f5 !important;
}

body .gform_wrapper .gfield_error .gfield_label {
  color: #e53e3e !important;
}

/* Description Text */
body .gform_wrapper .gfield_description {
  font-size: 14px !important;
  color: #718096 !important;
  margin-top: 6px !important;
  font-style: italic !important;
  line-height: 1.5 !important;
}

/* File Upload */
body .gform_wrapper .ginput_container_fileupload {
  position: relative !important;
}

body .gform_wrapper .ginput_container_fileupload input[type="file"] {
  border: 2px dashed #cbd5e0 !important;
  padding: 40px 20px !important;
  border-radius: 12px !important;
  width: 100% !important;
  background: #f8fafc !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  text-align: center !important;
}

body .gform_wrapper .ginput_container_fileupload input[type="file"]:hover {
  border-color: #4299e1 !important;
  background: #edf7ff !important;
}

/* Section & Complex Fields */
body .gform_wrapper .gsection {
  border-bottom: 2px solid #e2e8f0 !important;
  padding-bottom: 1rem !important;
  margin-bottom: 2rem !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) and (max-width: 767px) {
body .gform_wrapper {
    padding: 1rem !important;
    margin: 0!important;
}

  body .gform_wrapper .gform_footer input[type="submit"] {
    width: 100% !important;
    padding: 18px !important;
  }

  body .gform_wrapper .gfield_radio li,
  body .gform_wrapper .gfield_checkbox li {
    padding-left: 32px !important;
  }
}




/* Accordion Services css */


.Breakthrough-accordion {
	display: flex;

	gap: 15px;
	position: relative;
}

.Breakthrough-accordion-item {
	position: relative;
	flex: 1;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	background: #050b3f;
	border: 1px solid #6772AE
}

.Breakthrough-item-number {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 40px;
	height: 40px;
	background: rgba(56, 189, 248, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 700;
	color: #38bdf8;
	z-index: 10;
	transition: all 0.3s ease;
}

.Breakthrough-accordion-header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	z-index: 10;
}
.Breakthrough-accordion-image{}
/* .Breakthrough-accordion-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #f1f5f9;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	text-align: left;
	height: 300px;
	margin-left: 15px;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);    margin-left: 0px;
    margin-bottom: 20px;
} */
.Breakthrough-accordion-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f1f5f9;
    /* writing-mode: vertical-lr; */
    transform: rotate(
270deg);
    text-align: left;
    height: 212px;
    margin-left: 15px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    text-shadow:unset !important;
    margin-left: 0px;
    margin-bottom: 20px;
    width: 430px !important;
    padding: 20px;
    padding-top: 45px;
}
.Breakthrough-accordion-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 35px;
	opacity: 0;
	transform: scale(0.95);
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	pointer-events: none;
}

.Breakthrough-services-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px;
	height: 100%;
}

.Breakthrough-service-box {
	background: rgba(30, 41, 59, 0.95);
	border-radius: 12px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.Breakthrough-service-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	background: rgba(30, 41, 59, 1);
	border-color: rgba(56, 189, 248, 0.2);
}

.Breakthrough-service-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: white;
	background: rgba(56, 189, 248, 0.2);
}

.Breakthrough-service-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #f1f5f9;
	margin-bottom: 10px;
}

.Breakthrough-service-description {
	font-size: 0.95rem;
	color: #cbd5e1;
	line-height: 1.6;
	opacity: 0.9;
}

/* Active item styles */
.Breakthrough-accordion-item.active {
	flex: 4;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
	z-index: 5;
	background: #050b3f
}

.Breakthrough-accordion-item.active .Breakthrough-accordion-content {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.2s;
	pointer-events: auto;
}

.Breakthrough-accordion-item.active .Breakthrough-accordion-title , .Breakthrough-accordion-item.active .Breakthrough-accordion-image{
	opacity: 0;
	transform: translateY(20px);
}

.Breakthrough-accordion-item.active .Breakthrough-item-number {
	background: rgba(56, 189, 248, 0.25);
	transform: scale(1.2);
	color: #bfdbfe;
}

.Breakthrough-direction-indicator {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	color: rgba(255, 255, 255, 0.7);
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 5;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.Breakthrough-left-indicator {
	left: 15px;
}

.Breakthrough-right-indicator {
	right: 15px;
}

.Breakthrough-accordion-item:hover .Breakthrough-left-indicator {
	opacity: 1;
	transform: translate(-10px, -50%);
}

.Breakthrough-accordion-item:hover .Breakthrough-right-indicator {
	opacity: 1;
	transform: translate(10px, -50%);
}




.Breakthrough-accordion-item .services-consulting {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.Breakthrough-accordion-item .service-consulting-box {
	/* background: #f9f9f9; */
	    display: flex;
    align-items: flex-start;
	padding: 25px;
	border-radius: 10px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	border-left: 4px solid #9295AC;
	transition: all 0.3s;
}
.Breakthrough-accordion-item .service-consulting-box .con-icon{width: 64px;margin-right: 15px;}
.Breakthrough-accordion-item .service-consulting-box .con-icon img{    max-width: 64px;
    width: 64px;}
	.Breakthrough-accordion-item .service-consulting-box:hover {
	/* background: #f0f7ff; */
	transform: translateX(5px);
}

	.Breakthrough-accordion-item .service-consulting-box h3 {
	margin: 0 0 10px;
	color: #2c3e50;
	font-size: 18px;

}

.Breakthrough-accordion-item .service-consulting-box p {
	color: #DDDFEB;
	line-height: 27px;
	margin-bottom: 5px;
	font-size: 18px;margin-top: 0;
}

.Breakthrough-accordion-item .service-consulting-box p:last-child {
	
	color: #DDDFEB;

}

.Breakthrough-accordion-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}
.Breakthrough-accordion {
 
    height:700px;

}

.Breakthrough-accordion-title {
    font-size: 22px !important;

    margin-left: 0;
    margin-bottom: 20px;
}


.Breakthrough-accordion-content .services-consulting-payment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Breakthrough-accordion-content .services-consulting-payment-title h3 {
    max-width: 350px;
    font-size: 24px;
}
.Breakthrough-accordion-content .services-consulting-payment-title img{}







/* Animate Card style */
.breakthrough-animateCard-main {
	
}
.breakthrough-animateCard-cardContainer {
	height:60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
}
.breakthrough-animateCard-card {

	position: relative;
	height:auto;
	width: 586px;
	max-width: 90%;
	border-radius: 18px;
	padding: 30px;
	transform-origin: center;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
	transition: transform 0.2s ease, box-shadow 0.3s ease;    border: 1px solid #6772AE;
}
.breakthrough-animateCard-card.scaled {
	transform: scale(0.97) translateZ(0);
}
.breakthrough-animateCard-card h4 {
	text-align: center;
	margin: 0;
	font-size: 24px;line-height: 34px;

}
.breakthrough-animateCard-card .body {
    text-align: center;
}
.breakthrough-animateCard-card .body .breakthrough-animateCard-img-title {margin-top: 15px;}
.breakthrough-animateCard-card .body .breakthrough-animateCard-img-title img{
    max-width: 124px;margin: 0px auto 20px;
}
.breakthrough-animateCard-card .body .breakthrough-animateCard-img-title h4{font-size: 24px;line-height: 34px;margin-bottom: 15px;margin-top: 15px;color: #DDDFEB;}
.breakthrough-animateCard-description p, 
.breakthrough-animateCard-description2 {
	font-size: 20px;color: #DDDFEB;
	line-height: 30px;
	margin-bottom: 20px;
}
.breakthrough-animateCard-description2 {
    background: linear-gradient(135deg, #e322a6a8, #3D229100);
    border-radius: 12px;
    padding: 20px;
    font-size: 18px;
    border: 1px solid#E322A678;
}

.breakthrough-animateCard-description2 p{margin:0px}
.breakthrough-animateCard-description2 p {
    margin: 0px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.breakthrough-animateCard-imageContainer {
	position: relative;
	width: 60%;
	height: 100%;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.breakthrough-animateCard-inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.breakthrough-animateCard-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s ease;
}

/* Scroll indicator */
.breakthrough-animateCard-scroll-indicator {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1000;
}
.breakthrough-animateCard-scroll-text {
	font-size: 14px;
	margin-bottom: 10px;
	opacity: 0.7;
	animation: pulse 2s infinite;
}
.breakthrough-animateCard-scroll-arrow {
	width: 20px;
	height: 30px;
	border: 2px solid rgba(255,255,255,0.7);
	border-radius: 10px;
	position: relative;
}
.breakthrough-animateCard-scroll-arrow::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 50%;
	width: 4px;
	height: 8px;
	background: rgba(255,255,255,0.7);
	border-radius: 2px;
	transform: translateX(-50%);
	animation: scroll 1.5s infinite;
}
@keyframes scroll {
	0% { transform: translate(-50%, 0); opacity: 0; }
	50% { opacity: 1; }
	100% { transform: translate(-50%, 8px); opacity: 0; }
}
@keyframes pulse {
	0%, 100% { opacity: 0.5; }
	50% { opacity: 1; }
}
/* Responsive adjustments */
@media (max-width: 900px) {
	.breakthrough-animateCard-card .body {
		flex-direction: column;
		gap: 30px;
	}

	.breakthrough-animateCard-description, 
	.breakthrough-animateCard-imageContainer {
		width: 100%;
	}

	.breakthrough-animateCard-imageContainer {
		height: 300px;
	}

	.breakthrough-animateCard-card {
		height: auto;
		padding-bottom: 30px;
	}
}
@media (max-width: 600px) {


	.breakthrough-animateCard-gradient {
		display: none;
	}

	.breakthrough-animateCard-card {
		padding: 30px 20px;
	}

	.breakthrough-animateCard-card h2 {
		font-size: 24px;
	}

	.breakthrough-animateCard-scroll-indicator {
		display: none;
	}
}





.breakthrough-consulting-faq-answer p:not(:last-child) {
  margin-bottom: 15px;
}













/* Responsive design */
/* Ultra-wide monitors (1920px and above) */
/* Ultra-wide screens (2560px and up) */
@media (min-width: 2560px) {
  .breakthrough-animateCard-cardContainer {
    height: 40vh;
  }
}
@media (max-width: 1280px) {

.Breakthrough-accordion {
    height: 800px;
}
.breakthrough-animateCard-cardContainer {
    height: 70vh;
 
}
	
}
@media (max-width: 1200px) {

.small-screen-2 {
	width: 50%;
}
.breakthrough-animateCard-cardContainer {
	height: auto;
	display: block;
	align-items: center;
	justify-content: center;
	position: unset;
	top: 0;
	margin: 0px auto;
	display: block;
	margin-top: 0px;
}
}
@media (max-width: 992px) {
	.Breakthrough-accordion {
		height: 500px;
	}
	
	.Breakthrough-services-grid {
		gap: 15px;
	}

	.Breakthrough-service-box {
		padding: 20px;
	}
.Breakthrough-accordion-title {
    font-size: 20px;

}

.Breakthrough-accordion-header {
 
    padding: 15px;
 
}
.breakthrough-animateCard-cardContainer {
	height: auto;
	display: block;
	align-items: center;
	justify-content: center;
	position: unset;
	top: 0;
	margin: 0px auto;
	display: block;
	margin-top: 0px;
}
}






@media (max-width: 1024px) {
    .Breakthrough-accordion-item .service-consulting-box {
        /* background: #f9f9f9; */
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
.Breakthrough-accordion-item .service-consulting-box .con-icon {
    width: 64px;
    margin-bottom: 15px;
}
   .Breakthrough-accordion-item.service-consulting-box .con-icon {
        margin-bottom: 20px;
    }
.Breakthrough-accordion {

    height: auto;
    display: block;
}
	
.Breakthrough-accordion-item {
    height: auto;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 15px;
}
.Breakthrough-accordion-header {
    position: static;
    padding: 30px;
    display: block;
    align-items: unset;
    align-content: unset;
}

.Breakthrough-accordion-content {
    position: static;
padding: 15px;
    opacity: 1;

}
.Breakthrough-accordion-item.active {
    height: auto;
    flex: 1;
}
.Breakthrough-accordion-item.active .Breakthrough-accordion-title, .Breakthrough-accordion-item.active .Breakthrough-accordion-image {
    opacity: 1;
    transform: translateY(20px);
    writing-mode: unset;
    height: auto;
}
	
.Breakthrough-accordion-title {

    writing-mode: unset;
    transform: unset;
    text-align: left;
    height: auto;
    margin-left: 15px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    text-shadow: unset !important;
    margin-left: 0px;
    margin-bottom: 20px;
}
	
.Breakthrough-accordion-content .services-consulting-payment-title {
   display:flex
}
.Breakthrough-accordion-header {
    display:none
}
	
.breakthrough-animateCard-cardContainer {
	height: auto;
	display: block;
	align-items: center;
	justify-content: center;
	position: unset;
	top: 0;
	margin: 0px auto;
	display: block;
	margin-top: 0px;
}
	

.breakthrough-animateCard-cardContainer {
    height: auto;

}
}
@media (max-width: 767px) {
    .Breakthrough-accordion-item .service-consulting-box {
        /* background: #f9f9f9; */
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
.Breakthrough-accordion-item .service-consulting-box .con-icon {
    width: 64px;
    margin-bottom: 15px;
}
   .Breakthrough-accordion-item.service-consulting-box .con-icon {
        margin-bottom: 20px;
    }
.Breakthrough-accordion {

    height: auto;
    display: block;
}
	
.Breakthrough-accordion-item {
    height: auto;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 15px;
}
.Breakthrough-accordion-header {
    position: static;
    padding: 30px;
}

.Breakthrough-accordion-content {
    position: static;
padding: 15px;
    opacity: 1;

}
.Breakthrough-accordion-item.active {
    height: auto;
    flex: 1;
}
.Breakthrough-accordion-item.active .Breakthrough-accordion-title, .Breakthrough-accordion-item.active .Breakthrough-accordion-image {
    opacity: 1;
    transform: translateY(20px);
}

.Breakthrough-accordion-item .services-consulting {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.Breakthrough-accordion-content .services-consulting-payment-title {
   display:none
}
.breakthrough-animateCard-cardContainer {
	height: auto;
	display: block;
	align-items: center;
	justify-content: center;
	position: unset;
	top: 0;
	margin: 0px auto;
	display: block;
	margin-top: 0px;
}
.breakthrough-animateCard-card {
    padding: 20px;
    width: 100%;
    max-width: 100%;
}
	
	
	
	
	
	
	
}