:root {
	--font-body: 'Inter', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--line-height-body: 1.8;
}

body {
	font-family: var(--font-body);
	line-height: var(--line-height-body);
}

p,
li,
.hero-desc,
.clients-intro,
.testimonials-sub,
.faq-sub,
.testimonial-quote,
.service-card p,
.process-step p,
.stat-label,
footer p {
	font-family: var(--font-body);
	line-height: var(--line-height-body);
}

label,
input,
textarea,
select,
button,
.navbar-hero .nav-link,
.tech-title,
footer,
footer a {
	font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.section-title,
.process-heading,
.clients-heading,
.testimonials-heading,
.faq-heading,
.hero-title,
.hero-highlight,
.stat-number,
.service-card h3,
.process-step h3,
.process-step h4,
.portfolio-card h3,
.portfolio-card h4,
footer h5,
footer .footer-widget-title,
.footer-logo,
.navbar-hero .brand-text strong,
.testimonial-name {
	font-family: var(--font-heading);
}

.section-eyebrow {
	margin-bottom: 0;
}

footer .footer-widget-title {
	color: white;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 1.1rem;
}

.testimonial-name {
	margin-bottom: 0;
}

/* Services section — Web & App Development Company */
.services-section .service-card h3 {
	transition: color 0.3s ease;
}

.services-section .service-card p {
	transition: color 0.3s ease;
}

.services-section .service-card:hover {
	border-color: rgba(255, 111, 0, 0.35);
	background: linear-gradient(180deg, #ffffff 0%, #fff8f0 100%);
	box-shadow: 0 20px 40px rgba(255, 111, 0, 0.12);
}

.services-section .service-card::after {
	background: var(--indo-orange, #ff6f00);
}

.services-section .service-card:hover h3 {
	color: var(--indo-orange, #ff6f00);
}

.services-section .service-card:hover p {
	color: #334155;
}

.services-section .service-card:hover .service-icon-wrapper {
	background: var(--indo-orange, #ff6f00);
}

.services-section .service-card:hover .service-icon-wrapper svg {
	fill: #fff;
}

.services-section .service-link {
	transition: color 0.3s ease;
}

.services-section .service-link:hover {
	color: var(--indo-orange, #ff6f00);
}

.services-section .service-card:hover .service-link {
	color: var(--indo-orange, #ff6f00);
}

.services-section .service-card:hover .service-link:hover {
	color: #e65100;
}
