h2, body{
    font-family: font-title;
    letter-spacing: 0.5px;
}

#menucareer .navsubpage{
  position:relative;
}
#menucareer .navsubpage.fixed-top{
  position: fixed;
}
.navmobile.active {
  position: relative !important;
  top: auto !important;
}
.hamburger-menu2{
  margin-top: -20px;
}
.hide {
	opacity: 0;
	right: -100%;
}

.anchor-target {
  scroll-margin-top: 120px;
}
.col-logo{
      display: flex;
    gap: 50px;
}
@media only screen and (max-width: 700px) {
.anchor-target {
  scroll-margin-top: 0;
}
}

@media only screen and (max-width: 700px) {
  #main{
    margin-top:0;
  }
    /*#main.animate {
         transform: none; 
         opacity: 1; 
    }*/
    .page-careers.animate{
      opacity: 0.5; 
      transform: translateX(-20%);
      transition: all .35s ease;
    }
}
.mobile-menu {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 1rem;
}
.mobile-menu a {
    text-decoration: none;
    color: #333;
}
.mobile-menu ul ul {
    padding-left: 1rem;
}

/*Hero Banner*/
.career-hero-title{
    right: 5vw;
    /*max-width: 380px;*/
    top: 50%;
    transform: translate(0, -50%);
        width: 30%;
    text-align: center;
}
.h2-career{
    font-size: 5vw;
    font-weight: normal;
    text-align: center;
}
.button-career{
    background: #00B398;
    padding: 0.6vw 1.9vw;
    width: auto;
    height: auto;
    color: #fff;
    font-weight: bold;
    min-width: 0;
    font-family: font-title;
    border: none;
    font-size: 1.2vw;
    border-radius: 2vw;
}
.button.button-career:not(.disabled):hover, .button.button-career:hover{
    border:none;
}
.button-life{
    background: #00B398;
    padding: 8px 16px 6px;
    width: auto;
    height: auto;
    color: #fff;
    min-width: 0;
    font-family: font-title;
    border: none;
    font-size: 17px;
}
.button.button-life:not(.disabled):hover, .button.button-life:hover{
    border:none;
}
.top-nav li a.career-menu{
    color:#46474A;
    font-weight:normal;
        height: 70px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 700px) {
  /*#main{
    margin-top:0;
  }*/

    .career-title{
    }
    .h2-career{
        font-size: 36px;
        margin-bottom: 20px;
    }
    .career-hero-title{
      right: auto;
        bottom: 0;
        left: auto;
        max-width: none;
        top: auto;
        /* transform: translate(0, 0); */
        width: 100%;
    }
    .button-career{
      font-size: 14px;
      padding:8px 22px;
      border-radius: 50px;
    }

}

/*Submenu*/
@media only screen and (min-width: 1366px) {
  .section-career {
    /*min-height: 850px;*/
    /*min-height: 635px;*/
}
}

.navbar-brand{
  display: flex;
}
.submenu-career{
    display: flex;
}
.dropdown-menu li{
    display: block;
}
.submenu-career .dropdown-item.active, .dropdown-item:active{
    background-color: #fff;
}
.submenu-career .top-nav li a.active:before{
    border:none;
}
.submenu-career .top-nav .dropdown-menu{
    min-width:auto;
}
.submenu-career .top-nav .dropdown-menu a{
    text-align: left;
    color:#fff;
    font-weight:bold;
}
.submenu-career .top-nav li {
    position: relative;
    align-items: center;
    padding: 0;
}
.submenu-career .top-nav .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3) translateY(-3px);
    transform-origin: top;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #00B298;
    padding: 12px 21px;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    pointer-events: none;
    border-radius: 0;
}

/* SHOW on hover */
.submenu-career .top-nav .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}

/* Dropdown links */
.submenu-career .top-nav .dropdown-menu a {
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    white-space: nowrap;
}

.submenu-career .top-nav .dropdown-menu a:hover {
    background-color:transparent;
}

.submenu-career .top-nav .dropdown-menu a:focus{
  background:inherit;
}


