/* =========================================================
   RADIAL HR SOLUTIONS
   CONS.CSS
   ========================================================= */


/* =========================================================
   1. RESET / BASE
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #666666;
    text-decoration: underline;
}


/* =========================================================
   2. TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3,
h4 {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: "Times New Roman", Times, serif;
}

h1 {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: bold;
    line-height: 1.25;
    color: #333399;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    color: #333399;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 18px;
}

h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    color: #666666;
    margin-top: 28px;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 18px;
}

ul {
    margin-top: 0;
    margin-bottom: 22px;
    padding-left: 28px;
}

li {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 8px;
}

strong {
    font-weight: bold;
}


/* =========================================================
   3. EXISTING RADIAL HR UTILITY STYLES
   ========================================================= */

#rcorners1 {
    border-radius: 25px;
    background: #f0f0f0;
    padding: 14px;
    width: 160px;
    min-height: 23px;
}

.description {
    color: #000000;
}

.highlight {
    font-weight: bold;
    color: #666666;
}

.highlight_blue {
    color: #000099;
}

.head_link {
    font-weight: bold;
    color: #666666;
}

.red {
    color: #ff0000;
}

.textstyleside1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #993366;
}

.title {
    text-align: center;
    background-color: #ff0000;
    color: #ffffff;
    margin: 1px;
}

.service-item {
    margin: 1px 0;
    padding: 4px;
    background-color: #f6f2ed;
    color: #666666;
}

.service-item a {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.service-item a:hover {
    text-decoration: underline;
}


/* =========================================================
   4. HEADER
   ========================================================= */

.site-header {
    width: 100%;
    background: #ffffff;
}

.header-inner {
    width: min(1100px, 100%);
    margin: 0 auto;
    padding: 12px 20px;
}

.header-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-brand a {
    display: block;
}

.header-brand img {
    display: block;
    max-width: 100%;
}

.header-logo {
    width: 317px;
    max-height: 95px;
}

.header-secondary-logo {
    max-width: 300px;
    max-height: 95px;
}

.header-contact-box {
    text-align: center;
    flex-shrink: 0;
}

.header-contact {
    max-width: 160px;
    margin: 0 auto;
}

.contact-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
}


/* =========================================================
   5. HEADER NAVIGATION
   ========================================================= */

.site-nav {
    width: 100%;
    background-color: #333399;
}

.nav-inner {
    width: min(1200px, 100%);
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: stretch;
}

.nav-link {
    flex: 1 1 0;

    min-height: 27px;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 5px 18px;

    color: #ffffff !important;

    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;

    text-align: center;
    text-decoration: none !important;

    transition: background-color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: #ffffff !important;
    background-color: #8383d6;
    text-decoration: none !important;
}


/* =========================================================
   6. PAGE / CONTENT LAYOUT
   ========================================================= */

.page-wrapper {
    width: min(1050px, 100%);
    margin: 0 auto;
    padding: 20px;
}

.content-area {
    width: 100%;
    background: #ffffff;
}

main {
    width: 100%;
}


/* =========================================================
   6A. MAIN CONTENT + SIDEBAR
   ONE OUTER BOX / TWO COLUMNS
   ========================================================= */

.content-layout {
    width: 100%;
    max-width: 1050px;

    margin: 0 auto;

    display: flex;
    align-items: stretch;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 4px;

    overflow: hidden;
}


/* =========================================================
   6B. LEFT MAIN CONTENT COLUMN
   ========================================================= */

.content-layout > .main-content {
    flex: 1 1 auto;

    min-width: 0;

    width: auto;

    margin: 0;
    padding: 0px;

    background: #ffffff;
}


/* =========================================================
   6C. RIGHT SIDEBAR COLUMN
   ========================================================= */

.content-layout > .sidebar {
    flex: 0 0 270px;

    width: 270px;
    min-width: 270px;

    margin: 0;
    padding: 9px;

    background: #ffffff;

    border-left: 1px solid #eeeeee;
}


/* =========================================================
   6D. SIDEBAR BLOCKS
   ========================================================= */

.sidebar-block {
    width: 100%;

    margin: 0 0 20px;
    padding: 0;
}

.sidebar-block:last-child {
    margin-bottom: 0;
}


/* =========================================================
   6E. SIDEBAR TITLES
   ========================================================= */

.sidebar-title {
    width: 100%;

    background-color: #ff0000;
    color: #ffffff;

    text-align: center;

    font-family: "Times New Roman", Times, serif;
    font-size: 23px;
    font-weight: bold;

    line-height: 1.2;

    padding: 5px 4px;
    margin: 1px 0;
}


