/* _content/CompanyWebPage/Pages/Index.razor.rz.scp.css */
/* Pages/Index.razor.css */

/* ===== HERO ===== */
.hero[b-f2rcmeatek] {
    position: relative;
    min-height: 520px;
    background: linear-gradient(135deg, #00c8e8 0%, #00a8cc 40%, #0085aa 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 72px 1.5rem;
}

.hero-overlay[b-f2rcmeatek] {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 75% 40%, rgba(255,255,255,0.18) 0%, transparent 55%), radial-gradient(circle at 10% 90%, rgba(0,60,100,0.2) 0%, transparent 40%);
    pointer-events: none;
}

.hero-content[b-f2rcmeatek] {
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.hero-tag[b-f2rcmeatek] {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.15);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 1.25rem;
}

.hero-title[b-f2rcmeatek] {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 900;
    color: #1a237e;
    line-height: 1.1;
    margin-bottom: 0.2rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.1);
    outline: none;
}

.hero-sub[b-f2rcmeatek] {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.hero-desc[b-f2rcmeatek] {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.75;
    max-width: 500px;
    margin-bottom: 2rem;
}

.hero-actions[b-f2rcmeatek] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-logo-badge[b-f2rcmeatek] {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: none;
  
}

.hero-logo-img[b-f2rcmeatek] {
    height: 280px;
    width: auto;
    object-fit: contain;
    border-radius: 10%;
}

.badge-label[b-f2rcmeatek] {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.25em;
}

/* ===== BUTTONS ===== */
.btn-primary[b-f2rcmeatek] {
    display: inline-block;
    padding: 11px 26px;
    background: #1a237e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 7px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    border: none;
}

    .btn-primary:hover[b-f2rcmeatek] {
        background: #283593;
        transform: translateY(-1px);
    }

.btn-outline[b-f2rcmeatek] {
    display: inline-block;
    padding: 11px 26px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 7px;
    border: 2px solid rgba(255,255,255,0.6);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

    .btn-outline:hover[b-f2rcmeatek] {
        border-color: #ffffff;
        background: rgba(255,255,255,0.12);
    }

.btn-white[b-f2rcmeatek] {
    display: inline-block;
    padding: 11px 26px;
    background: #ffffff;
    color: #0085aa;
    font-size: 14px;
    font-weight: 700;
    border-radius: 7px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

    .btn-white:hover[b-f2rcmeatek] {
        background: #e0f7fc;
    }

/* ===== STATS STRIP ===== */
.stats-strip[b-f2rcmeatek] {
    background: #1a237e;
}

.stats-container[b-f2rcmeatek] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.stat-item[b-f2rcmeatek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 52px;
    gap: 4px;
}

.stat-num[b-f2rcmeatek] {
    font-size: 2.2rem;
    font-weight: 900;
    color: #00d4f0;
    line-height: 1;
}

.stat-label[b-f2rcmeatek] {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
}

.stat-divider[b-f2rcmeatek] {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.15);
}

/* ===== ABOUT SECTION ===== */
.about-section[b-f2rcmeatek] {
    background: #ffffff;
    padding: 80px 1.5rem;
}

.about-container[b-f2rcmeatek] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-text p[b-f2rcmeatek] {
    font-size: 15px;
    color: #444;
    line-height: 1.85;
    margin-bottom: 1rem;
}

.about-text strong[b-f2rcmeatek] {
    color: #1a237e;
}

.about-cards[b-f2rcmeatek] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.about-card[b-f2rcmeatek] {
    background: #e0f7fc;
    border: 1px solid #b2ebf2;
    border-radius: 12px;
    padding: 20px;
    transition: border-color 0.2s, transform 0.2s;
}

    .about-card:hover[b-f2rcmeatek] {
        border-color: #00b4dc;
        transform: translateY(-2px);
    }

.card-icon-wrap[b-f2rcmeatek] {
    font-size: 22px;
    margin-bottom: 10px;
}

.about-card h3[b-f2rcmeatek] {
    font-size: 13px;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 6px;
}

.about-card p[b-f2rcmeatek] {
    font-size: 12.5px;
    color: #555;
    line-height: 1.6;
}

/* ===== SECTION LABELS ===== */
.section-tag[b-f2rcmeatek] {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00a8cc;
    margin-bottom: 10px;
}

    .section-tag.center[b-f2rcmeatek] {
        display: block;
        text-align: center;
    }

.section-title[b-f2rcmeatek] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: #1a237e;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

    .section-title.center[b-f2rcmeatek] {
        text-align: center;
    }

/* ===== SERVICES SECTION ===== */
.services-section[b-f2rcmeatek] {
    background: #f0fbff;
    padding: 80px 1.5rem;
}

.services-container[b-f2rcmeatek] {
    max-width: 1200px;
    margin: 0 auto;
}

.services-grid[b-f2rcmeatek] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 2.5rem;
}

.service-card[b-f2rcmeatek] {
    display: block;
    background: #ffffff;
    border: 1px solid #b2ebf2;
    border-radius: 14px;
    padding: 32px 28px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

    .service-card:hover[b-f2rcmeatek] {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0, 168, 204, 0.15);
        border-color: #00b4dc;
    }

.service-card-accent[b-f2rcmeatek] {
    background: linear-gradient(135deg, #00b4dc 0%, #0085aa 100%);
    border-color: transparent;
}

    .service-card-accent h3[b-f2rcmeatek] {
        color: #ffffff !important;
    }

    .service-card-accent p[b-f2rcmeatek] {
        color: rgba(255,255,255,0.8) !important;
    }

    .service-card-accent .service-number[b-f2rcmeatek] {
        color: rgba(255,255,255,0.2) !important;
    }

    .service-card-accent .service-link[b-f2rcmeatek] {
        color: #ffffff !important;
    }

    .service-card-accent:hover[b-f2rcmeatek] {
        box-shadow: 0 12px 32px rgba(0, 168, 204, 0.35);
        border-color: transparent;
    }

.service-number[b-f2rcmeatek] {
    font-size: 2.8rem;
    font-weight: 900;
    color: rgba(0,168,204,0.12);
    line-height: 1;
    margin-bottom: 12px;
}

.service-card h3[b-f2rcmeatek] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a237e;
    margin-bottom: 10px;
}

.service-card p[b-f2rcmeatek] {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 20px;
}

.service-link[b-f2rcmeatek] {
    font-size: 13px;
    font-weight: 700;
    color: #00a8cc;
}

/* ===== CONTACT STRIP ===== */
.contact-strip[b-f2rcmeatek] {
    background: linear-gradient(135deg, #00c8e8 0%, #0085aa 100%);
    padding: 44px 1.5rem;
}

.contact-strip-container[b-f2rcmeatek] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.contact-info p[b-f2rcmeatek] {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 6px;
    line-height: 1.7;
}

.contact-info a[b-f2rcmeatek] {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@@media (max-width: 900px) {
    .about-container[b-f2rcmeatek] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .services-grid[b-f2rcmeatek] {
        grid-template-columns: 1fr;
    }

    .hero-logo-badge[b-f2rcmeatek] {
        display: none;
    }
}

@@media (max-width: 600px) {
    .about-cards[b-f2rcmeatek] {
        grid-template-columns: 1fr;
    }

    .stat-item[b-f2rcmeatek] {
        padding: 20px 28px;
    }

    .stat-divider[b-f2rcmeatek] {
        display: none;
    }

    .contact-strip-container[b-f2rcmeatek] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/CompanyWebPage/Shared/MainLayout.razor.rz.scp.css */
/* Shared/MainLayout.razor.css */

/* ========== Overall Layout ========== */
.layout-wrapper[b-t8azhgb05o] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f7f4;
}

/* ========== Main Content ========== */
.main-content[b-t8azhgb05o] {
    flex: 1;
    width: 100%;
}

/* ========== Footer ========== */
.footer[b-t8azhgb05o] {
    background-color: #0f1923;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 1.5rem;
}

.footer-container[b-t8azhgb05o] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.footer-divider[b-t8azhgb05o] {
    opacity: 0.3;
}

.footer-link[b-t8azhgb05o] {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.15s;
}

    .footer-link:hover[b-t8azhgb05o] {
        color: #f97316;
    }
/* _content/CompanyWebPage/Shared/NavMenu.razor.rz.scp.css */
