/* ========================================
   Career Page Styles
   ======================================== */

/* Career Hero Section */
.cb-career-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cb-career-hero .cb-breadcrumb {
    margin-bottom: 20px;
}

.cb-career-hero .cb-breadcrumb a {
    color: #34d399;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cb-career-hero .cb-breadcrumb a:hover {
    color: #fff;
}

.cb-career-hero .cb-breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 8px;
}

.cb-career-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://cb.onedizitalz.in/wp-content/uploads/2024/05/blog-03.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.cb-career-hero .container {
    position: relative;
    z-index: 1;
}

.cb-career-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}

.cb-career-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.cb-career-hero .cb-service-meta {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.cb-career-hero .cb-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
}

.cb-career-hero .cb-meta-item i {
    color: #34d399;
}

.cb-career-hero .cb-meta-item a {
    color: #fff;
    text-decoration: none;
}

.cb-career-hero .cb-meta-item a:hover {
    color: #34d399;
}

/* Apply Buttons in Hero */
.cb-career-apply-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cb-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cb-apply-employment {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    color: #fff;
}

.cb-apply-employment:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(52, 211, 153, 0.3);
    color: #fff;
}

.cb-apply-articleship {
    background: transparent;
    color: #fff;
    border: 2px solid #34d399;
}

.cb-apply-articleship:hover {
    background: #34d399;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(52, 211, 153, 0.2);
}

.cb-career-hero-image {
    text-align: center;
}

.cb-career-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Career About Section */
.cb-career-about {
    padding: 80px 0;
    background: #fff;
}

.cb-career-content {
    max-width: 900px;
    margin: 0 auto;
}

.cb-career-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.cb-career-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #34d399 0%, #10b981 100%);
    border-radius: 2px;
}

.cb-career-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 22px;
    text-align: left;
}

.cb-career-content p:last-child {
    margin-bottom: 0;
}

/* Career Benefits Section */
.cb-career-benefits {
    padding: 80px 0;
    background: #f8f9fa;
}

.cb-career-benefits .cb-section-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.cb-career-benefits .cb-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #34d399 0%, #10b981 100%);
    border-radius: 2px;
}

.cb-benefit-card {
    text-align: center;
    padding: 45px 30px;
    margin-bottom: 30px;
    border-radius: 16px;
    background: #fff;
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cb-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: #34d399;
}

.cb-benefit-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(52, 211, 153, 0.25);
}

.cb-benefit-card:hover .cb-benefit-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 30px rgba(52, 211, 153, 0.35);
}

.cb-benefit-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 18px;
    line-height: 1.3;
}

.cb-benefit-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
    line-height: 1.6;
    margin: 0;
}

/* Career Services Section */
.cb-career-services {
    padding: 80px 0;
    background: #fff;
}

.cb-career-services .cb-section-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.cb-career-services .cb-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #34d399 0%, #10b981 100%);
    border-radius: 2px;
}

.cb-career-services p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

.cb-services-quick-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
}

.cb-services-quick-list li {
    font-size: 14px;
    color: #1a1a2e;
    font-weight: 500;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.cb-services-quick-list li:hover {
    background: #fff;
    border-left-color: #34d399;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.cb-services-quick-list i {
    color: #34d399;
    font-size: 16px;
    min-width: 16px;
}

.cb-career-services-image {
    text-align: center;
    position: relative;
}

.cb-career-services-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.cb-career-services-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

/* Application Process Section */
.cb-career-process {
    padding: 80px 0;
    background: #f8f9fa;
}

.cb-career-process .cb-section-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.cb-career-process .cb-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #34d399 0%, #10b981 100%);
    border-radius: 2px;
}

.cb-process-step {
    text-align: center;
    padding: 40px 25px;
    position: relative;
    background: #fff;
    border-radius: 16px;
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.cb-process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: #34d399;
}

.cb-step-number {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 20px rgba(52, 211, 153, 0.3);
    transition: all 0.4s ease;
}

.cb-process-step:hover .cb-step-number {
    transform: scale(1.15);
    box-shadow: 0 12px 30px rgba(52, 211, 153, 0.4);
}

.cb-process-step h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 18px;
    line-height: 1.3;
}

