﻿* {
    font-family: system-ui, sans-serif;
}


:root {
    --sc-purple: #4a02cc; /* SmartCore Purple — "Smart" */
    --sc-orange: #fe6902; /* SmartCore Orange — "Core"  */
    --sc-gray: #505052; /* SmartCore Gray   — "Staffing Solutions" */
}

.bcs-section {
    padding: 30px 0;
    
}

.bcs-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .bcs-heading .bcs-purple {
        color: var(--sc-purple);
    }
    .bcs-heading .bcs-orange {
        color: var(--sc-orange);
    }
    .bcs-heading .bcs-gray {
        color: var(--sc-gray);
    }

.bcs-para {
    font-size: 15px;
    color: #6d6e71; /* SmartCore gray */
    line-height: 1.75;
}

/* Icon Items */
.bcs-feature-item {
    font-size: 15px;
    font-weight: 500;
    color: #2d2d2d;
}

    .bcs-feature-item i {
        font-size: 1.15rem;
        width: 22px;
        text-align: center;
    }


.bcs-icon {
    background: linear-gradient(135deg, #4a02cc, #fe6902);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Image column */
.bcs-img-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0 10px 10px 0;
    min-height: 340px;
}

@media (max-width: 768px) {
    .bcs-img-col img {
        border-radius: 0 0 10px 10px;
        min-height: 220px;
    }

    .bcs-heading{
        font-size:1.5rem;
    }
}






.purple-card {
    background: rgba(74, 2, 204, 0.03);
    border: 1px solid rgba(74, 2, 204, 0.15) !important;
}

.orange-card {
    background: rgba(254, 105, 2, 0.03);
    border: 1px solid rgba(254, 105, 2, 0.15) !important;
}

.icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.purple-icon {
    background: linear-gradient(135deg, #7d4cff, #4a02cc);
}

.orange-icon {
    background: linear-gradient(135deg, #ff9b4d, #fe6902);
}

.text-purple {
    color: var(--sc-purple);
}

.text-orange {
    color: var(--sc-orange);
}

.purple-card ul li::marker {
    color: var(--sc-purple);
}

.orange-card ul li::marker {
    color: var(--sc-orange);
}

.card {
    transition: all .3s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08) !important;
    }






.cta {
    background-image: url('/assets/images/whitebg2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

    .cta h3 {
        color: #4a02cc;
        font-weight: 700;
    }

    .cta p {
        color: #505052;
        font-size: 16px;
        line-height: 1.8;
    }


    .cta .career-link {
        color: #fe6902;
        font-weight: 700;
        text-decoration: none;
    }

        .cta .career-link:hover {
            color: #4a02cc;
        }



.smart-btnorange {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border: 2px solid var(--sc-orange);
    color: var(--sc-orange);
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(74,2,204,.08);
}

    .smart-btnorange:hover {
        background: var(--sc-orange);
        color: #fff;
        border-color: var(--sc-orange);
        transform: translateY(-2px);
    }



.smart-btnpurple {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border: 2px solid var(--sc-purple);
    color: var(--sc-purple);
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(74,2,204,.08);
}

    .smart-btnpurple:hover {
        background: var(--sc-purple);
        color: #fff;
        border-color: var(--sc-purple);
        transform: translateY(-2px);
    }


.why-smartcore .why-card {
    display: flex;
    align-items: center;
    gap: 15px;
    /*  background: #fff; */
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .why-smartcore .why-card:hover {
        transform: translateY(-5px);
    }

    .why-smartcore .why-card .icon {
        font-size: 20px;
        color: #ee7b32;
        min-width: 30px;
    }

    .why-smartcore .why-card p {
        margin: 0;
        font-weight: 500;
        color: #333;
    }

.why-smartcore .why-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}




.tech-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

    .tech-wall span {
        padding: 14px 28px;
        border-radius: 50px;
        font-weight: 600;
        background: #fff;
        border: 1px solid #eee;
        transition: .4s;
    }

        .tech-wall span:nth-child(odd) {
            border-color: #4a02cc;
            color: #4a02cc;
        }

        .tech-wall span:nth-child(even) {
            border-color: #fe6902;
            color: #fe6902;
        }

        .tech-wall span:hover {
            transform: translateY(-5px);
        }




.footer-area {
    background: linear-gradient(135deg, #2b0057 0%, #4a02cc 50%, #1a1a2e 100%);
    color: #fff;
    padding: 27px 0;
}

.copy-right-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #fff;
    flex-wrap: wrap;
}








.hero-banner {
    position: relative;
    min-height: 690px;
    padding: 40px 0 180px;
    background: url('/assets/images/banner1.png') center center/cover no-repeat;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    background-size: 100% 100%;
}

/* =========================
   LEFT CONTENT
========================= */

.hero-content {
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 10px 28px;
    border: 2px solid #ccb7ff;
    border-radius: 50px;
    color: #6c38e8;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    background: rgba(255,255,255,.45);
    backdrop-filter: blur(10px);
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    margin-bottom: 15px;
}

.dark {
    color: #232733;
}

.purple {
    color: #5c2be5;
}

.orange {
    color: #ff6b00;
}

.business {
    font-size: 32px;
    font-weight: 700;
}

.title-line {
    width: 140px;
    height: 4px;
    border-radius: 50px;
    margin: 15px 0;
    background: linear-gradient( 90deg, #5c2be5 0%, #5c2be5 45%, #ff6b00 46%, #ff6b00 100% );
}

.hero-desc {
    font-size: 17px;
    color: #5b6471;
    line-height: 1.8;
    max-width: 600px;
    margin-bottom: 25px;
    color:black;
}

/* =========================
   FEATURE ICONS
========================= */

.feature-icons {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 35px;
}

.feature-box {
    text-align: center;
    width: 105px;
}

.feature-icon {
    width: 62px;
    height: 62px;
    margin: auto auto 12px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purple-box .feature-icon {
    background: #f3ecff;
    color: #5c2be5;
}

.orange-box .feature-icon {
    background: #fff2ea;
    color: #ff6b00;
}

.feature-icon i {
    font-size: 32px;
}

.feature-box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #232733;
    margin: 0;
}

.divider {
    width: 1px;
    height: 80px;
    background: #e8ddd7;
}

/* =========================
   BUTTON
========================= */

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    height: 62px;
    padding-left: 30px;
    padding-right: 8px;
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg,#5c2be5,#ff8b1f);
    transition: .3s;
}

    .hero-btn:hover {
        transform: translateY(-2px);
    }

.btn-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #ff6b00;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-circle i {
        font-size: 24px;
    }

/* =========================
   BOTTOM CARD
========================= */

.bottom-card {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    width: 92%;
    max-width: 1080px;
    background: #fff;
    border-radius: 22px;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.bottom-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.bottom-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.purple-bg {
    background: #5c2be5;
}

.orange-bg {
    background: #ff6b00;
}

.bottom-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.bottom-item p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

/* =========================
   1200px
========================= */

@media(max-width:1199px) {

    .hero-banner {
        padding: 40px 0 220px;
        background-size: 100% 100%;
    }

    .hero-content {
        max-width: 560px;
    }

        .hero-content h1 {
            font-size: 44px;
        }

    .business {
        font-size: 28px;
    }

    .bottom-card {
        max-width: 900px;
    }

    .feature-box {
        width: 90px;
    }
}

/* =========================
   TABLET
========================= */

@media(max-width:991px) {

    .hero-banner {
        min-height: auto;
        padding: 90px 0;
        background-position: 0% center;
        background-size: 100% 90%;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

        .hero-content h1 {
            font-size: 42px;
        }

    .business {
        font-size: 30px;
    }

    .title-line {
        margin: 15px auto;
    }

    .hero-desc {
        margin: 0 auto 25px;
    }

    .feature-icons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .divider {
        display: none;
    }

    .feature-box {
        width: 120px;
    }

    .hero-btn {
        margin: auto;
    }

    .bottom-card {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        margin-top: 40px;
        flex-direction: column;
        gap: 20px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px) {

    .hero-banner {
        padding: 90px 0;
        background-position: 0% center;
        background-size: 100% 70%;
    }

    .hero-badge {
        font-size: 13px;
        padding: 8px 18px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .business {
        font-size: 24px;
    }

    .hero-desc {
        font-size: 15px;
    }

    .feature-icons {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 18px;
        max-width: 320px;
        margin: 25px auto;
    }

    .feature-box {
        width: 100%;
    }

    .feature-icon {
        width: 58px;
        height: 58px;
    }

        .feature-icon i {
            font-size: 28px;
        }

    .hero-btn {
        height: 56px;
        font-size: 16px;
    }

    .btn-circle {
        width: 40px;
        height: 40px;
    }

    .bottom-card {
        padding: 18px;
    }

    .bottom-item {
        align-items: flex-start;
    }

        .bottom-item h4 {
            font-size: 16px;
        }

        .bottom-item p {
            font-size: 13px;
        }
}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px) {

    .hero-content h1 {
        font-size: 28px;
    }

    .business {
        font-size: 20px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .feature-icons {
        gap: 15px;
    }

    .feature-icon {
        width: 52px;
        height: 52px;
    }

        .feature-icon i {
            font-size: 24px;
        }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .bottom-icon {
        width: 48px;
        height: 48px;
    }

    .bottom-item {
        gap: 12px;
    }
}

p{
    font-size:15px;
}

ul{
    font-size:15px;
}