:root{
    --primary-color: #E58A01;
    --secondary-color: #015986;
    --black: #000000;
    --text-color: #787878;
    --subheading-color: #8B8B8B;
    --font-family-heading: "Urbanist", sans-serif;
    --font-family-body: "Plus Jakarta Sans", sans-serif;
    --bg-white-img:url(../assets/img/locations/location.webp);
    --padding-top:100px;
}
.modal{
    --bs-modal-width: 700px !important;
}
.pt-8{
    padding-top: var(--padding-top);
}
.subheding {
    color: var(--subheading-color);
}
.highlight-2{
    color: var(--primary-color);
}
body {
    font-family:  var(--font-family-body);
    background: url(../img/BG.webp);
    background-repeat: repeat;
    background-size: cover;
}
main {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family-heading);
}
p, span, button, select{
    font-family:  var(--font-family-body);
    color: var(--subheading-color);
}
a{
    font-family:  var(--font-family-body);
    text-decoration: none !important;
}

ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    margin: 0;
}
section{
    padding: 50px 0;
}
a{
    color: var(--secondary-color);
}
a:hover{
    color: var(--primary-color);
}
.common-btn{
    padding: 10px 40px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--bs-white);
    transition: 0.3s ease-in-out;
    margin-top: 30px;
    border-radius: 6px;
    display: inline-block;
    font-family: var(--font-family-body);
}
.common-btn:hover{
    background: var(--bs-white);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

/* Video-Banner-css-START */
.video-desktop {
    display: block;
}
.video-mobile {
    display: none;
} 

@media only screen and (max-width: 991px) {
    .video-desktop {
        display: none;
    }
    .video-mobile {
        display: block;
    }
}
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    width: 100%;
}
.homebanner-img img{
    width:100%;
    border-radius: 8px;
}
.container_mouse {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff; /* override var(--color) if not defined */
    cursor: pointer;
    z-index: 10;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.container_mouse .mouse-btn {
    margin: 10px auto;
    width: 40px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 30px;
    display: flex;
}

.container_mouse .mouse-btn .mouse-scroll {
    display: block;
    width: 20px;
    height: 20px;
    background: linear-gradient(170deg, rgba(122, 122, 124, 0.918), rgb(123, 124, 124));
    border-radius: 50%;
    margin: auto;
    animation: scrolling 1s linear infinite;
}

@keyframes scrolling {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(20px);
    }
}
/* Video-css-END */
/* Contact Form css  */
.modal-dialog{
    top: 15%;
}
.modal-lg, .modal-xl{
    --bs-modal-width: 600px !important;
}
.modal-body{
    padding:0 !important;
}
.innerwrapp img{
    border-radius: 10px 0 0 10px;
}
.form-control{
    height: 50px;
}
textarea.form-control{
    height: 120px;
}
.modal-content{
    background: #ededef !important;
}

.modal-header{
    border: none !important;
    padding: 0 !important;
}
.btn-close{
    z-index: 1;
    position: absolute !important;
    right: 0;
    color: #fff;
    opacity: 1 !important;
    fill: #fff !important;
   
    background-color: var(--primary-color)!important;
}
/* Top-Bar-Marquee  */
.top-sticky-marquee{
    padding: 10px 0;
    background: #015986;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background: #035d7c;
    color: #fff;
    padding: 10px 0;
}

.marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.marquee-item {
    display: inline-block;
    margin-right: 30px; /* space between repeats */
    font-size: 16px;
}

.marquee-item img {
    vertical-align: middle;
    margin-right: 30px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Navigation css START  */
/* Full-width mega menu */
.navbar-toggler{
    border: none !important;
}
.navbar-toggler-icon{
    background-image: url(../img/toggle-svg.svg) !important;
}
.dropdown-menu.mega-menu.megaMenuShort{
    width: 50% !important;
}
.navigation-main.sticky-nav {
  position: fixed;
  top: 0;
  left: 10%;
  right: 10%;
  transition: 0.5s ease-in;
  margin-top: 20px !important;
  z-index: 999;
}
@media (min-width: 1920px) and (max-width: 2400px) {
.navigation-main.sticky-nav {
    left: 16%;
    right: 16%;
}
}
.nav-link{
    color: #0000008F !important;
    font-weight: 500 !important;
    line-height: 103px;
    padding:30px 15px !important;
}
.nav-link:focus, .nav-link:hover{
    color: var(--primary-color) !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--primary-color)  !important;
}
.dropdown-item:hover .menu-icon svg,
.dropdown-item.active .menu-icon svg {
  color: #E58A01;
}

.navbar{
    position: unset !important;
}
header {
  position: relative;
  z-index: 100;
}
.otherpages header{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
}
.otherpages .navigation-main{
    margin-top: 20px;
}
.mega-dropdown {
  position: unset !important; /* Ensure it doesn't restrict the dropdown */
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 80vw;
  border-radius: 0;
  z-index: 999;
  display: none;
}
.menu-text i{
    font-size: 16px;
    transform: rotate(319deg);
    color: #444;
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
}

.dropdown-item:focus i,.dropdown-item:hover i{
    transform: rotate(360deg);
    color: var(--primary-color);
    padding-left: 10px;
}
.dropdown-item:focus i,.dropdown-item:hover h3{
   color: var(--primary-color);
}
.dropdown-item:focus,.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #fff;
    border: 3px solid#fff !important;
     color: var(--primary-color);
}
.home-logo{
    position: relative;
    z-index: 1;
}
.dropdown-item {
    border: 3px solid#ffffff00 !important;
}


.mega-menu .dropdown-item.active{
    color: var(--primary-color) !important;
    background-color: #ffffff !important;
    border-radius: 16px !important;
}

.dropdown-menu.mega-menu{
    top: 160px !important;
    border: none !important;
    border-radius: 16px;

    width: 100% !important;
    margin: auto;
}

