/* =====================================================
   HADAYAT SONS HR SERVICES
   MAIN WEBSITE STYLES
===================================================== */


/* =====================================================
   COLORS
===================================================== */

:root {

    --navy: #17233a;
    --navy-dark: #0e1728;

    --red: #a71930;
    --red-dark: #8c1428;

    --blue-gray: #53647d;

    --light: #f7f8fa;
    --white: #ffffff;

    --border: #e5e7eb;

    --text: #374151;
    --muted: #6b7280;

}


/* =====================================================
   GLOBAL
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    font-family: 'Inter', sans-serif;

    color: var(--text);

    background: var(--white);

}


a {
    text-decoration: none;
}


/* =====================================================
   NAVBAR
===================================================== */

.navbar {

    min-height: 88px;

    background: rgba(255, 255, 255, 0.97);

    border-bottom: 1px solid #eeeeee;

}


.company-logo {

    width: 190px;

    height: auto;

    display: block;

}


.navbar-brand {
    padding: 0;
}


.nav-link {

    color: var(--navy) !important;

    font-size: 14px;

    font-weight: 600;

    transition: 0.2s;

}


.nav-link:hover,
.nav-link.active {

    color: var(--red) !important;

}


.login-btn {

    display: inline-flex;

    align-items: center;

    padding: 11px 20px;

    border-radius: 6px;

    background: var(--navy);

    color: white;

    font-size: 13px;

    font-weight: 600;

    transition: 0.25s;

}


.login-btn:hover {

    background: var(--red);

    color: white;

}


/* =====================================================
   HERO
===================================================== */

.hero {

    position: relative;

    overflow: hidden;

    padding: 95px 0 100px;

    background:

        linear-gradient(
            135deg,
            #f8fafc 0%,
            #ffffff 60%
        );

}


.hero::before {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    background: rgba(167, 25, 48, 0.04);

    right: -220px;

    top: -220px;

}


.hero-content {

    position: relative;

    z-index: 2;

}


.eyebrow {

    display: flex;

    align-items: center;

    gap: 10px;

    color: var(--red);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.eyebrow span {

    width: 32px;

    height: 2px;

    background: var(--red);

}


.hero h1 {

    margin-top: 22px;

    color: var(--navy);

    font-size: clamp(42px, 5vw, 66px);

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -2.5px;

}


.hero h1 strong {

    color: var(--red);

    font-weight: 800;

}


.hero-text {

    max-width: 590px;

    margin-top: 25px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.8;

}


.hero-text strong {

    color: var(--navy);

}


/* =====================================================
   HERO BUTTONS
===================================================== */

.hero-actions {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 32px;

}


.primary-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 14px 23px;

    border-radius: 6px;

    background: var(--red);

    color: white;

    font-size: 14px;

    font-weight: 700;

    transition: 0.25s;

}


.primary-btn:hover {

    background: var(--red-dark);

    color: white;

    transform: translateY(-2px);

}


.secondary-btn {

    padding: 13px 22px;

    border: 1px solid #d5d9df;

    border-radius: 6px;

    color: var(--navy);

    font-size: 14px;

    font-weight: 600;

    background: white;

    transition: 0.25s;

}


.secondary-btn:hover {

    border-color: var(--navy);

    color: var(--navy);

}


/* =====================================================
   TRUST
===================================================== */

.trust-row {

    display: flex;

    flex-wrap: wrap;

    gap: 25px;

    margin-top: 35px;

}


.trust-item {

    display: flex;

    align-items: center;

    gap: 8px;

    color: var(--blue-gray);

    font-size: 12px;

    font-weight: 600;

}


.trust-item i {

    color: var(--red);

}


/* =====================================================
   HERO VISUAL
===================================================== */

