﻿@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');

*{
    box-sizing:border-box;
    margin:0;
}
body{
    margin: 0;
}

a{
    color:inherit;
    text-decoration: inherit;
}
.container{
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
    padding:0px 20px;
}
span.span-highlight-color-2 {
    color: #303030 !important;
    place-items: center;
}
h3{
    font-weight:7000;
}















@font-face {
    font-family: 'test-domaine';
    src: url('../font/testdomainetext-regular.otf') format('opentype');
}


@font-face {
    font-family: 'Gill_Sans';
    src: url('../font/Gill_Sans.TTF') format('truetype');
  }
  @font-face {
    font-family: 'Brasika_Display';
    src: url('../font/Brasika_Display.otf') format('opentype');
  }
a.btn-2 {
    background: #FF671F;
    color: #ffffff;
    padding: 10px 14px;
    font-size: 20px;
    font-family: 'test-domaine';
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.5s ease all;
    border: 1px solid #FF671F;
    border-radius: 5px;
}
    a.btn-2:hover {
        background: #ffffff;
        color: #FF671F;
        border:1px solid #ff671f;
    }
a.btn-1 {
    color: #FF671F;
    background: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 14px;
    font-family: 'test-domaine';
    font-weight: 400;
    transition: 0.5s ease all;
    text-transform: uppercase;
    border-radius: 5px;
}
        a.btn-1:hover {
            color: #ffffff;
            background: #FF671F;
        }
        .intro-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
        }

  .intro-container img {
    width: 100px;
    height: auto;
    opacity: 0;
    animation: rotateZoomIn 5s forwards;
    transition:0.3s ease all;
  }
  
  /* Combined animation */
  @keyframes rotateZoomIn {
    0% {
      transform: rotate(0deg) scale(0.6);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(180deg) scale(2);
      opacity: 1;
    }
  }
  .intro {
    position: relative;
  }
div#content {
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1) all;
}
#loader-gif {
    width: 600px;
   
}


#content {
    opacity: 0;
    transition: opacity 1s ease;
    display: none; /* initially hide */
}

    #content.show {
        opacity: 1;
    }

#intro {
    position: fixed; /* screen pe fix kar diya */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; /* apne loader image size ke hisaab se adjust kar */
    height: auto;
    z-index: 9999; /* sabke upar dikhne ke liye */
    background: transparent; /* ya loader ka background agar hai toh set kar */
}
    #intro img {
        display: block;
        width: 100%;
        height: auto;
    }


  ul.nav-links a.nav-active {
    color: #FF671F;
    border-bottom: 2px solid #FF671F;
}

header.header.scroll nav.nav ul.nav-links li a.nav-active {
  
  color: #FF671F;
}



/* HEADER_CSS_START------------------------- */

header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 10;
  padding-top: 20px;
}

/* When scrolling */
header.scrolled {
  background: #fff;
  box-shadow: 0px 4px 15px 0px #ff671f38;
  position: fixed;
  padding-top: 0px;
  z-index: 999;
}

/* When mobile menu active */


.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}

.nav-section {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-center {
  flex: 0;
  z-index: 99;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  padding-left: 0;
}

    .nav-links a {
        text-decoration: none;
        color: white;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
ul.nav-links li.mobile-menu-btn {
  display: none;
}
ul.nav-links li.mobile-menu-btn a.btn-1 {
  border: 1px solid #ff671f;
  display: inline-block;
}
ul.nav-links li.mobile-menu-btn a.btn-2{
  margin-top: 20px;
  color: #ffffff !important;
}
.nav-links a.active {
  color: #ff5c00 !important;
  border-bottom: 2px solid #FF671F;
}
 
header.header.scrolled ul.nav-links li a{
  color:#303030;
}
 
.nav-logo img {
  width: 150px;
  transition: 0.3s ease all;
}
header.scrolled .nav-logo img {
  width: 120px;
}
header.scrolled div#nav-right a.btn-1 {
  border: 1px solid #FF671F;
}



div#nav-right {
  justify-content: end;
  display: flex;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  z-index: 4;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #b5b5b5;
  transition: 0.3s ease;
}
header.header.scrolled .hamburger div {
  background-color: #303030;
}

/* Hamburger Active - Cross */
.hamburger.active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active div:nth-child(2) {
  opacity: 0;
}
.hamburger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
div#nav-left ul.nav-links {
text-align: center;
}

/* HERO_SECTION_START */
section.order_directly {
  padding: 80px 0px;
  background: #FFFCFA;
}
.index_hero_gif img {
  width: 100%;
  height: 950px;
  display: table;
 object-fit:cover;
}
.index_hero_main {
  position: relative;
}
.index-hero-text {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background: linear-gradient(to bottom, #ffffff00 0%, #000000 100%);
 height: 500px; 
}
.heading-span-color {
  color: #FF671F;
}

.hero-heading-index {
    font-family: 'test-domaine';
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 100px;
}
.hero-heading-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px;
  padding-bottom: 100px;
  padding-top: 50px;
  transform: translateY(-30%);
  top: 50%;
}
.hero-heading-wrapper::before,
.hero-heading-wrapper::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url('../images/Subtract.png'); /* Use your real image path */
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-heading-wrapper::before {
  left: -10px;
  top: 5px;
}