.navigation-main {
    margin-top:0px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    position: relative;
    
}
.mega-menu .row .col-md-4{
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.home-logo img{
    width: 100px;
    padding: 10px;
}
.mega-menu-box{
    width: 100%;
    margin-bottom: 0px;
    align-items: center;
}
.menu-icon{
    width: 20%;
 
}
.menu-icon svg{
    width: 100%;
    color: var(--secondary-color);
}
.menu-text{
    width: 80%;
    text-wrap: auto;
    padding-left: 20px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#f5f5f5 !important ;
    color: var(--primary-color) !important;
}

.navbar-brand.animate-logo {
    position: relative; 
    left: 50%;
    transform: translateX(-50%);
    transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform, left;
}
.navbar-brand.animate-logo.move-left {
    left: 20px;
    transform: translateX(0);
}
.menu-heading a:hover{
    color: var(--primary-color);

}

.menu-heading a{
    font-size: 18px;
    color:var(--secondary-color);
    font-weight:600;
    transition: 0.3s ease-in-out;
}
.menu-heading a:hover i{
   transform: rotate(0deg); 
}
.menu-heading i{
    transform: rotate(320deg);
    padding-left: 3px;
    transition: 0.3s ease-in-out;
}
.sticky-nav .navbar-brand.animate-logo{
    left: 20px;
    transform: translateX(0);
}
.sticky-nav .navbar-nav{
    opacity: 1;
    transform: translateY(0);
}
.sticky-nav .tmhome{
    opacity: 1;
    left: 0;
}
.tmhome {
    opacity: 0;
    left: 50px;
    position: relative;
    transition: all 0.6s ease-out 1.7s; 
}
.tmhome.visible {
  opacity: 1;
    left: 0;
}

.navbar-nav {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    justify-content: center;
    margin-top: -15px;
    transition: all 0.5s ease-out 2.3s;
}

.navbar-nav.visible {
    opacity: 1;
    margin-top: 0;
}
/* Akshata */

/* Akshata */
/* Sticky right Menu  */
.menu-toggle-home{
    text-align: center;
}
.mth_dt{
    background: transparent;
    border: none;
    outline: none;
}
.mth_dm {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background:#171313e0;
  backdrop-filter:blur(8px);
  z-index: 9999;
  /* transform: scaleY(0); */
  transform-origin: top;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  padding: 60px 20px 20px;
}

/* Active state: visible and open */
.menu-content {
    /* padding-top: 65px; */
    padding-left: 30px;
}
.mth_dm.open {
  /* transform: scaleY(1); */
  top: 0%;
  visibility: visible;
  pointer-events: auto;
}

/* Overlay */
.mth_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.mth_overlay.active {
  display: block;
}

/* Close button */
.mth_close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  cursor: pointer;
  z-index: 10000;
  color: #e58a01;
}
.mth_dropdown{
    padding: 10px;
}

.mth_dm::-webkit-scrollbar {
    width: 5px
}

.mth_dm::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 5px
}

.mth_dm::-webkit-scrollbar-thumb {
    background: #00386f;
    border-radius: 5px
}

.mth_dm::-webkit-scrollbar-thumb:hover {
    background: #00386f
}

.mth_dm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.mth_dm ul li {
    margin: 20px 0;
    width: 100%;
    text-align: left
}

.mth_dm ul li a {
    text-decoration: none;
    color: #ffffffde;
    font-size: 3.5rem;
    font-weight: 600;
    display: block;
    padding: 1.2rem !important;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.mth_dm ul li a:hover {
    color:var(--primary-color);
    padding-left: 15px !important;
}

/* banner-second -video  */
.banner-text{
    padding: 50px 0 100px 0;
}
.bannervideoleft video{
    border-radius: 10px;
    height: 487px;
    object-fit: cover;
}
.pb-120{
    padding-bottom: 120px !important;
}
.bannerrighttext{
    padding-bottom: 0px;
    padding-left: 50px;
}
.bannerrighttext span{
    font-weight: 500;
    color: var(--primary-color);
}
.bannerrighttext h2{
    color: var(--bs-black);
    font-weight: 600;
    line-height: 40px;
}
.bannerrighttext p{
    color: var(--text-color);
    margin-bottom: 0;
    line-height: 30px;
}
.banner-text {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner-text::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -96px;
  bottom: -108px;
  z-index: 0;
  content: url(../img/ellipse-banner.svg);
  /* Initial state */
  transform: translateX(-100px);
  opacity: 0;
  /* Animation */
  animation: slideRight 1.2s ease-out 0.2s forwards;
}

/* Slide Right Keyframes */
@keyframes slideRight {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Counter css  */
.counter-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 100%);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10.300000190734863px);
    padding: 28px 28px 50px 28px;
    position: relative;
    border-radius: 23px;
}
.counter-img {
    position: absolute;
    right: 0;
    top: 55px;
    width: 40%;
}
.counter-box h3{
    font-size: 20px;
    color:#434343;
    margin-bottom: 15px;
    font-weight: 500;
}
.counter-box h2{
    font-size: 35px;
    font-weight: 700;
    color: #434343;

}
.counter-home{
    padding: 0 0 100px 0;
    margin-top: -30px;
    position: relative;
}
.section-heading{
    text-align: center;
}
.section-heading span{
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: inline-block;
}
.section-heading h2{
    font-size: 36px;
    font-weight: 600;
    color: #000000;
}
.section-heading p{
    color: #8B8B8B;
    width: 65%;
    margin: auto;
}

/* cuisine css */
.cuision-swiper {
  width: 100%;
  overflow: hidden;
}

.cuision-swiper .swiper-wrapper {
  display: flex;
}

.cuision-swiper .swiper-slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cuision-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.cuision-swiper{
   padding: 50px 0 100px 0 !important;
   position: relative;
}
.cuision-swiper .swiper-slide {
  transform: scale(0.8) !important;
  transition: transform 0.3s ease;
}
.cuision-swiper .swiper-slide-active {
  transform: scale(1)  !important;
}

