/* ==========================================================================
   RECRUIT PAGE SPECIFIC STYLES
   ========================================================================== */

/* Hero Section */
.hero-section {
    position: relative;
    height: 801px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.hero-flex {
    display: flex;
	gap:50px;
	align-items: center;
}

.hero-content {
    z-index: 1;
	margin-top: 50px;
}

.hero-subtitle {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #444444;
    margin: 0 0 40px 0;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

.hero-text {
   width: 50%;
}
.hero-circle {
    width: 70%; 
	margin-right: -200px;
}
.hero-circle img {
    border-radius: 50%;   
}

.circle-image {
    width: 757px;
    height: 757px;
    border-radius: 50%;
    object-fit: cover;
}

/* Vision Section */
.vision-section {
    padding: 40px 0;
}

.vision-content {
    display: flex;
    gap: 32px;
    align-items: center;
	flex-direction: row-reverse;
}

.vision-image {
    flex: 1;
    max-width: 544px;
    aspect-ratio: 680/480;
}

.vision-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.vision-text {
    flex: 1;
    max-width: 544px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.vision-title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
    color: #444444;
    margin: 0;
}

.vision-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #444444;
    margin: 0;
}

/* Roles Section */
.roles-section {
    padding: 40px 0;
}

.roles-content {
    display: flex;
    gap: 32px;
    align-items: center;
}

.roles-text {
    flex: 1;
    max-width: 544px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.roles-title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
    color: #444444;
    margin: 0;
}

.roles-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.role-item {
    font-size: 1rem;
    line-height: 1.8;
    color: #444444;
}

.role-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #444444;
}

.roles-image {
    flex: 1;
    max-width: 544px;
    aspect-ratio: 680/480;
}

.roles-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Values Section */
.values-section {
    padding: 40px 0 120px;
}

.values-content {
    display: flex;
    gap: 32px;
    align-items: center;
	flex-direction: row-reverse;
}

.values-image {
    flex: 1;
    max-width: 544px;
    aspect-ratio: 680/480;
}

.values-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.values-text {
    flex: 1;
    max-width: 544px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.values-title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
    color: #444444;
    margin: 0;
}

.values-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.values-list li {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8;
    color: #444444;
    margin-left: 30px;
    position: relative;
}

.values-list li::before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #444444;
}

.values-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #444444;
    margin: 0;
}

/* Job Details Section */
.job-details-section {
    background-color: #ededed;
    padding: 120px 0;
}

.job-details-title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
    color: #444444;
    text-align: center;
    margin: 0 0 32px 0;
}

.job-details-table {
    display: flex;
    flex-direction: column;
    max-width: 928px;
    margin: 0 auto;
}

.detail-row {
    display: flex;
    border-bottom: 1px solid #d5d5d5;
    min-height: 60px;
}

.detail-label {
    width: 180px;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.8;
    color: #444444;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}

.detail-value {
    flex: 1;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.8;
    color: #444444;
}

.detail-value p {
    margin: 0;
    line-height: 1.8;
}

.detail-value p + p {
    margin-top: 16px;
}

.detail-value strong {
    font-weight: bold;
}

/* CTA Section Extension for Recruit */
.cta-text-section {
    flex: 1;
    max-width: 832px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.cta-title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
    color: white;
    margin: 0;
}

.cta-description {
    font-size: 1rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

.cta-button-text {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.8;
    color: white;
    text-align: center;
    margin: 0;
}
.cta-buttons {
	width: 100%;
	max-width: 490px;
  gap: 40px;
flex-direction: column;

}
.cta-button-group {
  width: 100%;
}
.cta-text-section {
  width: 100%;
}
.cta-content {
	gap: 38px;
  display: flex;
	align-items: center;
}
/* Recruit Page Responsive */
@media (max-width: 1200px) {
    .hero-content {
        left: 50px;
        width: 500px;
    }
    
    .hero-subtitle {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1.125rem;
    }
    
    .hero-circle {
        left: 45%;
    }
    
    .circle-image {
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
        min-height: 600px;
        padding: 100px 0 50px;
    }
    
    .hero-content {
        left: 20px;
        top: auto;
        width: calc(100% - 40px);
        position: relative;
        margin-top: 30px;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-circle {
        display: none;
    }
    
    .vision-content,
    .roles-content,
    .values-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .vision-image,
    .roles-image,
    .values-image {
        max-width: 100%;
        height: 300px;
    }
    
    .vision-text,
    .roles-text,
    .values-text {
        max-width: 100%;
    }
    
    .vision-title,
    .roles-title,
    .values-title {
        font-size: 1.25rem;
    }
    
    .role-name {
        font-size: 1.125rem;
    }
    
    .values-list li {
        font-size: 1rem;
    }
    
    .job-details-table {
        max-width: 100%;
    }
    
    .detail-row {
        flex-direction: column;
        min-height: auto;
    }
    
    .detail-label {
        width: 100%;
        font-weight: bold;
        padding-bottom: 5px;
    }
    
    .detail-value {
        padding-top: 0;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .cta-button-text {
        font-size: 1rem;
    }
	.cta-content {
	gap: 38px;
  flex-direction: column;
}
	.cta-buttons {
	width: 100%;
	max-width: none;
flex-direction: row;

}
	.hero-circle {
    display: block;
		left: 0%;
		width: 100%;
		margin-right: 0px;
}

	.hero-flex {
  display: flex;
  gap: 20px;
  align-items: center;
		flex-direction: column-reverse;
}
	  .hero-section {
    height: auto;
    min-height: 600px;
    padding: 0px 0 50px;
  }
	.hero-text {
  width: 100%;
}
	.hero-content {
    left: 0px;
    top: auto;
    width: 100% ;
    position: relative;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
	.cta-buttons {
    width: 100%;
    max-width: none;
    flex-direction: column;
		  
  }
    .hero-subtitle {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .cta-buttons {
flex-direction: column;

}
	  
	.job-details-section {
  padding: 60px 0;
}
    .hero-description {
        font-size: 0.875rem;
    }
    
    .vision-title,
    .roles-title,
    .values-title {
        font-size: 1.125rem;
        line-height: 1.6;
    }
    
    .role-name {
        font-size: 1rem;
    }
    
    .values-list li {
        font-size: 0.875rem;
    }
    
    .job-details-title {
        font-size: 1.25rem;
    }
    
    .cta-title {
        font-size: 1.5rem;
		text-align: center;
    }
	
}

@media (max-width: 768px) {
	.d-md-none{
		display: none;
	}
	  
}
	
	@media (min-width: 479px) {
		.d-sm-none{
		display: none;
	}
	}