.cb-process-step p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Career CTA Section */
.cb-career-cta {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cb-career-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://cb.onedizitalz.in/wp-content/uploads/2024/05/blog-03.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    z-index: 0;
}

.cb-career-cta .cb-cta-content {
    position: relative;
    z-index: 1;
}

.cb-career-cta h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff;
}

.cb-career-cta p {
    font-size: 19px;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cb-career-cta .cb-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cb-career-cta .cb-btn-white {
    background: #fff;
    color: #1a1a2e;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.cb-career-cta .cb-btn-white:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.25);
    color: #1a1a2e;
}

.cb-career-cta .cb-btn-outline {
    background: transparent;
    color: #fff;
    padding: 16px 36px;
    border-radius: 8px;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.cb-career-cta .cb-btn-outline:hover {
    background: #fff;
    color: #1a1a2e;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.25);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .cb-career-title {
        font-size: 38px;
    }
    
    .cb-career-hero {
        padding: 70px 0;
    }
    
    .cb-career-hero-image {
        margin-top: 40px;
    }
    
    .cb-career-content h2 {
        font-size: 32px;
    }
    
    .cb-career-content p {
        font-size: 16px;
    }
    
    .cb-career-services {
        padding: 60px 0;
    }
    
    .cb-career-services .row {
        flex-direction: column-reverse;
    }
    
    .cb-career-services-image {
        margin-bottom: 40px;
    }
    
    .cb-services-quick-list li {
        font-size: 16px;
        padding: 12px 16px;
    }
}

@media (max-width: 767px) {
    .cb-career-title {
        font-size: 28px;
    }
    
    .cb-career-subtitle {
        font-size: 16px;
    }
    
    .cb-career-apply-buttons {
        flex-direction: column;
    }
    
    .cb-apply-btn {
        width: 100%;
        justify-content: center;
    }
    
    .cb-career-about,
    .cb-career-benefits,
    .cb-career-services,
    .cb-career-process {
        padding: 50px 0;
    }
    
    .cb-career-content {
        padding: 0 15px;
    }
    
    .cb-career-content h2 {
        font-size: 26px;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    
    .cb-career-content h2::after {
        width: 60px;
        height: 3px;
    }
    
    .cb-career-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }
    
    .cb-section-title {
        font-size: 26px !important;
    }
    
    .cb-career-benefits .cb-section-title,
    .cb-career-process .cb-section-title {
        font-size: 26px !important;
        margin-bottom: 40px;
        padding-bottom: 15px;
    }
    
    .cb-career-benefits .cb-section-title::after,
    .cb-career-process .cb-section-title::after {
        width: 60px;
        height: 3px;
    }
    
    .cb-benefit-card {
        padding: 35px 25px;
        margin-bottom: 20px;
    }
    
    .cb-benefit-icon {
        width: 75px;
        height: 75px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .cb-benefit-card h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .cb-benefit-card p {
        font-size: 14px;
    }
    
    .cb-career-services .cb-section-title {
        font-size: 26px !important;
        padding-bottom: 15px;
    }
    
    .cb-career-services .cb-section-title::after {
        width: 60px;
        height: 3px;
    }
    
    .cb-career-services p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .cb-services-quick-list li {
        font-size: 15px;
        padding: 12px 15px;
    }
    
    .cb-services-quick-list i {
        font-size: 20px;
    }
    
    .cb-career-services-image {
        margin-bottom: 30px;
    }
    
    .cb-career-process .cb-section-title {
        font-size: 26px !important;
        margin-bottom: 40px;
        padding-bottom: 15px;
    }
    
    .cb-career-process .cb-section-title::after {
        width: 60px;
        height: 3px;
    }
    
    .cb-process-step {
        padding: 30px 20px;
        margin-bottom: 15px;
    }
    
    .cb-step-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .cb-process-step h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .cb-process-step p {
        font-size: 14px;
    }
    
    .cb-career-cta {
        padding: 50px 0;
    }
    
    .cb-career-cta h2 {
        font-size: 26px !important;
        margin-bottom: 15px;
    }
    
    .cb-career-cta p {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .cb-career-cta .cb-cta-buttons {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }
    
    .cb-career-cta .cb-btn-white,
    .cb-career-cta .cb-btn-outline {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .cb-benefit-card {
        padding: 30px 20px;
    }
}
