.reasons-list {
    margin-top: 0;
}

.reason-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.reason-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.reason-title {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
    line-height: 1.4;
}

.reason-description {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 0;
}

.text-link {
    color: #e21921;
    text-decoration: none;
    font-weight: 500;
}

.text-link:hover {
    color: #e21921;
    text-decoration: underline;
}

/* Visa Process Steps Section */
.visa-process-steps-section {
    background: #fff;
}

.steps-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.process-step {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: #e21921;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-header {
    margin-bottom: 20px;
}

.step-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
    line-height: 1.3;
}

.step-content {
    margin-top: 0;
}

.step-description {
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 20px;
}

.step-features {
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item i {
    color: #e21921;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 16px;
    color: #475569;
    font-weight: 500;
}

.visa-types-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visa-types-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    color: #475569;
    font-weight: 500;
}

.visa-types-list li:last-child {
    margin-bottom: 0;
}

.visa-types-list li i {
    color: #e21921;
    margin-right: 12px;
    font-size: 14px;
}

/* Specialization Section */
.specialization-section {
    background: #fff;
}

.specialization-image img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.specialization-content {
    padding-left: 40px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    line-height: 1.3;
}

.specialization-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.specialization-list li {
    padding: 12px 0;
    font-size: 18px;
    color: #475569;
    display: flex;
    align-items: center;
}

.specialization-list li i {
    color: #e21921;
    margin-right: 15px;
    font-size: 20px;
}

.specialization-description {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 0;
}

/* Services Section */
.employers-services-section {
    background: #f8fafc;
}

.section-header {
    text-align: center;
}

.section-subtitle {
    font-size: 18px;
    color: #64748b;
    margin-top: 15px;
}

.service-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-number {
    font-size: 32px;
    font-weight: 700;
    color: #e21921;
    margin-right: 25px;
    line-height: 1;
    flex-shrink: 0;
}

.service-content {
    flex: 1;
}

.service-title {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 0;
}

.mr-20 {
    margin-right: 20px;
}

.service-item-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.service-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #e21921;
}

.service-item-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: unset;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-item-card:hover::before {
    transform: scaleX(1);
}

/* Service Icon Wrapper */
.service-icon-wrapper {
    width: 35%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex: 0 0 35%;
}

.service-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50%;
}

.service-icon {
    font-size: 2.2rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

/* Service Content */
.service-content {
    text-align: left;
    padding: 30px;
    flex: 0 0 65%;
    width: 65%;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Stream Cards */
.stream-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 0px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.stream-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: #e21921;
}

.stream-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #e21921, #e21921);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stream-card:hover::before {
    transform: scaleX(1);
}

/* Stream Icon Wrapper */
.stream-icon-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e21921, #e21921);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.stream-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
}

