    h1,h2,h3,h4,h5,h6{
      font-family: "Tenali Ramakrishna";
    }
    p {
      font-family: "Manrope";
    }

    html,
    body {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    @media (min-width: 769px) {
      .restaurants-arrow{
        display: none !important;
      }
    }

    html { font-size: calc(100vw / 1440 * 10); }
    @media (max-width: 768px) {
      html { font-size: calc(100vw / 390 * 10); }
    }

    body {
      margin: 0;
      padding: 0;
      background-image: url("../img/Landing-V2-Desktop.svg");
      background-repeat: repeat;
      background-size: auto;
      background-color: #002124;
      overflow-x: hidden;
    }

    .hero {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      border-radius: 0 0 2.5rem 2.5rem;
    }

    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 2;
      background: linear-gradient(
        to top,
        rgba(0, 38, 38, 0.6) 0%,
        rgba(0, 38, 38, 0) 40%
      );
    }

    .hero-header {
      position: absolute;
      top: 3rem;
      width: 100%;
      z-index: 3;
      display: flex;
      justify-content: center;
      transition: all 300ms ease-in-out;
    }

    .nav {
      display: flex;
      gap: 4rem;
    }

    .nav-item {
      font-family: "Manrope";
      font-size: 1.4rem;
      color: rgba(255,255,255,0.8);
      padding: .5rem 1.25rem;
      text-decoration: none;
      border-radius: 3rem;
      transition: .3s;
      position: relative;
    }

    .nav-item:hover {
      background: rgba(0,155,161,0.25);
      color: #fff;
    }

    .nav-item:hover::after {
      content: "";
      position: absolute;
      right: 1.12rem;
      top: 50%;
      width: 1.4rem;
      height: 1.4rem;
      transform: translateY(-50%);
      background-size: cover;
    }

    .hero-center {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 3;
      transition: .35s ease;
    }

    .hero-logo-img {
      width: 45rem;
      transition: .35s ease;
    }

    .hero-subtitle {
      font-family: "Manrope";
      font-size: 2rem;
      color: white;
      letter-spacing: .165rem;
      opacity: .9;
      transition: .35s ease;
    }

    .scroll-down {
      z-index: 3;
      position: absolute;
      bottom: 4rem;
      left: 50%;
      transform: translateX(-50%);
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .scroll-down img {
      width: 4rem;
      transition: all 300ms ease-in-out;
    }

    @media (max-width: 768px) {

      .hero-gap {
        height: 0rem;
      }

      .hero {
        height: 40rem;
      }

      .hero-header { display: none !important; }

      .mobile-header {
        position: absolute;
        top: 1rem;
        right: 2.2rem;
        z-index: 20;
      }

      .burger-btn {
        width: 4rem;
        height: 4rem;
        background: transparent;
        border: none;
        cursor: pointer;
        position: relative;
      }

      .burger-btn img {
        width: 2rem;
        position: absolute;
        transition: .3s ease;
      }

      .close-icon {
        opacity: 0;
        transform: rotate(-30deg);
      }

      .burger-btn.active .burger-icon {
        opacity: 0;
        transform: scale(0.7);
      }

      .burger-btn.active .close-icon {
        opacity: 1;
        transform: rotate(0deg);
      }

      .hero-center {
        top: 13rem;
        transform: translateX(-50%);
      }

      .hero-center.menu-open {
        top: 2rem;
        transform: translateX(-50%) scale(0.75);
      }

      .hero-logo-img {
        width: 30rem;
      }

      .hero-subtitle {
        font-size: 1.2rem;
      }

      .mobile-menu {
        position: absolute;
        top: 14rem;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        pointer-events: none;
        transition: .3s ease;
        z-index: 18;
      }

      .mobile-menu nav {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
      }

      .mobile-menu a {
        font-family: "Manrope";
        font-size: 1.4rem;
        color: white;
        text-decoration: none;
        opacity: 0;
        transform: translateY(10px);
        transition: .3s ease;
      }

      .mobile-menu.active {
        opacity: 1;
        pointer-events: auto;
      }

      .mobile-menu.active a {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .values{
      padding-bottom: 10rem !important;
      padding: 7rem;
      --values-interval: 7s;
      --left-peek: 3.2rem;
      --right-overlap: 3.2rem;
      --thumb-peek: 2.8rem;
      padding-left: 10rem;
      padding-right: 10rem;
    }

    .values-main{
      display:flex;
      flex-direction:column;
      gap:4.5rem;
    }

    .values-hero{
      display:flex;
      flex-direction:column;
      align-items:center;
      margin-bottom: 2rem;
    }

    .values-hero > h2{
      font-size:6.25rem;
      color:#fff;
      text-align:center;
      margin:0;
      line-height:100%;
      font-weight:400;
    }

    .values-hero > p{
      font-size:1.25rem;
      color:#8CD2D8;
      text-align:center;
      margin:0;
      line-height:140%;
      max-width:75rem;
      font-weight:400;
    }

    .values-block{
      background:#01333A;
      border-radius:2.5rem;
      display:flex;
      overflow:hidden;
    }

    .values-left{
      position:relative;
      flex:0 0 30%;
      padding:2.6rem 0 2.6rem 2.6rem;
      display:flex;
    }

    .values-left::before{
      content:"";
      position:absolute;
      left:0;
      top:4.2rem;
      bottom:4.2rem;
      width:calc(100% - 2.6rem);
      background:#013138;
      border-radius:2.5rem;
      z-index:0;
    }

    .values-panel{
      position:relative;
      z-index:1;
      width:100%;
      border-radius:2.5rem;
      overflow:hidden;
      display:flex;
      flex-direction:column;
      min-height:100%;
      box-shadow:0 1rem 1rem rgba(0,0,0,0.2);
    }

    .values-tab{
      border:0;
      background:transparent;
      width:100%;
      padding:3.2rem 2.8rem;
      display:flex;
      align-items:center;
      gap:2.4rem;
      cursor:pointer;
      text-align:left;
      transition: all 300ms ease-in-out;
      color:rgba(255,255,255,0.65);
    }

    .values-tab-text{
      font-family:"Manrope";
      font-size:2rem;
      line-height:130%;
      font-weight:400;
      color: #8CD2D8;
    }

    .values-tab-icon{
      width:9rem;
      height:9rem;
      border-radius:50%;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      background:rgba(0,0,0,0.1);
      border:1px solid rgba(140,210,216,0.45);
      transition:.25s ease;
      position:relative;
      z-index:0;
    }

    .values-tab:not(.active):hover .values-tab-icon {
      background: rgb(32, 185, 192);
    }

    .scroll-down img:hover{
      background: rgb(32, 185, 192);
      border-radius: 100rem;
    }

    .values-tab-icon img{
      width:3.6rem;
      height:3.6rem;
      object-fit:contain;
      opacity:.9;
      position:relative;
      z-index:1;
    }

    .values-ring{
      position:absolute;
      inset:-0.6rem;
      width:calc(100% + 1.2rem);
      height:calc(100% + 1.2rem);
      transform: rotate(90deg);
      transform-origin: 50% 50%;
      opacity:0;
      pointer-events:none;
      z-index:-1;
    }

    .values-ring-bg{
      fill:none;
      stroke:rgba(255,255,255,0.35);
      stroke-width:3;
    }

    .values-ring-progress{
      fill:none;
      stroke:#fff;
      stroke-width:3;
      stroke-linecap:round;
      stroke-dasharray:289;
      stroke-dashoffset:289;
    }

    .values-tab.active .values-ring{
      opacity:1;
    }

    @keyframes ringStroke{
      from { stroke-dashoffset:289; }
      to   { stroke-dashoffset:0;   }
    }

    .photo-card-zoom:hover {
      background-color: #009BA1 !important;
    }

    .values-tab-icon.progress .values-ring-progress{
      animation: ringStroke var(--values-interval) linear forwards;
    }

    .values-tab.active{
      background: rgba(255,255,255,0.06);
      box-shadow:
        0 1.2rem 1rem rgba(0,0,0,0.28),
        inset 0 0 0 1px rgba(255,255,255,0.08);
      color:#fff;
      position:relative;
      z-index:2;
      border-radius: inherit;
    }

    .values-tab.active .values-tab-icon{
      background:#20B9C0;
      border:0;
      box-shadow:0 1rem 2rem rgba(0,0,0,0.3);
    }

    .values-tab.active .values-tab-icon img{
      opacity:1;
    }

    .values-tab.active .values-tab-text{
      text-shadow: 0 .2rem .6rem rgba(0,0,0,0.25);
    }

    .values-tab:hover{
      background:rgba(255,255,255,0.04);
      color:#fff;
    }

    .values-tab:hover .values-tab-icon{
      border-color:rgba(140,210,216,0.8);
    }

    .values-right{
      position:relative;
      flex:1;
      min-width:0;
      display:block;
    }

    .values-image-wrap{
      position:relative;
      width:100%;
      height:100%;
      min-height:50rem;
    }

    .values-bg{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .values-image-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(
        to top,
        rgba(0, 33, 36, 0.9) 0%,
        rgba(0, 33, 36, 0.0) 55%
      );
      z-index:1;
      pointer-events:none;
    }

    .values-content{
      position:absolute;
      left:6.2rem;
      bottom:3.2rem;
      z-index:2;
      max-width:42rem;
    }

    .values-title{
      font-size:3.4rem;
      line-height:100%;
      color:#fff;
      margin:0 0 1.2rem 0;
      font-weight:400;
    }

    .values-desc{
      font-size:1.4rem;
      line-height:145%;
      color:#8CD2D8;
      margin:0;
      font-weight:400;
    }

    .values-thumbs{
      position:absolute;
      right:3.2rem;
      bottom:3.2rem;
      z-index:3;
      display:flex;
      gap:1.6rem;
    }

    .values-thumb{
      width:17rem;
      object-fit:cover;
      border-radius:1.6rem;
    }

    .values-fade{
      animation:valuesFade .35s ease;
    }
    @keyframes valuesFade{
      from{opacity:.2; transform:translateY(6px);}
      to{opacity:1; transform:translateY(0);}
    }

    @media (max-width:768px){
      .values-hero{
        margin-bottom: 0rem;
      }
      .values-main {
        gap: 2.5rem;
      }
      .values{
        padding:3.2rem 1.6rem 5rem;
      }

      .values-hero > h2{
        font-size:4.2rem;
      }
      .values-hero > p{
        font-size:1.3rem;
        max-width:100%;
      }

      .values-block{
        flex-direction: column;
        overflow: visible;
        border-radius: 2.5rem;
        background:#01333A;
        padding: 2.4rem 0 0rem;
      }

      .values-left{
        position: relative;
        flex: unset;
        width: 115%;
        padding: 0 0rem;
        margin-left: -2.6rem;
        margin-top: -1.125rem;
        margin-bottom: -0.625rem;
      }

      .values-left::before{
        content:"";
        position:absolute;
        inset:0;
        border-radius: 2.2rem;
        background:#01313800;
        z-index:0;
      }

      .values-panel{
        position:relative;
        z-index:1;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:0rem;
        width: calc(100% - 3.2rem);
        margin: 0 auto;
        padding:0rem;
        border-radius:2rem;
        background-image: url("../img/slider.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: soft-light;
        box-shadow: 0 1.4rem 3rem rgba(0,0,0,0.45);
      }

      .values-tab{
        padding:1.4rem 1.4rem;
        gap:1.2rem;
        border-radius:1.6rem;
        background:transparent;
        border:1px solid rgba(255,255,255,0);
        color:rgba(255,255,255,0.85);
      }

      .values-tab + .values-tab{border-top:none;}

      .values-tab-icon{
        width:4.8rem;
        height:4.8rem;
      }
      .values-tab-icon img{
        width:2rem;
        height:2rem;
      }

      .values-ring{
        inset:-0.35rem;
        width:calc(100% + 0.7rem);
        height:calc(100% + 0.7rem);
      }
      .values-ring-bg,
      .values-ring-progress{
        stroke-width:2.4;
        stroke-dasharray:289;
        stroke-dashoffset:289;
      }

      .values-heros{
        margin-bottom: 2rem;
      }
      .values-tab-text{
        font-size:1.3rem;
        line-height:140%;
      }

      .values-right{
        position:relative;
        width:100%;
        display:flex;
        flex-direction:column;
      }

      .values-image-wrap{
        height:30rem;
        min-height:unset;
      }

      .values-content{
        left:2rem;
        bottom:2rem;
        max-width:90%;
      }
      .values-title{font-size:2.8rem;}
      .values-desc{font-size:1.3rem;}

      .values-thumbs{
        position:relative;
        right:auto;
        bottom:auto;
        padding: 0rem 1.6rem 0rem 1.6rem;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:1.2rem;
        background-color: #002327;
        border-radius: 0rem 0rem 2.5rem 2.5rem;
      }

      .values-thumb{
        width:100%;
        border-radius:1.8rem;
        transform: translateY(2.5rem);
        margin-top: -2.75rem;
      }
    }

    @media (min-width: 769px){
      .values{
        --vertical-peek: 3.2rem;
        --right-overlap: 3.2rem;
        --thumb-peek: 2.8rem;
      }

      .values-block{
        position: relative;
        overflow: visible;
      }

      .values-left{
        margin-left: 0;
        padding: 2.6rem 0 2.6rem 2.6rem;
        margin-top: calc(var(--vertical-peek) * -2);
        margin-bottom: calc(var(--vertical-peek) * -2);
        z-index: 5;
      }

      .values-panel{
        width: calc(100% + var(--right-overlap));
        margin-right: calc(var(--right-overlap) * -1);
        position: relative;
        z-index: 6;
        overflow: hidden;
        border-radius: 2.5rem;
        background-image: url("../img/side%20slider.svg");
        background-repeat: no-repeat;
        background-size: 120% auto;
        background-position: center;
        background-blend-mode: soft-light;
      }

      .values-left::before{
        left: 0;
        right: 0;
        width: auto;
        margin-right: calc(var(--right-overlap) * -1);
        z-index: 4;
        border-radius: 2.5rem;
      }

      .values-right{
        position: relative;
        z-index: 1;
        box-shadow: 0 1.5rem 1rem rgba(0, 0, 0, 0.1);
        border-radius: 2rem;
      }

      .values-image-wrap{
        border-radius: 0 2.5rem 2.5rem 0;
        overflow: hidden;
      }

      .values-thumbs{
        right: calc(var(--thumb-peek) * -1);
      }
    }

    .restaurants {
      position: relative;
      padding: 7rem;
      padding-top: 8rem !important;
      padding-right: 0 !important;
      padding-top: 5rem;
      padding-bottom: 8rem;
      color: #fff;
      background-image: url("../img/restaurants.png");
      background-size: cover;
      background-position: center;
      border-radius: 2.5rem 2.5rem 2.5rem  2.5rem;
      padding-left: 10rem;
      padding-right: 10rem;
    }

    .restaurants-inner {
      margin: 0 auto;
    }

    .restaurants-header {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      margin-right: 10rem;
    }

    .restaurants-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      border: 1px solid #009BA1;
      background: rgba(0, 0, 0, 0);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 0;
      outline: none;
      transition: .25s ease;
      flex-shrink: 0;
    }

    .restaurants-arrow--next {
      right: 0;
      margin-right: 9rem;
    }

    .restaurants-arrow--prev {
      left: 0;
    }

    .restaurants-arrow img {
      width: 1.6rem;
      transform: rotate(0deg);
      transition: .25s ease;
    }

    .restaurants-arrow--prev img {
      transform: rotate(180deg);
    }

    .restaurants-arrow:hover {
      background: #00a6ae;
      border-color: transparent;
    }

    .restaurants-title {
      font-family: "Tenali Ramakrishna";
      font-size: 6.25rem;
      line-height: 1;
      margin: 0;
      font-weight: 400;
    }

    .restaurants-arrow {
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      border: 1px solid #009BA1;
      background: rgba(0, 0, 0, 0);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 0;
      outline: none;
      transition: .25s ease;
      flex-shrink: 0;
      margin-right: 0rem;
      transition: all 300ms ease-in-out;
    }

    span.careers-field-icon img {
      width: 1.6rem;
    }

    .restaurants-arrow img {
      width: 1.6rem;
      transform: rotate(0deg);
      transition: .25s ease;
    }

    .restaurants-arrow:hover {
      background: #00a6ae;
      border-color: transparent;
    }

    .restaurants-slider {
      margin-top: 3.5rem;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: smooth;
      padding-bottom: 1rem;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .restaurants-slider::-webkit-scrollbar {
      display: none;
    }

    .restaurants-track {
      display: flex;
      gap: 2.5rem;
      align-items: stretch;
      padding-left: 10px;
    }

    .restaurant-card {
      flex: 0 0 34rem;
      min-width: 40rem !important;
      border-radius: 2.5rem;
      background: #01333A;
      position: relative;
      overflow: visible;
      display: flex;
      box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.35);
      flex-direction: column;
    }

    .restaurant-top {
      position: relative;
      height: 22rem;
      overflow: hidden;
      border-radius: 2rem;
      flex: 0 0 auto;
    }

    .restaurant-photo-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .restaurant-logo {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .restaurant-logo img {
      max-width: 100%;
      height: 70%;
    }

    .restaurant-info {
      padding: 3.4rem 6.8rem 2.6rem;
      background-image: url("../img/info.png");
      background-size: cover;
      border-radius: 0 0 2.5rem 2.5rem;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
    }

    .restaurant-name {
      font-family: "Manrope";
      font-size: 2.5rem;
      line-height: 1.2;
      margin: 0 0 1.4rem;
      text-align: center;
      font-weight: 500;
    }

    .restaurant-stars {
      display: flex;
      justify-content: center;
      gap: 0.4rem;
      margin-bottom: 1.6rem;
    }

    .restaurant-stars span {
      font-size: 1.4rem;
      color: #ffb23e;
    }

    .restaurant-desc {
      font-family: "Manrope";
      font-size: 1.4rem;
      line-height: 1.45;
      color: #8CD2D8;
      text-align: center;
      margin: 0 0 2.4rem;
    }

    .restaurant-btn-wrap {
      margin-top: auto;
      display: flex;
      justify-content: center;
    }

    .restaurant-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.8rem;
      padding: 1.4rem 7.2rem;
      border-radius: 999px;
      border: none;
      background: #009BA1;
      color: #fff;
      text-decoration: none;
      font-family: "Manrope";
      font-size: 1.68rem;
      font-weight: 500;
      cursor: pointer;
      box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
      transition: .2s ease;
    }

    .restaurant-btn-icon {
      font-size: 1.6rem;
    }

    .restaurant-btn:hover {
      opacity: 0.8;
    }

    @media (max-width: 768px) {
      .restaurants-header{
        margin-right: 0px;
      }
      .restaurants {
        padding: 3.2rem 1.6rem 4.4rem;
        border-radius: 2.5rem 2.5rem 2.5rem  2.5rem;
      }

      .restaurants-title {
        font-size: 4.2rem;
      }

      .restaurants-arrow {
        width: 4.4rem;
        height: 4.4rem;
        margin: 0;
      }

      .restaurants-arrow--next {
        right: 1.6rem;
      }

      .restaurants-arrow--prev {
        left: 1.6rem;
      }

      .restaurants-track {
        gap: 1.6rem;
      }
      .restaurants {
        padding: 3.2rem 1.6rem 4.4rem;
        border-radius: 2.5rem 2.5rem 2.5rem  2.5rem;
      }

      .restaurants-title {
        font-size: 4.2rem;
      }

      .restaurants-arrow {
        width: 4.4rem;
        height: 4.4rem;
      }

      .restaurants-track {
        gap: 1.6rem;
      }

      .restaurant-card {
        flex: 0 0 100%;
        max-width: 90%;
        min-width: 90% !important;
        overflow: visible;
      }
      .restaurants {
        padding-top: 6rem !important;
      }

      .restaurant-top {
        height: 20rem;
      }

      .restaurant-info {
        position: relative;
        transform: translateY(4.5rem);
        padding: 3.4rem 2.8rem 4rem !important;
        margin-top: -5.6875rem;
      }
      .restaurant-info {
        padding: 3.4rem 6.8rem 2.6rem;
        background-image: url("../img/info (1).png");
      }

      .restaurants-slider {
        padding-bottom: 4.5rem;
      }
    }

    .restaurant-stars img {
      width: 0.9rem;
      height: 0.9rem;
    }

    @media (min-width: 769px) {
      .restaurant-card {
        overflow: visible;
      }

      .restaurant-info {
        position: relative;
        transform: translateY(2.5rem);
        margin-top: -3.5rem;
      }

      .restaurants-slider {
        padding-bottom: 4rem;
      }
    }

    .restaurants-scrollbar {
      display: none;
      margin-top: 1.4rem;
      justify-content: center;
    }

    .restaurants-scrollbar-track {
      position: relative;
      width: 60%;
      max-width: 18rem;
      height: 4px;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.45);
      overflow: hidden;
      margin-top: 1.4375rem;
    }

    .restaurants-scrollbar-thumb {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      border-radius: 999px;
      background: #00a6ae;
      transform: translateX(0);
    }

    @media (max-width: 768px) {
      .restaurants-track {
        display: flex;
        gap: 2.5rem;
        align-items: stretch;
        padding-left: 0px;
      }
      .restaurants-scrollbar {
        display: flex;
      }

      .restaurants-slider {
        padding-bottom: 4.2rem;
      }
    }

    .photo-gallery {
      padding: 6.25rem 6.25rem 5rem;
      color: #fff;
    }

    .photo-gallery-inner {
      max-width: 120rem;
      margin: 0 auto;
    }

    .photo-gallery-track {
      display: flex;
      gap: 2.5rem;
      overflow-x: auto;
      overflow-y: visible;
      scroll-behavior: smooth;
      -ms-overflow-style: none;
      scrollbar-width: none;
      padding: 2rem 0rem 2rem 0rem;
    }
    .photo-gallery-track::-webkit-scrollbar {
      display: none;
    }

    .photo-card {
      position: relative;
      border: none;
      padding: 0;
      margin: 0;
      background: transparent;
      cursor: pointer;
      flex: 0 0 18.5rem;
      border-radius: 2.5rem;
      overflow: hidden;
      aspect-ratio: 3 / 4;
      display: block;
      transform: translateY(0);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .photo-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .photo-card-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 33, 36, 0.6);
      opacity: 0;
      transition: opacity 0.25s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .photo-card-zoom {
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      border: 1px solid #009BA1;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: scale(0.9);
      transition: all 300ms ease-in-out;
    }

    .photo-card-zoom img {
      width: 1.5rem;
      height: 1.5rem;
      display: block;
    }

    .photo-card:hover {
      transform: translateY(-0.8rem);
      box-shadow: 0 1rem 1.4rem rgba(0, 0, 0, 0.2);
    }
    .photo-card:hover .photo-card-overlay {
      opacity: 1;
    }
    .photo-card:hover .photo-card-zoom {
      transform: scale(1);
      box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2);
    }

    .photo-gallery-scrollbar {
      display: none;
      margin-top: 1.4rem;
      justify-content: center;
    }

    .photo-gallery-scrollbar-track {
      position: relative;
      width: 60%;
      max-width: 18rem;
      height: 4px;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.45);
      overflow: hidden;
    }

    .photo-gallery-scrollbar-thumb {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      border-radius: 999px;
      background: #00a6ae;
      transform: translateX(0);
    }

    .photo-lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.82);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 80;
    }

    .photo-lightbox.is-open {
      opacity: 1;
      pointer-events: auto;
    }

    .photo-lightbox-img-wrap {
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 2rem;
      overflow: hidden;
      box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.9);
    }

    .photo-lightbox-img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
    }

    .photo-lightbox-close {
      position: absolute;
      top: 2.4rem;
      right: 2.4rem;
      width: 3.2rem;
      height: 3.2rem;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.5);
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      font-size: 1.8rem;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }

    .photo-lightbox-close {
      line-height: 0;
    }

    @media (max-width: 1024px) {
      .photo-gallery {
        padding: 4.2rem 3.2rem 4rem;
      }
      .photo-card {
        flex: 0 0 20rem;
      }
    }

    @media (max-width: 768px) {
      .photo-gallery {
        padding: 3.2rem 1.6rem 4rem;
      }

      .photo-gallery-track {
        gap: 1.6rem;
      }

      .photo-card {
        flex: 0 0 35%;
        border-radius: 2rem;
      }
    }

    @media (min-width: 1024px) {
      .photo-gallery-track {
        overflow-x: visible;
        justify-content: space-between;
      }

      .photo-card {
        flex: 0 0 calc((100% - 12.5rem) / 6);
      }
    }

    .careers {
      padding-top: 0rem !important ;
      padding: 6.25rem 10rem 5rem;
      color: #ffffff;
    }

    .careers-inner {
      margin: 0 auto;
    }

    .careers-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }

    .careers-title {
      font-family: "Tenali Ramakrishna";
      font-size: 6rem;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 1.4rem;
    }

    .careers-subtitle {
      font-family: "Manrope";
      font-size: 1.5rem;
      line-height: 1.6;
      max-width: 56rem;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.85);
    }

    .careers-shell {
      position: relative;
    }

    .careers-bg {
      background: none;
      border-radius: 2.5rem;
      overflow: hidden;
    }

    .careers-photo-wrap {
      position: relative;
    }

    .careers-photo-img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .careers-photo-wrap::after {
      content: none !important;
    }

    .careers-form-card {
      position: absolute;
      right: 3.5rem;
      top: 4.4rem;
      width: 31rem;
      max-width: 35%;
      border-radius: 2.3rem;
      padding: 2.4rem 2.6rem 2.8rem;
      background-image: url("../img/form%20(1).png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      display: flex;
      flex-direction: column;
      transform: translateX(3.5rem);
    }

    .careers-form-title {
      font-family: "Manrope";
      font-size: 2.15rem;
      font-weight: 600;
      margin: 0 0 0.55rem;
      color: #ffffff;
    }

    .careers-form-subtitle {
      font-weight: 400;
      text-align: center;
      font-family: "Manrope";
      font-size: 1.2rem;
      margin: 0 0 2rem;
      color: #8CD2D8;
    }

    .careers-form {
      display: flex;
      flex-direction: column;
      gap: 1.15rem;
    }

    .careers-label {
      font-family: "Manrope";
      font-size: 0.95rem;
      letter-spacing: 0.02em;
      color: #8CD2D8;
      margin-bottom: 0.35rem;
    }

    .careers-field {
      position: relative;
    }

    .careers-field-icon {
      position: absolute;
      left: 1.1rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.15rem;
      opacity: 0.85;
      display: flex;
      align-items: center;
    }

    .careers-input,
    .careers-select {
      width: 100%;
      box-sizing: border-box;
      border-radius: 0.9rem;
      border: none;
      outline: none;
      padding: 1rem 1.4rem 1rem 3.5rem;
      background: #002124;
      font-family: "Manrope";
      font-size: 1.1rem;
      color: #fff;
    }

    .careers-input::placeholder,
    .careers-select::placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .careers-select-wrap {
      position: relative;
    }

    .careers-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 3.1rem;
    }

    .careers-select-wrap::after {
      content: "";
      position: absolute;
      right: 1.7rem;
      top: 50%;
      width: 0.6rem;
      height: 0.6rem;
      border-right: 0.2rem solid rgba(255, 255, 255, 0.9);
      border-bottom: 0.2rem solid rgba(255, 255, 255, 0.9);
      transform: translateY(-55%) rotate(45deg);
      pointer-events: none;
    }

    .careers-btn-wrap {
      margin-top: 2.1rem;
      display: flex;
      justify-content: center;
    }

    .careers-btn {
      margin-top: -1.25rem;
      margin-bottom: 1rem;
      width: 80%;
      border-radius: 999px;
      border: none;
      outline: none;
      padding: 1.25rem 2rem;
      font-family: "Manrope";
      font-size: 1.45rem;
      font-weight: 600;
      color: #ffffff;
      background: #009BA1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s ease;
    }

    .careers-btn:hover {
      opacity: 0.8;
    }

    .careers-btn-text--mobile {
      display: none;
    }

    @media (max-width: 768px) {
      .careers {
        padding: 4rem 1.6rem 8rem;
      }

      .careers-title {
        font-size: 4.2rem;
      }

      .careers-subtitle {
        font-size: 1.3rem;
      }

      .careers-bg {
        border-radius: 2.5rem;
      }

      .careers-form-title {
        font-size: 1.8rem;
        text-align: center;
      }

      .careers-form-subtitle {
        font-size: 1.15rem;
        margin-bottom: 1.7rem;
      }

      .careers-input,
      .careers-select {
        font-size: 1.05rem;
        padding: 0.95rem 1.3rem 0.95rem 2.8rem;
      }

      .careers-label {
        font-size: 0.95rem;
      }

      .careers-btn {
        font-size: 1.35rem;
        padding: 1.15rem 1.6rem;
      }

      .careers-btn-text--desktop {
        display: none;
      }

      .careers-btn-text--mobile {
        display: inline;
      }
    }

    .careers-photo-img--desktop {
      display: block;
    }

    .careers-photo-img--mobile {
      display: none;
    }

    @media (max-width: 768px) {
      .careers-photo-img--desktop {
        display: none;
      }

      .careers-photo-img--mobile {
        display: block;
      }
    }

    @media (max-width: 768px) {
      .careers-field-icon {
        left: 0.9rem;
      }

      .careers-field-icon img {
        width: 1.4rem;
        height: 1.4rem;
      }

      .careers-input,
      .careers-select {
        padding: 0.9rem 1.3rem 0.9rem 2.6rem;
      }
    }

    @media (max-width: 768px) {
      .careers-form-card {
        position: static;
        width: 100%;
        max-width: 28rem;
        margin: -2.2rem auto 0;
        padding: 2.2rem 2.2rem 2.5rem;
        border-radius: 2rem;
        transform: none;
        transform: translateY(4.5rem);
        margin-top: -53px;
      }
    }

    @media (max-width: 768px) {
      .careers-shell {
        background-color: #03333a;
        border-radius: 3rem;
      }
    }

    .footer {
      color: #ffffff;
    }

    .footer-inner {
      margin: 0 auto;
    }

    .footer-box {
      background-image: url("../img/Footer.png");
      background-size: cover;
      background-position: center;
      border-radius: 2.5rem 2.5rem 0rem 0rem;
      padding: 2.6rem 2rem 2.4rem;
      text-align: center;
    }

    .footer-email {
      display: inline-block;
      font-family: "Manrope";
      font-size: 1.5rem;
      font-weight: 400;
      color: #ffffff;
      text-decoration: none;
      margin-bottom: 2rem;
    }

    .footer-socials {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-bottom: 1.8rem;
    }

    .footer-social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .footer-social-link img {
      display: block;
      width: 3.6rem;
      height: 3.6rem;
      transition: all 300ms ease-in-out;
    }

    .footer-social-link img:hover{
      opacity: 0.8;
    }

    .footer-copy {
      font-family: "Manrope";
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.28);
    }

    @media (max-width: 768px) {
      .footer-box {
        padding: 2.4rem 1.4rem 2.2rem;
        border-radius: 2.5rem 2.5rem 0rem 0rem;
      }

      .footer-email {
        font-size: 1.3rem;
        margin-bottom: 1.6rem;
      }

      .footer-socials {
        gap: 1.4rem;
        margin-bottom: 1.5rem;
      }

      .footer-social-link img {
        width: 3.2rem;
        height: 3.2rem;
      }

      .footer-copy {
        font-size: 1rem;
      }
    }

    .restaurant-btn--disabled {
      pointer-events: none;
      cursor: default;
    }