/* Professional Login Section */
.professional-login-section {
    min-height: 100vh;
    background: #f8f9fa;
    padding: 120px 0;
    display: flex;
    align-items: center;
}

.login-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    overflow: hidden;
}

.login-card-header {
    background: #2c3e50;
    color: white;
    padding: 25px;
    text-align: center;
}

.login-card-body {
    padding: 30px;
}

/* Form Elements */
.form-group label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

.input-group-text {
    background: #f8f9fa;
    border-right: none;
    color: #6c757d;
}

.form-control {
    height: 50px;
    border-left: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

/* Button Styles */
.btn-dark {
    background: #2c3e50;
    border: none;
    font-weight: 600;
    padding: 12px;
}

.btn-dark:hover {
    background: #1a252f;
}

.btn-outline-dark {
    border: 1px solid #2c3e50;
    color: #2c3e50;
    font-weight: 600;
}

.btn-outline-dark:hover {
    background: #2c3e50;
    color: white;
}

/* Scroll Header Styles */
#header-wrapper.scrolled {
    background: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#header-wrapper.scrolled #top-login-bar {
    background: white !important;
    border-bottom: 1px solid #eee;
}

#header-wrapper.scrolled #main-navbar {
    background: black !important;
}

#header-wrapper.scrolled .navbar-brand,
#header-wrapper.scrolled .nav-link,
#header-wrapper.scrolled .login-links a {
    color: white !important;
}

#header-wrapper.scrolled #top-login-bar .text-dark,
#header-wrapper.scrolled #top-login-bar .fa {
    color: #333 !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .professional-login-section {
        padding: 80px 15px;
    }
    
    .login-card-header {
        padding: 20px;
    }
    
    .login-card-body {
        padding: 25px;
    }
}