.hero-visual {

    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.visual-circle {

    position: absolute;

    width: 360px;

    height: 360px;

    border-radius: 50%;

    background: #edf1f5;

    border: 1px solid #e1e5ea;

}


.main-visual-card {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 20px;

    width: 330px;

    padding: 30px;

    background: white;

    border: 1px solid #e5e7eb;

    border-radius: 14px;

    box-shadow: 0 25px 60px rgba(23, 35, 58, 0.12);

}


.visual-icon {

    width: 62px;

    height: 62px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: var(--navy);

    color: white;

    font-size: 26px;

}


.main-visual-card span {

    display: block;

    margin-bottom: 6px;

    color: var(--red);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

}


.main-visual-card h4 {

    margin: 0;

    color: var(--navy);

    font-size: 17px;

    line-height: 1.4;

    font-weight: 700;

}


.floating-card {

    position: absolute;

    z-index: 3;

    right: 5%;

    bottom: 35px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 15px 18px;

    background: white;

    border: 1px solid #e5e7eb;

    border-radius: 10px;

    box-shadow: 0 15px 35px rgba(23, 35, 58, 0.12);

}


.floating-card > i {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    background: #f9e9ec;

    color: var(--red);

}


.floating-card strong {

    display: block;

    color: var(--navy);

    font-size: 12px;

}


.floating-card small {

    display: block;

    margin-top: 3px;

    color: var(--muted);

    font-size: 10px;

}


.floating-dot {

    position: absolute;

    border-radius: 50%;

}


.dot-one {

    width: 12px;

    height: 12px;

    top: 55px;

    right: 90px;

    background: var(--red);

}


.dot-two {

    width: 8px;

    height: 8px;

    bottom: 75px;

    left: 85px;

    background: var(--navy);

}


/* =====================================================
   WORKER SECTION
===================================================== */

.worker-section {

    padding: 100px 0;

    background: white;

}


.section-heading {

    max-width: 650px;

    margin: auto;

}


.section-label {

    color: var(--red);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.section-heading h2 {

    margin-top: 12px;

    color: var(--navy);

    font-size: 34px;

    font-weight: 800;

    letter-spacing: -1px;

}


.section-heading p {

    margin-top: 12px;

    color: var(--muted);

    font-size: 14px;

}


/* =====================================================
   WORKER CARDS
===================================================== */

.worker-card {

    display: block;

    height: 100%;

    padding: 32px;

    background: gray;

    border: 1px solid #e2e5e9;

    border-radius: 12px;

    color: var(--navy);

    transition:

        transform 0.25s ease,

        box-shadow 0.25s ease,

        border-color 0.25s ease;

}


.worker-card:hover {

    transform: translateY(-6px);

    color: var(--navy);

    box-shadow: 0 22px 45px rgba(23, 35, 58, 0.10);

}


.qualified-card:hover {

    border-color: rgba(167, 25, 48, 0.45);

}


.non-qualified-card:hover {

    border-color: rgba(23, 35, 58, 0.35);

}


.card-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

}


.worker-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: #f9e9ec;

    color: var(--red);

    font-size: 24px;

}


.non-qualified-card .worker-icon {

    background: #eef1f5;

    color: var(--navy);

}


.card-number {

    color: #cbd0d7;

    font-size: 13px;

    font-weight: 700;

}


.worker-card-content {

    margin-top: 35px;

}


.category-label {

    color: var(--red);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

}


.non-qualified-card .category-label {

    color: var(--blue-gray);

}


.worker-card h3 {

    margin-top: 8px;

    color: var(--navy);

    font-size: 23px;

    font-weight: 750;

}


.worker-card p {

    margin-top: 10px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;

}


.card-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 30px;

    padding-top: 20px;

    border-top: 1px solid #edf0f2;

    color: var(--navy);

    font-size: 13px;

    font-weight: 700;

}


.card-footer i {

    color: var(--red);

    transition: 0.2s;

}


.worker-card:hover .card-footer i {

    transform: translate(3px, -3px);

}


/* =====================================================
   SERVICES STRIP
===================================================== */

.services-strip {

    padding: 55px 0;

    background: var(--navy);

}


.service-item {

    display: flex;

    align-items: center;

    gap: 16px;

}


.service-icon {

    width: 48px;

    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    background: rgba(255,255,255,0.09);

    color: #ffffff;

    font-size: 19px;

}


.service-item h5 {

    margin: 0;

    color: white;

    font-size: 14px;

    font-weight: 700;

}


.service-item p {

    margin: 5px 0 0;

    color: #aeb8c7;

    font-size: 11px;

}


/* =====================================================
   FOOTER
===================================================== */

.footer {

    padding: 28px 0;

    background: var(--navy-dark);

}


.footer-logo {

    width: 175px;

    padding: 5px;

    background: white;

    border-radius: 4px;

}


.copyright {

    margin: 0;

    color: #8994a5;

    font-size: 11px;

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .hero {

        padding: 70px 0;

    }

    .hero-visual {

        margin-top: 60px;

    }

}


@media (max-width: 767px) {

    .navbar {

        min-height: 75px;

    }

    .company-logo {

        width: 160px;

    }

    .hero h1 {

        font-size: 43px;

        letter-spacing: -1.5px;

    }

    .hero-actions {

        flex-direction: column;

        align-items: flex-start;

    }

    .hero-visual {

        min-height: 350px;

    }

    .visual-circle {

        width: 290px;

        height: 290px;

    }

    .main-visual-card {

        width: 290px;

        padding: 22px;

    }

    .floating-card {

        right: 0;

    }

    .worker-section {

        padding: 70px 0;

    }

    .section-heading h2 {

        font-size: 28px;

    }

    .services-strip {

        padding: 45px 0;

    }

    .service-item {

        margin-bottom: 10px;

    }

    .footer {

        text-align: center;

    }

    .footer-logo {

        margin-bottom: 15px;

    }

}