/* Candidate Landing Page Styles */

/* Base Utilities */
.hover-lift:hover {
    transform: translateY(-5px);
}

.hover-shadow:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.transition {
    transition: all 0.3s ease;
}

.fs-xs {
    font-size: 0.75rem;
}

.fs-sm {
    font-size: 0.875rem;
}

.tracking-wider {
    font-weight: 600;
    font-size: 2rem;
    color: #F8AC00;
    margin: 0 0 50px;
    letter-spacing: 0.05em;
}

.process-sec-title {
    font-size: 3.25rem;
    font-weight: 600;
    margin: 0 0 30px;
    line-height: normal;
    text-transform: capitalize;
}

.process-sec-desc {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    text-transform: capitalize;
    max-width: 880px;
}

.process-card-title {
    font-size: 1.356rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.10938rem;
}

.process-card-desc {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    color: #767F8C;
    line-height: 1.50669rem;
}

.cursor-pointer {
    cursor: pointer;
}

/* Hero Section */
.hero-candidate {
    min-height: 85vh;
    background: url('../images/hero-bg.png') center/cover no-repeat;
    background-color: #3bb4fb;
    /* Fallback */
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-bg-layer {
    display: none;
}

.hero-heading {
    line-height: 1.15;
}

.hero-subtext {
    max-width: 500px;
}

.btn-hero-primary {
    background-color: #ffb100;
}

/* Social Proof Avatars */
.avatar-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.avatar-group img:not(:first-child) {
    margin-left: -15px;
}

.center-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 600px;
    background-color: white;
}

.center-circle .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* Base floating icon */
.floating-icon {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #35b0ff;
    transition: transform 0.3s ease;
    background-clip: padding-box;
}

/* Large Icon */
.floating-icon.lg {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Small Icon */
.floating-icon.sm {
    width: 55px;
    height: 55px;
    font-size: 1.35rem;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 10px 25px rgba(0, 0, 0, 0.1);
}

.floating-icon:hover {
    transform: translate(-50%, -50%) scale(1.1) !important;
}

/* Precise Icon Positioning */
.f-icon-1 {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
}

/* Ship - Top Left */
.f-icon-2 {
    top: 10%;
    left: 90%;
    transform: translate(-50%, -50%);
}

/* Code - Top Right */
.f-icon-3 {
    top: 60%;
    left: 100%;
    transform: translate(-50%, -50%);
}

/* Plant - Middle Right */
.f-icon-4 {
    top: 95%;
    left: 75%;
    transform: translate(-50%, -50%);
}

/* Helmet - Bottom Right */
.f-icon-5 {
    top: 90%;
    left: 10%;
    transform: translate(-50%, -50%);
}

/* Factory - Bottom Left */
.f-icon-6 {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}

/* Building - Middle Left */

/* Search Section */
.search-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.search-bar-wrapper {
    max-width: 90%;
}

.search-input input::placeholder,
.location-input input::placeholder {
    font-size: 0.95rem;
}

/* Process Section */
.h-line {
    width: 40px;
    height: 2px;
}

.process-card {
    border: 1.205px solid rgba(0, 0, 0, 0.10);
}

.process-card:hover .icon-circle {
    background-color: #ffc107 !important;
    color: white !important;
}

.process-card .icon-circle {
    transition: all 0.3s ease;
}

/* Industries Section */
.ind-card {
    border: 1px solid transparent;
}

.ind-card:hover {
    border-color: #ffc107 !important;
}

/* Testimonials Section */
.testi-card {
    border-top: 4px solid #3b82f6 !important;
}

@media (max-width: 991px) {
    .hero-candidate {
        padding: 4rem 0;
        text-align: center;
    }

    .social-proof {
        justify-content: center;
    }

    .search-bar-wrapper {
        border-radius: 1rem !important;
        flex-direction: column;
        padding: 1rem !important;
    }

    .search-bar-wrapper .input-group {
        border-right: none !important;
        border-bottom: 1px solid #dee2e6;
        padding: 0.5rem 0 !important;
    }

    .search-bar-wrapper .input-group:last-of-type {
        border-bottom: none;
    }
}

/* Extracted Inline Styles */
.nav-link-custom {
    font-size: 0.95rem;
}

.nav-divider {
    height: 24px;
    width: 1px;
    background-color: currentColor;
    display: inline-block;
}

.search-section-bg {
    background: radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 1) 0%, rgba(247, 249, 250, 1) 35%);
    background-color: #f7f9fa;
}