/* Add this to your existing CSS */
.professional-login-section {
    background: linear-gradient(135deg, 
        #667eea 0%, 
        #764ba2 25%, 
        #ff758c 50%, 
        #ff7eb3 75%, 
        #ff9a44 100%);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Keep all your existing styles below */
.login-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
    /* ... rest of your existing card styles ... */
}






/* Colorful African Gradient */
.agency-register-section {
    min-height: 100vh;
    background: linear-gradient(135deg, 
        #1e3c72 0%, 
        #2a5298 20%, 
        #e67e22 60%, 
        #e74c3c 100%);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Registration Card */
.register-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.register-card-header {
    background: #2c3e50;
    color: white;
    padding: 30px;
    text-align: center;
    border-bottom: 4px solid #e67e22;
}

.register-card-header h3 {
    font-weight: 700;
}

.register-card-body {
    padding: 30px;
    background: white;
}

/* Form Styles */
.nav-tabs .nav-link {
    color: #2c3e50;
    font-weight: 600;
    border: none;
    padding: 12px 20px;
}

.nav-tabs .nav-link.active {
    color: #e67e22;
    background: transparent;
    border-bottom: 3px solid #e67e22;
}

.form-group label {
    font-weight: 600;
    color: #2c3e50;
}

.form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.select2-multi {
    width: 100% !important;
}

/* Buttons */
.btn-dark {
    background: #2c3e50;
    border: none;
    font-weight: 600;
}

.btn-primary {
    background: #e67e22;
    border: none;
    font-weight: 600;
}

.btn-dark:hover {
    background: #1a252f;
}

.btn-primary:hover {
    background: #d35400;
}

/* File Upload */
.custom-file-label::after {
    content: "Browse";
    background: #2c3e50;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .agency-register-section {
        padding: 60px 15px;
    }
    
    .register-card-header {
        padding: 20px;
    }
}


/*===========================
1.0 *** HEADER AREA START ***
=============================*/



:root {
    --tf-dark: #1a1a2e;        /* Deep navy blue */
    --tf-primary: #16213e;     /* Slightly lighter navy */
    --tf-secondary: #0f3460;   /* Medium blue */
    --tf-accent: #e94560;      /* Vibrant red */
    --tf-light: #ffffff;       /* Pure white */
    --tf-gray: #8d8d8d;        /* Medium gray */
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* First Layer - Top Utility Bar (Opaque) */
.tf-top-bar {
    background-color: var(--tf-dark);
    color: white;
    font-size: 0.85rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #2a2a3e; /* Darker border */
}

.tf-top-bar a {
    color: var(--tf-light);
    text-decoration: none;
    margin: 0 0.5rem;
    opacity: 0.9;
}

.tf-top-bar a:hover {
    color: var(--tf-accent);
    opacity: 1;
}

.tf-top-bar i {
    margin-right: 0.3rem;
    color: var(--tf-accent);
}

/* Second Layer - Logo Bar (Opaque) */
.tf-logo-bar {
    background-color: var(--tf-primary);
    padding: 1rem 0;
    border-bottom: 1px solid #1e2a4a;
}

.tf-logo {
    height: 50px;
    transition: transform 0.3s ease;
}

.tf-logo:hover {
    transform: scale(1.03);
}

.tf-brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: white;
    margin-left: 1rem;
    letter-spacing: 0.5px;
}

/* Third Layer - Main Navigation (Dark) */
.tf-main-nav {
    background-color: var(--tf-dark);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.tf-main-nav .navbar-nav .nav-link {
    color: var(--tf-light) !important;
    font-weight: 500;
    padding: 1rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.tf-main-nav .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--tf-accent);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.tf-main-nav .navbar-nav .nav-link:hover:after,
.tf-main-nav .navbar-nav .nav-link.active:after {
    width: 80%;
}

.tf-main-nav .navbar-nav .nav-link:hover {
    color: #f1f1f1 !important;
}

/* Dropdown Menu (Dark) */
.tf-main-nav .dropdown-menu {
    background-color: var(--tf-primary);
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: 0;
    padding: 0;
}

.tf-main-nav .dropdown-item {
    color: var(--tf-light) !important;
    padding: 0.7rem 1.5rem;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.tf-main-nav .dropdown-item:hover {
    background-color: #1e2a4a !important;
    border-left: 3px solid var(--tf-accent);
    padding-left: 1.7rem;
}

/* Search and Buttons */
.tf-search-btn {
    background-color: var(--tf-accent);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.tf-search-btn:hover {
    background-color: #d43a55;
    transform: translateY(-2px);
}

.btn-outline-danger {
    border-color: var(--tf-accent);
    color: var(--tf-accent);
}

.btn-outline-danger:hover {
    background-color: var(--tf-accent);
    color: white;
}

/* Mobile Menu */
.tf-main-nav .navbar-toggler {
    border-color: rgba(255,255,255,0.3);
    color: white;
}

.tf-main-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Sticky Behavior */
.tf-nav-container {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.tf-main-nav.sticky {
    position: sticky;
    top: 32px;
    z-index: 1020;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
    body {
        padding-top: 0;
    }
    
    .tf-main-nav.sticky {
        top: 0;
    }
    
    .tf-main-nav .navbar-collapse {
        background-color: var(--tf-primary);
        padding: 1rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        margin-top: 0.5rem;
    }
    
    .tf-brand-text {
        font-size: 1.5rem;
    }
    
    .tf-logo {
        height: 40px;
    }
    
    .tf-main-nav .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
    }
}





        /* Hero Section */
        .about-hero {
            background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.8)), 
                        url('https://images.unsplash.com/photo-1521791136064-7986c2920216?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            position: relative;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        /* Section Styling */
        .section-title {
            position: relative;
            margin-bottom: 3rem;
            font-weight: 700;
            color: var(--primary);
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 80px;
            height: 4px;
            background: var(--secondary);
        }
        
        .section-title.center:after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        /* Values Cards */
        .value-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
        }
        
        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .value-icon {
            font-size: 2.5rem;
            color: var(--secondary);
            margin-bottom: 1rem;
        }
        
        /* Timeline */
        .timeline {
            position: relative;
            padding-left: 50px;
        }
        
        .timeline:before {
            content: '';
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: var(--accent);
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 30px;
        }
        
        .timeline-dot {
            position: absolute;
            left: -40px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: var(--accent);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        
        /* Team Section */
        .team-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s;
        }
        
        .team-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .team-img {
            height: 250px;
            object-fit: cover;
        }
        
        .social-links a {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--primary);
            color: white;
            border-radius: 50%;
            margin: 0 3px;
            transition: all 0.3s;
        }
        
        .social-links a:hover {
            background: var(--secondary);
            transform: translateY(-3px);
        }
        
        /* Stats Counter */
        .stats-section {
            background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), 
                        url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            padding: 80px 0;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
        }
        
        


        /* Journey Section Styling */
.journey-section {
    background-color: #f8fafc;
    position: relative;
}

.journey-section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, 
        rgba(44, 62, 80, 0.2), 
        #e67e22 20%, 
        #e67e22 80%, 
        rgba(44, 62, 80, 0.2));
    transform: translateX(-50%);
}