.cuision-swiper .swiper-slide img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.cuisine-box{
    position: relative;
}
.cuisine-box:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: '';
    border-radius:10px;
}
.cuisine-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: auto;
    color: #fff;
    background: #000;
    display: block;
    width: 100%;
    padding: 20px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.17) 0%, rgba(32, 32, 32, 0.61) 100%);
    border-radius: 0 0 10px 10px;
}

.swiper .custom-nav-buttons {
  position: absolute;
  bottom: 7px; /* adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 10;
}

.custom-nav-buttons .swiper-button-next,
.custom-nav-buttons .swiper-button-prev {
  position: static; /* reset default Swiper absolute positioning */
  width: 40px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color:#FFFFFF63;
  border: 1px solid#fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-nav-buttons .swiper-button-next:hover, 
.custom-nav-buttons .swiper-button-prev:hover{
    background: var(--primary-color);
    color: #fff;
}

.swiper-button-next:after{
    font-size: 16px !important;
    content: "\f054" !important;
    background: none ;
    font-family: 'Font Awesome 6 Free' !important;
}
.swiper-button-prev:after{
    font-size: 16px !important;
    content:"\f053" !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.cuision-swiper:before{
    background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #EBECED 71.59%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 2;
}
.cuision-swiper::after{
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #EBECED 71.59%);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 2;
}
/* home-logos css */
.home-logos{
    background: url(../img/logo-vector.svg) no-repeat center;
    background-size: cover;

}
.home-logo-img{
    display: flex;
    flex-wrap: nowrap;
}
.home-logo_img{
    width: 14.28%;
    padding: 10px 25px;
}
.client-logo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}


/* HOME-FIRST_CTA  */
.book-home-cta{
    background: url(../img/book-appointment.webp) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.book-cta-title{
    position: relative;
    z-index: 1;
}
.book-cta-title h3{
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}
.book-cta-title p{
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
}
.book-home-btn{
    position: relative;
    z-index: 1;
}
.book-home-btn .common-btn{
    margin-top: 0;
}

/* Global Taste Palette  */
.taste-palette .section-heading p{
    width: 100%;
}
.setion-btn{
    margin-top: 30px;
}
.setion-btn img{
    padding-right: 10px;
}
.setion-btn a{
    display: inline-block;
    background: #fff    ;
    border: 1px solid#fff;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    padding: 15px 25px 15px 16px;
    margin-left: 15px;
    color: var(--primary-color);

}
.setion-btn a:hover{
    background: #ffebce;
    color: var(--primary-color);
}
.center-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.center-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.center-info p {
    font-size: 14px;
    opacity: 0.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* Circluar slider css  */


/* Catring-css */
.catering-box {
    position: relative;
}
.catering-box img{
    border-radius: 10px;
    width: 100%;
}
.catering-title {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    background: #00000096;
    padding: 15px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    width: 100%;
}
.catering-title h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
/* Home CTA 2  */
.home-cta-2{
    background: url(../img/cta-bg.webp) no-repeat center;
    padding: 80px 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.cta-img-position{
    position: relative;
    display: flex;
}
.cta-img-1 {
    position: absolute;
    left: 60px;
    top: 30px;
}
.cta-img-2 {
    position: absolute;
    RIGHT: 60px;
    top: -80px;
}
.cta-title-2 a{
    margin-top: 20px;
}
.cta-title-2 h3{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}
.cta-title-2 p{
    font-size: 18px;
    color: #fff;
}
/* Home Testimonial  */
.testimonial-tooltip {
    background: url(../img/testimonial-vector.svg) no-repeat center;
    background-size: cover;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 50px;
}

.testimonial-user1,
.testimonial-user2,
.testimonial-user3,
.testimonial-user4 {
    width: 50%;
    position: relative; /* Ensure tooltips position correctly */
}

.testimonial-user1 img,
.testimonial-user2 img,
.testimonial-user3 img,
.testimonial-user4 img {
    width: 75px;
    height: auto;
    cursor: pointer;
}

/* Common style for all testimonial texts */
.testimonial-tooltip > div div[class*="testimonial-text"] {
    display: none;
    position: absolute;
    bottom: 51px;
    left: 94%;
    transform: translateX(-50%);
    background: #ffffffba;
    color: #333333B5;
    padding: 10px;
    border-radius: 5px;
    width: 500px;
    text-align: center;
    z-index: 10;
    border: 1px solid #fff;
    font-size: 14px;
}

.testimonial-tooltip > div div[class*="testimonial-text"]::after {
    content: '';
    position: absolute;
    left: 8%;
    top: -16px;
    margin-left: -20px;
    border-width: 8px;
    border-style: solid;
    border-color: #FFFFFF57 transparent transparent transparent;
    transform: rotate(180deg);
}

/* Tooltip always visible for user1 */
.testimonial-user1 > .testimonial-text-user1 {
    display: block !important;
    padding: 20px;
    background: #FFFFFF57;
}

/* Tooltip visible on hover for other users */
.testimonial-user2:hover .testimonial-text-user2,
.testimonial-user3:hover .testimonial-text-user3,
.testimonial-user4:hover .testimonial-text-user4 {
    display: block;
    padding: 20px;
    background: #FFFFFF57;
}
/* Hide first tooltip when hovering any other user */
.testimonial-user2:hover ~ .testimonial-user1 > .testimonial-text-user1,
.testimonial-user3:hover ~ .testimonial-user1 > .testimonial-text-user1,
.testimonial-user4:hover ~ .testimonial-user1 > .testimonial-text-user1 {
    display: none !important;
}

/* Paragraph text style */
.testimonial-text-user1 p,
.testimonial-text-user2 p,
.testimonial-text-user3 p,
.testimonial-text-user4 p {
    font-size: 14px;
    line-height: 20px;
}

/* Testimonial-slider home  */
.home-testimonial{
    background: #FFFFFF47;
}
.testimonial-home-swiper{
    padding-bottom: 120px !important;
}
.testimonial-home-swiper .swiper-scrollbar {
    height: 4px !important;
    background: #FFFFFFD9;
    border-radius: 10px;
    margin-top: 20px;
    width: 50% !important;
    top: auto !important;
    bottom: 70px !important;
    left: calc(50% - 25%) !important;
}
.testimonial-home-swiper .swiper-scrollbar-drag {
    background: #E58A01;
    border-radius: 10px;
    width: 20% !important;
    height: 10px;
    margin-top: -3px;
}

.testimonial-text{
    background: #FFFFFF61;
    padding: 50px 50px 30px 50px;
    border-radius: 10px;
    border: 1px solid#fff;
    position: relative;
}
.testimonial-text::before{
    position: absolute;
    width: 150px;
    height: 150px;
    content: '';
    background: url(../img/union.svg) no-repeat;
    right: 0;
    bottom: 0;
}
.testimonial-text p{
    color: #8B8B8B;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 100px;
}
.testimonial-text h3{
    font-size: 24px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}
.testimonial-text span{
    color: #015986;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
}
/* Home Blogs css  */
.home-blog-main{
    background: #FFFFFF4D;
}
.blog-box {
    background: #FFFFFF30;
    border: 1px solid#fff;
    border-radius: 10px;
    height: 100%;
}
.blog-box img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.blog-des {
    padding: 20px;
}
.blog-des h3{
    font-size: 20px;
    color: #373737;
    font-weight: 700;
    line-height: 30px;
}
.blog-title p{
    color: #015986;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.blog-title {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow-blog{
    background: var(--primary-color);
    color: #fff !important;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
    font-size: 25px;
    transition: 0.3s ease-in-out;
}
.arrow-blog i{
        transition: 0.3s ease-in-out;
    transform: rotate(45deg);
}
.arrow-blog:hover i{
    transform: rotate(90deg);
}
.blog-btn{
    text-align: center;
}
.blog-btn a{
    background: #FFFFFF85;
    border: 1px solid#fff;
    padding: 10px 20px;
    color: var(--primary-color);
    font-size: 16px;
    border-radius: 6px;
    transition: 0.5s ease-in;
}
.blog-btn a:hover{
    background: var(--primary-color);
    color: #fff;
}
/* FAQs Css Home  */
.home-faq .accordion-button:not(.collapsed){
    background: transparent !important;
    box-shadow: none !important;
    padding-bottom: 0px !important;
    color: #000000CC;
    font-weight: 500;
}
.home-faq .accordion-button{
    color: #000000CC !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.home-faq .accordion-item{
    margin-bottom: 10px;
    background: #FFFFFF47 !important;
    border: 2px solid #fff;
    border-radius: 10px;
}
.home-faq .accordion-body{
    color: #8B8B8B !important;
    font-weight: 400 !important;
    font-family: var(--font-family-body);
    font-size: 16px !important;
    line-height: 27px;
    padding-right: 40px;
    padding-bottom: 25px;
    padding-top: 5px;   
}
.home-faq .accordion-item:not(:first-of-type){
    border-top: 2px solid #fff !important;
}
.home-faq .accordion-button:not(.collapsed)::after{
    background: none !important;
    content: '\f068' !important;
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    color: #000000CC;
}
.home-faq .accordion-button:not(.collapsed)::after{
    transform: unset !important;
}
.accordion-button:not(.collapsed){
    color: var(--primary-color)  !important;
}
.home-faq .accordion-button::after{
     content: "\2b" !important;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 700;
    color: #000000CC !important;
    transition: transform .3s, content .3s, color .3s;
    background-image: none !important;
}
.home-faq .accordion-button:focus{
    box-shadow: none !important;
}
.read-more-btn {
    outline: none !important;
    border: none;
    font-size: 18px;
    background: transparent;
    color: var(--primary-color);
    font-family: var(--font-family-heading) ;
    font-weight: 500;
}
.more-accordion {
    overflow: hidden;
    transition: max-height 0.4s ease;
    display: none;
}
.faq-home{
    position: relative;
}
.faq-home .container .row{
    position: relative;
    z-index: 2;
}
.faq-home:before{
    background: url(../img/soulchef-cousion.png) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 2;

}
.faq-heading p{
    font-size: 16px;
    color: #8B8B8B;
    font-weight: 400;
}

/* Footer Css  */
footer{
    background: #141414FA;
    padding: 100px 0 0 0;
    position: relative;
}
.footer-text{
    text-align: center;
}
.footer-text h2{
    color: #FFFFFF;
    font-size: 50px;
    line-height: 60px;
}
.footer-text span{
    color: #FFFFFF6B;
}
.footer-text p{
    color: #939393;
    line-height: 30px;
    font-weight: 400 !important;
}
/* Footer-Bottom  */
.footer-bottom{
    border-top: 1px solid#FFFFFF17;
    border-bottom: 1px solid#FFFFFF17;
    padding: 50px 0;
    margin-top: 50px;
}
.footerlimg img{
    width: 120px;
    margin-bottom: 20px;
}
.footer-contact-list ul{
    padding: 0;
    margin: 0;
    position: relative;
}
.footer-contact-list ul li{
    line-height: 20px;
    list-style: none;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-left: 40px;
    position: relative;
}
.footer-contact-list img{
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-contact-list ul li a{
    color: #FFFFFFAB;
    font-size: 16px;
    line-height: 24px;
}
.footer-social-icon ul{
    padding: 0;
    margin: 0;
      display: flex;
}
.footer-social-icon ul li{
    list-style: none;
    width: 40px;
    height: 40px;
    background: #fff;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    color: #191919;
    font-size: 25px;
}
.footer-social-icon ul li a{
 color: #191919;
}

.footer-links h2{
    color: #FFFFFF;
    font-size: 30px;
    position: relative;
}
.footer-links h2::before{
    position: absolute;
    content: '';
    width: 10%;
    height: 3px;
    bottom: -15px;
    left: 0;
    background: var(--primary-color);
}
.footer-links ul{
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer-links ul li{
    list-style: none;
    width: 50%;
    padding: 0;
    margin: 0;
    padding-bottom: 20px !important;
}
.footer-links ul li a{
    color: #FFFFFFAB;
    font-size: 16px;
}
.footer-copy-right{
    padding: 20px 0 70px 0;
    text-align: center;
}
.footer-copy-right p{
    color: #FFFFFFAB;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
 .footer-heartbeat-container {
    position: relative;
    height: 200px;
    background: #111;
  }

  .heartbeat-wrapper {
    position: absolute;
  }


.heartbeat-wrapper:nth-child(1) { top: 35px; left: 20%; }
.heartbeat-wrapper:nth-child(2) { top: 60px; right: 36%; }
.heartbeat-wrapper:nth-child(3) {top: 25%;left: 27%;}
.heartbeat-wrapper:nth-child(4) {top: 35%;left: 18%;}
.heartbeat-wrapper:nth-child(5) {top: 130px;right: 210px;}
.heartbeat-wrapper:nth-child(6) {top: 33%;right: 25%;}

.heartbeat-wrapper:nth-child(1) .heartbeat-svg { width: 25px; }
.heartbeat-wrapper:nth-child(2) .heartbeat-svg { width: 20px; }
.heartbeat-wrapper:nth-child(3) .heartbeat-svg { width: 20px; }
.heartbeat-wrapper:nth-child(4) .heartbeat-svg { width: 25px; }
.heartbeat-wrapper:nth-child(5) .heartbeat-svg { width: 30px; }
.heartbeat-wrapper:nth-child(6) .heartbeat-svg { width: 15px; }

.heartbeat-svg {

width: 20px;
  height: auto;
  transition: all 2s ease-in-out;
  animation: heartbeatBlur 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes heartbeatBlur {
  0% {
    transition: all 2s ease-in-out;
    transform: scale(1.1);
    filter: drop-shadow(0 0 4px #E58A01);
  }
  50% {
    transition: all 2s ease-in-out;
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px #E58A01);
  }
  100% {
    transform: scale(1.3);
    transition: all 2s ease-in-out;
    filter: drop-shadow(0 0 12px #E58A01);
  }
}
.more-accordion{
    display: none;
}

/* Blured Effect Css  */
.blured-effect-right{
    /* Ellipse 10 */
    position: absolute;
    width: 374px;
    height: 374px;
    right: 0;
    z-index: 2;
    border-radius: 50%;
    background: #A0BECC;
    filter: blur(165.289px);

}
.blured-effect-left{
    /* Ellipse 10 */
    position: absolute;
    width: 374px;
    height: 374px;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    background: #A0BECC;
    filter: blur(165.289px);

}


.location-banner .banner_title{
    position: relative;
    z-index: 2;
}
.location-banner .banner_title h1{
    text-shadow: none !important;
    font-weight: 600;
    color: #303030;
    font-size: 2rem !important;
}
.location section.banner{
     background-image: var(--bg-white-img) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 100px 0;
}
.location-banner {
  position: relative;
  z-index: 1;
}

.location-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Apply blur only to left half */
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(9.6px);
  pointer-events: none; /* So it doesn’t block interaction */
}
.location-content{
    overflow: hidden;
    padding: 50px 0 100px 0;
}
.catring-menu{
    overflow: hidden;
}
.location-c-right {
    position: relative;
    z-index: 1;
    width: 100%; /* make sure width is set */
    height: 100%; /* make sure height is set */
}

.location-c-right img{
    position: unset;
      border-radius: 16px;
}

.catring-menu{
    background: linear-gradient(180deg, rgba(13, 113, 164, 0.89) 22.02%, #0D71A4 110.03%);

}
.catring_svg svg{
    height: 200px;
}
.hovereffect circle{
    transition: all 0.3s ease-in-out;
}
.hovereffect circle:hover{
    fill: var(--secondary-color);
}
.catring-menu .setion-btn a{
    padding:10px 17px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.catring-menu .setion-btn a:hover{
    color: var(--bs-white);
    background-color: var(--primary-color) !important;
}
.border-dark{
    border-color:#6D6D6D !important;
}
.location-main {
    position: relative;
    isolation: isolate;
}

.stack-card {
    position: unset;
        border: 1px solid #6D6D6D;
}
.location-text img{
    border-radius: 16px;
}
.stack-card:nth-child(2) { 
    top:180px;
}
.stack-card:nth-child(3) { 
    top:200px; 
}
.stack-card:nth-child(4) { 
    top:220px; 
}
.stack-card:nth-child(5) {
     top:240px; 
    }
.stack-card:nth-child(6) {
     top:260px;
    }

.stack-card:nth-child(1) { --index: 1; }
.stack-card:nth-child(2) { --index: 2; }
.stack-card:nth-child(3) { --index: 3; }
.stack-card:nth-child(4) { --index: 4; }
.stack-card:nth-child(5) { --index: 5; }
.stack-card:nth-child(6) { --index: 6; }

@supports (animation-timeline: works) {
    @scroll-timeline cards-scroll {
        source: selector(body);
        scroll-offsets:
            selector(.location-main) start 1,
            selector(.location-main) start 0;
        start: selector(.location-main) start 1;
        end: selector(.location-main) start 0;
        time-range: 6s;
    }

    .stack-card {
        --index0: calc(var(--index) - 1);
        --reverse-index: calc(var(--numcards) - var(--index0));
        --reverse-index0: calc(var(--reverse-index) - 1);
    }

    .stack-card {
        animation: scaleCard linear forwards;
        animation-delay: calc(var(--index0) * 1s);
        animation-duration: calc(var(--reverse-index0) * 1s);
        animation-timeline: cards-scroll;
    }

    @keyframes scaleCard {
        to {
            transform: scale(calc(1.1 - (0.1 * var(--reverse-index))));
        }
    }
}


.testimonialmainbox {
    background: #FFFFFF61;
    padding: 50px 50px 30px 50px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.quote-img img{
    width:75px;
}
.testimonial-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stars-quote i{
    color: #fdd663;
}
.testimonial-client-title h3{
    color: var(--secondary-color);
    font-weight: 600;
    font-size: large;
}

.testimonial-masonry {
    column-count: 3;
    column-gap: 15px;
    position: relative;
}

@media (max-width: 992px) {
.testimonial-masonry {
    column-count: 2;
}
}

@media (max-width: 576px) {
.testimonial-masonry {
    column-count: 1;
}
}

.review-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    break-inside: avoid;
    background: #FFFFFF61;
    border: 1px solid#fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}
.review-item::before{
    position: absolute;
    width: 130px;
    height: 130px;
    opacity: 0.6;
    z-index: -1;
    content: '';
    background: url(../img/locations/thane/testimonial-bg-shape.svg) no-repeat;
    right: 0;
    bottom: 0;
}
.head-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.star-rating {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 1rem;
    color: #ffb400;
}
.testimonialmainin {
    position: relative;
}
.testimonialmainin::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    transition: opacity 0.3s ease;
}
.testimonialmainin.no-overlay::before {
    content: none;
}
.testimonialmainin .testimonial-btn{
    position: relative;
    z-index: 2;
    margin-top: -250px;
}
.testimonialmainin.no-overlay .testimonial-btn{
    margin-top: 0;
}
.head-tl h5{
   font-size: 24px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}
.head-tl p{
    color: #8B8B8B;
}
.testimonial-btn button{
    color: var(--primary-color);
    font-weight: 600;
    background: none;
    outline: none;
    font-size: 22px;
    border: unset;
    font-family: var(--font-family-heading);
    transition: all ease-in-out;
}
.testimonial-btn i{
    transform: rotate(314deg);
    padding-left: 5px;
    font-size: 18px;
      transition: all ease-in-out;
}
/* Hover Glow Effect */

.testimonial-btn button:hover i {
    transform: rotate(0deg);
    text-shadow: 0 0 6px var(--primary-color);
}
.testi-slider-inner video {
    border-radius: 20px;
}
.testimonial-video-swiper{
    padding-bottom: 80px !important;
}


/* Cusion-Page-css  */

.expertise-banner{
    height: 100vh;
    background-size: cover;
    background-image: url(../img/cusion/expert-banner.webp);
    position: relative;
    z-index: 2;
}
.expertise-banner::before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
    top: 0;
    bottom: 0;
    background:linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 30%) 44%, rgb(0 0 0 / 0%) 100%);
    content: '';
}
.main-nav {
    background: #FFFFFFDE;
    border-radius: 80px;
    padding: 30px !important;
    margin-top: 50px;
}
.testimonialVideoSingle video{
    border-radius: 16px;
    width: 100%;
}

/* contact us - Akshata */
.otherpages section.banner {
    background-image: var(--bg-image);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 100px 0;
}
.otherpages .banner .banner_title h1 {
    font-size: 3rem;
    font-weight: 600;
    text-shadow: 4px 4px 5px #000000c4;
}
.otherpages h2{
    font-weight: 600;
}
.contactdata p {
    color: var(--subheading-color);
}
.contactdata ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.contactdata ul li a,
.contactdata ul li p {
    color: #5C5C5C;
    font-weight: 600;
}
.contactdata ul li a:hover {
    color: #E58A01;
}
.form_wrapp {
    border: 1px solid #E4E4E4;
    background: #FFFFFF7D;
    backdrop-filter: blur(3px);
    border-radius: 8px;
}
.cravingdiv {
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--bg-color);
    background-image: var(--bg-image);
}
.btn.btn-block {
    width: 100%;
}
.btn-primary {
    background-color: #E58A01 !important;
    border-color: #E58A01 !important;
    color: var(--bs-white) !important;
    padding: 8px 20px !important;
}
.btn-primary:hover {
    background-color: #015986 !important;
    border-color: #015986 !important;
}
.form-control:focus {
    border-color: #E58A01 !important;
    outline: 0;
    box-shadow: none !important;
}
.benefitSection .left-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 23.2px;
}
.benefitSection .left-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    z-index: 0;
    transition: all .3s ease-in-out;
}
.benefitSection .left-image img.active {
    opacity: 1;
    z-index: 2;
    animation: shutterUp 0.8s ease forwards;
}
@keyframes shutterUp {
    0% {
        clip-path: inset(100% 0 0 0); /* Fully hidden from bottom */
    }
    100% {
        clip-path: inset(0 0 0 0); /* Fully visible */
    }
}
.benefitSection .accordion-button {
    padding: 0;
    border: none;
    background-color: transparent;
}
.benefitSection .accordion-item {
    border: 0;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px 15px;
    position: relative;
}
.benefitSection div#benefitacc {
    border: none;
    border-radius: 0;
}
.benefitSection .accordion-item:first-of-type, 
.benefitSection .accordion-item:last-of-type {
    border-radius: 0;
}
.benefitSection .accordion-item:first-of-type>.accordion-header .accordion-button, 
.benefitSection .accordion-item:last-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}
.benefitSection .accordion-body p:last-child {
    margin-bottom: 0;
}
.benefitSection .accordion-body {
    color: #BD9E80;
}
.benefitSection .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.benefitSection button:focus:not(:focus-visible){
    outline: none;
    box-shadow: none;
}
.benefitSection .accordion-item:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    width: 80%;
    background-color: #00000014;
}
.benefitSection .accordion-body {
    padding: 15px 0 0;
}
.benefitSection .accordion-item.activeacc {
    background-color: #FFFAF5;
    border-radius: 8px;
}
.benefitSection .accordion-item.activeacc .accordion-button {
    color: #E08C0E;
}
.benefitSection .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 23px;
}
.benefitSection .accordion-button::after {
    display: none;
}
.benefitSection .accordion-item:last-child::after {
    display: none;
}
.benefitSection .accordion-item:last-child{
    margin-bottom:0;
}
.hoverbox .hovertext {
    padding: 15px;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 55%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    transform: translate(0, calc(100% - 60px));
    transition: all .3s ease-in-out;
    z-index: 1;
}
.hoverbox {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.hoverbox:hover .hovertext {
    transform: translate(0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgb(24 24 24 / 58%) 65%, rgba(255, 255, 255, 0) 100%);
}
.hoverbox .hovertext p {
    opacity: 0;
    transition: all .3s ease-in-out;
}
.hoverbox:hover .hovertext p {
    opacity: 1;
}
.hoverbox .hoverimage img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}
.hoverbox:hover .hoverimage img {
    transform: scale(1);
}
.hoverbox:before {
     content: ''; 
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 30%) 44%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
}
.hoverbox h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 2px 4px 12px #000000;
}
.hoverbox p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    text-shadow: 2px 4px 12px #000000;
}
.experience .col-md-4,
.experience .col-md-6 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.types .typeitem,
.types .typeitem_wrapp {
    background-image: var(--bg-image);
    background-size: cover;
    background-position: left center;
    position: relative;
    padding: 0;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
}
.types .typeitem:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background:linear-gradient(180deg, rgb(255 255 255 / 55%) 57.93%, rgb(255 255 255 / 54%) 85.03%);
    z-index: 1;
}
.types .text_wrapper {
    z-index: 2;
    position: relative;
}