.hero-heading-wrapper::after {
  right: -10px;
  top: -5px;
  transform: rotate(90deg);
}
h2.order_directly_main_heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'test-domaine';
    color: #303030;
}
.order_directly_column .order_directly_column_inner_col_1 p {
    font-size: 18px;
    font-weight: 400;
    /*line-height: 100%;*/
    font-family: "Salsa", cursive;
    color: #666666;
    margin-top: 16px;
}
p.order_directly_big_p {
  margin-top: 20px;
}
.order_directly_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_directly_column_inner_col_1 {
  width: 50%;
}
.order_directly_column_inner_col_2 {
  width: 32%;
}
.order_directly_column_inner_col_2 img {
  width: 100%;
}
.order_directly_column .order_directly_column_inner_col_1 a.btn-2 {
  margin-top: 20px ;
  display: inline-block;
}
.order_directly_column_inner_col_1 h2.order_directly_main_heading span.heading-span-color {
  font-size: 40px;
}
.our-collection-top-column .our-collection-top-col-1.our-collection-btn-div {
    text-align: end;
}
/* HERO_SECTION_END */
/* ABOUT_US_START*/
section.about_us {
  position: relative;
  padding: 80px 0px;
  z-index: 1;
}

section.about_us::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OUR_SPECIALITIES_bg.png) no-repeat center center/cover;
  opacity: 0.6; /* Adjust this value as needed */
  z-index: -1;
}

.about-small-heading p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: "Salsa", cursive;
    text-transform: uppercase;
    color: #FF671F;
}
.about_us_inner_content h3 {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    font-family: 'test-domaine';
    color: #303030;
    position: relative;
    display: inline-block; /* Make width shrink to content */
}
.about_us_inner_content {
  text-align: center;
}

.about_us_inner_content h3::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -30px;
  width: 50px;
  height: 50px;
  background-image: url('../images/Subtract.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
    .about_us_inner_content p {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
        font-family: "Salsa", cursive;
        margin-top: 20px;
        color: #666666;
    }
.about-inner-col-1 .about-inner-col-img img {
  width: 100%;
  height:450px;
  object-fit: cover;
}
.about-inner-column {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 30px;
}
.about-inner-col-1 {
  width: 30%;
  position: relative;
}
.about-inner-col-text {
  position: absolute;
  bottom: 30px;
  background: #ffffff;
  border-radius: 0px 12px 12px 0px;
  padding: 6px 30px 6px 14px;
  width:90%;
}
    .about-inner-col-text h4 {
        font-weight: 700;
        font-style: italic;
        font-size: 18px;
        font-family: "Salsa", cursive;
        text-transform: uppercase;
    }
    .about-inner-col-text p {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-style: italic;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-top: 2px;
        color: #666666;
    }
/* ABOUT_US_END*/
/* OUR_COLLECTION_START */
section.our_collection {
  padding: 80px 0;
  background: #FFFCFA;
}

.our-collection-top-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.our-collection-top-col-1 {
  flex: 1;
}

h3.our-collection-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'test-domaine';
    color: #303030;
    position: relative;
}

h3.our-collection-heading::after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url('../images/Subtract.png') no-repeat center/contain;
}

.our-collection-bottom-column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: space-between;
}

.our-collection-card {
  position: relative;
  overflow: hidden;
  flex: 1 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}

.collection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius:10px ;
}

.collection-img {
  width: 100%;
  height: 650px;
}

.collection-image-heading {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Salsa", cursive;
    z-index: 2;
    border-radius: 5px;
}
.multi-slide.prev .slide-inner-text {
  width: 100%;
}
/* Hover Effect */
.our-collection-bottom-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(163, 163, 163, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
  transform: translateY(100%);
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
  z-index: 3;
  border-radius:10px ;
}

.our-collection-card:hover .our-collection-bottom-hover {
  transform: translateY(0);
}

.our-collection-bottom-hover a {
  color: #FF671F;
  border-bottom: 1px solid #FF671F;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
/* OUR_COLLECTION_END */
/* OUR_SPECIALITIES_SECTION_START */
section.our-specialities-section {
  position: relative;
  padding: 80px 0px;
  z-index: 1;
  background: none; /* Remove direct background */
}

section.our-specialities-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OUR_SPECIALITIES_bg.png) no-repeat center center/cover;
  opacity: 0.6; /* Adjust opacity as desired */
  z-index: -1;
}

.menu_slider_main {
  overflow: hidden;
  padding-top: 40px;
}

.menu-wrapper {
  position: relative;
  overflow: visible;
  width: 60%;
  margin: auto;
}

.menu-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.menu-slide {
  flex: 0 0 100%;
  padding: 0 15px;
}

.menu-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.menu-info-main {
  position: relative;
  height: 600px;
}

.menu-info-detail {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: start;
    padding: 30px;
    background: linear-gradient(180deg, #000000 4.58%, rgba(0, 0, 0, 0) 60.17%);
}

.menu-info-main .menu-info-detail h4.menu-inner-name {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FF671F;
}
.menu-info-detail p {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}


.menu-direction-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 30px;
}

.menu-slide.clone.next,.menu-slide.clone.prev {
  opacity: 0.3;  
  transition: opacity 0.3s ease-in-out;
}


.menu-slide.next,.menu-slide.prev {
  opacity: 0.3;  
  transition: opacity 0.3s ease-in-out;
}

.menu-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  color: #FF671F;
  font-size: 30px;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-prev {
  left: -50px;
}

.menu-next {
  right: -50px;
}
/* OUR_SPECIALITIES_SECTION_END */
/* WHY_CHOOSE_US_SECTION_START */
.why-choose-us {
  padding: 80px 20px;
  background: #FFFCFA;
}
.feature-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  filter: brightness(0.5);
}