.stream-icon {
    font-size: 2.5rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

/* Stream Content */
.stream-content {
    text-align: center;
    padding: 20px;
}

.stream-description p {
    margin-bottom: 0 !important;
}

.stream-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.stream-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Different colors for each stream card */
.stream-card:nth-child(1) .stream-icon-wrapper {
    background: linear-gradient(135deg, #e21921, #e21921);
}

.stream-card:nth-child(2) .stream-icon-wrapper {
    background: linear-gradient(135deg, #e21921, #e21921);
}

.stream-card:nth-child(3) .stream-icon-wrapper {
    background: linear-gradient(135deg, #e21921, #e21921);
}

@media (max-width: 991px) {
    .stream-card {
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .stream-icon {
        font-size: 2.2rem;
    }
    
    .stream-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {    
    .stream-card {
        padding: 0px;
    }
    
    .stream-icon {
        font-size: 2rem;
    }
    
    .stream-title {
        font-size: 1.2rem;
    }
    
    .stream-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .stream-card {
        padding: 0px;
    }
    
    .stream-icon {
        font-size: 1.8rem;
    }
    
    .stream-title {
        font-size: 1.1rem;
    }
    
    .stream-description {
        font-size: 0.9rem;
    }
}

/* Animation Enhancements */
.stream-card.wow.fadeInUp {
    visibility: hidden;
    animation-name: none;
}

.stream-card.wow.fadeInUp.animated {
    visibility: visible;
    animation-name: fadeInUp;
}

/* Hover Effects for Better Interaction */
.stream-card:hover .stream-icon-wrapper {
    transform: unset;
}

.stream-card:hover .stream-title {
    color: #e21921;
}

.visa-streams-section {
    position: relative;
}

@media (max-width: 768px) {
    .service-item-card {
        padding: 0px;
        margin-bottom: 0px;
		height: auto !important;
    }
	
	.service-content {
    padding: 20px;
}
	
	.service-content .service-description p {
    margin-bottom: 0 !important;
}
    
    .service-icon {
        font-size: 2rem;
    }
    
    .service-title {
        font-size: 1.3rem;
    }
}

/* Animation Enhancements */
.service-item-card.wow.fadeInUp {
    visibility: hidden;
    animation-name: none;
}

.service-item-card.wow.fadeInUp {
    visibility: hidden;
    animation-name: none;
    flex-direction: row;
    display: flex;
}

@media (max-width: 576px) {
    .service-item-card {
       flex-direction: column !important;
    }
	
	.service-icon-wrapper, .service-content {
		width: 100%;
		flex: 0 0 100%;
	}
    
    .service-icon {
        font-size: 1.8rem;
    }
}

@media (max-width: 1199px) {
    .specialization-content {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .specialization-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px;
    }
    
    .specialization-image {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {    
    .service-item {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .service-number {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .mr-20 {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {    
    .specialization-section {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .employers-services-section {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {    
    .step-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {    
    .process-step {
        padding: 30px 20px;
    }
    
    .step-title {
        font-size: 22px;
    }
    
    .step-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .visa-process-steps-section {
        padding-top: 40px;
        padding-bottom: 80px;
    }
 
    .step-title {
        font-size: 20px;
    }
    
    .step-description {
        font-size: 15px;
    }
}


@media (max-width: 767px) {
    .reason-title {
        font-size: 20px;
    }
    
    .reason-item {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {    
    .reason-title {
        font-size: 18px;
    }
    
    .reason-description {
        font-size: 15px;
    }
}

/* ===== SKILL ASSESSMENT AUSTRALIA PAGE STYLES ===== */

/* Pathway Tabs - Simple, Professional, and Clean */
.pathway-tabs-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.pathway-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 0;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pathway-tab {
    background: transparent;
    border: none;
    border-radius: 6px;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    flex: 1;
    position: relative;
    outline: none;
}

.pathway-tab:hover {
    background: rgba(255, 255, 255, 0.7);
}

.pathway-tab.active {
    background: #ffffff;
    color: #1a1a1a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-title {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.tab-subtitle {
    display: block;
    font-size: 0.85rem;
    color: #666666;
    font-weight: 400;
}

.pathway-tab.active .tab-title {
    color: #1a1a1a;
}

.pathway-tab.active .tab-subtitle {
    color: #666666;
}

/* Pathway Content */
.pathway-content {
    position: relative;
}

.pathway-panel {
    display: none;
}

.pathway-panel.active {
    display: block;
}

.pathway-description {
    background: #f8fafb;
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #21235d;
}

.pathway-description .lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

/* Assessment Stages - Clean and Simple */
.assessment-stages {
    margin-top: 50px;
}

.stage-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.stage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #21235d;
}

.stage-item:last-child {
    margin-bottom: 0;
}

.stage-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.stage-number {
    width: 60px;
    height: 60px;
    background: #21235d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.stage-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.stage-content p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 0;
}

.stage-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.stage-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
}

.stage-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #21235d;
    font-size: 1.5rem;
    line-height: 1;
}

.stage-list li:last-child {
    margin-bottom: 0;
}

/* Outcome Cards - Clean and Simple */
.outcome-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.outcome-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.outcome-card.success {
    border-color: #28a745;
}

.outcome-card.success:hover {
    background: #f8fff9;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.15);
}

.outcome-card.failure {
    border-color: #dc3545;
}

.outcome-card.failure:hover {
    background: #fff8f8;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.15);
}

.outcome-icon {
    margin-bottom: 20px;
}

.outcome-icon i {
    font-size: 3rem;
}

.outcome-card.success .outcome-icon i {
    color: #28a745;
}

.outcome-card.failure .outcome-icon i {
    color: #dc3545;
}

.outcome-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.outcome-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.outcome-card ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.5;
}

.outcome-card ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: bold;
}

.outcome-card.success ul li:before {
    color: #28a745;
}

.outcome-card.failure ul li:before {
    content: '✗';
    color: #dc3545;
}

.outcome-card ul li:last-child {
    margin-bottom: 0;
}

/* Stats Section */
.stats-section {
    position: relative;
}

.stats-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.stat-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #21235d;
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #21235d, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.stat-info {
    flex: 1;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    color: #666666;
    font-weight: 500;
    margin: 0;
}

/* Different colors for each stat card */
.stat-card:nth-child(1) .stat-icon {
    background: linear-gradient(135deg, #21235d, #0056b3);
}

.stat-card:nth-child(2) .stat-icon {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.stat-card:nth-child(3) .stat-icon {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

/* Responsive Design for Skill Assessment */
@media (max-width: 991px) {
    .pathway-tabs {
        padding: 3px;
    }
    
    .pathway-tab {
        padding: 18px 25px;
    }
    
    .tab-title {
        font-size: 1rem;
    }
    
    .tab-subtitle {
        font-size: 0.8rem;
    }
    
    .stats-title {
        font-size: 2rem;
    }
    
    .stage-item {
        padding: 30px 25px;
    }
    
    .stage-number {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        margin-right: 15px;
    }
    
    .stage-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .pathway-tabs {
        flex-direction: column;
        gap: 2px;
        padding: 2px;
    }
    
    .pathway-tab {
        padding: 16px 20px;
        border-radius: 4px;
    }
    
    .pathway-description {
        padding: 25px 20px;
    }
    
    .outcome-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stage-item {
        padding: 25px 20px;
    }
    
    .stage-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .stage-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .stat-card {
        padding: 25px 20px;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    
    .stat-icon i {
        font-size: 1.8rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .pathway-tabs-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .pathway-tab {
        padding: 14px 16px;
    }
    
    .tab-title {
        font-size: 0.95rem;
        margin-bottom: 2px;
    }
    
    .tab-subtitle {
        font-size: 0.75rem;
    }
    
    .stats-title {
        font-size: 1.8rem;
    }
    
    .stage-item {
        padding: 20px 15px;
    }
    
    .stage-number {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .stage-title {
        font-size: 1.2rem;
    }
    
    .outcome-card {
        padding: 25px 20px;
    }
    
    .outcome-icon i {
        font-size: 2.5rem;
    }
    
    .outcome-card h4 {
        font-size: 1.2rem;
    }
}

/* ===== NEW PATHWAY SECTIONS STYLES ===== */

/* Pathway Header Styles */
.pathway-header {
    position: relative;
    margin-bottom: 60px;
}

.pathway-number {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #21235d, #0056b3);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 auto 30px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
    position: relative;
}

.pathway-number::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgba(0, 123, 255, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.pathway-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pathway-subtitle {
    font-size: 1.3rem;
    color: #666666;
    font-weight: 500;
    margin-bottom: 0;
}

/* Pathway Description Styles */
.pathway-description {
    background: #f8fafb;
    padding: 40px;
    border-radius: 15px;
    border-left: 5px solid #21235d;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

.pathway-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    /* background: linear-gradient(to bottom, #21235d, #0056b3); */
    border-radius: 0 0 0 15px;
}

.pathway-description .lead {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.4;
}

.pathway-description p {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 0;
}

.pathway-description p:not(.lead) {
    margin-top: 15px;
}

/* Section Background Alternation */
.pathway-section:nth-child(odd) {
    background-color: #ffffff !important;
}

.pathway-section:nth-child(even) {
    background-color: #f8fafb !important;
}

/* Enhanced Assessment Stages for Separate Sections */
.pathway-section .assessment-stages {
    margin-top: 60px;
}

.pathway-section .stage-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 45px;
    margin-bottom: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pathway-section .stage-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #21235d, #0056b3);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.pathway-section .stage-item:hover::before {
    transform: scaleX(1);
}

.pathway-section .stage-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: #21235d;
}

/* Enhanced Stage Numbers */
.pathway-section .stage-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #21235d, #0056b3);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 25px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    position: relative;
}

.pathway-section .stage-number::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(0, 123, 255, 0.2);
    border-radius: 50%;
}

/* Enhanced Stage Titles */
.pathway-section .stage-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

/* Enhanced Outcome Cards for Separate Sections */
.pathway-section .outcome-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 35px;
}

.pathway-section .outcome-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: 35px 30px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pathway-section .outcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.pathway-section .outcome-card:hover::before {
    opacity: 1;
}

.pathway-section .outcome-card > * {
    position: relative;
    z-index: 2;
}

.pathway-section .outcome-card.success {
    border-color: #28a745;
}

.pathway-section .outcome-card.success:hover {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.3);
}

.pathway-section .outcome-card.failure {
    border-color: #dc3545;
}

.pathway-section .outcome-card.failure:hover {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(220, 53, 69, 0.3);
}

.pathway-section .outcome-icon i {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.pathway-section .outcome-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.pathway-section .outcome-card:hover h4 {
    color: #ffffff;
}

.pathway-section .outcome-card ul li {
    font-size: 1rem;
    margin-bottom: 12px;
}

.pathway-section .outcome-card:hover ul li {
    color: #ffffff;
}

/* Responsive Design for New Pathway Sections */
@media (max-width: 991px) {
    .pathway-number {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
    
    .pathway-title {
        font-size: 2.2rem;
    }
    
    .pathway-subtitle {
        font-size: 1.2rem;
    }
    
    .pathway-description {
        padding: 35px 30px;
    }
    
    .pathway-description .lead {
        font-size: 1.2rem;
    }
    
    .pathway-description p {
        font-size: 1rem;
    }
    
    .pathway-section .stage-item {
        padding: 35px 30px;
    }
    
    .pathway-section .stage-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-right: 20px;
    }
    
    .pathway-section .stage-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .pathway-number {
        width: 70px;
        height: 70px;
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    
    .pathway-title {
        font-size: 2rem;
    }
    
    .pathway-subtitle {
        font-size: 1.1rem;
    }
    
    .pathway-description {
        padding: 30px 25px;
    }
    
    .pathway-description .lead {
        font-size: 1.1rem;
    }
    
    .pathway-section .outcome-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .pathway-section .stage-item {
        padding: 30px 25px;
    }
    
    .pathway-section .stage-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .pathway-section .stage-number {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .pathway-section .outcome-card {
        padding: 30px 25px;
    }
    
    .pathway-section .outcome-icon i {
        font-size: 3rem;
    }
    
    .pathway-section .outcome-card h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .pathway-number {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .pathway-title {
        font-size: 1.8rem;
    }
    
    .pathway-subtitle {
        font-size: 1rem;
    }
    
    .pathway-description {
        padding: 25px 20px;
    }
    
    .pathway-description .lead {
        font-size: 1rem;
    }
    
    .pathway-description p {
        font-size: 0.95rem;
    }
    
    .pathway-section .stage-item {
        padding: 25px 20px;
    }
    
    .pathway-section .stage-number {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .pathway-section .stage-title {
        font-size: 1.2rem;
    }
    
    .pathway-section .outcome-card {
        padding: 25px 20px;
    }
    
    .pathway-section .outcome-icon i {
        font-size: 2.5rem;
    }
    
    .pathway-section .outcome-card h4 {
        font-size: 1.2rem;
    }
    
    .pathway-section .outcome-card ul li {
        font-size: 0.95rem;
    }
}

/* ===== CONTACT PAGE STYLES ===== */

/* Contact Info Section */
.xb-contact-info {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.xb-contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #e21921;
}

.xb-contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #e21921, #e21921);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.xb-contact-info:hover::before {
    transform: scaleX(1);
}

.xb-item--icon {
    position: relative;
    z-index: 2;
}

.xb-item--title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.xb-item--content {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.xb-item--content a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.xb-item--content a:hover {
    color: #e21921;
    text-decoration: none;
}

/* Responsive Design for Contact Info */
@media (max-width: 991px) {
    .xb-contact-info {
        padding: 35px 25px;
        margin-bottom: 30px;
    }
    
    .xb-item--icon i {
        font-size: 2.2rem !important;
    }
    
    .xb-item--title {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .xb-contact-info {
        padding: 30px 20px;
    }
    
    .xb-item--icon i {
        font-size: 2rem !important;
    }
    
    .xb-item--title {
        font-size: 1.1rem;
    }
    
    .xb-item--content {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .xb-contact-info {
        padding: 25px 15px;
    }
    
    .xb-item--icon i {
        font-size: 1.8rem !important;
    }
    
    .xb-item--title {
        font-size: 1rem;
    }
    
    .xb-item--content {
        font-size: 0.9rem;
    }
}

/* ===== POINTS CALCULATOR STYLES ===== */

/* Calculator Wrapper */
.calculator-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #f0f0f0;
}

.calculator-header {
    margin-bottom: 50px;
}

.calculator-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.calculator-subtitle {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 0;
}

/* Form Sections */
.form-section {
    background: #f8fafb;
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0px;
    display: block;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    color: #1a1a1a;
    background: #ffffff;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #e21921;
    box-shadow: 0 0 0 3px rgba(226, 25, 33, 0.1);
}

/* Form Check Groups */
.form-check-group {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 12px;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    min-height: 48px;
}

.form-check:hover {
    background: #f8fafb;
    border-color: #e21921;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid #d1d5db;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:checked {
    background-color: #e21921;
    border-color: #e21921;
}

.form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 2px;
}

.form-check-input[type="radio"]:checked::after {
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(226, 25, 33, 0.2);
}

.form-check-label {
    font-size: 0.95rem;
    color: #1a1a1a;
    cursor: pointer;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

/* Section Subtitles */
.section-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

/* Points Section */
.points-section {
    margin-top: 30px;
}

.points-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.points-item:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    border-color: #e21921;
}

.points-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.points-header h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    flex: 1;
    line-height: 1.3;
}

.points-score {
    font-size: 0.95rem;
    font-weight: 600;
    color: #e21921;
    background: #fff5f5;
    padding: 5px 12px;
    border-radius: 15px;
    border: 1px solid #fecaca;
    min-width: 80px;
    text-align: center;
}

.points-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.points-options .form-check {
    padding: 10px;
    margin-bottom: 0;
}

.form-check-label small {
    color: #666666;
    font-size: 0.8rem;
    display: block;
    margin-top: 3px;
    line-height: 1.3;
}

/* Total Score Section */
.total-score-section {
    margin-top: 30px;
    padding: 20px 0;
}

.total-score-card {
    background: linear-gradient(135deg, #e21921, #c41e3a);
    color: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(226, 25, 33, 0.3);
    max-width: 350px;
    margin: 0 auto;
}

.total-score-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.total-score-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.score-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.3;
}

/* Submit Button */
.thm-btn {
    background: linear-gradient(135deg, #e21921, #c41e3a);
    color: #ffffff;
    border: none;
    padding: 20px 30px;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(226, 25, 33, 0.3);
}

.thm-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(226, 25, 33, 0.4);
    color: #ffffff;
}

.thm-btn-outline {
    background: transparent;
    color: #e21921;
    border: 2px solid #e21921;
    padding: 10px 25px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thm-btn-outline:hover {
    background: #e21921;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .calculator-wrapper {
        padding: 25px;
    }
    
    .calculator-title {
        font-size: 2rem;
    }
    
    .form-section {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .points-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .points-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .points-score {
        align-self: flex-end;
    }
}

@media (max-width: 768px) {
    .calculator-wrapper {
        padding: 20px;
    }
    
    .calculator-title {
        font-size: 1.8rem;
    }
    
    .form-section {
        padding: 15px;
        margin-bottom: 12px;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
    
    .points-item {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .points-header h4 {
        font-size: 1rem;
    }
    
    .form-check {
        padding: 8px;
    }
    
    .form-check-group {
        gap: 10px;
    }
    
    .total-score-card {
        padding: 20px;
    }
    
    .total-score-number {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .calculator-wrapper {
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 1.6rem;
    }
    
    .form-section {
        padding: 12px;
        margin-bottom: 10px;
    }
    
    .form-group {
        margin-bottom: 10px;
    }
    
    .points-item {
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .points-header h4 {
        font-size: 0.95rem;
    }
    
    .form-check {
        padding: 6px;
    }
    
    .form-check-group {
        flex-direction: column;
        gap: 8px;
    }
    
    .form-check-label {
        font-size: 0.85rem;
    }
    
    .total-score-card {
        padding: 15px;
    }
    
    .total-score-number {
        font-size: 2.5rem;
    }
    
    .thm-btn {
        padding: 16px 25px;
        font-size: 0.95rem;
    }
}