.types .typeitem_wrapp .text_wrapper h2, .types .typeitem_wrapp .text_wrapper p {
    text-shadow: 2px 3px 10px #000000;
}
.types .typeitem .img_wrapper img {
    position: static;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    z-index: 0;
}
.types .text_wrapper p {
    margin-bottom: 0;
    text-align: justify;
    color: #434343;
}
.types .typeitem_wrapp:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    z-index: 1;
}
.types .col-md-12 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
section{
    background: var(--sec-bg-color);
}
.client_logos .col-md-2 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.client_logos .client_item {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
}
.client_item {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.client_item img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
    background: #ffffff;
    padding: 15px;
}
.client_item:hover img {
    transform: scale(1);
}
.client_item:hover {
    box-shadow: 5px 6px 40px rgb(0 0 0 / 42%);
    transform: translate(-5px, -5px);
}
.common_tabs .accordion-item {
    border: none !important;
    border-radius: 0 !important;
}
.common_tabs .nav-tabs {
    border: none;
}
.common_tabs .nav-tabs .nav-link{
    border-radius: 10px;
    border: none !important;
    background-color: #ffffff;
    color: #000000;
}
.common_tabs .nav-link.active {
    border: none;
    background-color: #E58A00 !important;
    color: #ffffff !important;
}
.common_tabs .nav-tabs li.nav-item {
    margin: 0 10px;
}
.common_tabs .accordion-item {
    background-color: transparent;
}
/* About Us */
.highlight {
    color: #015986;
}
.catering_company .rightsvg {
    position: absolute;
    right: -30px;
    top: calc(-146px / 2 + 20px);
    z-index: 1;
}
.catering_company .img-wrapper {
    position: relative;
    z-index: 2;
}
.catering_company .img-wrapper .imgmiddle {
    z-index: 2;
    position: relative;
}
.catering_company .imgmiddle {
    border-radius: 67.92px 16.98px 67.92px 16.98px;
    border: 3px solid #ffffff;
    overflow: hidden;
}
.catering_company .leftsvg {
    position: absolute;
    bottom: 0;
    left: -25px;
    z-index: 1;
}
section.catering_company {
    position: relative;
}
section.catering_company .blured-effect-left.bottom {
    top: auto;
    bottom: 0;
}
section.catering_company {
    background: url('../img/aboutus/company_bg.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}
span.highlight_underline {
    color: var(--bs-black);
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
span.highlight_underline:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -50%;
    background-image: url('assets/img/aboutus/hightlight_border.svg');
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
}
.text-justify{
    text-align: justify;
}
.section-title{
    z-index: 2;
    position: relative;
}
.value_item {
    overflow: hidden;
    border: 3px solid #FFFFFF;
    border-radius: 8px;
    position: relative;
}
.value_item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.99%, rgba(0, 0, 0, 0.443265) 78.5%, #000000 111.69%);
    z-index: 1;
}
.value_item:hover img {
    transform: scale(1);
}
.value_item img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}
.value_item .text-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 1;
    padding: 0 20px 15px;
}
.value_item .text-wrapper p {
    color: rgba(255,255,255,.83);
}
.values .col-md-4 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
/* timeline */
.timeline {
/*    padding: 50px;*/
    position: relative;
}
.timeline ul {
    padding: 0;
}
.timeline .default-line {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    background: linear-gradient(180deg, #6C6C6C 0%, #D2D2D2 100%);
    height: calc(100% - 20px);
    transform: translateX(-50%);
    margin: auto;
}
.timeline .draw-line {
    width: 2px;
    height: 0;
    position: absolute;
    left: 0;
    background: #FE9738;
    transform: translateX(-50%);
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
/*    height: 400px;*/
height: auto;
    background: transparent;
}
.timeline ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li.in-view::before {
    content: "";
    background-color: #FE9738;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
    background: #bdc3c7;
    transition: all 0.4s ease-in-out;
}
.right_sec ul {
    position: relative;
}
.timeline ul li ul li::before {
    left: 0;
    transform: translateX(calc(-50% - 1px));
}
.timeline ul li.in-view ul li::before {
    left: 0;
    transform: translateX(calc(-50% - 1px));
}
.timeline .right_sec ul li span {
    padding-left: 40px;
    opacity: .3;
    transition: all .4s ease-in-out;
    display: block;
}
.timeline .right_sec ul li.in-view span {
    opacity: 1;
    color: #262626;
}
.timeline ul li .left_sec {
    opacity: .3;
    transition: all .4s ease-in-out;
}
.timeline ul li.in-view .left_sec {
    opacity: 1;
}
.timeline_sec .left_sec .year p {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.timeline_sec .left_sec .title p {
    padding-right: 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.timeline ul li .left_sec .year, .timeline ul li .left_sec .title {
    padding-left: 40px;
}
/* dynamic gallery - masonry grid */
.masonry-gallery {
    columns: 2;
    column-gap: 1rem;
    padding: 20px;
}
.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}
.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.masonry-item img:hover {
    transform: scale(1.05);
}
.hidden-image {
    display: none;
}
/* dynamic gallery - masonry grid */
/* clients event */
.clients_events  .col-md-3 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
    text-align: center;
}
.clients_events .ce_item .textWrapper {
    margin-top: 15px;
}
.clients_events .ce_item .imgWrapper {
    overflow: hidden;
    transition: all .3s ease-in-out;
    border-radius: 15px;
}
.clients_events .ce_item .imgWrapper img {
    transition: all .3s ease-in-out;
    transform: rotate(10deg) scale(1.2);
}
.clients_events .ce_item:hover img {
    transform: rotate(0deg) scale(1);
}
.clients_events .ce_item h4 {
    font-size: 18px;
    text-transform: uppercase;
}
/* Catering Events */
.catering-events .col-md-6, .catering-events .col-md-12, .catering-events .col-md-4 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.catering-events .event_item {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    padding: 0 0 60px 0;
    position: relative;
}
.catering-events .event_item .textwrapp {
    padding: 0 15px 20px;
}
.catering-events .event_item h3 a {
    color: var(--secondary-color);
    transition: all .3s ease-in-out;
}
.catering-events .event_item:hover h3 a {
    color: var(--primary-color);
}
.catering-events .event_item .img-wrapp {
    overflow: hidden;
}
.catering-events .event_item .img-wrapp img {
    transition: all .3s ease-in-out;
    transform: scale(1.2);
}
.catering-events .event_item:hover .img-wrapp img {
    transform: scale(1);
}
.catering-events .event_item .btnWrapp {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.common_menu .setion-btn a {
    background: #ffffff;
   
    transition: all .3s ease-in-out;
}
.common_menu .setion-btn a img{
    transition: all .3s ease-in-out;
}
.common_menu .setion-btn a:hover {
    background: #f18827;
    color: #ffffff;
}
.common_menu .setion-btn a:hover img {
    filter: brightness(100);
}
/* cuisine */
section.cuisineType {
    height: auto;
    display: flex;
    justify-content: center;
    scroll-snap-align: center;
    transition: background 0.5s ease;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.cuisineType .rightImage1 {
    transition: all .9s ease-in-out;
    transition-delay:.5s;
}
.cuisineType .rightImage2 {
    transition: all .9s ease-in-out;
    transition-delay: .8s;
}
.cuisineType .rightImage3 {
    transition: all .9s ease-in-out;
    transition-delay: 1.1s;
}
.cuisineType .rightImage4 {
    transition: all .9s ease-in-out;
    transition-delay: 1.4s;
}
.cuisineType .rightImage {
    padding: calc(var(--bs-gutter-x) * 1);
    transform :translateY(150%);
    opacity: 0
}
.cuisineType .rightImage:nth-child(2) {
    margin-top: 50px;
}
.cuisineType .rightImage:nth-child(3) {
    margin-top: -50px;
}
.cuisineType .rightImage img {
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    transform: scale(1);
    transition: all .4s ease-in-out;
}
.cuisineType .rightImage:hover img {
    transform: scale(1.1);
}
.cuisineType .rightImage:hover img {
    box-shadow: 0 25px 40px rgba(0,0,0,0.4);
}
/*clients*/
.logowrap {
    background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

.logosticky {
    position: sticky;
    top: 25%;
    z-index: 2;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    transition: all .4s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}
.logowrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
main.clients  {
    overflow: unset !important;
}
@media (min-width: 993px) {
    .masonry-gallery {
        columns: 4 200px;
        column-gap: 1rem;
    }
}
@media (max-width: 1024px) {
  .common_tabs .tab-content>.tab-pane,
  .gallery_tabs .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
    .spacer {
        height: var(--spacer-height-50);
    }
    .timeline .default-line,
    .timeline .draw-line,
    .timeline ul li::before {
        left: 33.33%;
    }
    .timeline .right_sec ul li span {
        display: block;
    }
    .timeline ul li .left_sec .year, .timeline ul li .left_sec .title {
        padding-left: 0;
    }
}

.chat-overlay {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
}
.floating-chat {
  z-index: 999; /* on top of overlay */
}
.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 170px;
  height: 50px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50px;
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.floating-chat.enter:hover {
    background: #004962;
}
.floating-chat.enter {
  transform: translateY(0);
  /* opacity: 0.6; */
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.floating-chat.expand {
    width: 400px;
    max-height: 570px;
    height: 570px;
    border-radius: 8px;
    cursor: auto;
    opacity: 1;
}
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 8px;
  width: auto;
  height: auto;
}


button.floting-btn {
    position: absolute;
    top: -15px;
    right: -10px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: #fff;
}
.chat.enter .form_wrapp{
    border: unset  !important;
    background: transparent !important;
    backdrop-filter:unset !important;
}
.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}

.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
}
.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}

.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
}
.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}


.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
.capcha-label{
    font-size: 14px;
}
.four-zero-one-main{
    padding:180px 0;
}
.error-page-main h2{
    font-size: 150px;
}
.error-page-main h3{
    font-size: 55px;
    font-weight: 600;
    color:var(--primary-color);
}
.error-page-main p{
    font-size: 20px;
    color: #000;
}

.smooth-scroll-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.smooth-scroll .item {
    flex-shrink: 0;
    width: 200px;
    margin: 0 10px;
    text-align: center
}
.smooth-scroll {
	display: flex;
	animation: 10s linear infinite scroll
}

@keyframes scroll {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(-100%)
	}
}
.smooth-scroll_reverse {
	display: flex;
	animation: 10s linear infinite scroll-reverse;
}

@keyframes scroll-reverse {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.smooth-scroll_reverse .item {
    flex-shrink: 0;
    width: 200px;
    margin: 0 10px;
    text-align: center
}

.client-img {
    padding: 25px;
}

.dish-swiper{
    padding: 20px 0 40px 0 !important;
}