.why-choose-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.why-choose-left {
  width: 45%;
}
section.why-choose-us .about_us_inner_content h3 {
  text-align: left;
  /* width: auto; */
  display: inherit;
}
section.why-choose-us .about_us_inner_content p{
 text-align: left;
}
section.why-choose-us .features-grid {
  margin-top: 40px;
}
.subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #FF671F;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.why-choose-us .about-small-heading p {
  text-align: left;
}
section.why-choose-us .why-choose-grid .about_us_inner_content h3 {
  max-width: 500px;
}
section.why-choose-us .why-choose-grid .about_us_inner_content h3::after{
  top: 30px;
    right: -5px;
}
.title .orange {
  color: #FF671F;
}

.title .flower {
  font-size: 22px;
  color: #FF671F;
  margin-left: 5px;
}

.description {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  max-width: 754px;
}

.feature-box {
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  height: 200px;
}
.feature-box p.feature-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #ffffff;
}
    .feature-box .number {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ffffff;
        color: #FF671F;
        font-size: 30px;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Salsa", cursive;
    }
    .feature-box p.feature-text {
        font-family: 'test-domaine';
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        vertical-align: bottom;
        text-transform: uppercase;
        padding: 10px;
    }
.why-choose-right {
  width:38%;
  text-align: center;
}

.main-img {
  max-width: 100%;
  height: auto;
}


/* WHY_CHOOSE_US_SECTION_END */
.outlet_slider_main {
  display: flex;
  gap: 30px;
}
.outlet_slider_main {
  display: flex;
  gap: 30px;
  overflow: hidden;
}
/* .outlet_slider_box :nth-child(1){
  transform: translateX(-50%);
} */
/* .outlet_slider_box :nth-child(6){
  transform: translateX(50%);
} */

section.OUR_PRESENCE_section {
  position: relative;
  padding: 80px 0px;
  z-index: 1;
  background: none; /* Remove direct background */
}

section.OUR_PRESENCE_section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OUR_SPECIALITIES_bg.png) no-repeat center center/cover;
  opacity: 0.6; /* Adjust as needed */
  z-index: -1;
}

.outlet_slider_main {
  overflow: hidden;
}
  .outlet-wrapper {
    position: relative;
    overflow: visible;
    width: 90%;
    margin: auto;
    margin-top: 40px ;
    padding-bottom: 0;
  }

  .outlet-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .outlet-slide {
    flex: 0 0 25%;
    padding: 0 15px;
}

.outlet-slide img {
  width: 100%;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
  object-fit: cover;
  border-radius:10px;
}

.outlet-info-detail {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 30px 5px 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */

    border-radius: 10px 10px 0px 0px !important;
    overflow: hidden; 
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}



  .outlet-direction-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .outlet-info-main {
    position: relative;
    height: 500px;
}

  .outlet-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #FF671F;
    font-size: 38px;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .outlet-prev {
    left: -40px;
  }

  .outlet-next {
    right: -40px;
  }
  .outlet-direction-btn 
 a.btn-1 {
    display: inline;
}

.outlet-info-main .outlet-info-detail h4.slide-inner-outlet-name {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #FF671F;
}

.outlet-info-main .outlet-info-detail h4.slide-inner-outlet-place {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #FFFFFF;
}


.about_us_inner_content.our-presence h3::after{

  left: -30px;
  transform: rotate(0deg);
}



/* GALLERY_SECTION_CSS_START */

.gallery-section {
  padding: 80px 0;
  background: #FFFCFA;
  
}

.gallery-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}

.gallery-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.gallery-item {
  flex: 1 1 calc(25% - 10px); /* 4 items in first row */
  overflow: hidden;
}

.gallery-row:last-child .gallery-item {
  flex: 1 1 calc(20% - 10px); /* 5 items in second row */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition:0.5s ease all;
}
.our-gallery-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-gallery-column h3.our-collection-heading::after{
  transform: rotate(90deg) !important;
  left: 98%;
}

.outlet-btn:hover {
    background-color: #FF671F;
    color:#ffffff;
}
.our-specialities-new-column-col-1 img:hover {
    transform: scale(1.3);
}








.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}

.gallery-lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.gallery-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.gallery-lightbox-nav {
  margin-top: 20px;
}

.gallery-lightbox-btn {
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  margin: 0 20px;
}
.galler-lightbox-height {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
span.gallery-lightbox-btn.gallery-lightbox-prev {
  position: absolute;
  left: 0%;
}
span.gallery-lightbox-btn.gallery-lightbox-next{
  right: 0%;
  position: absolute;
}

/* GALLERY_SECTION_CSS_END */
/* FOOTER_CSS_START */
footer {
  position: relative;
  padding: 80px 0px;
  z-index: 1;
  background: none; /* Remove direct background */
}

footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OUR_SPECIALITIES_bg.png) no-repeat center center/cover;
  opacity: 0.6; /* Adjust as needed */
  z-index: -1;
}

.footer-top-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #000000;
}
.footer-top-column .footer-top-column-col-1 img {
  width: 150px;
}
.footer-top-column .footer-top-column-col-2 ul {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  list-style: none;
}
.footer-top-column .footer-top-column-col-2 ul li {
  /* padding: 15px; */
  background-color: #FF671F;
  border-radius: 50%;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.footer-center-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 50px;
  margin-top: 50px;
  border-bottom: 1px solid #303030;
}
    .footer-center-column h4.footer-link-heading {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #303030;
        margin-bottom: 30px;
    }
.footer-center-column .footer-center-column-col-1 ul {
  padding: 0;
  list-style: none;
  display: inline-grid;
  gap: 10px;
}
    .footer-center-column .footer-center-column-col-1 ul li a {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #666666;
    }