/* =========================================================
   6F. SIDEBAR LINKS CONTAINER
   ========================================================= */

.sidebar-links {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 1px;

    margin: 0;
    padding: 0;
}


/* =========================================================
   6G. SIDEBAR LINKS
   ========================================================= */

.sidebar-links a {
    display: block;

    width: 100%;

    background-color: #f6f2ed;
    color: #666666;

    text-decoration: none;

    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;

    line-height: 1.3;

    padding: 8px 10px;
    margin: 1px 0;

    box-sizing: border-box;

    transition: background-color 0.2s, color 0.2s;
}

.sidebar-links a:hover {
    color: #000000;
    background-color: #efe8df;
    text-decoration: none;
}


/* =========================================================
   7. AUTOMATIC SECTION VISUAL SEPARATION
   ========================================================= */

main > section {
    width: 100%;
    margin: 0 0 26px;
    padding: 28px 28px 22px;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 4px;
}

main > section:nth-of-type(even) {
    background: #faf9f7;
    border-color: #eeeae5;
}

main > section:first-of-type {
    background: #ffffff;
}

main > section + section {
    margin-top: 26px;
}


/* =========================================================
   8. SECTION HEADINGS
   ========================================================= */

main > section h2 {
    margin-top: 0;
}

main > section h2 {
    position: relative;
}


/* =========================================================
   9. HERO IMAGE
   ========================================================= */

.hero-image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
}

.hero-image img {
    width: 100%;
    height: auto;
}


/* =========================================================
   10. MAIN CONTENT LINKS
   ========================================================= */

main a {
    color: #666666;
    text-decoration: underline;
}

main a:hover,
main a:focus {
    color: #333399;
}


/* =========================================================
   11. AUTOMATIC LIST VISUAL TREATMENT
   ========================================================= */

main > section > ul {
    margin: 18px 0 22px;
    padding-left: 30px;
}

main > section > ul li {
    padding-left: 4px;
}

main > section > ul li + li {
    margin-top: 6px;
}


/* =========================================================
   12. RECRUITMENT CATEGORY HEADINGS
   ========================================================= */

main > section h3 {
    margin-top: 30px;
    margin-bottom: 12px;

    padding: 9px 12px;

    color: #555555;
    background: rgba(51, 51, 153, 0.045);

    border-left: 4px solid #333399;

    border-radius: 2px;
}

main > section h2 + h3,
main > section p + h3 {
    margin-top: 22px;
}


/* =========================================================
   13. FAQ
   ========================================================= */

.faq-section {
    margin-top: 0;
}

.faq-intro {
    margin-bottom: 18px;
}

.faq-item {
    margin-bottom: 12px;
    padding: 10px 14px;

    background: #ffffff;

    border: 1px solid #dddddd;
    border-radius: 3px;
}

.faq-item summary {
    cursor: pointer;

    color: #333399;

    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    padding: 2px 0;
}

.faq-item summary:hover,
.faq-item summary:focus {
    color: #666666;
}

.faq-item p {
    margin-top: 15px;
    margin-bottom: 12px;
}

.faq-item ul {
    margin-top: 12px;
}


/* =========================================================
   14. CTA
   ========================================================= */

.cta {
    background: #f6f2ed;

    border-left: 4px solid #333399;

    padding: 18px 20px;
    margin-top: 10px;

    border-radius: 3px;
}

.cta p {
    margin: 0;
    font-weight: bold;
}


/* =========================================================
   15. EMPLOYERS / CANDIDATES
   ========================================================= */

.action-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 25px;

    margin: 30px 0 10px;
}

.action-links a {
    display: block;
    text-decoration: none;
}

.action-links img {
    max-width: 317px;
    height: auto;
}

