/* Global button rounding override */
button,
.btn,
.cta-primary,
.contact-btn {
	border-radius: 50px !important;
}

/* Back-end Services page styles - reuse React/Front-end patterns */

@import url('style.css');

.hero-section {
	min-height: 60vh;
	background:
		radial-gradient(ellipse at top left, #ff4500 0%, transparent 60%),
		radial-gradient(ellipse at bottom right, #ff8c00 0%, transparent 60%),
		linear-gradient(135deg, #1a1a1a 0%, #2d1b0e 50%, #1a1a1a 100%);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 5% 0 5%;
	overflow: hidden;
}

.hero-title {
	font-family: 'Cabin', sans-serif;
	font-size: clamp(3rem, 7vw, 5rem);
	font-weight: 800;
	color: white;
	line-height: 1.05;
	margin-bottom: 1rem;
}

.hero-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	color: rgba(255, 255, 255, .75);
	line-height: 1.6;
	margin-bottom: 2rem;
}

.hero-buttons {
	display: flex;
	gap: 1rem;
}

.btn--primary {
	background: linear-gradient(135deg, var(--primary-color), #ff8c00);
	color: white;
	border: 2px solid var(--primary-color);
	padding: 12px 28px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn--primary:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #d44d1c, #e67a00);
	box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.btn--secondary {
	background: linear-gradient(135deg, var(--primary-color), #ff8c00);
	color: white;
	border: 2px solid var(--primary-color);
	padding: 12px 28px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.hero-buttons .btn--secondary:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #d44d1c, #e67a00);
	box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.statistics-section {
	padding: 64px;
}

.statistics-grid {
	color: var(--light-color);
	padding: 5rem 0;
	border-radius: 30px;
	border: 1px solid #eee;
	display: flex;
	justify-content: space-around;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.stat-number {
	font-family: 'Cabin', sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	color: var(--primary-color);
}

.stat-label {
	font-family: 'Inter', sans-serif;
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.scope-section {
	background:
		linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%),
		radial-gradient(circle at 20% 80%, rgba(255, 107, 0, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(255, 140, 0, 0.03) 0%, transparent 50%);
	padding: 8rem 2rem;
	position: relative;
	overflow: hidden;
}

.scope-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--primary-color), #ff8c00, transparent);
}

.scope-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 107, 0, .2), transparent);
}

.scope-section .container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.scope-header {
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	text-align: left;
	position: relative;
}

.scope-header h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--text-color);
	margin-bottom: 1rem;
}

.scope-header h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color), #ff8c00);
	border-radius: 2px;
}

.scope-header p {
	color: #666;
	max-width: 800px;
}

/* Vertical scope navigation */
.be-scope {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 3rem;
	position: relative;
}

.be-tabs {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.be-tabs__divider {
	position: absolute;
	right: -1.5rem;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, transparent, #e0e0e0, transparent);
}

/* Use global Android-style tab visuals with enhanced smoothness */
.be-tab {
    background: none;
    border: none;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: var(--text-light);
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    will-change: transform, background-color, color;
}

.be-tab::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
	transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
}

.be-tab::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 107, 53, 0.05);
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}

.be-tab:hover::before {
	left: 100%;
}

.be-tab:hover::after {
	opacity: 1;
}

.be-tab:hover {
    color: var(--primary-color);
    background: rgba(255, 107, 53, 0.08);
    transform: translateX(4px) translateZ(0);
}

.be-tab.active {
    color: var(--primary-color);
    background: rgba(255, 107, 53, 0.12);
    transform: translateX(6px) translateZ(0);
}

.be-tab.active::after {
	opacity: 1;
	background: rgba(255, 107, 53, 0.08);
}

.be-tab:focus-visible {
	outline: 3px solid rgba(255, 140, 0, 0.35);
	outline-offset: 2px;
}