.ls-tight {
    letter-spacing: -1px;
}

.lh-16 {
    line-height: 1.6;
}

.form-separator {
    width: 1px;
    height: 24px;
}

.btn-search {
    background-color: #ffb100;
}

.map-graphics {
    max-height: 420px;
    object-fit: contain;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-650 {
    max-width: 650px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-800 {
    max-width: 800px;
}

.step-badge {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    font-weight: 600;
}

.step-icon-wrapper {
    width: 80px;
    height: 80px;
}

.industries-section-bg {
    background-color: #FFF9F0;
}

.industries-sec-title {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.industries-sec-desc {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.6875rem;
    text-transform: capitalize;
}

.ind-card h5 {
    font-weight: 500;
    font-size: 1.356rem;
    line-height: 2.10938rem;
}

.ind-card-link {
    font-size: 0.875rem;
    color: #14A7FF;
    font-weight: 500;
    line-height: 2.10938rem;
}

.ind-icon-wrapper {
    width: 50px;
    height: 50px;
}

.job-feature-icon {
    width: 20px;
}

.testi-float-icon {
    left: 0;
    top: 50%;
}

.testi-dot {
    width: 6px;
    height: 6px;
    padding: 0 !important;
    border: none !important;
    background-color: #D1D5DB !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1 !important;
    margin: 0 !important;
}

.testi-dot.active {
    width: 42px;
    background-color: #14A7FF !important;
    border-radius: 50rem !important;
}

.testi-nav-btn {
    width: 45px;
    height: 45px;
}

.text-brand-blue {
    color: #14A7FF !important;
}

.bg-brand-blue {
    background-color: #14A7FF !important;
}

.border-brand-blue {
    border-color: #14A7FF !important;
}

.cta-box-bg {
    min-height: 400px;
    background: url('../images/cta-bg.png') center/cover;
}

.search-field {
    flex: 1 1 0%;
}

.search-btn-width {
    flex: 0 0 130px;
}

.step-badge-bg {
    background-color: #d1d5db;
}

.process-icon-bg {
    background-color: #ffb100;
    color: #fff;
}

.h-line-dot-left {
    position: relative;
    width: 65px;
    height: 1px;
    background-color: #ffb100;
}

.h-line-dot-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffb100;
}

.h-line-dot-right {
    position: relative;
    width: 65px;
    height: 1px;
    background-color: #ffb100;
}

.h-line-dot-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffb100;
}

/* Typography & Layout Custom Classes (Figma Alignment) */


.ind-card-link {
    color: #3bb4fb;
    font-size: 0.875rem;
}

.ind-card-link:hover {
    color: #1a9ee0;
}

.jobs-sec-title {
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.jobs-sec-desc {
    font-size: 1.375rem;
    font-style: normal;
    line-height: 1.6875rem;
    text-transform: capitalize;
}

.job-card-title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: normal;
}



.testi-sec-title {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: normal;
}

.testi-author-name {
    font-size: 1.125rem;
    font-weight: 600;
}

.testi-author-role {
    font-size: 0.875rem;
    font-weight: 400;
    color: #9CA3AF;
}

.testi-quote {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.125rem;
    color: #4B5563;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
}

.testi-dot.active {
    width: 42px !important;
}

.cta-btn-rounded {
    border-radius: 0.625rem !important;
}

/* Employer Modal Styles */
#employerModal .modal-content {
    border-radius: 1.5rem !important;
}

.custom-input {
    border-radius: 0.75rem;
    border: 1px solid #E5E7EB;
    font-size: 0.95rem;
}

.custom-input::placeholder {
    color: #9CA3AF;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #14A7FF;
}

.custom-modal-btn {
    background-color: #F8AC00;
    border: none;
    color: white !important;
    border-radius: 0.5rem;
}

.custom-modal-btn:hover {
    background-color: #e69d00;
}

/* Hide the native calendar icon but make it clickable over the right side */
.custom-time-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .jobs-sec-title {
        font-size: 2.5rem !important;
    }
    .jobs-sec-desc {
        font-size: 1.1rem !important;
    }
    .testi-sec-title {
        font-size: 2rem !important;
    }
}