main > section:last-of-type {
    background: #ffffff;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}


/* =========================================================
   16. FORMS
   ========================================================= */

input[type="text"],
select {
    width: 70%;

    padding: 7px 20px;
    margin: 8px 0;

    display: inline-block;

    border: 2px solid #ccc;
    border-radius: 7px;

    box-sizing: border-box;
}

input[type="submit"] {
    width: 30%;

    background-color: #f6f2ed;
    color: #333399;

    margin: 8px 0;
    padding: 9px 20px;

    font-weight: bold;

    border: none;
    border-radius: 7px;

    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #e8e1d9;
}


/* =========================================================
   17. FOOTER
   ========================================================= */

.site-footer {
    width: 100%;

    background: #ffffff;

    border-top: 1px solid #eeeeee;

    margin-top: 25px;
}

.footer-inner {
    width: min(1050px, 100%);
    margin: 0 auto;

    padding: 20px;

    text-align: center;
}

.footer-nav {
    margin-bottom: 15px;
}

.footer-nav a {
    display: inline-block;

    padding: 3px 5px;

    font-size: 15px;

    color: #666666;
}

.footer-nav a:hover {
    color: #333399;
}

.footer-locations {
    margin: 0;

    font-size: 14px;
    line-height: 1.5;
}

.copyright {
    background-color: #f6f2ed;

    color: #666666;

    text-align: center;

    padding: 10px 15px;

    font-size: 14px;
}


/* =========================================================
   18. TABLET / MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

    body {
        font-size: 16px;
    }

    .header-inner {
        padding: 12px 15px;
    }

    .header-brand {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    .header-logo {
        width: min(317px, 90vw);
        max-height: 85px;
    }

    .header-secondary-logo {
        width: min(300px, 85vw);
        max-height: 80px;
    }

    .header-contact {
        max-width: 150px;
    }

    .contact-link {
        font-size: 14px;
    }


    /* =====================================================
       MOBILE NAVIGATION
       ===================================================== */

    .nav-inner {
        flex-direction: column;
        justify-content: center;
    }

    .nav-link {
        width: 100%;
        min-height: 36px;

        flex: none;

        padding: 9px 15px;

        font-size: 17px;

        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }


    /* =====================================================
       MOBILE PAGE
       ===================================================== */

    .page-wrapper {
        padding: 0px;
    }


    /* =====================================================
       MOBILE CONTENT + SIDEBAR
       ===================================================== */

    .content-layout {
        display: block;

        width: 100%;

        border-radius: 3px;
    }

    .content-layout > .main-content {
        width: 100%;

        padding: 20px 17px;
    }

    .content-layout > .sidebar {
        width: 100%;
        min-width: 0;

        border-left: 0;
        border-top: 1px solid #eeeeee;

        padding: 20px 17px;
    }


    /* =====================================================
       MOBILE SECTIONS
       ===================================================== */

    main > section {
        margin-bottom: 18px;

        padding: 20px 17px 16px;

        border-radius: 3px;
    }

    main > section + section {
        margin-top: 18px;
    }


    /* =====================================================
       MOBILE TYPOGRAPHY
       ===================================================== */

    h1 {
        font-size: clamp(26px, 7vw, 34px);

        line-height: 1.25;

        margin-bottom: 20px;
    }

    h2 {
        font-size: 21px;

        margin-top: 0;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 18px;

        margin-top: 24px;
        margin-bottom: 10px;

        padding: 8px 10px;
    }

    p {
        font-size: 16px;
        line-height: 1.65;
    }

    li {
        font-size: 16px;
        line-height: 1.6;
    }


    /* =====================================================
       MOBILE HERO
       ===================================================== */

    .hero-image {
        margin-bottom: 25px;
    }


    /* =====================================================
       MOBILE LISTS
       ===================================================== */

    main > section > ul {
        padding-left: 25px;
    }


    /* =====================================================
       MOBILE FAQ
       ===================================================== */

    .faq-item {
        padding: 9px 12px;
    }

    .faq-item summary {
        font-size: 16px;
    }


    /* =====================================================
       MOBILE CTA
       ===================================================== */

    .cta {
        padding: 16px;

        margin-top: 8px;
    }


    /* =====================================================
       MOBILE EMPLOYERS / CANDIDATES
       ===================================================== */

    .action-links {
        flex-direction: column;

        gap: 15px;

        margin-top: 20px;
    }

    .action-links img {
        max-width: min(317px, 90vw);
    }


    /* =====================================================
       MOBILE SIDEBAR
       ===================================================== */

    .sidebar-title {
        font-size: 25px;
    }

    .sidebar-links a {
        font-size: 18px;
    }


    /* =====================================================
       MOBILE FOOTER
       ===================================================== */

    .footer-inner {
        padding: 18px 15px;
    }

    .footer-nav a {
        font-size: 14px;
        padding: 4px 3px;
    }

    .footer-locations {
        font-size: 13px;
    }


    /* =====================================================
       MOBILE FORMS
       ===================================================== */

    input[type="text"],
    select,
    input[type="submit"] {
        width: 100%;
        float: none;
    }

    .content-to-hide {
        display: none;
    }
}


/* =========================================================
   19. VERY SMALL SCREENS
   ========================================================= */

