/* Business page specific styles */

/* Our Services Showcase (hero cards) */
.business-services-hero { position: relative; padding: 60px 0; color: #fff; }
.business-services-hero .container { position: relative; z-index: 2; }
.business-services-hero .intro { text-align: center; color: #fff; margin-bottom: 60px; }
.business-services-hero .intro .title { color: #fff; font-size: 36px; margin-bottom: 20px; }
.business-services-hero .intro .subtitle { font-size: 18px; max-width: 800px; margin: 0 auto; color: #fff; }

/* Enhanced hero background and effects */
.business-services-hero { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); padding: 80px 0; overflow: hidden; min-height: auto; }
.hero-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="0.8" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="10" r="0.6" fill="rgba(255,255,255,0.1)"/></svg>'); animation: float 20s ease-in-out infinite; }
.hero-gradient { position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(230,96,48,0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(29,155,240,0.1) 0%, transparent 50%); pointer-events: none; }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
.business-services-hero > .container > .row > .col-md-12 h2 { color: #fff !important; }
.business-services-hero > .container > .row > .col-md-12 p { color: rgba(255,255,255,0.9) !important; }
.business-services-hero .col-md-4 > div { background: rgba(255,255,255,0.98) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2) !important; }
.business-services-hero .col-md-4 h4 { color: #333 !important; }
.business-services-hero .col-md-4 p { color: #666 !important; }
.business-services-hero .col-md-4 * { position: relative; z-index: 3; }

.business-card { background: rgba(255,255,255,0.95); padding: 30px; border-radius: 15px; text-align: center; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); border: 3px solid rgba(255,255,255,0.3); position: relative; overflow: hidden; }
.business-card .card-top-bg { position: absolute; top: 0; left: 0; right: 0; height: 100px; background-size: cover; background-position: center; opacity: 0.3; }
.business-card .icon-circle { background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%); width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(230,96,48,0.3); position: relative; z-index: 2; }
.business-card .icon { font-size: 36px; color: #e66030; }
.business-card .title { color: #333; margin-bottom: 15px; font-weight: bold; position: relative; z-index: 2; }
.business-card .desc { color: #666; margin-bottom: 20px; line-height: 1.6; position: relative; z-index: 2; }
.business-card .badge { background: #e66030; color: #fff; padding: 8px 16px; border-radius: 25px; font-weight: bold; display: inline-block; position: relative; z-index: 2; }

/* Industry Solutions grid */
.industry-section { padding: 80px 0; background: #fff; }
.industry-intro { text-align: center; margin-bottom: 60px; }
.industry-intro .title { color: #333; font-size: 36px; margin-bottom: 20px; }
.industry-intro .subtitle { font-size: 18px; color: #666; max-width: 800px; margin: 0 auto; }
.industry-card { background: #f8f9fa; padding: 25px; border-radius: 12px; text-align: center; margin-bottom: 30px; border-left: 4px solid #e66030; transition: all 0.3s; height: 250px; display: flex; flex-direction: column; justify-content: center; }
.industry-card .icon-circle { background: linear-gradient(135deg, #e66030, #d44520); width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; }
.industry-card .icon { font-size: 24px; color: #fff; }
.industry-card .title { color: #333; margin-bottom: 15px; font-weight: bold; }
.industry-card .desc { color: #666; line-height: 1.5; font-size: 14px; }

/* color variants for border-left if needed later */
.industry-card.border-green { border-left-color: #28a745; }
.industry-card.border-blue { border-left-color: #007bff; }
.industry-card.border-purple { border-left-color: #6f42c1; }
.industry-card.border-orange { border-left-color: #fd7e14; }
.industry-card.border-pink { border-left-color: #e83e8c; }

/* Utilities */
.list-tight { margin: 0; padding-left: 18px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Gradient helpers for icons/badges */
.bg-grad-green { background: linear-gradient(135deg, #28a745, #20c997) !important; }
.bg-grad-blue { background: linear-gradient(135deg, #007bff, #6610f2) !important; }
.bg-grad-purple { background: linear-gradient(135deg, #6f42c1, #e83e8c) !important; }
.bg-grad-orange-red { background: linear-gradient(135deg, #fd7e14, #dc3545) !important; }
.bg-grad-teal { background: linear-gradient(135deg, #20c997, #17a2b8) !important; }
.bg-grad-yellow { background: linear-gradient(135deg, #ffc107, #fd7e14) !important; }
.bg-grad-gray { background: linear-gradient(135deg, #6c757d, #495057) !important; }
.bg-grad-violet { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; }

/* Additional border color variants */
.industry-card.border-yellow { border-left-color: #ffc107; }
.industry-card.border-gray { border-left-color: #6c757d; }

/* Hero card background image variants */
.card-top-bg.bg-web-dev { background-image: linear-gradient(135deg, rgba(230,96,48,0.1) 0%, rgba(212,85,32,0.05) 100%), url('../../images/service/web-dev.jpg'); }
.card-top-bg.bg-digital-marketing { background-image: linear-gradient(135deg, rgba(230,96,48,0.1) 0%, rgba(212,85,32,0.05) 100%), url('../../images/service/digital-marketing.jpg'); }
.card-top-bg.bg-it-consulting { background-image: linear-gradient(135deg, rgba(230,96,48,0.1) 0%, rgba(212,85,32,0.05) 100%), url('../../images/service/it-consulting.jpg'); }

/* Shared section intro */
.section-intro { text-align: center; margin-bottom: 60px; }
.section-intro .title { color: #333; font-size: 36px; margin-bottom: 20px; }
.section-intro .subtitle { font-size: 18px; color: #666; max-width: 800px; margin: 0 auto; }

/* Technology Stack */
.tech-section { padding: 80px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }
.stack-card { background: white; padding: 30px; border-radius: 15px; text-align: center; margin-bottom: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border-top: 4px solid transparent; }
.stack-card .heading { color: #333; margin-bottom: 20px; font-weight: bold; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pill { background: #f1f3f4; color: #333; padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.stack-card.border-top-blue { border-top-color: #61dafb; }
.stack-card.border-top-green { border-top-color: #68a063; }
.stack-card.border-top-navy { border-top-color: #336791; }
.stack-card.border-top-orange { border-top-color: #ff9900; }

/* Development Process */
.process-section { padding: 80px 0; background: #fff; }
.process-card { text-align: center; margin-bottom: 40px; }
.step-badge { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; font-weight: bold; }
.process-title { color: #333; margin-bottom: 10px; font-weight: bold; }
.process-desc { color: #666; font-size: 14px; line-height: 1.4; }

/* Client Success Stories */
.stories-section { padding: 80px 0; background: #f8f9fa; }
.story-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; }
.story-header { display: flex; align-items: center; margin-bottom: 20px; }
.story-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.story-icon .fa { color: white; font-size: 24px; }
.story-heading { color: #333; margin: 0; }
.story-subheading { color: #666; margin: 0; font-size: 14px; }
.story-title-accent { color: #667eea; margin-bottom: 10px; }
.story-text { color: #666; margin-bottom: 20px; }
.story-highlight { color: #28a745; font-weight: bold; }

/* Pricing */
.pricing-section { padding: 80px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }
.pricing-card { background: white; padding: 40px 30px; border-radius: 15px; text-align: center; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-top: 4px solid transparent; position: relative; overflow: hidden; }
.pricing-card.border-green { border-top-color: #28a745; }
.pricing-card.border-orange { border-top-color: #e66030; }
.pricing-card.border-purple { border-top-color: #6f42c1; }
.pricing-card.is-featured { transform: scale(1.05); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.pricing-badge { position: absolute; top: 0; right: 0; background: #e66030; color: white; padding: 8px 20px; border-radius: 0 15px 0 15px; font-weight: bold; font-size: 12px; }
.pricing-title { color: #333; margin-bottom: 10px; font-weight: bold; }
.pricing-subtitle { color: #666; margin-bottom: 30px; }
.price { margin-bottom: 30px; }
.price .amount { font-size: 48px; font-weight: bold; }
.price .amount.green { color: #28a745; }
.price .amount.orange { color: #e66030; }
.price .amount.purple { color: #6f42c1; }
.price .unit { color: #666; font-size: 16px; }
.pricing-features { list-style: none; padding: 0; margin-bottom: 30px; text-align: left; }
.pricing-features li { margin-bottom: 15px; color: #666; }
.pricing-features .fa { margin-right: 10px; }
.pricing-card.border-green .pricing-features .fa { color: #28a745; }
.pricing-card.border-orange .pricing-features .fa { color: #e66030; }
.pricing-card.border-purple .pricing-features .fa { color: #6f42c1; }
.btn-cta { background: #28a745; color: white; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; display: block; }
.btn-cta.orange { background: #e66030; }
.btn-cta.purple { background: #6f42c1; }

/* Call To Action */
.cta-section { background: linear-gradient(115deg,#0a2540,#153c63 60%,#0d3354); padding: 80px 0; color: #fff; }
.cta-intro { text-align: center; color: #fff; }
.cta-intro .title { color: #fff; font-size: 42px; margin-bottom: 20px; }
.cta-intro .subtitle { font-size: 20px; margin-bottom: 40px; color: #c2d9e7; }
.cta-stats { margin-bottom: 30px; text-align: center; }
.cta-stat { display: inline-block; margin: 0 30px; }
.cta-stat .value { font-size: 32px; font-weight: bold; color: #56c5f7; }
.cta-stat .label { color: #fff; }
.cta-actions { margin-top: 40px; text-align: center; }
.btn-cta-lg { background: #56c5f7; color: #fff; padding: 18px 40px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 18px; margin-right: 20px; display: inline-block; transition: all 0.3s; }
.btn-cta-outline { background: transparent; color: #56c5f7; padding: 18px 40px; border: 2px solid #56c5f7; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 18px; display: inline-block; transition: all 0.3s; }

/* FAQ */
.faq-section { padding: 80px 0; background: #fff; }
.faq-title { color: #333; font-size: 36px; margin-bottom: 20px; }
.faq-subtitle { font-size: 18px; color: #666; max-width: 800px; margin: 0 auto; }
.faq-item { margin-bottom: 30px; }
.faq-item .question { color: #333; margin-bottom: 15px; font-weight: bold; }
.faq-item .answer { color: #666; line-height: 1.6; }