.faq-question {
	background: #F7F7F7;
	padding: 10px 50px 10px 10px;
	margin: 0px 0px 10px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
}
.faq-item {
	margin-bottom: 20px;
}
.faq-answer p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
}
.faq-answer {
	padding: 10px;
}

.custom-faq-accordion .faq-question {
    cursor: pointer;
    position: relative;
}

.custom-faq-accordion .faq-question::after {
	content: '+';
	position: absolute;
	right: 20px;
	transition: transform 0.3s;
}

.custom-faq-accordion .faq-item.active .faq-question::after {
    content: '-';
}
.custom-faq-accordion .faq-answer {
	display: none;
	padding: 0px 10px;
	color: #444;
}
.faq-item.active .faq-question {
	background: #27C3E3;
	color: #fff;
	transition: 0.3s;
}
.course_img {
	background-size: cover;
	background-position: center;
}
.course_vid iframe {
	border-radius: 20px;
}
.pieces_area {
	width: 100%;
	max-width: 550px;
	margin: auto;
	position: relative;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.piece_1 .piece_block {
	width: 150px;
	height: 150px;
	background: #f57037;
	position: relative;
	margin-left: 60px;
}
.piece_1 .piece_block span {
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 10px;
}
.piece_1 .piece_block::before {
	content: ;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.piece_1 .piece_block::after {
	content: '';
	background: #f57037;
	display: block;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50px;
	position: absolute;
	right: -20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.piece_1 {
	width: 250px;
	margin-top: 90px;
}
.piece_1 .piece_content h3 {
	font-size: 20px !important;
	margin: 0px 0px 5px 0px;
	position: relative;
}
.piece_1 .piece_content p {
	font-size: 14px;
	line-height: 21px;
}
.piece_1 .piece_content {
	margin-top: 20px;
	position: relative;
	width: 220px;
}
.piece_1 .piece_content h3::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #f57037;
	border-radius: 50px;
	position: absolute;
	left: -25px;
	top: 4px;
}
.piece_1 .connector-1 {
	display: block;
	width: 20px;
	height: 2px;
	background: #f57037;
	position: absolute;
	left: -40px;
	top: 11px;
}
.piece_1 .connector-2 {
	display: block;
	width: 2px;
	height: 103px;
	background: #f57037;
	position: absolute;
	left: -40px;
	top: -90px;
}
.piece_1 .connector-3 {
	display: block;
	width: 80px;
	height: 2px;
	background: #f57037;
	position: absolute;
	left: -40px;
	top: -90px;
}
.piece_1 .connector-3::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #f57037;
	border-radius: 50px;
	position: absolute;
	right: -10px;
	top: -6px;
}

.piece_2 {
	width: 250px;
}
.piece_2 .piece_block {
	width: 150px;
	height: 150px;
	background: #fcc42b;
	position: relative;
	margin-left: 0px;
	transform: translateX(-10px);
}
.piece_2 .piece_block span {
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 10px;
}
.piece_2 .piece_block::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	bottom: 0px;
	left: -10px;
	right: auto;
	margin: auto;
	top: 0px;
}
.piece_2 .piece_block::after {
	content: '';
	background: #fcc42b;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50px;
	position: absolute;
	right: 0px;
	top: auto;
	bottom: -20px;
	margin: auto;
	left: 0px;
}
.piece_2 .piece_content h3 {
	font-size: 20px !important;
	margin: 0px 0px 5px 0px;
	position: relative;
}
.piece_2 .piece_content p {
	font-size: 14px;
	line-height: 21px;
}
.piece_2 .piece_content {
	margin-top: 0px;
	position: relative;
	margin-bottom: 20px;
	text-align: right;
	transform: translateX(-240px);
	width: 350px;
}
.piece_2 .piece_content h3::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #fcc42b;
	border-radius: 50px;
	position: absolute;
	right: -25px;
	top: 4px;
}

