.btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #000;
    background-color: #FFC600;
    border-radius: 15px;
    font-weight: 600;
    border: none;
}

.btn-primary:hover {
    background-color: #FFD74E;
    color: #000;
}

.btn-primary:focus {
    background-color: #FFD74E;
    color: #000;
}

#hero-home-content .home-hero-title {
    font-size: clamp(18px, 2vw, 26px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
    white-space: nowrap;
    color: #111827 !important;
    margin-bottom: 8px !important;
}

.hero-offset .home-hero-title {
    display: block;
    width: 100%;
    text-align: center !important;
    padding-top: 18px;
    padding-bottom: 22px;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .hero-offset .home-hero-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        padding-top: 12px;
        padding-bottom: 16px;
    }

    .hero-duo-card h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    #hero-home-content .home-hero-title {
        white-space: normal;
    }
}

.hide-whatsapp-cta-keep-space {
    visibility: hidden;
    pointer-events: none;
}

.hero-offset {
    padding-top: 160px;
}

.hero-offset.no-top-header {
    padding-top: 140px;
}

@media (max-width: 991px) {
    .hero-offset {
        padding-top: 150px;
    }

    .hero-offset.no-top-header {
        padding-top: 130px;
    }
}

@media (max-width: 767px) {
    .hero-offset {
        padding-top: 140px;
    }

    .hero-offset.no-top-header {
        padding-top: 125px;
    }
}

.hero-duo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
}

.hero-duo-card {
    flex: 1 1 48%;
    min-width: 260px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.hero-duo-card h2 {
    font-size: clamp(38px, 1.9vw, 42px);
    font-weight: 700;
    margin: 4px 0 8px;
}

.hero-duo-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 8px;
    flex-wrap: wrap;
}

.hero-duo-buttons .button1 {
    width: 180px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.hero-duo-buttons .button1 a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #111827 !important;
    background-color: #ffc600;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    padding: 12px 14px;
    transition: background-color 0.15s ease;
}

.hero-duo-buttons .button1 a:hover {
    background-color: #eab308;
    color: #111827 !important;
}

@media (max-width: 767px) {
    .hero-duo-row {
        gap: 12px;
    }

    .hero-duo-card {
        flex: 1 1 100%;
    }
}

#hero-home-content,
#speciality-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-top: 0 !important;
    height: auto !important;
}

.hero-to-content-tight {
    margin-top: 0 !important;
    padding-top: 24px !important;
}

.hero-to-content-tight .content-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.hero-to-content-tight h2 {
    margin-top: 0 !important;
}

.home-job-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
    margin: 16px auto 8px;
    padding: 0;
    max-width: 1100px;
}

@media (max-width: 1200px) {
    .home-job-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-job-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .home-job-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.home-speciality-outer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 0;
}

.home-speciality-col--list {
    padding: 40px clamp(16px, 4vw, 64px) 40px calc(clamp(16px, 4vw, 64px) + 64px) !important;
    box-sizing: border-box;
    text-align: left;
    min-width: 0;
    align-self: stretch;
}

.home-speciality-title {
    font-size: clamp(22px, 3.5vw, 30px);
    line-height: 1.2;
    color: #111827;
    font-weight: 700;
    text-align: center !important;
    margin: 0 0 8px;
    padding: 32px 0 20px;
}

.home-speciality-bullets {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    column-gap: 2rem;
    row-gap: 0.55rem;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    justify-content: center;
    align-content: start;
}

.home-speciality-bullets li {
    margin: 0;
    padding: 0 0 0 1.1em;
    position: relative;
}

.home-speciality-bullets li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #111827;
    font-weight: 700;
    line-height: inherit;
}

.home-speciality-bullets a {
    color: #111827;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.2;
    font-weight: 600;
}

.home-speciality-bullets a:hover {
    color: #166534;
    text-decoration: underline;
}

.home-speciality-col--accent {
    background-color: #e8f5e9;
    border-left: 1px solid rgba(46, 125, 50, 0.12);
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    height: 100%;
}

@media (max-width: 991px) {
    .home-speciality-bullets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        column-gap: 1.25rem;
    }
}

@media (max-width: 767px) {
    .home-speciality-outer {
        grid-template-columns: 1fr;
    }

    .home-speciality-col--list {
        order: 1;
        padding: 10px clamp(16px, 4vw, 48px) 10px calc(clamp(16px, 4vw, 48px) + 12px) !important;
    }

    .home-speciality-col--accent {
        border-left: none;
        border-top: 1px solid rgba(46, 125, 50, 0.12);
        min-height: 0;
        order: 2;
    }

    .home-speciality-bullets {
        column-gap: 1rem;
    }
}

@media (max-width: 400px) {
    .home-speciality-bullets {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        justify-content: start;
        align-content: start;
    }
}

@media (max-width: 640px) {
    .home-speciality-bullets {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        justify-content: start;
        align-content: start;
    }
}

.home-quickcards {
    max-width: 1100px;
    margin: 10px auto 0;
    padding: 0 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .home-quickcards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-quickcards {
        grid-template-columns: 1fr;
    }
}

.home-quickcard {
    display: block;
    text-decoration: none;
    color: #111827;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    padding: 14px 14px 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    min-height: 120px;
}

.home-quickcard:hover {
    border-color: rgba(17, 24, 39, 0.22);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.home-quickcard-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #166534;
    margin-bottom: 8px;
}

.home-quickcard-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.home-quickcard-desc {
    margin: 0;
    font-size: 14px;
    color: #374151;
    line-height: 1.35;
}

.home-quickcard-arrow {
    margin-top: 10px;
    font-weight: 900;
    color: #111827;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.whatsapp-alerts {
    padding: 20px 15px;
}