/*2nd banner*/
.section-career{
    /*min-height: 550px;*/
    /*min-height: 635px;*/
}
.section-padding.section-first {
    padding-top: 40px;
}
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section-banner{
    /*min-height: 635px;*/
}
.img-masthead{
  object-position: top left;
    /*position: absolute;*/
}
.bganimation-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*position: absolute;*/
    z-index: -1;
    top: 0;
}
.bganimation-wrap img {
    width: 100%;
    object-fit: cover;
    object-position: top right;
    animation: move 90s infinite;
    -ms-animation: move 90s infinite;
    -webkit-animation: move 90s infinite;
    -moz-animation: move 90s infinite;
    /*position: absolute;*/
    height: 100%;
}
.section-info.text-shadow {
    /* text-shadow: 1px 2px 3px #0000002e; */
    text-shadow: 2px 2px 2px hsl(0deg 0% 0% / 70%);
}
.section-info.w480 {
    width: 480px;
}
.color-white {
    color: #fff !important;
}
.section-info {
    /* padding-right: 50px; */
    line-height: 1.4;
    width: 510px;
}
.section-title-line, .section-info.h2-line h2, .section-info.h3-line h3 {
    position: relative;
    margin-bottom: 16px;
}
.color-white h2, .color-white h3 {
    color: #fff;
}
.section-title, .section-info h2 {
    font-family: font-title;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.2;
}
.career-banner-title{
    left: 7vw;
    top: 50%;
    transform: translate(0, -50%);
}
.career-banner-title p{
    font-family: font-title;
    font-weight: normal;
    line-height: 1.8;
}

@media only screen and (max-width: 700px) {
  .img-masthead{
        object-position: bottom center;
  }
  .section-info{
    width: auto;
  }
  .section-title, .section-info h2 {
    font-size: 30px;
  }
  .career-banner-title p {
    font-size: 12px;
    max-width: 300px;
  }
  .career-banner-title {
    max-width: 350px;
	bottom: 9vw;
    top:auto;
  	transform: translate(0, 0);
  }
}



.tabs {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin-bottom: 20px;
}
.tabs .tab {
    padding: 8px 16px;
    background: #f0f0f0;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}
.tabs .tab.active {
    background: #4CAF50;
    color: #fff;
}
#jobList .job-item {
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.search-wrap {
    position: relative;
    width: 65%;
    margin:auto;
}
.search-wrap input {
    width: 100%;
    padding: 10px 55px 7px 20px;
    border-radius: 22px;
    border: 1px solid #58595B;
    font-size: 15px;
    text-align: center;
    font-family: font-title;
    font-weight: normal;
}
.search-wrap input:focus{
    border:1px solid #58595B;
    outline:1px;
}
.search-wrap input::placeholder, .search-wrap input::-ms-input-placeholder{
    color:#808285;
}
.search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none; /* NOT clickable */
}
.clear-icon {
    position: absolute;
    right: 35px;
    top: 55%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
    display: none;
    z-index: 2;
    font-size: 23px
}
.career-search h2{
    font-size: 26px;
    color:#58595B;
    font-family: font-title;
}
#suggestions {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 6px;
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    width: 60%;
    text-align: left;
    left: 20%;
    font-family: font-title;
    padding:12px 0;
    color:#58595B;
    overflow: hidden;
}
#suggestions div {
    padding: 8px 20px;
    cursor: pointer;
}
#suggestions div:hover {
    background: #f5f5f5;
}

.suggestion-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.suggestion-item strong {
  display: block;
  font-size: 15px;
}
.suggestion-item span {
    display: block;
  font-size: 13px;
  color: #777;
}
.suggestion-item:hover {
  background: #f6f6f6;
}
.job-item.highlight {
  outline: 2px solid #0a8f5a;
  border-radius: 6px;
}
#suggestions.small-suggestions{
  width: 100%;
      left: auto;
      font-size: 13px;
}

@media only screen and (max-width: 700px) {
  .career-search h2{
    font-size: 16px;
  }
  .search-wrap{
    width:80%;
  }
  .search-wrap input{
    font-size:13px;
  }
  .search-icon {
    right: 13px;
  }
  .search-icon svg{
    width: 16px;
  }
  .search-small .clear-icon {
    position: absolute;
    right: 10px;
    top: 32px;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
    display: none;
    z-index: 2;
    font-size: 23px
}
}