.be-tab:active {
	transform: translateX(2px) translateZ(0) scale(0.98);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.be-tab:active::before {
	left: 0;
	transition: left 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.be-content {
	position: relative;
}

.be-panel {
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.be-panel.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
	animation: beFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes beFadeIn {
	0% {
		opacity: 0;
		transform: translateY(20px) scale(0.98);
	}
	50% {
		opacity: 0.7;
		transform: translateY(5px) scale(0.99);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.be-checks {
	list-style: none;
	margin: 1rem 0 2rem 0;
}

.be-checks li {
	position: relative;
	padding-left: 1.3rem;
	margin-bottom: .6rem;
	color: #555;
}

.be-checks li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--primary-color);
	font-weight: 800;
}

.see-more {
	display: inline-block;
	margin-top: .5rem;
	background: linear-gradient(135deg, var(--primary-color), #ff8c00);
	color: #fff;
	padding: .9rem 1.5rem;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(255, 107, 0, 0.25);
}

@media (max-width: 968px) {
	.be-scope {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.be-tabs__divider {
		display: none;
	}
}

@media (max-width: 768px) {
	.scope-section {
		padding: 4rem 1rem;
	}

	.hero-section {
		min-height: 70vh;
		padding: 80px 1.5rem;
	}
}

/* Capabilities Section - Enhanced styling matching React Development Scope */
.capabilities-section {
	background:
		linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%),
		radial-gradient(circle at 20% 80%, rgba(255, 107, 0, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(255, 140, 0, 0.03) 0%, transparent 50%);
	padding: 8rem 2rem;
	position: relative;
	overflow: hidden;
}

.capabilities-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--primary-color), #ff8c00, transparent);
}

.capabilities-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 107, 0, 0.2), transparent);
}

.capabilities-section .container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

.capabilities-header {
	margin-bottom: 3rem;
	position: relative;
	text-align: left;
	padding-bottom: 1rem;
}

.capabilities-header h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--text-color);
	margin-bottom: 1rem;
	position: relative;
}

.capabilities-header h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color), #ff8c00);
	border-radius: 2px;
}

.capabilities-header p {
	font-family: 'Inter', sans-serif;
	max-width: 800px;
	margin: 0;
	color: #666;
}

.capabilities-content {
	max-width: 1200px;
	margin: 0 auto;
}

/* Two-Column Layout for Capabilities */
.capabilities-section .panel-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: stretch;
    position: relative;
}

.capabilities-section .panel-layout::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: linear-gradient(180deg, transparent, #e0e0e0, transparent);
	transform: translateX(-50%);
}

.capabilities-section .panel-left {
	background: var(--light-color);
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 2.5rem;
	transition: all 0.3s ease;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
}

.capabilities-section .panel-left::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, var(--primary-color), #ff8c00);
	transition: width 0.3s ease;
}

.capabilities-section .panel-left:hover::before {
	width: 6px;
}

.capabilities-section .panel-left:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
	border-color: var(--primary-color);
}

.capabilities-section .framework-content h3 {
	font-family: 'Cabin', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--text-color);
	margin-bottom: 1.5rem;
}

.capabilities-section .framework-content p {
	font-family: 'Inter', sans-serif;
	color: #666;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

.capabilities-section .framework-content h4 {
	font-family: 'Cabin', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--text-color);
	margin-bottom: 1rem;
}

.capabilities-section .benefits-list {
	list-style: none;
	margin-bottom: 2rem;
}

.capabilities-section .benefits-list li {
	font-family: 'Inter', sans-serif;
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.75rem;
	color: #555;
	font-size: 1rem;
}

.capabilities-section .benefits-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 1.1rem;
}

.capabilities-section .request-services-btn {
	background: linear-gradient(135deg, var(--primary-color), #ff8c00);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 1rem 2rem;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	max-width: 200px;
	position: relative;
	overflow: hidden;
}

.capabilities-section .request-services-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s ease;
}

.capabilities-section .request-services-btn:hover::before {
	left: 100%;
}

.capabilities-section .request-services-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
}

.capabilities-section .request-services-btn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

/* Technology Logos Grid for Capabilities */
.capabilities-section .panel-right {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 1rem;
}

.capabilities-section .tech-logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    overflow-y: auto;
    overscroll-behavior: contain;
}

/* Optional scrollbar refinement */
.capabilities-section .tech-logos-grid::-webkit-scrollbar { width: 8px; }
.capabilities-section .tech-logos-grid::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 8px; }
.capabilities-section .tech-logos-grid:hover::-webkit-scrollbar-thumb { background: #cfcfcf; }

.capabilities-section .tech-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.75rem;
	transition: transform 0.3s ease;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 8px;
}

