/* Full width container with black background */
.industries-container-fluid {
	background-color: #000000;
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Inner container with max-width 1300px */
.industries-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}

.industries-glass-wrapper {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	border-top: 1px solid;
	border-bottom: 0px solid;
	padding: 4rem 0px;
}

/* Glass card effect */
.industries-glass {
	max-width: 1300px;
	margin: auto;
	padding: 0px;
	transition: all 0.3s ease;
}

.industries-glass-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-secondary-dau .arrow {
	width: 22px;
	margin-left: 10px;
}

.industry-left {
	flex: 1;
	width: 30%;
}

.stats-row {
	display: flex;
	width: 60%;
	justify-content: center;
	gap: 160px;
}

.industry-left h2 {
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 16px;
	letter-spacing: 2px;
}

.industry-left p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	font-weight: 400;
}

.industry-right {
	display: flex;
	align-items: center;
	gap: 100px;
	width: 70%;
	justify-content: flex-end;
}

.stat-item {
	text-align: center;
	min-width: 80px;
}

.stat-number {
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 0px;
	display: block;
}

.stat-label {
	font-size: 18px;
	display: block;
}

@media (max-width: 768px) {



.capability-section h2 {
    margin-bottom: 8px !important;
}

.industries-glass-wrapper {
    padding: 0rem 0px;
}
	
	.industry-right .btn-secondary-dau {
    width: 140px;
}
	
	.industries-container,
	.industries-glass {
		padding: 0 20px;
	}
	
	.industry-left {
	flex: 1;
	width: 100%;
}

    .industries-glass-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 30px 0 !important;
    }

	.industry-left {
		max-width: 100%;
	}

	.industry-left h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	    .industry-left p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0rem;
    }

	.industry-right {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.stats-row {
    display: flex;
    width: 70%;
    justify-content: space-between;
    gap: 160px;
}

	.stat-item {
		text-align: left;
	}

	.stat-number {
		font-size: 30px;
        line-height: 32px;
	}

	.stat-label {
		font-size: 16px;
	}
}


/*  ==== Capability Description Sections === */

.cap-main-title {
	font-size: 52px;
	font-weight: 400;
	position: sticky;
	top: 0;
	color: white;
}

.cap-main-cta {
	display: inline-block;
	padding: 10px 26px;
	border: unset;
	border-radius: 40px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	font-family: 'SF Pro Display';
	text-decoration: none !important;
	margin-top: 1rem;
	transition: all 0.3s ease;
	border: 0px solid #40BBF9;
}

.cap-main-cta:hover {
	background: #fff;
	color: #000;
}

.capability-section {
	position: sticky;
	background: #000;
	border-top: 1px solid #333;
	padding: 40px 0;
	z-index: 10;
	transition: .3s ease;
}

/* 
        .capability-description,
        .tags{
            transition:.3s ease;
        } */
/* 
        .capability-section.stuck .capability-description,
        .capability-section.stuck .tags{
            opacity:0;
            transform:translateY(-8px);
            pointer-events:none;
        } */

.capability-section h2 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 34px;
	color: white;
}

.capability-description {
	color: #999;
	font-size: 20px;
	max-width: 60%;
	margin-bottom: 26px;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 2rem !important;
}

.tag {
	border: 1px solid #FFFFFF !important;
	border-radius: 30px;
	font-size: 16px;
	padding: 8px 21px;
}

.section-with-visual {
	display: flex;
	justify-content: space-between;
	gap: 80px;
	align-items: center;
}

.visual-box {
	width: 380px;
	height: 230px;
	overflow: hidden;
	border-radius: 9px;
	flex-shrink: 0;
}

.visual-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.cta-buttons {
	display: flex;
	gap: 16px;
	margin-bottom: 2rem;
	flex-wrap: wrap;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.secondary-cta {
	background: transparent;
	border-color: #666;
}

a.cta-large-button {
	width: 206px;
}

.cta-large-small {
	width: 132px;
}

.secondary-cta:hover {
	background: #fff;
	color: #000;
}

p.cap-subtitle {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #8A8A8A;
}

/**
 * Job Openings Widget Base Styles
 * Path: assets/widget-base.css
 */

.job-opening {
    margin: 0 auto;
    padding: 0;
}

/* Desktop Table View */
.job-opening .desktop-view {
    display: block;
}

.job-opening .mobile-view {
    display: none;
}

.job-opening table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    margin-bottom: 0px;
}

.job-opening thead {
    border-bottom: 1px solid #e0e0e0;
}

.job-opening th {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0;
    padding: 0px;
}

.job-opening tr {
    height: 60px;
}

.job-opening tbody tr {
    border-bottom: 1px solid #8A8A8A;
    height: 90px !important;
}

.job-opening tbody tr:last-child {
    border-bottom: none;
}

.job-opening td {
    padding: 0;
    font-size: 24px;
    color: #000000;
    vertical-align: middle;
    border: 0px;
    width: 33%;
}

.job-opening td:last-child {
    text-align: right;
}

.job-opening .apply-btn {
    padding: 16px 24px;
    background-color: #ffffff;
    color: #0066cc;
    border: 1.5px solid #0066cc;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-wrap-mode: nowrap;
}

.job-opening .apply-btn:hover {
    background-color: #0066cc;
    color: #ffffff;
}

/* Mobile View */
@media (max-width: 768px) {
    .job-opening {
        padding: 0;
    }

    .job-opening .desktop-view {
        display: none;
    }

    .job-opening .mobile-view {
        display: block;
    }

    .job-opening .job-item {
        padding: 20px 0px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .job-opening .job-item:last-child {
        border-bottom: none;
    }

    .job-opening .job-info h3 {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 0px;
    }

    .job-opening .job-info p {
        font-size: 16px;
        color: #666666;
        font-weight: 400;
		margin-bottom: 0px;
    }

    .job-opening .job-item .apply-btn {
        padding: 10px 16px;
        font-size: 14px;
        flex-shrink: 0;
        margin-left: 16px;
    }
}
