/**
 * WPBakery custom element styles.
 */

/* FAQ */
.faq-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: stretch;
}

@media (max-width: 991px) {
	.faq-layout { grid-template-columns: 1fr; }
	.faq-img-col { display: none; }
}

.faq-img-col { display: flex; flex-direction: column; }

.faq-img-main {
	border-radius: 20px;
	overflow: hidden;
	flex: 1;
	min-height: 420px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.faq-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; }

.faq-wrap { display: flex; flex-direction: column; gap: 10px; }

.faq-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 1.25rem 1.4rem;
	cursor: pointer;
	transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.faq-card:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
	border-color: #c7d2fe;
	transform: translateY(-1px);
}

.faq-card.open {
	border-color: #6366f1;
	box-shadow: 0 6px 24px rgba(99, 102, 241, 0.1);
}

.faq-card-head { display: flex; align-items: flex-start; gap: 12px; }

.faq-icon {
	width: 34px;
	height: 34px;
	border-radius: 9px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.88rem;
	margin-top: 1px;
}

.faq-icon-blue   { background: #eff6ff; color: #2563eb; }
.faq-icon-green  { background: #f0fdf4; color: #059669; }
.faq-icon-yellow { background: #fefce8; color: #ca8a04; }
.faq-icon-purple { background: #f5f3ff; color: #7c3aed; }
.faq-icon-rose   { background: #fff1f2; color: #e11d48; }
.faq-icon-cyan   { background: #ecfeff; color: #0891b2; }

.faq-question { font-size: 0.9rem; font-weight: 700; color: #111827; flex: 1; padding-top: 5px; }

.faq-chevron {
	font-size: 0.8rem;
	color: #9ca3af;
	flex-shrink: 0;
	padding-top: 6px;
	transition: transform 0.25s;
}

.faq-card.open .faq-chevron { transform: rotate(180deg); color: #6366f1; }

.faq-answer {
	font-size: 0.875rem;
	color: #4b5563;
	line-height: 1.75;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.25s ease;
	padding-left: 46px;
}

.faq-card.open .faq-answer { max-height: 400px; padding-top: 8px; }

/* Feature / Service / Team / Pricing cards */
.sc-feature-card,
.sc-service-card,
.sc-team-card,
.sc-pricing-card {
	background: #fff;
	border: 1px solid var(--border, #e5e7eb);
	border-radius: 16px;
	padding: 2rem;
	height: 100%;
	transition: box-shadow 0.2s, transform 0.2s;
}

.sc-feature-card:hover,
.sc-service-card:hover,
.sc-team-card:hover,
.sc-pricing-card:hover {
	box-shadow: var(--s-lg, 0 12px 40px rgba(0, 0, 0, 0.08));
	transform: translateY(-4px);
}

.sc-feature-icon,
.sc-service-icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: var(--blue-lt, #eff6ff);
	color: var(--blue, #2563eb);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.sc-service-thumb img,
.sc-team-photo img {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 1rem;
}

.sc-team-role { color: var(--muted, #6b7280); font-size: 0.875rem; margin-bottom: 0.75rem; }

/* Process */
.sc-process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
}

.sc-process-step {
	text-align: center;
	padding: 1.5rem;
}

.sc-process-num {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--blue, #2563eb);
	color: #fff;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
}

.sc-process-icon { font-size: 1.5rem; color: var(--blue, #2563eb); margin-bottom: 0.5rem; display: block; }

/* Pricing */
.sc-pricing-card--featured {
	border-color: var(--blue, #2563eb);
	box-shadow: 0 16px 48px rgba(37, 99, 235, 0.15);
	transform: scale(1.03);
}

.sc-pricing-price { margin: 1rem 0; }

.sc-pricing-amount { font-size: 2.5rem; font-weight: 800; }

.sc-pricing-period { color: var(--muted, #6b7280); font-size: 0.875rem; }

.sc-pricing-features {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	text-align: left;
}

.sc-pricing-features li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0.35rem 0;
	font-size: 0.9rem;
}

.sc-pricing-features i { color: var(--green, #059669); margin-top: 2px; }

/* CTA */
.sc-cta--gradient .sc-cta-inner {
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	border-radius: 20px;
	padding: 3rem 2rem;
	color: #fff;
}

.sc-cta--gradient h2 { color: #fff; }

/* Footer CTA */
.sc-footer-cta {
	background: linear-gradient(135deg, #0f172a, #1e3a5f);
	padding: 3rem 0;
}

.sc-footer-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.sc-footer-cta-content h3 { color: #fff; margin: 0 0 0.5rem; }
.sc-footer-cta-content p { color: rgba(255, 255, 255, 0.7); margin: 0; }

/* Contact */
.sc-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.sc-contact-item i { color: var(--blue, #2563eb); font-size: 1.1rem; margin-top: 2px; }

.sc-contact-form .form-control {
	border-radius: 10px;
	padding: 0.75rem 1rem;
	border: 1px solid var(--border, #e5e7eb);
}

/* SDG grid */
.sdg-img-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.sdg-img-grid a {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s;
}

.sdg-img-grid a:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.sdg-img-grid img { width: 100%; height: auto; display: block; }

@media (max-width: 767px) {
	.sdg-img-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
}

@media (max-width: 480px) {
	.sdg-img-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}

/* Blog card */
.blog-card {
	background: #fff;
	border: 1px solid var(--border, #e5e7eb);
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}

.blog-card-thumb img { width: 100%; height: 200px; object-fit: cover; display: block; }
.blog-card-body { padding: 1.5rem; }
.blog-card-tag {
	display: inline-block;
	background: var(--green-lt, #ecfdf5);
	padding: 0.2rem 0.75rem;
	border-radius: 20px;
	color: var(--green-dk, #047857);
	font-size: 0.75rem;
	margin-bottom: 0.75rem;
}

/* Bootstrap Icons — homepage sections (matches static-website/index.html) */
.stat-icon.bi {
	font-size: 1.2rem;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	margin-bottom: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.stat-item:nth-child(1) .stat-icon { background: rgba(37, 99, 235, 0.35); color: #93C5FD; }
.stat-item:nth-child(2) .stat-icon { background: rgba(202, 138, 4, 0.3); color: #FDE68A; }
.stat-item:nth-child(3) .stat-icon { background: rgba(5, 150, 105, 0.3); color: #6EE7B7; }
.stat-item:nth-child(4) .stat-icon { background: rgba(225, 29, 72, 0.3); color: #FCA5A5; }
.stat-item:nth-child(5) .stat-icon { background: rgba(124, 58, 237, 0.3); color: #C4B5FD; }

.about-tag { display: inline-flex; align-items: center; gap: 0.5rem; }
.about-check-list li { display: flex; align-items: flex-start; gap: 0.75rem; }
.about-check-list li .bi { color: var(--green, #059669); font-size: 1.1rem; flex-shrink: 0; margin-top: 0.1rem; }

.hero-scroll .bi { font-size: 1.1rem; animation: scrollBounce 1.9s ease-in-out infinite; }

.meta-pill .bi,
.badge-jury .bi { margin-right: 0.25rem; }

.testi-stars .bi { color: #F59E0B; margin-right: 2px; }

.faq-chevron { font-size: 0.8rem; color: #9ca3af; flex-shrink: 0; padding-top: 6px; transition: transform 0.25s; }
.faq-card.open .faq-chevron { transform: rotate(180deg); color: #6366f1; }

.eyebrow.blue { background: var(--blue-lt, #eff6ff); color: var(--blue, #2563eb); }
