/* Hero section start */
.career_hero {
    float: left;
    width: 100%;
    position: relative;
    background: linear-gradient(to left, rgb(255 255 255 / 18%) 0%, rgb(255 255 255 / 19%) 100%), url(../images/career-hero-img.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 68px 0;
    padding-top: 60px;
}

.hero_content {
    float: left;
    width: 100%;
    text-align: left;
}

.hero_content h1 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    display: inline-block;
    color: #111111;
    position: relative;
    padding-bottom: 24px;
}

.hero_content h1 span {
    background: linear-gradient(90deg, #9b51e0 0%, #f6418d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
}

.hero_content h1:after {
    content: '';
    height: 4px;
    width: 65px;
    background: linear-gradient(90deg, #f6418d 0%, #9b82f3 100%);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
}

.hero_content p {
    font-size: 21px;
    max-width: 490px;
    width: 100%;
    line-height: 1.5;
    margin: 24px 0;
    font-weight: 600;
}

button.heroBtn {
    display: inline-block;
    background: #ff8a00;
    border: 1px solid #ff8a00;
    max-width: 360px;
    width: 100%;
    padding: 10px;
    min-height: 60px;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 0 30px 0;
}

p.bannerPhone {
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    line-height: 1;
    gap: 6px;
    max-width: 100%;
}

p.bannerPhone a {
    display: flex;
    align-items: stretch;
    gap: 6px;
}

.team-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.avatar-group {
    display: flex;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 29%);
}

.avatar:not(:first-child) {
    margin-left: -16px;
}

/* Text styling */
.team-text {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-weight: 600;
}

/* Hero section end */


.headline {
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px 3%;
}

.headline p {
    font-size: clamp(16px, 1.7vw, 2.5rem);
}

section.career {
    padding-top: 60px;
    float: left;
    width: 100%;
    /* background: linear-gradient(135deg, rgb(224 224 224 / 90%), rgb(199 199 199 / 90%)), url(./images/GOAT-logo.jpg); */
}

/* section.career {
        background: url(./images/GOAT-logo.jpg);
    } */
.jobSearch_area {
    display: flex;
/*    grid-template-columns: 1fr 1fr;*/
    width: 100%;
    gap: 24px;
}

.job_search {
    text-align: left;
    padding: 30px 28px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
}

.joinTeam_area {
    width: 100%;
}

.job_search_top p {
    font-size: 1.16rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

p.resumeSubmit {
    text-align: center;
}

/* .positionOpen_area {
        width: 100%;
        padding: 18px 0;
        border-top: 1px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
    }

    .positionOpen_area a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.15rem;
        font-weight: 600;
        line-height: 1.1;
    }

    .positionOpen_area a span i {
        color: #2196F3;
        font-size: 26px;
    } */
.featured-position {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 18px 0;
    background: #fff;
}

.featured-position__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-decoration: none;
}

.featured-position__left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.featured-position__icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: 3px solid #ff8a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-position__icon i {
    color: #ff8a00;
    font-size: 14px;
}

.featured-position__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin: 0;
}

.featured-position__arrow {
    height: 30px;
}

.featured-position__arrow i {
    font-size: 24px;
    color: #3b82f6;
}

.job_search_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.job_search h2 {
    font-size: clamp(1.25rem, 4vw, 1.8rem);
    text-align: left;
    margin-bottom: 12px;
    line-height: 1.3;
}
.job_search_top img{max-width:100%;border-radius: 12px}

.job_search_box input,
select {
    height: 42px;
    padding: 12px;
    border-radius: 6px;
    outline: 0;
    border: 1px solid #a4a4a4;
}

.job_search_box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 12px;
    border-radius: 6px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.searchBtn {
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    font-weight: 500;
    border-radius: 5px;
    background: #ff8a00;
    text-align: center;
    padding: 10px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contactInfo_area {
    background: #fff;
    padding: 33px 30px;
    border-radius: 12px;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    margin-top: 36px;
}

.contact_box {
    display: grid;
    grid-template-columns: .76fr 1fr;
    gap: 24px;
}

.contact_left {
    text-align: left;
    padding: 33px 18px;
    border-radius: 12px;
    box-shadow: unset;
}

.contactInfo_area h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.3;
}

.contact_rght {
    background: #f0fcff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 12px;
    padding: 33px 21px;
    text-align: left;
    display: none;
}

.contactUs_fields .fieldBox {
    display: flex;
    flex-direction: column;
}

.feature__body_cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 12px;
}

.contactUs_fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 15px;
}

.contactUs_fields .fieldBox input,
textarea {
    padding: 12px;
    border-radius: 6px;
    outline: 0;
    border: 1px solid #a4a4a4;
}
.form-check input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}
.form-check label {
    font-size: 15px;
    margin-bottom: 24px;
    font-family: 'Soleil';
    color: #676767;
    font-weight: 300;
}
.form-check {
    margin-top: 10px;
}
.contact_left p {
    line-height: 1.3;
    margin-bottom: 24px;
    color: #676767;
    font-weight: 300;
}

.feature__body_cont p {
    color: #676767;
    font-weight: 400;
}