@media only screen and (max-width: 380px) {

    .page-wrapper {
        padding: 12px;
    }

    .content-layout > .main-content {
        padding: 17px 13px;
    }

    .content-layout > .sidebar {
        padding: 15px 13px;
    }

    main > section {
        padding: 17px 13px 13px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    p {
        font-size: 16px;
    }

    li {
        font-size: 15.5px;
    }

    .nav-link {
        padding: 8px 10px;
        font-size: 14px;
    }

    .sidebar-title {
        font-size: 22px;
    }

    .sidebar-links a {
        font-size: 16px;
    }

    .footer-nav a {
        display: block;
        padding: 3px;
    }
}


/* =========================================================
   20. ACCESSIBILITY / REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .nav-link {
        transition: none;
    }
}


/* =========================================================
   21. SEMICONDUCTOR / GENERAL TWO-COLUMN CONTENT
   ========================================================= */

.position-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 20px 0 30px;
}

.position-card {
    background: #f8f9fb;
    border: 1px solid #d9dfe6;
    border-radius: 4px;
    padding: 20px;
}

.position-card h3 {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9dfe6;
}

.position-card h3:not(:first-child) {
    margin-top: 28px;
}


/* =========================================================
   RESPONSIVE TABLE
   ========================================================= */

.process-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0 25px;
    -webkit-overflow-scrolling: touch;
}

.process-table {
    min-width: 650px;
}


/* =========================================================
   MOBILE - POSITION GRID / TABLE
   ========================================================= */

@media only screen and (max-width: 767px) {

    .position-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .position-card {
        padding: 16px;
    }

    .process-table-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

}


/* =========================================================
   22. SERVICES / INDUSTRIES
   ========================================================= */

.radial-services-industries {
    width: 100%;
    max-width: 100%;
    font-family: "Times New Roman", Times, serif;
    box-sizing: border-box;
}

.menu-block {
    margin-bottom: 20px;
}

.menu-title {
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 4px;
    margin: 1px 0;
}

.menu-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.menu-links a {
    display: block;
    background-color: #F6F2ED;
    color: #666666;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    margin: 1px 0;
    box-sizing: border-box;
    transition: background-color 0.2s, color 0.2s;
}

.menu-links a:hover {
    color: #000000;
    background-color: #efe8df;
}






/* =========================================================
   RADIAL HR - ALTERNATE CONTENT PARAGRAPH BACKGROUNDS
   ========================================================= */

main > section p:nth-of-type(even) {
    background-color: #f5f7fa;
    padding: 12px 16px;
    border-radius: 4px;
}


/* =========================================================
   Animations
   ========================================================= */


/* Define the subtle entrance animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply it cleanly to your main title or introduction */
.main-content h1 {
    animation: fadeInUp 0.8s ease-out forwards;
}

.main-content p strong {
    animation: fadeInUp 1s ease-out forwards;
}


/* =========================================================
   whatsapp widget
   ========================================================= */

/* --- Floating WhatsApp Widget --- */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

/* =========================================================
   banner images
   ========================================================= */
/* =========================================================
   Enhanced Industry Hero Banners (High-End Glassmorphism)
   ========================================================= */
.industry-banner-box {
    position: relative;
    background: linear-gradient(135deg, rgba(25, 118, 210, 0.08), rgba(211, 47, 47, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(25, 118, 210, 0.2);
    padding: 35px 20px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Subtle glowing accent line on top */
.industry-banner-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1976d2, #d32f2f);
}

.industry-banner-box .banner-icon {
    font-size: 46px;
    margin-bottom: 12px;
    display: inline-block;
    animation: fadeInUp 0.6s ease-out forwards;
}

.industry-banner-box .banner-subtitle {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #333333; /* Clean, dark high-contrast text for accessibility */
    letter-spacing: -0.2px;
}


/* =========================================================
   social media icons
   ========================================================= */
.social-icons {
  display: flex;
  flex-direction: row; /* Aligns items horizontally (side-by-side) */
  align-items: center; /* Aligns them vertically in the center */
  gap: 15px; /* Controls the space between each icon */
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* Space between the letter (f, 𝕏, in) and the image */
  text-decoration: none;
  color: inherit;
}

.social-icons img {
  display: block;
  width: 32px;
  height: 32px;
}


/* =========================================================
   homepage current banner of 2 pieces
   ========================================================= */
.zero-space {
  font-size: 0;
  line-height: 0;
}

.banner-img-1 {
  width: 100%;
  max-width: 650px;
  height: auto;
  display: inline-block;
}

.banner-img-2 {
  width: 100%;
  max-width: 650px;
  height: auto;
  display: inline-block;
}
