/* Enhanced job-opportunities.css - Updated Design */
/* Place this file in your theme's css folder */


.hero-section {
        position: relative;
        min-height: 466px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 0 20px;
        padding: 110px 0;

    }

    .hero-background {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 80%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 20px;
        transition: all 0.3s ease-out;
        z-index: 1;
    }

    .hero-background::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        border-radius: 20px;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white;
        max-width: 800px;
    }

    .hero-title {
        font-size: 4.5rem;
        font-weight: 500;
        margin-bottom: 1rem;
        letter-spacing: -1px;
    }

    .hero-subtitle {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        opacity: 0.9;
        font-weight: 300;
    }

    .apply-btn {
        background: #6631F7;
        color: white;
        padding: 21px 93px;
        border: none;
        border-radius: 8px;
        font-size: 1.125rem;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .apply-btn:hover {
      /*  transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(124, 58, 237, 0.4);
        color: white;
        text-decoration: none; */
		
		background-color: #fff;

		color: #6631F7 !important;
		border: 0px ;
    }

    .content-section {
        padding: 100px 20px;
        max-width: 1200px;
        margin: 0 auto;
        background: white;
    }

    .job-details {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .detail-card {
        background: #f8f9fa;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .detail-card h3 {
        color: #7c3aed;
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    .detail-card p {
        color: #666;
        font-size: 1.1rem;
        line-height: 1.6;
    }

    /* .job-content {
        background: white;
        padding: 3rem;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        margin-top: 2rem;
    } */

    .job-content h2 {
        color: #333;
        margin-bottom: 2rem;
        font-size: 2rem;
        border-bottom: 3px solid #7c3aed;
        padding-bottom: 1rem;
    }

    .job-content p, .job-content ul, .job-content ol {
        color: #666;
        line-height: 1.8;
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
    }

    .job-content ul, .job-content ol {
        padding-left: 2rem;
    }

    .job-content li {
        margin-bottom: 0.5rem;
    }
	
	
	/* Country Tabs */
	.job-location-tabs {
	  display:flex;
	  gap:.5rem;
	  margin:0 0 24px;
	  flex-wrap:wrap;
	}

	.job-location-tabs .job-tab {
	  background:#1f1f1f;
	  color:#fff;
	  border:1px solid #333;
	  border-radius:9999px;
	  padding:.5rem 1rem;
	  cursor:pointer;
	  font-size:.95rem;
	  line-height:1;
	  transition:background .2s, border-color .2s, transform .1s;
	}

	.job-location-tabs .job-tab:hover { transform: translateY(-1px); }

	.job-location-tabs .job-tab.is-active {
	  background:#6d28d9;
	  border-color:#6d28d9;
	}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .apply-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .job-details {
        grid-template-columns: 1fr;
    }

    .detail-card, .job-content {
        padding: 1.5rem;
    }
}

#job-opportunities-container {
    display: flex;
    gap: 130px;
    max-width: 1480px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background: #101213;
    color: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    position: relative;
}

/* Sidebar Filters */
.job-filters-sidebar {
    min-width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    height: fit-content;
}

/* Job Opportunities Header in Sidebar */
.job-filters-sidebar .job-opportunities-header {
    margin-bottom: 80px;
    padding-bottom: 0;
    text-align: left;
}

.job-filters-sidebar .job-opportunities-header h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.filter-section {
    margin-bottom: 25px;
    position: relative;
}

.filter-section label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.job-search-input,
.job-filter-select {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #333;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.job-search-input:focus,
.job-filter-select:focus {
    outline: none;
    border-color: #6631F7;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
    transform: translateY(-1px);
}

.job-search-input::placeholder {
    color: #888;
    font-style: italic;
}

.job-filter-select option {
    background: #1a1a1a;
    color: #fff;
    padding: 8px;
}

.job-filter-select option:disabled {
    color: #555;
    background: #111;
}

/* Custom dropdown arrow for dark theme */
.job-filter-select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjODg4ODg4IiBwb2ludHM9IjI1LDEyIDIwLDcgMzAsNyAiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Loading state for filters */
.job-filter-select.loading {
    opacity: 0.6;
    pointer-events: none;
}

.job-filter-select.loading::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #333;
    border-top: 2px solid #6631F7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Search suggestions */
.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1a1a1a;
    border: 1px solid #333;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 10px;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.suggestion-tag {
    background: #333;
    color: #ccc;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.suggestion-tag:hover {
    background: #6631F7;
    color: #fff;
    transform: scale(1.05);
}

/* Main Content Area */
.job-listings-content {
    flex: 1;
    min-width: 0;
}

/* Remove header from main content since it's now in sidebar */
.job-listings-content .job-opportunities-header {
    display: none;
}

/* Job Listings */
#job-listings-results {
    transition: opacity 0.3s ease;
}