/*Team Grid*/
.team{
    background-image: url('../img/careers/bg-butterfly.svg');
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: bottom 5% right 2%;
}
.team h2{
    color:#58595B;
    text-align: center;
    font-weight: normal;
    padding-bottom:10px;
}
.grid.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
        row-gap: 4vw;
    margin-bottom: 0;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1080px;
}
.grid .card {
text-align: left;
border:none;
background-color:transparent;
    flex: 0 0 430px;
}
.grid .card img {
width: 100%;
border-radius: 36px;
display: block;
}
.grid .card h3 {
margin: 10px 10px 5px;
font-size: 1.1em;
padding:10px 0px 5px 0px;
font-weight: normal;
color:#58595B;
}
.grid .card p {
margin: 0 20px 15px;
color: #58595B;
/*padding-left: 5px;*/
padding-left:0;
padding-right:0;
font-weight: normal;
font-size: 13px;
line-height: 1.5;
}
.grid .card a {
text-decoration: none;
font-weight: normal;
padding-left: 5px;
color:#00B398;
}
.grid .card a:hover {
text-decoration: underline;
}
.card-content{
  justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*3rd Banner*/
.section-promise{
    /*min-height: 635px;*/
}
.section-promise .button{
    color: #fff;
    border: none;
    background: #02B19C;
    font-weight: bold;
}
.section-promise .button:not(.disabled):hover, .button.button-white:hover{
    color: #02B19C;
    border: none;
    background: #fff;
}
.section-promise .section-info{
    width:430px;
}
@media only screen and (max-width: 700px) {
  .section-promise .section-info{
    max-width: 340px;
    width: auto;
  }
  .card-content{
        /*width: 90%;*/
  }
  .team h2{
    font-size: 16px;
  }
  .team .grid .card {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 6vw;
    align-items: center;
    flex: 0 0 100%;
  }

  .team .grid .card img {
    width: 100%;
    border-radius: 20px;
  }

  .team .grid .card h3,
  .team .grid .card p,
  .team .grid .card a,
  .team .team .grid .card a{
    margin: 0!important;
    padding: 0 0 10px;
    font-size: 13px;
  }

  .team .grid .card a{
    font-size: 12px;
  }

  .team .grid .card p {
    margin: 6px 0 10px;
    font-size: 11px;
  }
  .team > div > .card:nth-child(2) > img{
    order:2;  
  }
  .team > div > .card:nth-child(2) > .card-content{
    order:1; 
  }
  .team > div > .card:nth-child(4) > img{
    order:2;  
  }
  .team > div > .card:nth-child(4) > .card-content{
    order:1; 
  }
  .team {
    background-size: 110px;
    background-position: top left;
    /*padding-top: 30px;*/
  }
  .team .grid.container{
    width:90%;
  }

}



/*Life Grid*/
.life{
    /*background: linear-gradient(to bottom, white 0%, white 45%, #00B398 45%, #00B398 100%);*/
    background: #fff;
}
.comm-wrap .btf{
    background-image: url('../img/careers/bg-butterfly-6.svg');
    background-repeat: no-repeat;
    background-size: 18vw;
    background-position: bottom 30px right 10px;
    margin-bottom: 40px;
}
.life h2{
    color:#58595B;
    text-align: center;
    font-weight: normal;
    padding-top:40px;
    /*padding-bottom: 3vw;*/
}
.life p.des{
    padding-bottom:10px;
}
.life h3{
    text-align: center;
}
.life p{
    color:#58595B;
    text-align: center;
    font-size: 14px;
}
.life .grid.container{
    margin-bottom:0;
    padding-bottom:40px;
    gap: 6vw;
}
.life .grid .card{
    background-color:transparent;
}
.life .grid .card p{
    color:#58595B;
}
.life .grid .card a{
    margin:auto auto 0;
}
.life .grid .card h3{
    color:#58595B;
    padding:10px 0px 5px 5px;
}
.life .button:not(.disabled):hover, .button.button-white:hover{
    /*background:#fff;
    color:#00B398;*/
}

@media only screen and (max-width: 700px) {

  .life {
    /*background: linear-gradient(to bottom, white 0%, white 35%, #00B398 35%, #00B398 100%);*/
    /*background: #00B398;*/
}

  .life .btf{
    background-image: none;
}

    /* Container */
.life .grid.container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0 20px 30px;
}

.life .grid.container .card {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
}
.life .grid.container .card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
.life .grid .card h3{
  font-size: 13px;
}
.life .grid .card p{
  font-size: 11px;
  margin:0 0 15px;
}
.life p{
  font-size: 11px;
}
.life .title-bg{
      width: 70vw;
    margin: auto;
}
}