.playstore_logo_link {
  display: flex;
}
.playstore_logo_link img {
  width: 100%;
  display: table;
}
.appstore_logo_link {
  display: flex;
  margin-top: 15px;
}
.appstore_logo_link img {
  width: 100%;
  display: table;
}
.scanner_logo_link {
  text-align: center;
  margin-top: 40px;
}
.scanner_logo_link img {
  width: 100%;
  display: table;
}
.footer-bottom-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.footer-bottom-column-col-1 p {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #666666;
}
.footer-bottom-column .footer-bottom-column-col-2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
}
    .footer-bottom-column .footer-bottom-column-col-2 ul li a {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.5px;
        vertical-align: middle;
        text-transform: capitalize;
        color: #666666;
    }
.footer-top-column-col-2 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FOOTER_CSS_End */
/* ABOUT_PAGE---------------------------------------------------------------------------------------------------- */
.hero-heading-wrapper.about-w a.btn-1 {
  margin-top: 30px !important;
  display: inline-block;
}
.about-us-about-column {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.about-us-about-column .about-us-about-col-1 {
  width: 45%;
}
.about-us-about-column .about-us-about-col-2 {
  width: 45%;
}

.about-us-about-col-2-img-top{
  display: flex;
  gap: 20px;
}
.about-us-about-column .about-us-about-col-1 .about_us_inner_content h3 {
  position: relative;
  text-align: left;
  display: block;
  padding-left: 15px; /* Increase slightly for spacing */
  font-size: 35px;
  padding-left: 25px;
}

.about-us-about-column .about-us-about-col-1 .about_us_inner_content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 80%;
  background: linear-gradient(to bottom, #ff6a00, transparent);
}

.about-us-about-col-2-img-top .about-col-2-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 0px #FF671F;
}
.about-col-2-image-inner {
  width: 50%;
  height: 240px;
  object-fit: cover;
}
.about-us-about-column .about-us-about-col-1 .about-us-column-col-1-img img {
  width: 100%;
  box-shadow: -10px 10px 0px #FF671F;
}
.about-us-about-column .about-us-about-col-1 .about-small-heading p {
  text-align: left;
}
section.about-page-about {
  padding: 80px 0px;
  background-color: #FFFCFA;
}
.about-us-about-column .about-us-about-col-1 .about_us_inner_content h3::after {
  top: -20px;
  left: 385px;
}
p.about-page-p {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #666666;
}
.about-us-about-column .about-us-about-col-2 .about-col-2-inner-p {
  margin-top: 40px;
}
.about-count-column-col-1 h4 {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 50px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FF671F;
   
}
.about-count-column .about-count-column-col-1 p {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}
.about-count-column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 40px;
}
.about-us-about-col-2-inner-btn a.btn-2 {
  display: inline-block;
  margin-top: 30px;
}
.about-us-about-col-1 .about-us-column-col-1-img img {
  margin-top: 30px;
}
.btn-rotate {
    background: #ff671f;
    color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: bold;
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.icon-box {
  background: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; /* rotate the box */
  margin-left: 15px;
}

.arrow-icon {
  color: #ff671f;
  transform: rotate(-45deg); /* rotate the icon back */
}
.about-us-about-col-2 .about-us-about-col-2-inner-btn {
  margin-top: 40px;
}





.about_page_container {
  margin: 40px auto;
  padding: 0 20px;
}

.about_page_slider_wrapper {
  overflow: hidden;
  position: relative;
}

.about_page_slider_track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.about_page_slide {
  flex: 0 0 33.3333%;
  padding: 10px;
  position: relative;
}

.about_page_slide img {
  width: 100%;
  border-radius: 8px;
  display: block;
}


@media (max-width: 992px) {
  .about_page_slide {
    flex: 0 0 50%; 
  }
}

@media (max-width: 576px) {
  .about_page_slide {
    flex: 0 0 100%;
  }
}

.about_page_dots {
  text-align: center;
  margin-top: 20px;
}

.about_page_dot {
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.about_page_dot.active {
  background-color: #ff671f;
}
.about_page_slider_track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
}

.about_page_slider_track {
  backface-visibility: hidden;
}
.about_us_page_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 0;
}

.about_us_page_track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.about_us_page_slide {
  flex: 0 0 33.33%;
  padding: 0 15px;
}

.about_us_page_slide img {
  width: 100%;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
  object-fit: cover;
}

.about_us_page_info_detail {
  position: absolute;
  bottom: 0;
  padding: 30px  20px;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.58%, #000000 100%);
  height: 100%;

  display: flex;              /* CHANGE */
  flex-direction: column;     /* Stack name & place */
  justify-content: flex-end;  /* Push to bottom */
}


.about_us_page_direction_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.about_us_page_info_main {
  position: relative;
  height: 600px;
}

.about_us_page_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  color: #FF671F;
  font-size: 38px;
  border: none;
  padding: 12px 16px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_page_prev {
  left: -40px;
}

.about_us_page_next {
  right: -40px;
}

.about_us_page_info_main .about_us_page_info_detail h4.slide_inner_about_us_page_name {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #FF671F;
}

.about_us_page_info_main .about_us_page_info_detail h4.slide_inner_about_us_page_place {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #FFFFFF;
}
.about_us_page_dots {
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_page_dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #666666;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.about_us_page_dot.active {
  background-color: #FF671F;
  width: 20px;
  height: 20px;
}
section.about_page-journey-section {
  position: relative;
  padding: 80px 0px;
  z-index: 1;
  background: none;
}
section.about_page-journey-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OUR_SPECIALITIES_bg.png) no-repeat center center/cover;
  opacity: 0.6; /* Adjust as needed */
  z-index: -1;
}
.about_us_page_info_detail p {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0%;
    color: #ffffff;
    text-align: left;
    margin-top: 5px;
}