.piece_2 .connector-1 {
	display: block;
	width: 60px;
	height: 2px;
	background: #fcc42b;
	position: absolute;
	right: -80px;
	top: 11px;
}
.piece_2 .connector-2 {
	display: block;
	width: 2px;
	height: 153px;
	background: #fcc42b;
	position: absolute;
	right: -80px;
	bottom: -96px;
}
.piece_2 .connector-3 {
	display: block;
	width: 30px;
	height: 2px;
	background: #fcc42b;
	position: absolute;
	right: -80px;
	bottom: -96px;
}
.piece_2 .connector-3::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #fcc42b;
	border-radius: 50px;
	position: absolute;
	left: -10px;
	top: -6px;
}

.piece_3 {
	width: 50%;
	margin-top: 0px;
	margin-left: auto;
	transform: translateY(-70px) translateX(-10px);
}
.piece_3 .piece_block {
	width: 150px;
	height: 150px;
	background: #0094ad;
	position: relative;
	margin-left: 0px;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 10px;
}
.piece_3 .piece_block span {
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 10px;
}
.piece_3 .piece_block::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.piece_3 .piece_block::after {
	content: '';
	background: #0094ad;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50px;
	position: absolute;
	left: -20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.piece_3 .piece_content h3 {
	font-size: 20px !important;
	margin: 0px 0px 5px 0px;
	position: relative;
}
.piece_3 .piece_content p {
	font-size: 14px;
	line-height: 21px;
}
.piece_3 .piece_content {
	margin-top: 20px;
	position: relative;
	width: 220px;
	transform: translateX(-53px);
}
.piece_3 .piece_content h3::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #0094ad;
	border-radius: 50px;
	position: absolute;
	left: -25px;
	top: 4px;
}

.piece_3 .connector-1 {
	display: block;
	width: 30px;
	height: 2px;
	background: #0094ad;
	position: absolute;
	left: -50px;
	top: 11px;
}
.piece_3 .connector-2 {
	display: block;
	width: 2px;
	height: 105px;
	background: #0094ad;
	position: absolute;
	left: -50px;
	bottom: 9px;
}
.piece_3 .connector-3 {
	display: block;
	width: 60px;
	height: 2px;
	background: #0094ad;
	position: absolute;
	left: -50px;
	top: -93px;
}
.piece_3 .connector-3::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #0094ad;
	border-radius: 50px;
	position: absolute;
	right: -10px;
	top: -6px;
}
.values_content {
	width: 100%;
	margin-top: -60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 10px;
}
.val-col h5 {
	margin: 0px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}
.val-col p {
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	margin-top: 5px;
}
.values_content .val-col {
	width: 30%;
}
.bg-img-fit {
	background-size: cover !important;
	background-position: center !important;
}
body.home {
	display: block;
}
.training_form {
    background: #27c3e3;
    border-radius: 20px;
}
.training_form label span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.training_form label {
    margin: 10px 0px 0px 0px;
}
.training_form input, .training_form textarea {
    width: 100% !important;
}
.training_form input {
    height: 45px;
    border: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
}
.training_form textarea{
	height: 60px;
    border: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    resize:verticle;
    max-height: 150px;
}
.training_form input[type="submit"] {
    background: #EFF028 !important;
    color: #222 !important;
    margin-top: 10px !important;
    font-weight: 700 !important;
}
.training_form .input {
    margin-right: 0px !important;
}
.training_form ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
}
.training_form ul label {
    margin: 5px 0px 0px 0px;
}
.training_form fieldset.form-columns-2 {
    display: flex;
    gap: 10px;
}
.training_form .submitted-message {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}
.elementor-element .quiz-video video {
  pointer-events: none; /* Prevent video control interaction */
}

.elementor-element .quiz-area {
  display: none; /* Ensure form is hidden initially */
}
.elementor-element .start-quiz-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* === Brand color override (no orange) === */
:root{
    --brand:#27C3E3;
    --brand-dark:#0094ad;
}

/* Kill orange tones used by theme/elementor */
.elementor-widget-heading [style*="#f57037"],
.elementor-widget-heading [style*="#f69d1f"],
.elementor-widget-heading [style*="#FF8C00"],
[class*="eyebrow"], .course-eyebrow, .certificate-label,
.elementor-post__categories,
.elementor-post__badge,
.entry-categories a,
.cat-links a,
.elementor-loop-item .elementor-heading-title[style*="orange"],
.elementor-element [style*="color:#f"] .elementor-heading-title,
.elementor-element [style*="color: #f"] .elementor-heading-title{
    color: var(--brand) !important;
}