/*--------------
Our Communities
-----------------*/
        .comm{
            padding:40px 0 0 0;
        }
        .comm h3{
            font-size: 1.3em;
            text-align: center;
            font-weight: normal;
            color: #58595B;
        }
        .comm h2{
            font-size: 2.05em;
            font-weight: normal;
            text-align: center;
            color:#00B398;
            line-height: 1.5;
        }
        .comm p{
            font-size:1.05em;
            font-weight: normal;
            text-align: center;
            color:#58595B;
            margin:0 10vw;
            line-height: 2;
        }
        /*Video Carousel*/
        .comm-wrap .vid-wrap{
            width: 1060px;
            position: relative;
            margin: auto;
        }
        .comm-wrap .video-carousel {
          position: relative;
          max-width: 950px;
          margin: auto;
          overflow: hidden;
        }
        .comm-wrap .carousel-track {
          display: flex;
          transition: transform 0.5s ease;
        }
        .comm-wrap .video-card {
          min-width: 180px;
          max-width: 180px;
          margin: 0 5px;
          border-radius: 22px;
          overflow: hidden;
          position: relative;
          cursor: pointer;
        }
        .comm-wrap .video-card img {
          width: 100%;
          height: 355px;
          object-fit: cover;
        }
        .comm-wrap .play-icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          pointer-events: none;
        }
        .comm-wrap .vid-wrap .nav {
          position: absolute;
          top: 40%;
          background: none;
          border: none;
          font-size: 42px;
          cursor: pointer;
          z-index: 10;
        }
        .comm-wrap .prev { left: -10px; }
        .comm-wrap .next { right: -10px; }

        .comm-wrap .prev.disabled svg path,
        .comm-wrap .next.disabled svg path {
          opacity: 0.4;
        }
        .comm-wrap .dots {
          text-align: center;
          margin-top: 20px;
          user-select: none;
        }
        .comm-wrap .dot {
          width: 10px;
          height: 10px;
          background: #B4E0DC;
          display: inline-block;
          border-radius: 50%;
          margin: 0 6px;
          cursor: pointer;
          border: none;
          padding: 0;
        }
        .comm-wrap .dot.active {
          background: #2bb673;
        }
        .comm-wrap .video-carousel {
          touch-action: pan-y;
        }

        .comm-wrap .carousel-track {
          will-change: transform;
        }
        /* Lightbox */
        .comm-wrap .video-lightbox {
          display: none;
          position: fixed;
          inset: 0;
          background: rgba(0,0,0,0.85);
          z-index: 9999;
          align-items: center;
          justify-content: center;
        }
        .comm-wrap .video-lightbox.active {
          display: flex;
        }
        .comm-wrap .lightbox-content {
          position: relative;
          width: 90%;
          max-width: 900px;
        }
        .comm-wrap .lightbox-content iframe {
          width: 100%;
          height: 500px;
        }
        .comm-wrap .close {
          position: absolute;
          top: -45px;
          right: 0;
          font-size: 40px;
          color: #fff;
          cursor: pointer;
        }
        /*comm-grid Grid*/
        .comm-grid{
            margin-top:60px;
            background-image: url('../img/careers/bg-butterfly-3-4.svg');
            background-repeat: no-repeat;
            background-position: 0 83%;
        }
        .comm-grid h2{
            color:#58595B;
            text-align: center;
            font-weight: normal;
            padding-top:10vw;
        }
        .comm-grid p.des{
            padding-bottom:4vw;
        }
        .comm-grid h3{
            text-align: center;
        }
        .comm-grid p{
            color:#58595B;
            text-align: center;
            font-size: 14px;
        }
        .comm-grid .grid.container{
            margin-bottom:0;
            padding-bottom:12vw;
            width:830px;
        }
        .comm-grid .grid .card{
            background-color:transparent;
        }
        .comm-grid .grid .card p{
            color:#58595B;
            width: 90%;
            margin: 0 auto;
        }
        .comm-grid .grid .card h3{
            color:#58595B;
            padding:10px 0px 5px 5px;
        }
        .comm-grid .button:not(.disabled):hover, .button.button-white:hover{
            background:#fff;
            color:#58595B;
        }
        .comm-grid .grid.container {
            display: flex;           /* Enable flexbox */
            flex-wrap: wrap;         /* Allow wrapping to next line */
            justify-content: center; /* Center items in each row */
            gap: 60px;               /* Space between cards */
            margin-bottom: 0;
            padding-bottom: 0;
            width: 100%;             /* Use full width */
            max-width: 830px;        /* Optional max width */
            row-gap: 40px;
        }
        .comm-grid .grid .card {
            flex: 0 0 370px;
            background-color: transparent;
            text-align: center;
        }
        .comm-grid .grid .card img {
            border-radius: 24px;
        }
        .comm-btm h2{
            margin: 0 25vw;
            font-size: 20px;
        }

        @media only screen and (max-width: 700px) {
          .comm {
              padding: 5vw;
          }
          .comm p{
            margin: 0 1vw;
            font-size: 16px;
                line-height: 1.7;
          }
          .comm-btm h2{
            margin:15vw 0 0;
          }
          .comm-grid .grid.container{
            width: 85%;
          }
          .comm-grid .grid .card{
            flex:auto;
          }
          .comm-grid .grid .card h3, .comm-grid .grid .card p{
            margin:0;
            text-align: left;
          }


          .video-lightbox {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,.8);

            display: flex;
            align-items: center;
            justify-content: center;

            opacity: 0;
            visibility: hidden;
            pointer-events: none;

            z-index: 99999; /* VERY IMPORTANT */
          }

          .video-lightbox.active {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
          }


          .comm-wrap .vid-wrap{
            width:100%;
          }
          .comm-wrap .video-carousel{
                max-width: 97%;
          }
          .comm-wrap .vid-wrap .nav.prev{
            left:0;
          }
        }