.about-page-our-core-column {
  display: flex;
  justify-content: space-between;
  /* gap: 30px; */
}
.about-page-our-core-column-col-1 {
  width: 50%;
}
.about-page-our-core-column-col-2 {
  width: 30%;
}
.about-page-our-core-column-col-2 img {
  width: 100%;
}
.about-page-our-core-column .about-small-heading p {
  text-align: left;
}
.about-page-our-core-column  .about_us_inner_content {
  text-align: left;
}
.about-page-our-core-column .about_us_inner_content h3 {
  text-align: left;
}
.about-page-our-core-column .about_us_inner_content p {
  text-align: left;
}




.our_core_specialities-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 30px;
  column-gap: 20px;
  margin-top: 30px;
}

.our_core_specialities-box {
  border-left: 5px solid #FF671F;
  background: #fdfdfd;
  padding: 15px 10px;
  box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.05);
}

    .our_core_specialities-box h3 {
        color: #f15a24;
        font-family: "Salsa", cursive;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .our_core_specialities-box p {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-style: italic;
        font-size: 14px;
        letter-spacing: 0%;
        margin-top: 5px;
        color: #666666;
    }

.our_core_specialities-full {
  grid-column: 1 / -1;
  background: #fff;
  font-style: normal;
}
section.about_page_our-core {
  padding: 80px 0px;
  background: #FFFCFA;
}
.about-page-our-core-column a.btn-2 {
  display: inline-flex;
  margin-top: 30px;
  align-items: center;
}
.about-page-our-core-column .about_us_inner_content h3::after{
  top: -25px;
    right: 90px;
}

.order-app-column {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.order-app-column-col-1 a.btn-1 {
  display: inline-block;
  margin-top: 20px;
}
section.download-app-section {
  padding: 80px 0px;
  background: url(../images/order-now-bg.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.order-app-column-col-1 {
  width: 60%;
}
.order-app-column-col-2 {
  width: 40%;
}
.order-app-column-col-2 img {
  width: 100%;
}

.order-app-column .order-app-column-col-1 h3 {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
}

.order-app-column .order-app-column-col-1 p {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}
.gns-order-app-bottom-column {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 10px;
}
.gns-order-app-bottom-column-col-1 {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #303030;
}


.online-order-bottom-main {
  position: absolute;
  bottom: 10%;
}



/* OUR_PRESENCE_PAGE_START--------------------------------------------------------------------------------------------------- */
section.our-outlet {
  padding: 80px 0px;
}
.outlet-page-column {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 40px;
  column-gap: 60px;
}
.outlet-page-column-col-1 img {
  width: 100%;
  border-radius:5px;
}
.outlet-nl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.outlet-nl .outlet-nl-img-logo img {
  width: 60px;
}
.outlet-page-column-col-1 {
  position: relative;
}
.outlet-page-outlet-detail-main {
  border-radius:5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) inset;
  background: #FFFFFF;
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: 50%;
  width: 94%;
  transform: translateX(-50%);
}
.outlet-page-outlet-detail-main-inner{
  padding: 15px;
  border-bottom: 1px solid #666666;
}
.outlet-open-time-column {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

p.outlet_location, p.outlet_time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
}
p.outlet_time{
  margin-top: 14px;
  color:#303030;
}
p.outlet_time i{
  color: #666666;
}
.outlet-delivery {
  display: flex;
  gap: 15px;
  margin-top: 12px;
}
    .outlet-delivery p {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #303030;
    }
.outlet-call-direction a.btn-2 {
  display: inline-block;
}
.outlet-call-direction {
  padding: 10px;
  display: flex;
  gap: 10px;
}
    .outlet-call-direction a.btn-2 {
        font-size: 14px;
        font-weight: 500;
    }
.our-presence-new-column-col-1 {
    width: 50%;
    position: sticky;
    top: 26%;
}
.our-presence-new-column-col-1 img {
    width: 100%;
}
.gallery-item img:hover {
    transform: scale(1.5);
}

.gns-outlet-detail-column {
    display: flex;
    gap: 30px;
    transform: translateY(-100px);
}
.gns-outlet-detail-col-2 {
    color: #ffff;
}

.gns-outlet-detail-col-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
}
.gns-outlet-detail-col-2-main {
    width: 100%;
}
.gns-delivery-type {
    display: flex;
    gap: 12px;
}
.gns-inner-direction-column {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.gns-inner-direction-column-col-1 .gns-delivery-type p {
    font-size: 16px;
    font-family: 'Gill_Sans';
    display: flex;
    align-items: center;
    gap: 5px;
    color:#888888;
    border:2px dashed #888888;
    padding:12px 20px;
    border-radius:8px;
}
    .gns-inner-direction-column-col-1 .gns-delivery-type p span {
        background-color: #FF671F;
        color: #ffffff;
        padding: 3px 4px;
        font-size: 10px;
    }
.gns-delivery-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 12px;
    font-size: 18px;
    column-gap: 10px;
    font-family: 'Gill_Sans';
    color:#888888;
    margin-top:15px;
}

.gns-inner-direction-column-col-1 p {
    font-size: 20px;
    font-family: 'Gill_Sans';
    color:#888888;
}
.gns-delivery-menu span {
    padding: 10px 16px;
    border: 1px solid #888888;
    border-radius: 50px;
    cursor:default;
}
.gns-inner-direction-column-col-1 {
    width: 70%;
}
.gns-inner-direction-column-col-2 {
    width: 30%;
    align-items: end;
    display: flex;
    flex-direction: column;
}

    .gns-inner-direction-column-col-2 p {
        font-size: 20px;
        font-family: 'Gill_Sans';
        color: #888888;
    }
section.outlet-detail-download-app-section {
    background: linear-gradient(221.96deg, #FFB28E 14.74%, #FF671F 110.04%);
}
.new-download-app-section-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-download-app-section-column-col-1 h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Brasika_Display';
    color:#ffffff;
}

.new-download-app-section-column-col-2 img {
    width: 70%;
    display: table;
    padding: 5px;
    margin: 0 auto;
}
.new-download-app-section-column-col-1 {
    width: 50%;
    padding: 10px 50px;
}
.new-download-app-section-column-col-2 {
    width: 50%;
}
.new-download-app-section-column-col-1 p {
    font-size: 26px;
    font-family: 'Gill_Sans';
    color:#ffffff;
}
.new-download-app-section-column-col-1 img {
    width: 250px;
    margin-top: 20px;
}
.gns-inner-direction-column.mobile-view-layout {
    display: none;
}









    .menu_page-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        margin-top: 40px;
    }

.menu_page-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  height: 340px;
}