/* Generic: any element flagged with orange tones → brand */
[style*="color:#f57037"], [style*="color: #f57037"],
[style*="color:#f69d1f"], [style*="color: #f69d1f"],
[style*="color:#fd7e14"], [style*="color: #fd7e14"],
[style*="color:#ff8c00"], [style*="color: #ff8c00"],
[style*="color:#FF8C00"]{
    color: var(--brand) !important;
}
[style*="background:#f57037"], [style*="background: #f57037"],
[style*="background-color:#f57037"], [style*="background-color: #f57037"],
[style*="background:#f69d1f"], [style*="background: #f69d1f"],
[style*="background-color:#f69d1f"], [style*="background-color: #f69d1f"],
[style*="background:#fd7e14"], [style*="background: #fd7e14"]{
    background:var(--brand) !important;
}

/* Center-align certificates / cards section */
.certificates-section,
.elementor-section:has(.certificate-label),
.elementor-section.cert-grid,
.courses-grid, .certificates-grid{
    text-align:center;
}
.certificates-section .elementor-loop-container,
.courses-grid .elementor-loop-container,
.certificates-grid .elementor-loop-container{
    justify-content:center;
}

/* Cards: center inside content */
.elementor-loop-item, .course-card, .certificate-card{
    text-align:center;
}
.elementor-loop-item .elementor-button-wrapper{
    text-align:center;
}

/* Eyebrow "CERTIFICATE" text style */
.elementor-loop-item .elementor-widget-heading:first-of-type .elementor-heading-title,
.course-card .eyebrow,
.certificate-card .eyebrow{
    color: var(--brand) !important;
    text-align:center;
    letter-spacing:1px;
}

/* === Header layout (full menu left, subtle utility right) === */
#brandingWrapper{padding:8px 0;}
#header-menu-left .primary-nav{
    list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:18px;
}
#header-menu-left .primary-nav > li > a{
    font-weight:600;color:#222;text-decoration:none;padding:8px 4px;
}
#header-menu-left .primary-nav > li > a:hover{color:var(--brand);}
#header-utility-right .utility-nav{
    list-style:none;margin:0;padding:0;display:flex;gap:14px;
}
#header-utility-right .utility-nav > li > a{
    font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;
    text-decoration:none;padding:6px 10px;border:1px solid #ddd;border-radius:20px;
}
#header-utility-right .utility-nav > li > a:hover{
    color:#fff;background:var(--brand);border-color:var(--brand);
}
@media (max-width: 991px){
    #branding{flex-wrap:wrap;}
    #header-menu-left .primary-nav{justify-content:center;}
    #header-utility-right{margin-top:8px;width:100%;display:flex;justify-content:center;}
}

/* === Homepage hero: slider on top, search below, centered === */
.home .ml-slider, .home .metaslider{margin:0 auto;}
.home .home-search-wrap, .homepage-search{
    max-width:720px;margin:24px auto 32px;text-align:center;
}
.home .home-search-wrap form, .homepage-search form{
    display:flex;justify-content:center;gap:8px;
}
.home .home-search-wrap input[type="text"],
.home .home-search-wrap input[type="search"],
.homepage-search input[type="text"],
.homepage-search input[type="search"]{
    flex:1;max-width:480px;height:48px;border-radius:24px;
    border:2px solid var(--brand);padding:0 18px;font-size:15px;outline:none;
}
.home .home-search-wrap input[type="submit"],
.home .home-search-wrap button[type="submit"],
.homepage-search input[type="submit"],
.homepage-search button[type="submit"]{
    height:48px;padding:0 22px;border:none;border-radius:24px;
    background:var(--brand);color:#fff;font-weight:700;cursor:pointer;
}
.home .home-search-wrap input[type="submit"]:hover,
.homepage-search input[type="submit"]:hover{background:var(--brand-dark);}