/*------------
Our Benefits
--------------*/
        .bene{
            max-width:780px;
            margin:auto;
            padding:40px 0 20px 0;
        }
        .bene h3{
            font-size: 1.3em;
            text-align: center;
            font-weight: normal;
            color: #58595B;
        }
        .bene h2{
            font-size: 2.05em;
            font-weight: normal;
            text-align: center;
            color:#00B398;
        }
        .bene p{
            font-size:1.05em;
            font-weight: normal;
            text-align: center;
            color:#58595B;
            line-height: 2;
        }
        .live-well {
            max-width:830px;
            margin:auto;
        }
        .live-well-container {
          margin: 0 auto;
          display: flex;
          gap: 70px;
          align-items: start;
        }
        /* Left */
        .live-well-content {
          flex: 1;
          padding-top: 5px;
        }
        .live-well-content h2 {
          font-size: 1.8em;
          margin-bottom: 13px;
          color: #58595B;
          font-weight: normal;
        }
        .live-well-content p {
          font-size: 0.88em;
          line-height: 1.7;
          color: #58595B;
          margin-bottom: 18px;
          max-width: 520px;
        }
        .benefits-list {
          list-style: none;
          padding: 0;
          margin: 0;
        }
        .benefits-list li {
          background: #E6E7E8;
          padding: 10px;
          border-radius: 13px;
          margin-bottom: 10px;
          font-size: 0.9em;
          color: #555;
          position: relative;
          padding-left: 38px;
        }
        .benefits-list li::before {
          content: "•";
          position: absolute;
          left: 18px;
          font-size: 22px;
          line-height: 20px;
          color: #58595B;
        }
        .benefits-list li.highlight {
          background: #E5F3ED;
        }
        /* Right Image */
        .live-well-image {
          flex: 1;
          display: flex;
          justify-content: flex-end;
        }
        .live-well-image img {
          width: 100%;
          max-width: 480px;
          border-radius: 40px;
          object-fit: cover;
        }
        .btf-bg{
            background-image: url('../img/careers/bg-butterfly-5.svg');
            background-repeat: no-repeat;
            background-position: 1% bottom;
            padding: 0;
            background-size: 18vw;
        }
        .benefits-tabs {
            display: none;
        }
        @media (max-width: 900px) {
          .live-well{
            padding:0 30px;
          }
          .live-well-container {
            flex-direction: column;
            gap: 40px;
          }

          .live-well-image {
            justify-content: center;
                    width: 100%;
          }

          .live-well-content h2 {
            font-size: 25px;
            text-align: center;
          }
          .live-well-content p{
            text-align: center;
          }

          .tab-btn {
              background: #E6E7E8;
              padding: 7px 5vw 5px;
              border-radius: 13px;
              margin-bottom: 10px;
              font-size: 12px;
              color: #555;
              position: relative;
              border: 0;
              min-width: 108px;
          }
          .tab-btn.active{
            background: #00B398;
            color:#fff; 
          }
        }
        @media only screen and (max-width: 700px) {
          .benefits-tabs-wrapper .btf-bg {
              background-image: url(../img/careers/bg-butterfly-3.svg);
              background-repeat: no-repeat;
              background-position: -6% top;
              padding: 0 0 10vw 0;
              background-size: 170px;
              min-height: 190px;
          }
          .bene {
              padding: 10vw 5vw;
          }
          .bene p{
            margin: 0 1vw;
            font-size: 16px;
                line-height: 1.7;
          }
          .bene h2{
            font-size: 25px;
            width: 80%;
            margin: auto;
          }
          .benefits-list li{
            padding-left: 12vw;
            font-size: 12px;
          }
          .benefits-list li::before{
            left:8vw;
          }
          .live-well-container{
            order:1;
          }
          .live-well-content{
            order:2;
          }

          .live-well-image img {
              border-radius: 20px;
              height: 160px;
          }

          .benefits-tabs {
            display: flex;
            margin-bottom: 16px;
            justify-content: center;
            gap:10px;
          }
          .tab-panel {
              display: none;
          }
          .tab-panel.active {
              display: block;
          }
    .tab-panel {
        display: none;
    }
    .tab-panel.active {
        display: block;
    }
        }