.journey-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-year {
    width: 80px;
    height: 80px;
    background: white;
    border: 3px solid #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.timeline-card {
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .journey-section::before {
        left: 40px;
    }
    
    .journey-timeline {
        padding-left: 80px;
        padding-right: 20px;
    }
    
    .timeline-item {
        align-items: flex-start;
    }
    
    .timeline-year {
        position: absolute;
        left: -80px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item {
    animation: fadeInUp 0.6s ease forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.3s; }
.timeline-item:nth-child(3) { animation-delay: 0.5s; }
.timeline-item:nth-child(4) { animation-delay: 0.7s; }
.timeline-item:nth-child(5) { animation-delay: 0.9s; }








/* Unique prefix for all service page classes */
        .tfs-services {
            --tfs-primary: #2c3e50;
            --tfs-secondary: #e67e22;
            --tfs-accent: #3498db;
            --tfs-light: #f8f9fa;
            --tfs-dark: #212529;
        }
        
        /* Hero Section */
        .tfs-services-hero {
            background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.8)), 
                        url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 150px 0;
            position: relative;
        }
        
        .tfs-services-hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        /* Section Styling */
        .tfs-services-section-header {
            margin-bottom: 4rem;
            text-align: center;
        }
        
        .tfs-services-section-title {
            position: relative;
            display: inline-block;
            font-weight: 700;
            color: var(--tfs-primary);
            margin-bottom: 1.5rem;
        }
        
        .tfs-services-section-title:after {
            content: '';
            position: absolute;
            left: 25%;
            bottom: -10px;
            width: 50%;
            height: 4px;
            background: var(--tfs-secondary);
        }
        
        /* Service Cards */
        .tfs-service-card {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            background: white;
        }
        
        .tfs-service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        .tfs-service-icon {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(230, 126, 34, 0.1);
            border-radius: 50%;
            margin: 0 auto 1.5rem;
        }
        
        .tfs-service-icon i {
            font-size: 2.5rem;
            color: var(--tfs-secondary);
        }
        
        .tfs-service-img {
            height: 220px;
            object-fit: cover;
            object-position: center;
        }
        
        /* Process Section */
        .tfs-process-container {
            position: relative;
        }
        
        .tfs-process-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, var(--tfs-secondary), var(--tfs-accent));
            transform: translateX(-50%);
            z-index: 1;
        }
        
        .tfs-process-step {
            position: relative;
            z-index: 2;
            margin-bottom: 3rem;
        }
        
        .tfs-step-number {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: white;
            border: 3px solid var(--tfs-secondary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--tfs-secondary);
            margin: 0 auto 1.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        /* Industries Section */
        .tfs-industry-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
            background: white;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            height: 100%;
            padding: 2rem;
            text-align: center;
        }
        
        .tfs-industry-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .tfs-industry-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(44, 62, 80, 0.1);
            border-radius: 50%;
            margin: 0 auto 1rem;
        }
        
        .tfs-industry-icon i {
            font-size: 1.8rem;
            color: var(--tfs-primary);
        }
        
        /* Stats Section */
        .tfs-stats-section {
            background: linear-gradient(135deg, var(--tfs-primary) 0%, var(--tfs-accent) 100%);
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .tfs-stat-item {
            text-align: center;
            padding: 2rem;
        }
        
        .tfs-stat-number {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: white;
        }
        
        /* Testimonials */
        .tfs-testimonial-card {
            border: none;
            border-radius: 12px;
            background: white;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            padding: 2rem;
            position: relative;
        }
        
        .tfs-testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        .tfs-testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid var(--tfs-secondary);
        }
        
        .tfs-quote-icon {
            color: var(--tfs-secondary);
            opacity: 0.2;
            font-size: 4rem;
            position: absolute;
            right: 2rem;
            top: 1rem;
        }
        
        /* CTA Section */
        .tfs-cta-section {
            background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), 
                        url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            padding: 100px 0;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .tfs-process-line {
                left: 40px;
            }
            
            .tfs-process-step {
                padding-left: 80px;
                text-align: left;
            }
            
            .tfs-step-number {
                margin: 0;
                position: absolute;
                left: 0;
            }
        }
        
        @media (max-width: 768px) {
            .tfs-services-hero-title {
                font-size: 2.5rem;
            }
            
            .tfs-services-hero {
                padding: 100px 0;
            }
        }






    .career-advice-hero {
        background-attachment: fixed;
    }
    
    .section-title {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
    }
    
    .section-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary-color);
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .section-subtitle {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .card-icon {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin: -40px auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .advice-card {
        transition: transform 0.3s, box-shadow 0.3s;
        border-radius: 10px;
    }
    
    .advice-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    }
    
    .article-card {
        transition: transform 0.3s;
    }
    
    .article-card:hover {
        transform: translateY(-5px);
    }
    
    .star-rating {
        font-size: 1.2rem;
    }
    
    .subscribe-form .form-control {
        border: none;
        border-radius: 50px;
        padding: 15px 20px;
    }
    
    .subscribe-form .btn {
        border-radius: 50px;
    }






    .applicant-hero {
        background-attachment: fixed;
    }
    
    .benefit-card {
        transition: transform 0.3s;
        border-radius: 10px;
        background: white;
    }
    
    .benefit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    
    .benefit-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }
    
    .benefit-card:hover .benefit-icon {
        transform: rotate(10deg) scale(1.1);
    }
    
    .steps-timeline {
        position: relative;
    }
    
    .steps-timeline::before {
        content: '';
        position: absolute;
        width: 3px;
        background: var(--light-color);
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    
    .step-card {
        position: relative;
        margin-bottom: 30px;
    }
    
    .step-card:last-child {
        margin-bottom: 0;
    }
    
    .step-number {
        position: absolute;
        top: 15px;
        left: -25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: bold;
        z-index: 2;
    }
    
    .step-content {
        position: relative;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .step-image {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .testimonial-card {
        transition: transform 0.3s;
        border-radius: 10px;
    }
    
    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    }
    
    .star-rating {
        color: #ffc107;
    }
    
    .accordion-button:not(.collapsed) {
        background-color: rgba(231, 76, 60, 0.1);
        color: var(--secondary-color);
    }
    
    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
    }
    
    @media (max-width: 768px) {
        .steps-timeline::before {
            left: 25px;
        }
        
        .step-card .col-md-6 {
            order: initial !important;
        }
        
        .step-content {
            margin-left: 50px;
        }
        
        .step-number {
            left: 0;
        }
    }







    .employer-hero {
        background-attachment: fixed;
    }
    
    .employer-benefit-card {
        transition: transform 0.3s;
        border-radius: 10px;
        background: white;
    }
    
    .employer-benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    
    .benefit-icon {
        transition: all 0.3s;
    }
    
    .employer-benefit-card:hover .benefit-icon {
        transform: rotate(10deg) scale(1.1);
    }
    
    .process-steps {
        position: relative;
    }
    
    .process-step {
        margin-bottom: 40px;
    }
    
    .process-step:last-child {
        margin-bottom: 0;
    }
    
    .step-number-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .step-title {
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .step-description {
        color: #6c757d;
    }
    
    .step-arrow {
        margin: 20px 0;
    }
    
    .pricing-card {
        transition: transform 0.3s;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .pricing-card:hover {
        transform: translateY(-10px);
    }
    
    .pricing-card .card-header {
        border-radius: 0 !important;
    }
    
    .pricing-card-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 15px 0;
    }
    
    .testimonial-card {
        transition: transform 0.3s;
        border-radius: 10px;
    }
    
    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    }
    
    .star-rating {
        color: #ffc107;
    }
    
    @media (max-width: 768px) {
        .process-step .col-md-5 {
            text-align: center;
        }
        
        .step-number-circle {
            margin-left: auto;
            margin-right: auto;
        }
    }