/* === Home hero banner (training-courses style) === */
.home-hero-banner{
    background:linear-gradient(135deg,#27C3E3 0%,#0094ad 100%);
    padding:60px 20px;text-align:center;color:#fff;
}
.home-hero-inner{max-width:900px;margin:0 auto;}
.home-hero-banner h1{
    color:#fff;font-size:38px;font-weight:700;margin:0 0 12px;line-height:1.2;
}
.home-hero-banner p{color:#eafaff;font-size:16px;margin:0 0 24px;}
#home-hero-search{
    display:flex;max-width:640px;margin:0 auto;background:#fff;
    border-radius:40px;padding:6px;box-shadow:0 6px 20px rgba(0,0,0,.15);
}
#home-hero-search input[type="text"]{
    flex:1;border:none;outline:none;padding:0 22px;font-size:15px;
    background:transparent;color:#333;border-radius:40px;
}
#home-hero-search button{
    border:none;background:var(--brand);color:#fff;font-weight:700;
    letter-spacing:1px;padding:0 28px;height:46px;border-radius:40px;cursor:pointer;
}
#home-hero-search button:hover{background:var(--brand-dark);}
@media (max-width:600px){
    .home-hero-banner{padding:40px 16px;}
    .home-hero-banner h1{font-size:26px;}
    #home-hero-search{flex-direction:column;border-radius:14px;gap:6px;}
    #home-hero-search button{height:44px;border-radius:30px;}
}

/* === Card grid spacing handled by mu-plugin === */

/* === Hide duplicate top utility (phone/About/Search) if it appears in elementor header === */
.elementor-location-header .duplicate-hide,
.duplicate-top-bar,
.site-header-duplicate{display:none !important;}

/* === Boxed sections handled by mu-plugin (1280px) — do not clobber here === */

/* === FAQ: make answer text visible on cyan === */
.elementor-tab-content,
.elementor-accordion .elementor-tab-content,
.elementor-accordion-item .elementor-tab-content,
.elementor-toggle .elementor-tab-content,
.faq-answer, .faq-answer p{
    color:#0b3a44 !important;
    background:#ffffff !important;
    opacity:1 !important;
}
.elementor-accordion .elementor-tab-title,
.elementor-toggle .elementor-tab-title{
    color:#0b3a44 !important;
    background:#fff !important;
}
.elementor-accordion .elementor-tab-title.elementor-active{
    color:#0b3a44 !important;background:#fff !important;
}
/* Section bg around FAQ — keep brand but ensure body cards readable */
.faq-section, .elementor-section.faq-section{background:var(--brand) !important;}
.faq-section .elementor-accordion-item,
.faq-section .elementor-toggle-item{
    background:#fff !important;border-radius:14px;margin-bottom:12px;overflow:hidden;
}

/* === Testimonial: kill harsh black bg, use brand-dark or light === */
.testimonial-section,
.elementor-section.testimonial-section,
[class*="testimonial"] .elementor-section,
.elementor-widget-testimonial-carousel,
.elementor-widget-testimonial{
    background:#f4fbfd !important;
}
.testimonial-section *,
.elementor-widget-testimonial-carousel *,
.elementor-widget-testimonial *{
    color:#1a1a1a !important;
}
.testimonial-section .elementor-testimonial__name,
.elementor-widget-testimonial-carousel .swiper-slide-name,
.elementor-widget-testimonial .elementor-testimonial-name{
    color:var(--brand-dark) !important;font-weight:700;
}
/* Generic: any black-bg full-bleed Elementor section gets neutral bg */
.elementor-section[style*="background-color:#000"],
.elementor-section[style*="background-color: #000"],
.elementor-section[style*="background:#000"],
.elementor-section[style*="background: #000"]{
    background:#f4fbfd !important;
}
.elementor-section[style*="background-color:#000"] *,
.elementor-section[style*="background-color: #000"] *,
.elementor-section[style*="background:#000"] *,
.elementor-section[style*="background: #000"] *{
    color:#1a1a1a !important;
}

/* Yellow form CTA → brand */
.elementor-button[style*="#ff0"],
.elementor-button[style*="#FFFF"],
.elementor-button[style*="yellow"]{
    background:var(--brand) !important;color:#fff !important;
}

/* Reduce vertical "boxed" feel of forms */
.elementor-section.has-form,
.elementor-section.form-section{padding:32px 16px !important;}
.elementor-section.has-form .elementor-container,
.elementor-section.form-section .elementor-container{padding:0 !important;}
