/* =============================================================
   about.css — Avon Alloys About Page styles
   Loaded only on about-us.php via $page_stylesheet
   Load order: bootstrap → main.css → dark.css → avon.css → about.css
   ============================================================= */

/* ── Brand colour override ── */
:root {
    --gt-theme:   #29ABE2;
    --gt-theme-2: #29ABE2;
    --gt-theme-3: #29ABE2;
}

/* ── Client logos marquee — compact cells ── */
.brand-area-one .brand-logo {
    flex: 0 0 auto !important;
    width: 150px !important;
    padding: 18px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.brand-area-one .brand-logo img {
    height: 36px !important;
    width: auto !important;
    max-width: 110px !important;
    object-fit: contain !important;
    mix-blend-mode: screen;
    opacity: 0.85;
}
.brand-area-one .brand-wrapper { padding-top: 40px !important; padding-bottom: 60px !important; }
.brand-area-one .marquee-wrap  { margin-bottom: 0 !important; }

/* ── About section — badges left-aligned ── */
.about-wrapper.style-4 .about-right-content .btn-content {
    gap: 0 !important;
    justify-content: flex-start !important;
}
.about-wrapper.style-4 .about-right-content .btn-content .about-cta-wrap {
    gap: 24px !important;
}

/* ── Counter widget — suppress CSS-generated "1M" ── */
.gt-breadcrumb-wrapper .our-clint .text-1::before,
.gt-breadcrumb-wrapper .our-clint .text-1::after,
.gt-breadcrumb-wrapper .our-clint::before,
.gt-breadcrumb-wrapper .our-clint::after,
.avon-clint-widget .text-1::before,
.avon-clint-widget .text-1::after,
.avon-clint-widget::before,
.avon-clint-widget::after { content: none !important; display: none !important; }
.gt-breadcrumb-wrapper .our-clint .text-1,
.avon-clint-widget .text-1 { font-size: 13px !important; }
.avon-clint-widget .count-num,
.gt-breadcrumb-wrapper .our-clint .count-num { display: none !important; }

/* =============================================================
   Meet Our Team section
   ============================================================= */
.avon-team-section { background: #0a0a0a; padding: 100px 0 120px; }
.avon-team-section .section-sub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #29ABE2;
    margin-bottom: 16px;
}
.avon-team-section .section-sub span { width: 30px; height: 2px; background: #29ABE2; display: inline-block; }
.avon-team-section .section-heading {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 60px;
}

/* Team card */
.avon-team-card {
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.avon-team-card:hover { transform: translateY(-6px); border-color: rgba(41,171,226,0.35); }
.avon-team-card__photo { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #1a1a1a; }
.avon-team-card__photo img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top center;
    display: block;
    transition: transform 0.4s ease;
}
.avon-team-card:hover .avon-team-card__photo img { transform: scale(1.04); }
.avon-team-card__body { padding: 28px 30px 32px; }
.avon-team-card__name { font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 6px; }
.avon-team-card__role {
    font-size: 12px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: #29ABE2; margin-bottom: 16px;
}
.avon-team-card__bio { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55); margin: 0; }

/* =============================================================
   Manufacturing Process section
   ============================================================= */
.mfg-process-area { background: #0a0a0a; padding: 100px 0 120px; }
.mfg-process-area .section-title-three .title { color: #fff; }

.mfg-sub-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212,238,54,0.12);
    border: 1.5px dashed rgba(212,238,54,0.5);
    border-radius: 50px;
    padding: 7px 20px;
    color: #D4EE36;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.mfg-sub-label span {
    width: 7px; height: 7px;
    background: #D4EE36;
    border-radius: 50%;
    display: inline-block;
}

.mfg-flow-wrap {
    position: relative;
    margin-top: 60px;
    background: #181818;
    border-radius: 32px;
    padding: 60px 40px 70px;
    overflow: hidden;
}
.mfg-flow-wrap .mfg-deco-pill   { position: absolute; top: 30px; left: 36px; }
.mfg-flow-wrap .mfg-deco-pill-2 { position: absolute; bottom: 30px; right: 36px; transform: rotate(180deg); }

/* Scroll row */
.mfg-steps-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 30px 10px;
}
.mfg-steps-row::-webkit-scrollbar { display: none; }

/* Arrow */
.mfg-arrow { flex-shrink: 0; margin: 0 6px; opacity: 0.3; }

/* Circle step */
.mfg-step {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.mfg-step .circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease;
}
.mfg-step .circle:hover { transform: scale(1.05); }

/* Size variants */
.mfg-step.sm .circle { width: 130px; height: 130px; background: #242424; }
.mfg-step.md .circle { width: 175px; height: 175px; background: #2c2c2c; }
.mfg-step.lg .circle { width: 240px; height: 240px; background: #29ABE2; }

/* Step number */
.mfg-step .step-num {
    font-size: 11px; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-bottom: 4px;
}
.mfg-step.sm .step-num,
.mfg-step.md .step-num { color: rgba(255,255,255,0.35); }
.mfg-step.lg .step-num { color: rgba(255,255,255,0.7); }

/* Step title inside circle */
.mfg-step .step-title {
    font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
    line-height: 1.3; padding: 0 14px;
}
.mfg-step.sm .step-title { color: rgba(255,255,255,0.55); font-size: 11px; }
.mfg-step.md .step-title { color: rgba(255,255,255,0.7);  font-size: 12px; }
.mfg-step.lg .step-title { color: #fff; font-size: 14px; }

/* Dashed ring on lg step */
.mfg-step.lg .circle::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1.5px dashed rgba(41,171,226,0.4);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .mfg-flow-wrap { padding: 50px 20px 60px; border-radius: 20px; }
    .mfg-steps-row { justify-content: flex-start; }
    .mfg-step.lg .circle { width: 200px; height: 200px; }
}
@media (max-width: 576px) {
    .mfg-process-area       { padding: 70px 0 80px; }
    .mfg-step.sm .circle    { width: 100px; height: 100px; }
    .mfg-step.md .circle    { width: 135px; height: 135px; }
    .mfg-step.lg .circle    { width: 165px; height: 165px; }
    .mfg-step.sm .step-title { font-size: 9px; }
    .mfg-step.md .step-title { font-size: 10px; }
    .mfg-step.lg .step-title { font-size: 12px; }
    .mfg-arrow svg          { width: 36px; }
}