.capabilities-section .tech-logo:hover {
	transform: translateY(-4px);
	background: rgba(255, 107, 53, 0.05);
	border-radius: 8px;
}

.capabilities-section .logo-icon {
	width: 60px;
	height: 60px;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	padding: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.capabilities-section .logo-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(0%) brightness(0.98);
	transition: all 0.3s ease;
	max-width: 44px;
	max-height: 44px;
}

.capabilities-section .tech-logo:hover .logo-icon img {
	filter: grayscale(0%) brightness(1);
	transform: scale(1.1);
}

.capabilities-section .logo-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
	transition: left 0.5s ease;
}

.capabilities-section .tech-logo:hover .logo-icon::before {
	left: 100%;
}

.capabilities-section .tech-logo:hover .logo-icon {
	border-color: var(--primary-color);
	background: #fff;
	box-shadow: 0 6px 20px rgba(255, 107, 53, 0.2);
	transform: scale(1.05);
}

.capabilities-section .tech-logo span {
	font-family: 'Inter', sans-serif;
	font-size: 0.8rem;
	color: #495057;
	font-weight: 500;
	line-height: 1.2;
	transition: color 0.3s ease;
}

.capabilities-section .tech-logo:hover span {
	color: var(--primary-color);
	font-weight: 600;
}

/* Responsive Design for Capabilities Section */
@media (max-width: 968px) {
	.capabilities-section .panel-layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.capabilities-section .panel-layout::before {
		display: none;
	}

    .capabilities-section .tech-logos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        padding: 0.5rem;
    }

	.capabilities-header h2 {
		font-family: 'Cabin', sans-serif;
		font-size: 2rem;
	}

	.capabilities-section .panel-right {
		padding: 0.5rem;
	}
}

@media (max-width: 768px) {
	.capabilities-section {
		padding: 4rem 1rem;
	}

	.capabilities-section .panel-left {
		padding: 2rem;
	}

	.capabilities-section .tech-logos-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 0.75rem;
		padding: 1rem;
	}

	.capabilities-section .logo-icon {
		width: 50px;
		height: 50px;
	}

	.capabilities-section .logo-icon img {
		max-width: 36px;
		max-height: 36px;
	}
}

@media (max-width: 640px) {
	.capabilities-section .tech-logos-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
		padding: 0.75rem;
	}

	.capabilities-section .request-services-btn {
		max-width: 100%;
	}

	.capabilities-header h2 {
		font-family: 'Cabin', sans-serif;
		font-size: 1.8rem;
	}

	.capabilities-section .panel-left {
		padding: 1.5rem;
	}

	.capabilities-section .logo-icon {
		width: 45px;
		height: 45px;
	}

	.capabilities-section .logo-icon img {
		max-width: 32px;
		max-height: 32px;
	}
}

/* Client Feedback Section */
.client-feedback {
  max-width: 1100px;
  margin: 80px auto;
  padding: 20px;
  text-align: center;
}

.feedback-container {
    max-width: 1200px;
    margin: 0 auto;
}

.feedback-header {
    margin-bottom: 60px;
}

.feedback-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    font-family: var(--font-heading);
}

.feedback-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
    font-family: var(--font-paragraph);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.testimonial {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
}

.star {
    width: 20px;
    height: 20px;
    color: #ffd700;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 32px;
    font-style: italic;
    font-family: var(--font-paragraph);
}

.client-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #ff8c00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--font-heading);
}

.client-details {
    flex: 1;
}

.client-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 4px;
    font-family: var(--font-heading);
}

.client-title {
    font-size: 14px;
    color: #666;
    font-family: var(--font-paragraph);
}

.company-logo {
    height: 32px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-color);
    font-family: var(--font-heading);
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.nav-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: var(--text-color);
}

.nav-arrows {
    display: flex;
    gap: 12px;
}

.nav-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.nav-arrow:hover {
    border-color: var(--text-color);
    background-color: var(--text-color);
    color: white;
}

.nav-arrow svg {
    width: 16px;
    height: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .feedback-title {
        font-size: 2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .testimonial {
        padding: 30px;
    }
}