button#submit {
    width: 100%;
    background: #ff8a00;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    border: 0px;
    text-transform: uppercase;
    font-size: 24px;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
}

.jobList_table {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 16px;
    margin-top: 21px;
}

.jobRow {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr auto;
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid #d3d3d3;
    align-items: center;
}

.jobRow span {
    background: #d2f6ff;
    padding: 3px 15px;
    border-radius: 6px;
    color: #0195ba;
    width: fit-content;
}

.jobRow p {
    color: #676767;
    text-align: center;
    width: fit-content;
    line-height: 1.3;
}

.jobRow h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Soleil';
    line-height: 1.3;
}

.jobRow:last-child {
    border: 0;
}

.jobList_table a {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    color: #ff8a00;
    font-family: 'Soleil';
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1.1rem;
}

.frature_video img {
    width: 100%;
    border-radius: 9px;
}

.frature_video {
    text-align: left;
    padding: 30px 28px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    background: #fff;
    width: 50%;
}

.frature_video h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.3;
}

p.subtitle {
    line-height: 1.3;
}

.frature_video h4 {
    font-size: 1.33rem;
    margin-top: 12px;
}

.additional_video_box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(337px, 1fr));
    gap: 24px;
}

.additional_video_area h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.3;
}

.additional_video_area {
    text-align: left;
    padding: 33px 30px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 60px 0;
    margin-bottom: 24px;
    background: #fff;
}

.addVideo_box img {
    width: 100%;
}