.menu_page-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.menu_page-card:hover img {
  transform: scale(1.05);
}

.menu_page-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 18px;
  color: white;
  width: 100%;
  height: 100%;
  background: linear-gradient(163.63deg, rgba(0, 0, 0, 0.9) 15.45%, rgba(0, 0, 0, 0) 53.3%);
}

    .menu_page-content h3 {
        margin: 0;
        font-family: 'test-domaine';
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .menu_page-content p {
        margin: 4px 0 0px;
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0%;
    }
.menu-item-open-btn a {
  display: inline-block;
}
.menu-item-open-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: right;
  bottom: 20px;
  padding-right: 18px;
}
.menu_page-btn {
  background-color: white;
  color: #f26522;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.menu_page-btn:hover {
  background-color: #f26522;
  color: white;
}

/* Responsive */
@media (max-width: 992px) {
  .menu_page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .menu_page-grid {
    grid-template-columns: 1fr;
  }
}
.outlet-nl-name h3 {
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #FF671F;
    line-height: 25px;
}
.hero-heading-wrapper.about-w.our-menu-page::before {
  left: 60px;
  top: 0px;
}
.hero-heading-wrapper.about-w.our-menu-page::after {
  right: 60px;
  top: 0px;
}
.comtact-page-first-column {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-top: 40px;
}
.comtact-page-first-column-col-1 {
  width: 60%;
}
.comtact-page-first-column-col-2 {
  width: 40%;
  display: flex;
  gap: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(255 103 31 / 10%);
  padding: 20px;
  flex-direction: column;
  padding-bottom: 100px;
}
    .comtact-page-first-column-col-2 input {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 20px;
        vertical-align: middle;
        border: none;
        border-bottom: 1px solid #303030;
        overflow: hidden;
        outline: 0;
        color: #666666;
        width: 100%;
    }
    .comtact-page-first-column-col-2 textarea {
        border: navajowhite;
        border-bottom: 1px solid #303030;
        resize: vertical;
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 20px;
        color: #666666;
        outline: 0;
        padding-top: 60px;
        width: 100%;
    }
.contect-page-first-column-col-2-inner-inpiut a.contact-submit-btn {
    background-color: #FF671F;
    color: #ffffff;
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    padding: 10px 50px;
}
section.contact-us-page {
  padding: 80px 0px;
  position: relative;
  z-index: 1;
}
section.contact-us-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OUR_SPECIALITIES_bg.png) no-repeat center center/cover;
  opacity: 0.4;
  z-index: -1;
}
.comtact-page-first-column-col-1-inner-card .contact-information-icon i {
  font-size: 40px;
  color: #FF671F;
}
.comtact-page-first-column-col-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
    .comtact-page-first-column-col-1 .contact-information-name h3 {
        font-family: 'test-domaine';
        font-weight: 700;
        font-size: 20px;
        line-height: 44px;
        letter-spacing: 0%;
        color: #FF671F;
        text-transform: uppercase;
    }
    .comtact-page-first-column-col-1 .contact-information-name p {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0%;
        color: #666666;
    }
.comtact-page-first-column-col-1-inner-card {
  background: #ffffff;
  padding: 50px;
  border-left: 5px solid #ff671f;
  box-shadow: 0px 0px 10px 0px rgb(255 103 31 / 10%);
  /* border-radius: 0px 10px 10px 0px; */
  width: 90%;
} 
section.contact-us-page .container {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}




section.index_hero.privacy-policy .index_hero_gif img {
  height: 550px !important;
}
section.privacy-policies-section {
  padding: 60px 0px;
  background-color: #FFFCFA;
}
    section.privacy-policies-section p {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        /* text-align: center; */
        color: #666666;
    }
    section.privacy-policies-section h2 {
        margin: 10px 0px;
        font-family: 'test-domaine';
        font-weight: 700;
        font-size: 26px;
        line-height: 54px;
        letter-spacing: 0%;
        color: #FF671F;
    }
    section.privacy-policies-section ul li {
        font-family: "Salsa", cursive;
        font-weight: 400;
        font-size: 16px;
        margin: 10px 0px;
        color: #666666;
    }
p.privacy.thankyou {
  margin-top: 15px;
}
section.index_hero.privacy-policy .hero-heading-wrapper.about-w.contact-us-page {
  top: 70%;
}
section.pp-tc {
    background: #ff671f66;
    padding: 90px 0px;
}
section.delivery-page {
    padding: 60px 0px;
    background: #FFFCFA;
}
h2.delivery-policy-heading {
    margin: 10px 0px;
    font-family: 'test-domaine';
    font-weight: 700;
    font-size: 26px;
    line-height: 54px;
    letter-spacing: 0%;
    color: #FF671F;
}
section.delivery-page p {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
}
section.delivery-page ul {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
}
    section.delivery-page ul li{
        margin:10px 0px;
    }
