/* Go Get A Trip Career Hero */
.career_bg {
    background-image: url('../images/career.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.career_details{
    background-image: url('../images/career-details.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
.job_apply_ban{
       background-image: url('../images/apply_job.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
}
/* .career_bg .goget-trip-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.80) 50%,
        rgba(0, 0, 0, 0.80) 100%
    );
} */
.goget-trip-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.60) 0%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.60) 100%
    );
}
/* .goget-trip-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.74) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.65) 100%
    );
} */

.goget-trip-hero {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 65px 0;
    background-color: #164f52;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.goget-trip-hero .container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.goget-trip-hero-content {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.goget-trip-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    margin-bottom: 13px;
    border-radius: 30px;
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(234, 76, 92, 0.20);
}

.goget-trip-hero-pill i {
    font-size: 13px;
}

.goget-trip-hero-content h1 {
    max-width: 850px;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.3px;
}
.goget-trip-hero-content h1 span.high{
    color: #ff7b26;
}
.goget-trip-hero-content h1::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 10px;
    background: var(--main-color);
}

.goget-trip-hero-lead {
    max-width: 650px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

.goget-trip-hero-stats {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    max-width: 570px;
    margin: 0 auto;
}

.goget-trip-hero-stat {
    position: relative;
    min-width: 175px;
    padding: 13px 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

.goget-trip-hero-stat strong {
    display: block;
    margin-bottom: 4px;
    color: var(--main-color);
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.goget-trip-hero-stat span {
    display: block;
    color: #444;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.goget-trip-hero-stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 35px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    background: var(--main-color);
}

.goget-trip-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--main-color);
    z-index: 4;
}


/* Tablet */

@media (max-width: 991px) {
    .goget-trip-hero {
        padding:55px 0;
    }

    .goget-trip-hero-content {
        max-width: 750px;
    }

    .goget-trip-hero-content h1 {
        font-size: 31px;
    }

    .goget-trip-hero-lead {
        max-width: 650px;
        font-size: 12.5px;
    }

    .goget-trip-hero-stats {
        max-width: 540px;
    }

    .goget-trip-hero-stat {
        min-width: 165px;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .goget-trip-hero-content {
        max-width: 100%;
    }

    .goget-trip-hero-pill {
        padding: 8px 14px;
        margin-bottom: 11px;
        font-size: 13px;
    }

    .goget-trip-hero-content h1 {
        font-size: 27px;
        line-height: 1.18;
    }

    .goget-trip-hero-content h1::after {
        width: 45px;
        height: 3px;
        margin-top: 10px;
    }

    .goget-trip-hero-lead {
        max-width: 600px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.5;
    }

    .goget-trip-hero-stats {
        gap: 7px;
        max-width: 100%;
    }

    .goget-trip-hero-stat {
        min-width: 0;
        flex: 1;
        padding: 11px 8px;
    }

    .goget-trip-hero-stat strong {
        font-size: 18px;
    }

    .goget-trip-hero-stat span {
        font-size: 9px;
    }

    .goget-trip-hero-stat::before {
        width: 28px;
    }
}


/* Small Mobile */

@media (max-width: 575px) {
    .goget-trip-hero {
        padding: 40px 0;
    }

    .goget-trip-hero-pill {
        padding: 7px 12px;
        font-size: 12px;
    }

    .goget-trip-hero-pill i {
        font-size: 11px;
    }

    .goget-trip-hero-content h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .goget-trip-hero-lead {
        margin-bottom: 17px;
        font-size: 11.5px;
    }

    .goget-trip-hero-stats {
        gap: 5px;
    }

    .goget-trip-hero-stat {
        padding: 10px 5px;
        border-radius: 6px;
    }

    .goget-trip-hero-stat strong {
        margin-bottom: 3px;
        font-size: 16px;
    }

    .goget-trip-hero-stat span {
        font-size: 8.5px;
    }
}
















/* Details Page */

/* .career_details .goget-trip-hero-content h1::after{
margin-left: 0;
  margin-right: auto;
} */

.goget-trip-job {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    text-align: center;
    flex-direction: column;
}

.goget-trip-job-info {
    min-width: 0;
    flex: 1;
    width: 100%;
}

.goget-trip-job-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 9px;
}

.goget-trip-job-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-weight: 600;
}

.goget-trip-job-tags i {
    color: var(--main-color);
    font-size: 12px;
}

.goget-trip-job-info h1 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

.goget-trip-job-company {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-weight: 500;
}

.goget-trip-job-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.goget-trip-job-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 500;
}

.goget-trip-job-meta i {
    color: var(--main-color);
    font-size: 12px;
}

.goget-trip-job-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin:0 auto;
    flex-shrink: 0;
}

.goget-trip-job-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 17px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.goget-trip-job-btn-primary {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}

.goget-trip-job-btn-primary:hover {
    background: #d83f50;
    border-color: #d83f50;
    color: #fff;
    transform: translateY(-2px);
}

.goget-trip-job-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
}

.goget-trip-job-btn-secondary:hover {
    background: rgba(234, 76, 92, 0.12);
    border-color: rgba(234, 76, 92, 0.55);
    color: #fff;
    transform: translateY(-2px);
}

.goget-trip-job-btn i {
    font-size: 11px;
}

@media (max-width: 991px) {
    .goget-trip-job {
        gap: 20px;
    }

    .goget-trip-job-info h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {


    .goget-trip-job-info h1 {
        font-size: 25px;
    }

    .goget-trip-job-meta {
        gap: 14px;
        flex-wrap: wrap;
    }


}

@media (max-width: 575px) {
    .goget-trip-job-tags {
        gap: 12px;
        flex-wrap: wrap;
    }

    .goget-trip-job-info h1 {
        font-size: 23px;
    }

    .goget-trip-job-company {
        font-size: 11px;
    }

    .goget-trip-job-meta {
        display: block;
    }

    .goget-trip-job-meta span {
        margin-bottom: 6px;
    }

    .goget-trip-job-actions {
        width: 100%;
    }

    .goget-trip-job-btn {
        flex: 1;
    }
}



.job_apply_ban .goget-trip-hero-lead {
	max-width: 400px;
}