/*-------------------
Find Your Team
-------------------*/
.section-team{
    min-height: 415px;
}
.team-des h2 {
    font-family: font-title;
    font-size: 2.05em;
    font-weight: normal;
    line-height: 1.2;
}
.team-banner-title{
    left: 10vw;
    max-width: 370px;
    top: 50%;
    transform: translate(0, -50%);
}
.team-banner-title p {
    font-size: 1.1rem;
    font-family: font-title;
    font-weight: normal;
    line-height: 1.8;
}




.career-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px 0;
}

/* MAIN TABS */
.main-tabs {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.main-tabs a {
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #999;
  text-decoration: none;
  color: #555;
  min-width:180px;
  text-align: center;
}

.main-tabs a.active, .main-tabs a:hover {
  background: #00B398;
  color: #fff;
  border-color: #00B398;
}

.intro {
  text-align: center;
  max-width: 630px;
  margin: 35px auto;
  color: #666;
  line-height: 1.7;
}

/* PILL TABS */
.pill-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 10px;
}

.pill {
  padding: 10px 12px 9px;
  border-radius: 14px;
  border: none;
  background: #f1f3f4;
  cursor: pointer;
  color:#58595B;
  font-size: 13px;
}

.pill.active {
  color: #00B398;
}

/* CONTENT */
.content-wrap {
  display: flex;
  gap: 20px;
  max-width:870px;
  margin:auto;
  font-size: 12px;
}
.left-cont{
    min-width: 570px;
}
.text-content {
  flex: 1;
  padding: 0 30px;
}
.text-content h2 {
  font-size: 25px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #58595B;
}
.text-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}
.text-divider{
    border-top:1px solid #58595B;
    margin:30px 0;

}
.apply-btn {
  display: inline-block;
      margin: 0 0 30px;
  padding: 6px 30px 5px;
  background: #00B398;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size:1.1rem;
  border: 1px solid #02B19C;
}
.apply-btn:hover{
    color: #02B19C;
    border: 1px solid #02B19C;
    background: #fff;
}

/* IMAGE */
.image-content{
    max-width: 280px;
}
.image-content img {
  max-width: 280px;
  border-radius: 30px;
}