img.side-vetor-1, img.side-vetor-2, img.side-vetor-3, img.side-vetor-4 {
    width: 120px;
}

    .index_hero_gif video {
        width: 100%;
        height:800px;
        object-fit:cover;
    }
.contect-page-first-column-col-2-inner-inpiut {
    padding-top: 50px;
}
.comtact-page-first-column-col-2 form button.contact-submit-btn {
    background: #FF671F;
    color: #ffffff;
    padding: 10px 18px;
    font-size: 20px;
    font-family: "Salsa", cursive;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.5s ease all;
    border: 1px solid transparent;
    cursor: pointer;
    border: 1px solid #FF671F;
    border-radius:4px;
}
    .comtact-page-first-column-col-2 form button.contact-submit-btn:hover {
        background: #ffffff;
        color: #FF671F;
    }
    .text-danger{
    color:red;
}
img.gns-side-border {
    position: fixed;
    top: 0;
    z-index: 111;
    width: 25px;
    height: 100%;
    object-fit: cover;
    opacity:0.6;
}
    img.gns-side-border.right{
        transform:rotate(180deg);
        right:0;
    }
img.app-scanner {
    width: 140px;
}
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background:transparent; /* Track background */
}

body::-webkit-scrollbar-thumb {
    background-color: #FFCB04; /* Scroll thumb */
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

    /* Optional: Hover effect */
    body::-webkit-scrollbar-thumb:hover {
        background-color: #FFCB04;
        border: 2px solid #f0f0f0;
    }

.GNS-add-section {
    background-color: #ffffff;
}



.GNS-add-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    justify-items: center;
    align-items: center;
}
.GNS-add-box:hover{
    transform:scale(1.2);
}

.GNS-add-box {
    text-align: center;
    transition: 0.3s ease all;
    padding:20px;
}

    .GNS-add-box img {
        height: 60px;
        object-fit: cover;
        padding: 10px;
    }

    .GNS-add-box p {
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #FF671F;
        font-size: 16px;
    }
.GNS-add-grid .GNS-add-box span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #000000;
}
section.add-new-about {
    padding: 60px 0px;
    background: #FFFCFA;
}
.new-about-col-2 .about_us_inner_content h3 {
    text-align: left;
}
.new-about-column {
    display: flex;
    gap:50px;
 align-items:center;
/* max-width:80%;
 margin:0 auto;*/
}
.about_us_inner_content h2.add-new-heading {
    font-size: 40px;
    color: #303030;
    font-weight: 700;
    line-height: 100%;
    margin: 20px 0px;
    font-family: 'test-domaine';
}
.heading-white{
    color:#ffffff !important;
}
.new-about-col-1 {
    width: 50%;
    text-align: center;
}
.new-about-col-2 {
    width: 50%;
}
.new-about-col-1 img{
    width: 70%;
}
.new-about-col-2 .about_us_inner_content  {
    text-align: left;
}
    .new-about-col-2 .about_us_inner_content p {
        text-align: left;
        font-size: 18px;
    }
.new-about-col-2 a.btn-2 {
    margin-top: 20px !important;
    display: inline-block;
    text-align: center;
}
section.our-specialties-new {
    padding: 80px 0px;
    position: relative;
    background-color: #ff671f8a;
}
.our-specialities-new-column {
    display: flex;
    gap: 40px;
}
.our-specialities-new-column-col-1 {
    width: 25%;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 2px #ffffff;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    height: 400px;
}
    .our-specialities-new-column-col-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        display: table;
    }
.new-menu-position {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
}
    .new-menu-position h3 {
        color: #ffffff;
        font-size: 24px;
        font-family: 'test-domaine';
    }
    .new-menu-position a.btn-2 {
        display: inline-block;
        margin-top: 20px;
    }
img.side-vetor-1 {
    position: absolute;
    top: 0;
    right: 0;
}
img.side-vetor-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(90deg);+
}
img.side-vetor-3 {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg);
}

img.side-vetor-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}
/*
BACKTOTOP
*/

#backToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
    font-size: 24px;
    background-color: #FF671F;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    #backToTopBtn.show {
        opacity: 1;
        visibility: visible;
    }




.our-presence-new-column {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    align-items: self-start;
}

















section.gns-timeline-new {
    background-color: #FFB28E;
    padding: 60px 0;
    overflow: hidden;
}

.gns-new-timeline-container {
    padding: 220px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.gns-new-timeline-content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 6);
    line-height: 1.2em;
    transition: max-height 0.3s ease;
    cursor: default;
}

    .gns-new-timeline-content p.expanded {
        -webkit-line-clamp: unset;
        max-height: none;
    }

.see-more {
    color: #303030;
    cursor: pointer;
    user-select: none;
    display: none; /* Hide by default */
    margin-top: 4px;
    font-weight: normal;
    font-size:14px;
}
.gns-new-timeline-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.gns-new-timeline-line {
    transition: width 2s ease, height 2s ease;
    width: 0%;
    height: 4px !important;
    background-color: #BE1A8D;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.gns-new-timeline-wrapper.active .gns-new-timeline-line {
    width: 100%;
}

.gns-new-timeline-item {
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
    z-index: 2;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-in-out;
}

    .gns-new-timeline-item.animate {
        opacity: 1;
        transform: translateY(0);
    }

.gns-new-timeline-icon img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gns-new-timeline-item:nth-child(odd) .gns-new-timeline-content::after {
    content: "";
    display: block;
    width: 3px;
    height: 80px;
    background-color: #BE1A8D;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
}

.gns-new-timeline-item:nth-child(even) .gns-new-timeline-content::after {
    content: "";
    display: block;
    width: 3px;
    height: 80px;
    background-color: #BE1A8D;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    top: -110px;
    transform: translateX(-50%);
    border-radius: 6px;
}