.job-listing-item {
    padding: 32px 0;
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
}

.job-listing-item::before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.job-listing-item:hover::before {
    opacity: 1;
}

.job-listing-item:hover {
    transform: translateX(4px);
}

.job-content {
    flex: 1;
    position: relative;
    z-index: 2;
    padding-right: 120px;
}

.job-title {
    font-size: 28px !important;
    font-weight: 400;
    margin: 0;
    color: #fff;
    line-height: 1.3;
    transition: color 0.3s ease;
    text-align: left;
}

.job-listing-item:hover .job-title {
    color: #6631F7;
}

.job-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #888;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.job-department,
.job-location,
.job-posts-count {
    position: relative;
    padding: 0;
    background: none;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.job-department {
    background: none;
    
}
.job-department-wrap{
    min-width: 193px;
    text-align: left;
}
.job-location {
    background: none;
    color: #969696 !important;
    min-width: 260px;
    font-size: 20px !important;
    text-align: right;
}
.job-department{
    background: none;
    color: #969696 !important;
    min-width: 260px !important;
    font-size: 24px !important;
    text-align: left;
}
.job-posts-count {
    background: none;
    color: #ffffff;
    font-size: 24px !important;
}
.job-title-wrap{
    margin-bottom: 10px;
}
/* Job Action Button */
.job-action {
    margin-left: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.job-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.job-apply-btn:hover {
    color: #6631F7;
    transform: rotate(0deg);
}

.job-listing-item:hover .job-apply-btn {
    color: #6631F7;
}

.job-apply-btn svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}

.job-apply-btn:hover svg {
    transform: rotate(45deg);
}

/* Loading State */
.job-loading {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

.job-loading p {
    margin: 0;
    font-style: italic;
    position: relative;
}

.job-loading p::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-top: 2px solid #6631F7;
    border-radius: 50%;
    margin-left: 10px;
    animation: spin 1s linear infinite;
    vertical-align: middle;
}

/* No Results */
.no-jobs-found {
    text-align: center;
    padding: 80px 20px;
    color: #888;
}

.no-jobs-found p {
    font-size: 18px;
    margin: 0;
    position: relative;
}

.no-jobs-found p::before {
    content: '🔍';
    display: block;
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

/* Pagination */
.job-pagination {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.job-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    text-decoration: none;
    color: #888;
    border: 1px solid #333;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}

.job-pagination .page-numbers:hover {
    background: rgba(0, 124, 186, 0.1);
    border-color: #6631F7;
    color: #6631F7;
    transform: translateY(-1px);
}

.job-pagination .page-numbers.current {
    background: #6631F7;
    color: #fff;
    border-color: #6631F7;
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.job-pagination .prev,
.job-pagination .next {
    padding: 0 20px;
    font-weight: 600;
}

.job-pagination .dots {
    border: none;
    background: none;
    color: #555;
    cursor: default;
}

.job-pagination .dots:hover {
    background: none;
    border: none;
    transform: none;
    color: #555;
}

/* Clear Filters Button */
.clear-filters {
    width: 100%;
    background: transparent;
    border: 1px solid #333;
    color: #888;
    padding: 16px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.clear-filters::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.5s ease;
}

.clear-filters:hover::before {
    left: 100%;
}

.clear-filters:hover {
    border-color: #666;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
}

.clear-filters:active {
    transform: translateY(0);
}

/* Animations */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply animations to job items */
.job-listing-item {
    animation: fadeInUp 0.5s ease forwards;
}

.job-listing-item:nth-child(even) {
    animation-delay: 0.1s;
}

.job-listing-item:nth-child(odd) {
    animation-delay: 0.05s;
}

/* Filter sections animation */
.filter-section {
    animation: slideInLeft 0.6s ease forwards;
}

.filter-section:nth-child(2) {
    animation-delay: 0.1s;
}

.filter-section:nth-child(3) {
    animation-delay: 0.2s;
}

.filter-section:nth-child(4) {
    animation-delay: 0.3s;
}
.job-filter-select {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #333;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    
    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 48px;
}

.job-filter-select:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.job-filter-select:hover {
    border-color: #555;
}

.job-filter-select option {
    background: #1a1a1a;
    color: #fff !important;
    padding: 12px 16px;
    font-weight: 500;
    border: none;
    min-height: 44px;
}

.job-filter-select option:hover {
    background: #2a2a2a;
}

.job-filter-select option:checked {
    background: rgb(150, 150, 150);
    color: #fff;
}

/* Firefox specific */
.job-filter-select {
    scrollbar-width: thin;
    scrollbar-color: #333 #1a1a1a;
}

/* Webkit scrollbar */
.job-filter-select::-webkit-scrollbar {
    width: 8px;
}

.job-filter-select::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.job-filter-select::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

.job-filter-select::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Enhanced responsive design */
@media (max-width: 1024px) {
    #job-opportunities-container {
        gap: 25px;
        padding: 30px 15px;
    }
    
    .job-filters-sidebar {
        min-width: 280px;
    }
    
    .job-filters-sidebar .job-opportunities-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    #job-opportunities-container {
        flex-direction: column;
        gap: 30px;
        padding: 20px 15px;
    }
    
    .job-filters-sidebar {
        min-width: auto;
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .job-filters-sidebar .job-opportunities-header {
        grid-column: 1 / -1;
        margin-bottom: 20px;
    }
    
    .job-filters-sidebar .job-opportunities-header h2 {
        font-size: 32px;
    }
    
    .filter-section {
        margin-bottom: 0;
    }
    
    .clear-filters {
        grid-column: 1 / -1;
        margin-top: 0;
    }
    
    .job-listing-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 24px 0;
        position: relative;
    }
    
    .job-content {
        padding-right: 0;
    }
    
    .job-action {
        position: static;
        margin-left: 0;
        align-self: flex-end;
        margin-top: 10px;
        transform: none;
    }
    
    .job-posts-count {
        position: static;
        transform: none;
    }
    
    .job-apply-btn:hover {
        transform: scale(1.1);
    }
    
    .job-title {
        font-size: 20px;
    }
    
    .job-meta {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .job-pagination {
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 30px;
    }
    
    .job-pagination .page-numbers {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .job-filters-sidebar {
        grid-template-columns: 1fr;
    }
    
    .job-filters-sidebar .job-opportunities-header h2 {
        font-size: 28px;
    }
    
    .job-title {
        font-size: 18px;
    }
    
    .job-meta {
        font-size: 12px;
    }
    
    .job-department,
    .job-location,
    .job-posts-count {
        padding: 4px 8px;
        font-size: 11px;
    }
    
    .job-apply-btn {
        width: 40px;
        height: 40px;
    }
    
    .job-apply-btn svg {
        width: 16px;
        height: 16px;
    }
}

/* Dark theme enhancements */
.job-listing-item:last-child {
    border-bottom: none;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .job-search-input,
    .job-filter-select {
        border-color: #666;
    }
    
    .job-listing-item {
        border-bottom-color: #666;
    }
    
    .job-apply-btn {
        border-color: #666;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .job-listing-item:hover {
        transform: none;
    }
    
    .job-apply-btn:hover {
        transform: none;
    }
}

/* Focus styles for better accessibility */
.job-search-input:focus,
.job-filter-select:focus,
.job-apply-btn:focus,
.clear-filters:focus,
.job-pagination .page-numbers:focus {
    outline: 2px solid #6631F7;
    outline-offset: 2px;
}

/* Custom scrollbar for webkit browsers */
.job-listings-content::-webkit-scrollbar {
    width: 8px;
}

.job-listings-content::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 4px;
}

.job-listings-content::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

.job-listings-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Filter interaction feedback */
.filter-section:focus-within label {
    color: #6631F7;
    transform: translateX(2px);
}

/* Micro-interactions */
.job-department:hover,
.job-location:hover {
    transform: none;
    box-shadow: none;
}

.job-posts-count:hover {
    transform: translateY(-50%);
    box-shadow: none;
}

/* Enhanced loading states */
.job-listings-content.loading {
    position: relative;
}

.job-listings-content.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    backdrop-filter: blur(2px);
}

/* Print styles */
@media print {
    #job-opportunities-container {
        background: white;
        color: black;
        box-shadow: none;
    }
    
    .job-filters-sidebar {
        display: none;
    }
    
    .job-apply-btn {
        display: none;
    }
    
    .job-pagination {
        display: none;
    }
}




/* Key Responsibilities Section */
.job-sections.responsibilities {
    background: #F7F7F7;
    padding: 320px 20px 80px 20px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    margin-top: -200px;
}

.job-sections.qualifications {
    background: white;
    padding: 80px 20px;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.job-sections-container {
    max-width: 800px;
    margin: 0 auto;
}

.section-card {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.section-card h2 {
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.responsibilities-text {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.responsibilities-text p {
    margin-bottom: 1.5rem;
}

.responsibilities-text p:last-child {
    margin-bottom: 0;
}

.qualifications-content {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
}

.qualifications-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qualifications-content li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.2rem;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
}

.qualifications-content li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 0;
    color: #7c3aed;
    font-weight: bold;
    font-size: 1.2rem;
}

.qualifications-content li:last-child {
    margin-bottom: 0;
}

/* Ensure hero section has higher z-index */
.hero-section {
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
    .job-sections.responsibilities {
        padding: 100px 20px 60px 20px;
        margin-top: -40px;
    }
    
    .job-sections.qualifications {
        padding: 60px 20px;
    }
    
    .section-card h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .responsibilities-text,
    .qualifications-content {
        font-size: 1rem;
    }
    
    .qualifications-content li {
        font-size: 1rem;
        padding-left: 1.8rem;
        margin-bottom: 1rem;
    }
}



/* Competitive Compensation Section */
.compensation-section {
    background: transparent linear-gradient(299deg, #A43DB3 0%, #6932F2 100%) 0% 0% no-repeat padding-box;
    padding: 100px 20px;
    position: relative;
}

.compensation-container {
    max-width: 1480px;
    margin: 0 auto;
    text-align: center;
}

.compensation-header {
    margin-bottom: 4rem;
}

.compensation-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.compensation-title {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 20px 20px;
    text-align: left;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.benefit-icon {
    color: white;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-card h3 {
    color: white;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    margin-top: 100px;
}

.compensation-cta {
    margin-top: 3rem;
}

.apply-btn-white {
    background: white;
    color: #6631F7;
    padding: 21px 93px;
    border: none;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.apply-btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: #f8f9fa;
    color: #7c3aed;
    text-decoration: none;
}

@media (max-width: 768px) {
    .compensation-section {
        padding: 80px 20px;
    }
    
    .compensation-title {
        font-size: 2.2rem;
    }
    
    .compensation-subtitle {
        font-size: 0.8rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .benefit-card {
        padding: 2rem 1rem;
    }
    
    .benefit-card h3 {
        font-size: 1rem;
    }
    
    .apply-btn-white {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}




/* ===============================
   Other Opportunities Section
   =============================== */
.other-opportunities-section {
    background: white;
    padding: 100px 20px;
}

.other-opportunities-container {
    max-width: 1480px;
    margin: 0 auto;
}

.other-opportunities-section .section-header {
    margin-bottom: 4rem;
}

.other-opportunities-section .section-subtitle {
    color: #2B2B2D;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

/* Reset margin for subtitle */
.section-subtitle {
    margin: 0px !important;
}

.other-opportunities-section .section-title {
    color: #2B2B2D;
    font-size: 4.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.other-opportunities-section .job-title {
    color: #000000;
}
/* Other Opportunities Section */
/* 









.other-opportunities-section .job-listings-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.other-opportunities-section .job-listing-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 2rem 0;
    transition: all 0.3s ease;
}

.other-opportunities-section .job-listing-item:hover {
    background: #f8f9fa;
    margin: 0 -1rem;
    padding: 2rem 1rem;
    border-radius: 8px;
}

.other-opportunities-section .job-listing-item:last-child {
    border-bottom: none;
}

.other-opportunities-section .job-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.other-opportunities-section .job-title-wrap {
    flex: 1;
}



.other-opportunities-section .job-department {
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
}

.other-opportunities-section .job-action {
    margin-left: 1rem;
}

.other-opportunities-section .job-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border: 2px solid #7c3aed;
    border-radius: 50%;
    color: #7c3aed;
    text-decoration: none;
    transition: all 0.3s ease;
}

.other-opportunities-section job-apply-btn:hover {
    background: #7c3aed;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(124, 58, 237, 0.3);
}

.other-opportunities-section .job-meta {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.other-opportunities-section .job-meta-item {
    display: flex;
    align-items: center;
}

.other-opportunities-section .job-posts-count {
    background: #7c3aed;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.other-opportunities-section .job-location {
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.other-opportunities-section .no-jobs-found {
    text-align: center;
    padding: 3rem;
    color: #666;
    font-style: italic;
}

@media (max-width: 768px) {
    .other-opportunities-section {
        padding: 80px 20px;
    }
    
    .other-opportunities-section .section-title {
        font-size: 2.2rem;
    }
    
    .other-opportunities-section .job-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .other-opportunities-section .job-action {
        margin-left: 0;
        margin-top: 1rem;
    }
    
    .other-opportunities-section .job-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .other-opportunities-section .job-listing-item:hover {
        margin: 0;
        padding: 2rem 0;
        background: transparent;
    }
} */