.life.team .grid.container {
    display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 4vw; 
row-gap:5vw;
margin-bottom: 10vw;
    justify-content: center;
}
.title-bg-2{
    background-image: url(../img/careers/bg-butterfly-6.svg);
    background-repeat: no-repeat;
    background-size: 330px;
    background-position: 97% 0%;
}
.team .grid .card{
  flex: 0 0 300px;
}
.team .grid .card a{
  margin:0 10px;
      margin-top: auto;
          padding: 0;
}
.team .grid .card p{
  margin: 0 10px 15px;
}
@media only screen and (max-width: 700px) {
  .career-section{
    padding:30px 9vw 0;
  }
.main-tabs{
      flex-direction: column;
    }

  .main-tabs a.piller{
    display: block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    text-decoration: none;
    width:70%;
            margin: 10px auto 0;
        font-size: 13px;
  }
    .main-tabs a.pillar.active, .main-tabs a.pillar:hover, .main-tabs a.pillar:focus {
    display: block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    text-decoration: none;
    width:70%;
    margin: 10px auto 0;
    font-size: 13px;
    color:#fff;
  }
  .main-tabs a.show-more, .main-tabs a.show-more:hover, .main-tabs a.show-more:focus{
    font-size: 13px;
    border: none;
    padding: 0;
    text-align: left;
    color: #00B398;
  }

  .pill.active {
    background: #00B398;
    color: #fff;
    border-color: #00B398;
  }
  button.pill {
    font-size: 13px;
    border: none;
    outline: none;
    padding:0;
    background:none;
    text-align: left;
    display: block;
            line-height: 1;
        padding-bottom: 18px;
  }
  button.pill.active {
    background:none;
    color:#00B398;
  }

  /* Expandable content */
  .pill-content {
    position: relative;
    padding-left: 28px;
    margin-bottom: 30px;
    width: 60%;
    margin: 0 auto;
    padding-top: 12px;
  }

  .pill-content.active {
    display: block;
  }

  /* Vertical line */
  .pill-content::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 12px;
    width: 2px;
    background: #00B398;
  }

  /* Dot */
  .pill-content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: #00B398;
    border-radius: 50%;
  }

  /* Search */
  .search {
    width: 100%;
    padding: 10px 16px;
    border-radius: 999px;
    border: none;
    background: #E6E7E8;
    font-size: 13px;
    /*margin-bottom: 12px;*/
    color:#606161;
  }
  .search:focus{
    border:none;
    outline:none;
  }

  /* List container */
  .list {
    max-height: 135px; /* 5 items */
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  /* For WebKit browsers (iOS Safari, Android Chrome, etc.) */
.scrollable-container::-webkit-scrollbar {
    width: 12px;  /* Thickness of vertical scrollbar */
    height: 12px; /* Thickness of horizontal scrollbar */
    -webkit-appearance: none; /* Helps with visibility on some devices */
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5); /* Color of the scroll handle */
    border-radius: 10px; /* Rounded corners for the handle */
    border: 2px solid #ffffff; /* Border around the handle */
}

.scrollable-container::-webkit-scrollbar-track {
    background-color: #ffffff; /* Color of the scroll track */
    border-radius: 10px; /* Rounded corners for the track */
}

  /* List items */
  .list-item {
    display: block;
    cursor: pointer;
    font-size: 13px;
    line-height: 2;
    color: #606161;
  }
  a.list-item{
  border: none;
    padding: 0;
    text-align: left;
  }

  .list-item.is-active {
    color: #00B398;
  }

  /* Scrollbar */
  .list::-webkit-scrollbar {
    width: 6px;
  }

  .list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  .show-more {
    display: inline-block;
    margin-top: 6px;
    color: #00B398;
    text-decoration: none;
    cursor: pointer;
  }
  .intro{
    font-size: 13px;
            margin: 0 0 7vw;
  }
  .text-content h2{
    font-size: 18px;
  }
  .text-content h2{
    font-size: 18px;
  }
  .text-content p{
    font-size: 13px;
  }
  .main-tabs a.apply-btn{
    font-size: 13px;
    padding: 5px 10px;
        min-width: 130px;
        border: none;
        color: #fff;
  }
  .image-content{
        margin: 40px auto 0;
  }
}




