body {
    background-color: #f1f5f9;
}

.section-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.card-title {
    margin-bottom: 30px;
}

.card-title h2 {
    font-size: 28px;
    color: #0f172a;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.card-title .devider {
    margin-top: 10px;
}

/* Feature Cards Inside Capabilities */
.cap-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.cap-card:hover {
    background: #ffffff;
    border-color: #0d7c67;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(13, 124, 103, 0.1);
}

/* Trust Cards */
.trust-card {
    background: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #0d7c67;
    margin-bottom: 15px;
}

/* Sub-cards for Vision/Mission */
.sub-card {
    background: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px;
    min-height: 240px;
}

/* Hero Adjustments */
#slider .carousel-caption {
    top: 52% !important;
    transform: translateY(-50%);
    bottom: auto !important;
    padding-bottom: 0 !important;
}

#slider .carousel-caption h2 {
    font-size: 38px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}

#slider .carousel-caption h3 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}

#slider .carousel-caption p {
    font-size: 15px !important;
    margin-bottom: 12px !important;
}

/* WhatsApp Inline Button */
.whatsapp-float {
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    gap: 10px; 
    width: 100%;
    margin-top: 10px;
    padding: 12px 20px;
    background-color: #0d7c67;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(13, 124, 103, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #0b6756;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 124, 103, 0.3);
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

/* Responsive Products View Rules */
.products-desktop-view {
    display: block;
}

.products-mobile-view {
    display: none;
}

.product-card-mobile {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    border-left: 4px solid #0d7c67;
}

.product-card-mobile h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0d7c67;
    margin-top: 0;
    margin-bottom: 2px;
}

.product-card-mobile .subtitle {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
    display: block;
}

.product-card-mobile .badge-industry {
    display: inline-block;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.product-card-mobile .meta-block {
    margin-bottom: 10px;
    font-size: 13px;
    color: #334155;
    line-height: 1.5;
}

.product-card-mobile .impact-block {
    background: #f8fafc;
    border-radius: 6px;
    padding: 10px 12px;
    margin-top: 10px;
    font-size: 13px;
    color: #0f172a;
}

/* Embedded Tech Stack Flexbox Alignment */
.capabilities-tech-container {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px dashed #cbd5e1;
}

.capabilities-tech-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 25px;
    text-align: center;
}

/* Flexbox row forces perfectly aligned heights */
.tech-flex-grid {
    display: flex;
    flex-wrap: wrap;
}

.tech-flex-grid > [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.tech-box-sub {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

.tech-box-sub:hover {
    background: #ffffff;
    border-color: #0d7c67;
    box-shadow: 0 4px 12px rgba(13, 124, 103, 0.08);
}

.tech-box-sub h5 {
    font-size: 15px;
    font-weight: 700;
    color: #0d7c67;
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tech-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tech-pill {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 16px;
    transition: all 0.2s ease;
}

.tech-pill:hover {
    background: #0d7c67;
    color: #ffffff;
    border-color: #0d7c67;
}

/* Switch products display at mobile breakpoint */
@media (max-width: 767px) {
    .products-desktop-view {
        display: none;
    }
    .products-mobile-view {
        display: block;
    }
    .section-card {
        padding: 20px;
    }
}
:root {
    --primary: #0f172a;
    --accent: #2563eb;
    --accent-hover: #1d4ed8;
    --bg-light: #f8fafc;
    --card-bg: #ffffff;
    --text-main: #334155;
    --text-dark: #0f172a;
    --border: #e2e8f0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main);
    background-color: var(--bg-light);
}

/* Header / Hero */
header {
    background-color: #0EB493;
    color: #ffffff;
    padding: .5rem .25rem;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header h1 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.developer-info {
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.contact-bar {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.contact-bar a {
    color: #60a5fa;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-bar a:hover {
    text-decoration: underline;
}

/* Container */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
}

/* Intro Section */
.intro-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.intro-card p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.intro-card p:last-child {
    margin-bottom: 0;
}

/* Headings */
h2 {
    font-size: 1.8rem;
    color: #0d7c67;
    margin-bottom: 1px; /* Reduced from 15px to close the gap */
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0d7c67;
    display: inline-block;
}

h3.group-title {
    font-size: 1.4rem;
    color: #0d7c67;
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.25rem;
}

/* Advantages Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08);
}

.card h3 {
    font-size: 1.2rem;
    color: #0d7c67;
    margin-bottom: 0.5rem;
}

/* Features Section */
.feature-group {
    margin-top: 0;
}

/* Ensure the group title doesn't push down with its default top margin */
.group-title {
    margin-top: 0;
    margin-bottom: 5px;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.feature-card {
    background: var(--card-bg);
    border-left: 4px solid #0d7c67;
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-radius: 0 8px 8px 0;
    padding: 1.25rem 1.5rem;
}

.feature-card h4 {
    font-size: 1.1rem;
    color: #0d7c67;
    margin-bottom: 0.5rem;
}

.feature-card ul {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
}

.feature-card li {
    margin-bottom: 0.25rem;
}

/* Footer */
footer {
    background: #0EB493;
    color: #ffffff;
    text-align: center;
    padding: 1rem .5rem;
    margin-top: 3rem;
    font-size: 0.9rem;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}
.key-features-title {
    margin-bottom: 10px !important;
}

.section-subtitle {
    margin-top: 10px !important;
}