.whatsapp-alerts-banner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px 18px;
    background: transparent;
    border: none;
    border-radius: 14px;
    padding: 10px 10px;
    box-shadow: none;
}

#whatsapp-job-alerts {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

#whatsapp-job-alerts .whatsapp-alerts-banner {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.whatsapp-alerts-title {
    margin: 0;
    color: #111827;
    font-weight: 800;
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.2;
    text-align: center;
    grid-column: 2;
    justify-self: center;
}

.whatsapp-join-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.22);
    background: #404040;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    grid-column: 3;
    justify-self: end;
}

.whatsapp-join-btn:hover {
    background: #2f2f2f;
    border-color: rgba(17, 24, 39, 0.32);
    text-decoration: none;
}

.whatsapp-join-btn .wa-icon {
    font-size: 20px;
    line-height: 1;
    color: #25D366;
}

@media (max-width: 767px) {
    .whatsapp-alerts-banner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 0 !important;
    }

    .whatsapp-alerts-title {
        text-align: center;
        width: 100%;
        grid-column: 1;
    }

    .whatsapp-join-btn {
        grid-column: 1;
        justify-self: center;
    }
}

.home-job-card {
    margin: 0;
}

.home-job-card a {
    display: block;
    text-decoration: none;
}

.home-job-card-inner {
    min-height: 70px;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e5e7eb;
}

.home-job-card-inner h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
}

.service-card {
    border: 1px solid #ece7da;
    border-radius: 12px;
    padding: 24px 24px 20px;
    background: #faf9f4;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    align-items: center;
}

.service-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.service-card p {
    margin: 0 0 12px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.service-card p:last-child {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.service-learn-more {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    background-color: #404040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 34px;
    padding: 0 14px;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
}

.service-learn-more:hover {
    color: #fff !important;
    background-color: #2f2f2f;
    text-decoration: none;
}

@media (max-width: 991px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}

.hire-conversation-banner {
    background-color: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    margin: 6px 0 16px;
    text-align: center;
}

.hire-conversation-banner h2 {
    margin: 0 0 6px;
    font-size: 26px;
    line-height: 1.2;
    color: #111827;
}

.hire-conversation-banner p {
    margin: 0 0 10px;
    color: #374151;
}

.hire-conversation-actions {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.hire-conversation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 46px;
    padding: 0 18px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #fff !important;
}

.hire-conversation-btn.primary {
    background-color: #ffc600;
    color: #111827 !important;
}

.hire-conversation-btn.primary:hover {
    background-color: #eab308;
    color: #111827 !important;
}

.hire-conversation-btn.whatsapp {
    background-color: #0B7A30;
    color: #fff !important;
}

.hire-conversation-btn.whatsapp:hover {
    background-color: #096627;
    color: #fff !important;
}

.whatsapp-alerts {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    background-color: transparent;
    color: #111827;
}

.whatsapp-alerts h2 {
    margin: 0 0 12px;
}

.whatsapp-alerts-lead {
    font-size: 18px;
    font-weight: 650;
    margin: 0 0 12px;
}

.whatsapp-alerts-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: grid;
    gap: 8px;
    font-size: 16px;
}

.whatsapp-alerts-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.whatsapp-alerts-list i {
    margin-top: 2px;
    color: #111827;
}

.whatsapp-alerts-cta {
    font-size: 16px;
    margin: 0;
}

.whatsapp-join-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
    padding: 12px 18px;
    background-color: #111827;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.85);
    min-width: 220px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.whatsapp-join-btn:hover {
    background-color: #000;
    color: #fff !important;
}

.whatsapp-qr-note {
    font-weight: 700;
    margin: 0 0 10px;
}

.whatsapp-qr-img {
    max-width: 260px;
    height: auto;
    border: 2px solid rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.25);
}

.how-it-works-card {
    margin-top: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.how-it-works-title {
    margin: 0 0 10px;
    text-align: center;
}

.how-it-works-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.how-it-works-step {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px 12px;
    border-radius: 12px;
    background: #faf9fc;
    border: 1px solid #eef2f7;
}

.how-it-works-badge {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #111827;
    background: #FFC600;
    border: 1px solid rgba(17, 24, 39, 0.1);
}

.how-it-works-step p {
    margin: 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.45;
}

@media (min-width: 768px) {
    .how-it-works-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.services-card {
    margin-top: 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.services-title {
    margin: 0 0 10px;
    text-align: center;
}

.services-lead {
    margin: 0 0 12px;
    color: #111827;
    line-height: 1.6;
    font-size: 16px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: grid;
    gap: 10px;
}

.services-item {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    padding: 12px 12px;
    border-radius: 12px;
    background: #faf9fc;
    border: 1px solid #eef2f7;
}

.services-item i {
    margin-top: 2px;
    color: #111827;
}

.services-item p {
    margin: 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.45;
}

.services-cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6px;
}

.services-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(17, 24, 39, 0.12);
    color: #111827 !important;
    background: #FFC600;
}

.services-cta-btn:hover {
    background: #FFD74E;
    color: #111827 !important;
    text-decoration: none;
}

@media (min-width: 768px) {
    .services-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-blog-categories {
    margin-top: 22px;
    margin-bottom: 10px;
}

.home-blog-category-block {
    margin-bottom: 26px;
}

.home-blog-category-title {
    text-align: center;
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 1.2;
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-blog-item {
    display: block;
    text-decoration: none;
    color: #111827;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 96px;
}

.home-blog-item-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
}

.home-blog-item:hover .home-blog-item-title {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .home-blog-grid {
        grid-template-columns: 1fr;
    }
}