/*Find Your Team Project*/
.ppl{
    max-width:800px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ppl h2{
    color: #58595B;
    font-weight: normal;
    /*padding-top: 4vw;*/
}
/*.video-filter select{
	padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #58595B;
    background: #fff;
    font-size: 13px;
    color: #606161;
    cursor: pointer;

    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}
.video-filter select:focus{
	outline:none;
}*/
/* Wrapper */
.video-filter-dropdown {
  position: relative;
  width: 180px;
  cursor: pointer;
  user-select: none;
}

/* Selected box */
.dropdown-selected {
  padding: 10px 40px 10px 16px;
  border-radius: 999px;
  border: 1px solid #58595B;
  background: #fff;
  font-size: 13px;
  color: #606161;
  display: flex;
  align-items: center;
  position: relative;
}

/* Arrow */
.dropdown-selected::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23616161' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Dropdown list */
.dropdown-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 6px 0;
  list-style: none;
  display: none;         /* hidden by default */
  z-index: 999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Each option */
.dropdown-options li {
  padding: 10px 16px;
  font-size: 13px;
  color: #606161;
  cursor: pointer;
  transition: background 0.15s ease;
}

.dropdown-options li:hover {
  background: #f1f1f1;
}

/* Active dropdown */
.video-filter-dropdown.open .dropdown-options {
  display: block;
}

/* Disabled option style */
.dropdown-options li.disabled {
  color: #bbb;
  cursor: not-allowed;
  background: #f9f9f9;
}

.dropdown-options li.disabled:hover {
  background: #f9f9f9; /* prevent hover effect */
}

.video-masonry {
    column-gap: 20px;
    max-width: 800px;
    margin: 16px auto 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.video-box {
  break-inside: avoid;
  margin-bottom: 28px;
  
  overflow: hidden;
  cursor: pointer;
  background: #eee;
  position: relative;
}
.radius-left{
    border-radius: 0 20px 20px 0;
}
.radius-btm{
    border-radius: 20px 20px 0 0;
}

/* CARD SIZES (matches screenshot rhythm) */
.video-box.large { height: 420px; }
.video-box.wide  { height: 300px; }
.video-box.small { height: 260px; }

.video-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.video-card:nth-child(3n) img { aspect-ratio: 16/10; }
.video-card:nth-child(4n) img { aspect-ratio: 4/5; }

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/*.play-btn::after {
  content: '';
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  border-left: 18px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 1;
}*/

.close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}


/* Left color strip */
.video-strip {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.video-strip strong {
  font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
}

.video-strip span {
  font-size: 8px;
  line-height: 1.4;
  opacity: .9;
}

/* Bottom strip cards */
.video-strip.btm {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 10px;
}

@media (max-width: 900px) {
  .video-masonry {
    /*column-count: 1;*/
            width: 70%;
            grid-template-columns: repeat(1, 1fr);
  }

  /* All strips become bottom on mobile */
  /*.video-strip {
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 13px 30px;
  }*/
  .video-box{
        margin-bottom: 12px;
  }
  .ppl{
    text-align: center;
        flex-direction: column;
  }
}





.navmobile2{
    height: 100px;
    position: fixed;
    top: -100%;
    background: #fff;
    left: 0;
    opacity: 0;
    z-index: 99;
    width: 100%;
  padding: 0 21px;
  transition: all .5s ease;
}
.navmobile2.active{
    top: 0;
  opacity: 1;
}
.mobile-nav2 {
  background: #00b398;
  position:fixed;
  top:0;
  width:320px;
  height:100vh;
  transition: all .35s ease;
  z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
.mobile-nav2 ul{
  position:relative;
  text-align: left;
  list-style:none;  
  padding-left: 0;
}
.mobile-nav2 ul li{
  /* transition:all .3s ease-in-out; */
  /* margin-left: 100%; */
  /* opacity: 0; */
}
.mobile-nav2 ul li a.slidein{
  opacity: 1;
  transform: translateX(0%);
}
.mobile-nav2.show a {

  opacity:1;
}

.mobile-nav2 a:hover {
}
.mobile-nav2 ul li.liback{
  position: relative;
  padding: 15px 12px;
  border-bottom: 0px solid ;
}
.mobile-nav2 ul li a.content-back span{
  position: relative;
  padding: 0;
  border-bottom: 1px solid ;
}
.mobile-nav2 .hamburger-menu {
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