.jobOpen_cont {
    text-align: center;
    margin-top: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btnBotton_part {
    height: 100%;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.powerdBy_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.jodPortal_logo img {
    max-width: 100px;
    width: 100%;
}

.jodPortal_logo {
    margin-top: 12px;
}

p.resumeSubmit a {
    color: #2196F3;
}

p.resumeSubmit a:hover {
    text-decoration: underline;
}

a.joinTeam_btn {
    display: inline-flex;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    height: 54px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 17px;
    border-radius: 5px;
    background: #ff8a00;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Feature video start */
.video-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

/* Video */
.video {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* Button */
.control-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;

    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

/* Hide while playing */
.video-card.playing .control-btn {
    opacity: 0;
    pointer-events: none;
}

/* Show on hover */
.video-card.playing:hover .control-btn {
    opacity: 1;
    pointer-events: auto;
}

.video-item {
    display: grid;
    grid-template-rows: 1fr 80px;
}

/* Title */
.title {
    margin-top: 8px;
    font-size: 14px;
}

.rightForm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 12px;
}

/* Feature video end */


@media (max-width: 1186.98px) {
    .job_search {
        padding: 24px 15px;
        gap: 18px;
    }

    .job_search_box {
        gap: 6px;
    }

    .frature_video {
        padding: 24px 15px;
    }
}

@media (max-width: 1020.98px) {
    .jobSearch_area {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact_box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 766.98px) {
    .job_search_box {
        grid-template-columns: repeat(4, 1fr);
    }

    a.searchBtn {
        width: 100%;
        grid-column: span 4;
        margin-top: 9px;
    }

    .video-card[style*="visibility:hidden"] {
        display: none;
    }
}

@media (max-width: 680px) {
    .job_search_box {
        grid-template-columns: repeat(1, 1fr);
    }

    a.searchBtn {
        grid-column: span 1;
        margin-top: 9px;
    }

    .video-card[style*="visibility:hidden"] {
        display: none;
    }
}

/*    @media (max-width: 1180px) {*/
/*    .additional_video_box {*/
/*        grid-template-columns: 2fr;*/
/*    }*/
/*    .video-card[style*="visibility:hidden"] {*/
/*        display: none;*/
/*    }*/
/*}*/

/* =================== New css start ====================== */

/* =========================
   VIDEO CARD
========================= */

.video-card video {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
    object-fit: cover;
    overflow: hidden;
    height: 100%;
}

.video-card:hover video {
    transform: scale(1.05);
}

/* =========================
   PLAY BUTTON
========================= */
.control-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;

    width: 50px;
    height: 50px;

    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.video-card.playing .control-btn {
    opacity: 0;
}

/* =========================
   LIGHTBOX (FIXED)
========================= */
.lightbox {
    display: none;
    /* hidden by default */
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);

    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lightbox.active {
    display: flex;
    /* shown only when active */
}

.lightbox video {
    width: 80%;
    max-width: 900px;
    border-radius: 12px;
}

/* Close button */
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* NAV */
.lightBox_nav {
    display: none;
}

.nav button {
    font-size: 28px;
    margin: 0 10px;
    padding: 8px 14px;
    cursor: pointer;
}

.careerForm_list {
    background-image: linear-gradient(to left, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 100%), url(../images/career-form-img.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 60px 26px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

/* Constrain content width */
.careerForm_list-content {
    max-width: 45%;
}

/* Typography styles */
.careerForm_list-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 32px 0;
    letter-spacing: -0.01em;
    text-align: left;
}

.careerForm_list-title-purple {
    color: #8b56ff;
    /* Vibrant brand purple */
}

.careerForm_list-title-dark {
    color: #111111;
}

/* List arrangement */
.careerForm_list-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.careerForm_list-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* The round purple checkmark badge */
.careerForm_list-icon {
    background-color: #8b56ff;
    color: #ffffff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.careerForm_list-icon svg {
    width: 13px;
    height: 13px;
}

.careerForm_list-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .video-card {
        width: 100%;
    }

    .lightbox video {
        width: 95%;
    }
}




/* =================== New css end ====================== */
.img-fluid{max-width:100%}
.difference-section {
  padding: 30px 0;
  background: #f9f9fc;
    margin-top: 40px;border-radius: 12px;
}

.difference-box {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}

.difference-content {
  flex: 1;
}

.section-line {
  width: 60px;
  height: 4px;
  background: #ff3ea5;
  display: inline-block;
  margin-bottom: 0px;
  border-radius: 50px;
}

.difference-content h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0px;
    text-align: left;
    position: relative;    padding-bottom: 20px;
}
.difference-content h2:after{content: '';
    height: 4px;
    width: 65px;
    background: linear-gradient(90deg, #f6418d 0%, #9b82f3 100%);
    border-radius: 2px;
    position: absolute;
    bottom: 0;    left: 6px;}

.section-description {
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: left;
    margin-top: 30px;
}

.features-grid {
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.feature-box .icon {
  margin-bottom: 18px;
}

.feature-box .icon img {
  width: 60px;
}

.feature-box h4 {
      font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-box p {
      font-size: 12px;
    line-height: 20px;
}

.difference-image {
  flex: 1;
  position: relative;
}

.difference-image img {
  width: 100%;
  border-radius: 180px 20px 12px 0px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .container {
    flex-direction: column;
  }

  .difference-content h2 {
    font-size: 42px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .difference-content h2 {
    font-size: 30px;
  }

  .section-description {
    font-size: 17px;
  }

  .feature-box h4 {
    font-size: 20px;
  }
}


.testi_sec{display: flex;gap:20px;justify-content:space-between;}

/* Card Container */
.testimonial-card {
 background-color: #f9f9fc;
    border-radius: 24px;
    padding: 40px;
    max-width: 600px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Large Pink Quote Icon */
.quote-icon {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 38px;
  height: 38px;
  color: #ff5a79; /* Vibrant pink from the image */
  opacity: 0.8;
}

/* Main Content Wrapper */
.card-content {
  padding-top: 20px;
}

/* Testimonial Quote */
.testimonial-text {
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 25px 0;
}

/* Author Row layout */
.author-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author-info {
  font-size: 1.05rem;
  color: #666666;
}

.author-name {
  font-weight: 700;
  color: #111111;
}

.author-title {
  font-weight: 600;
}

/* Image & Decorative Waves Layout */
.profile-wrapper {
  position: relative;
  display: inline-block;
}

.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Pink Accent Lines next to the photo */
.profile-wrapper::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 10px;
  width: 15px;
  height: 30px;
  border-right: 3px solid #ff5a79;
  border-top: 3px solid #ff5a79;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 0.7;
  transform: rotate(15deg);
}
.profile-wrapper::before {
 content: '';
    position: absolute;
    right: -36px;
    bottom: 7px;
    width: 20px;
    height: 32px;
    border-right: 3px solid #ff5a79;
    border-top: 3px solid #ff5a79;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
    opacity: 0.7;
    transform: rotate(24deg);
}

.forMobile {
    display: none;
}

.frature_video_mob {
    display: none;
}




@media (max-width:767px){
    .hero_content h1{font-size: 2.6rem;}
    .hero_content p{font-size: 17px;margin: 0;}
    button.heroBtn{font-size: 21px;    margin: 20px 0 24px 0;min-height: 50px;}
    .jobSearch_area {display: flex;flex-direction: column-reverse;gap: 24px;}
    .job_search, .frature_video{width: 100%}
    section.career{padding-top: 40px;}
    .job_search{margin-bottom: 30px}
    .difference-box{display: block}
    .feature-box p {font-size: 17px;line-height: 30px;}
    .difference-image img{border-radius: 12px}
    .difference-image{margin-top: 30px}
    .additional_video_area{    margin: 30px 0;}
    .testi_sec{display: block}
    .careerForm_list{display: block;background-image: linear-gradient(to left, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 100%), url(../images/mobile-bg.png?v=9.09);}
    .careerForm_list-content {max-width: 100%;}
    .careerForm_list-title{font-size: 1.5rem;}
    .contact_left{padding-bottom: 0}
    .difference-section {margin-top: 0;}
    .logo {
        margin-top: 15px !important;
    }
    
    .video-item{
        grid-template-rows: 1fr 80px;
    }
}

@media (max-width: 766.98px) {
    .frature_video_mob {
        display: block;
        float: left;
        width: 100%;
        margin: 42px 0;
    }
    .forMobile {
        display: block;
    }
     .forDesktop {
        display: none;
    } 
}

@media (max-width: 375px) {
    a.header-btn {
        width: 115px;
    }
    .hero_content p {
        font-size: 4.7vw;
    }
    .logo {
        max-width: 42vw;
        width: 100%;
    }
}