.gns-new-timeline-year {
    margin-top: 10px;
    font-weight: bold;
    font-size:20px;
    color: #e65100;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: 'test-domaine';
}

.gns-new-timeline-content {
    max-width: 100%;
    margin: 20px auto 0;
    color: white;
    font-size: 16px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    font-family: "Salsa", cursive;
}

.gns-new-timeline-item:nth-child(odd) .gns-new-timeline-content {
    position: absolute;
    bottom: 150px;
}

.gns-new-timeline-item:nth-child(even) .gns-new-timeline-content {
    position: absolute;
    top: 150px;
}

.gns-new-timeline-item:nth-child(odd) .gns-new-timeline-year {
    transform: translateY(60px);
}

.gns-new-timeline-item:nth-child(even) .gns-new-timeline-year {
    transform: translateY(-60px);
}


.gns-new-timeline-item.animate .gns-new-timeline-content {
    opacity: 1;
    transform: translateY(0);
}
.our-specialities-new-column-col-1 {
    overflow: hidden; /* Prevents overflow when image scales */
    cursor: pointer;
    border: 4px solid #ffffff;
}

    .our-specialities-new-column-col-1 img {
        transition: transform 0.4s ease;
    }

    .our-specialities-new-column-col-1:hover img {
        transform: scale(1.05); /* Slight zoom */
    }


/* Mobile */
@media (max-width: 992px) {
    .gns-new-timeline-item {
        width: 100%;
        float: none;
        margin-bottom: 80px;
    }

    .gns-new-timeline-line {
        top: 0;
        left: 30px;
        width: 4px !important;
        height: 0%;
    }

        .gns-new-timeline-line.mobile-animate {
            height: 0;
            transition: height 2s ease-in-out;
        }

            .gns-new-timeline-line.mobile-animate.expand {
                height: 100%;
            }

    .gns-new-timeline-icon {
        position: absolute;
        left: 10px;
        top: 0;
    }

    .gns-new-timeline-item:nth-child(odd) .gns-new-timeline-content,
    .gns-new-timeline-item:nth-child(even) .gns-new-timeline-content {
        position: relative;
        top: auto;
        bottom: auto;
        margin: 20px 0 0 60px;
        text-align: left;
    }

    .gns-new-timeline-year {
        text-align: left;
        margin-left: 60px;
    }

    .gns-new-timeline-container {
        padding: 0px 20px;
    }
    .gns-new-timeline-wrapper {
        padding-bottom: 0;
    }

    .gns-new-timeline-icon img {
        transform: translate(-10%);
    }

    .gns-new-timeline-item:nth-child(odd) .gns-new-timeline-year {
        transform: translateY(-10px);
    }

    .gns-new-timeline-item:nth-child(even) .gns-new-timeline-year {
        transform: translateY(-10px);
    }

    .gns-new-timeline-item:nth-child(even) .gns-new-timeline-content::after, .gns-new-timeline-item:nth-child(odd) .gns-new-timeline-content::after {
        display: none;
    }

    .gns-new-timeline-icon img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate( -20%);
    }
}
.gns-outlet-detail-col-2-inner-div-1 h3 {
    font-size: 35px;
    font-family: 'Brasika_Display';
}
.gns-outlet-detail-col-2-inner-div-1 p {
    font-size: 20px;
    font-family: 'Gill_Sans';
}
.gns-outlet-detail-col-1 img {
    width: 250px;
    height: 300px;
    object-fit: cover;
    border: 10px solid #d9d9d9;
    border-radius: 10px;
}
section.index_hero.outlet-detail .index_hero_gif img {
    height: 700px;
}
.gns-outlet-detail-col-2 .gns-outlet-detail-col-2-inner-div-1 a.btn-2 {
    display: inline-block;
}

/*TESTIMONIOL*/

.gns-testimonial-container {
    border-radius: 5px;
    width: 80%;
    padding-top: 60px;
    overflow: hidden;
    height: fit-content;
    font-size: 50px;
    position: relative;
    padding-bottom: 50px;
    font-family: sans-serif;
}

.gns-testimonial-slide {
    width: auto;
    height: fit-content;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    font-family: Nunito;
    background-color: white;
}

    .gns-testimonial-slide .gns-testimonial-img-holder {
        background-color: #FF671F;
        display: flex;
        width: 100%;
        padding: 40px;
        border-bottom-left-radius: 40px;
    }

.gns-testimonial-content-holder::before {
    background-color: #FF671F;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0px;
}

.gns-testimonial-content-holder {
    position: relative;
    padding: 20px;
    background-color: white;
    border-top-right-radius: 40px;
    min-height: 200px;
    background: linear-gradient(to bottom, #ffffff, #ebebeb);
}

.gns-testimonial-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid #FF671F;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff671f;
}

.gns-testimonial-pagination-bullet-active {
    background-color: #FF671F;
}

.gns-testimonial-button {
    border: 1px solid white;
}

.gns-testimonial-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid #FF671F;
    outline: 2px solid white;
}

.gns-testimonial-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}

.gns-testimonial-slide p {
    font-size: 0.9rem;
    padding: 5px;
}



@media (max-width:638px) {
    .gns-testimonial-container {
        width: 100%;
    }
}

@media (max-width:500px) {
    .gns-testimonial-container {
        width: 70vw;
    }
}

@media (max-width:300px) {
    .gns-testimonial-container {
        width: 100%;
    }

    .gns-testimonial-slide {
        border-radius: 0px;
    }

    .gns-testimonial-container .gns-testimonial-img-holder {
        border-radius: 0px;
    }

    .gns-testimonial-content-holder {
        border-radius: 0px;
    }
}



