@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

ul {
    list-style: none;
    padding: 0px;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

ul li {
     font-family: "Inter", sans-serif;
    margin: 0px;
}

input,
span,
label,
button {
     font-family: "Inter", sans-serif;
}

a {
    text-decoration: none !important;
     font-family: "Inter", sans-serif;
}

p {
     font-family: "Inter", sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: "Inter", sans-serif;
    margin: 0px;
}

/* Styles
---------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
     font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
    padding: 0;
}

input:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}

/*********radio button**********/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e96328;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*********radio button**********/

@media (min-width: 992px) {
    .nav-item:hover .dropdown-menu {
        display: flex;
        transition: all 0.5s ease-in-out;
    }

    .nav-item:hover .dropdown-menu2 {
        display: block;
        left: -70px !important;
        width: 305px !important;
    }
}

/**********navbar**********/
.gototop {
    position: fixed;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 60px;
    border-radius: 50% 50% 0px 0px;
    color: #fff;
    background: #e96328;
    text-align: center;
    padding: 4px 0px 0px 0px;
    font-size: 22px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.gototop.active {
    bottom: -25px;
}

.gototop:hover {
    bottom: -10px;
    color: #fff;
}

.top-nav-adjustment {
    /* height: 60px; */
}

.navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    /* background: #1a1a1a; */
    background:#fefdf9;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-in-out;
    z-index: 3;
}

.navbar:after {
    content: '';
    /* position: absolute; */
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-image: url(../images/sketch-bottom-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    margin-bottom: -30px;
    transition: all 0.8s ease-in-out;
}

.navbar-brand {
    position: relative;
    width: 80px;
    transition: all 0.5s ease-in-out;
}

.navbar-brand img {
    /* position: absolute; */
    /* top: 90px; */
    /* left: 350px; */
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    z-index: 1;
    /* width: 404px; */
    /* min-width: 372px; */
}

.nav-item {
    padding: 0px;
}

.nav-item:last-child .nav-link {
    //padding-right: 0px!important;
}

.nav-link {
    font-size: 16px;
    padding: 25px 20px !important;
    /* color: #989898; */
    color:#000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.nav-link.nav-active,
.nav-link:hover {
    /* color: #e96328; */
    color:#0a7b1d;
}

.right_logo {
    width: 120px;
}

.right_logo img{
  padding: 15px 0 0 20px;
  position: relative;
  z-index: 9999;
}

.tel-btn {
    /* background: #e96328; */
    background:#0a7b1d;
    color: #fff;
    padding: 8px 25px !important;
    border-radius: 10px;
    margin: 16px 0px 0px 20px;
    z-index: 1;
    position: relative;
    transition: all .3s ease-in-out;
}

.tel-btn:hover {
    /* background: #ce5824; */
    background:#075814;
    color: #fff;
}

.navbar.scroll .navbar-brand img {
    top: 1px;
    left: 0px;
    width: auto;
    min-width: 0px;
}

/**navbar**/
/**floating button**/
.right-social {
    position: fixed;
    top: 30%;
    right: 0px;
    width: 35px;
    z-index: 2;
}

.right-social a {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 23px;
    color: #fff;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.3s ease-in-out;
}

.right-social a:hover {
    background: #e96328 !important;
}

/**/
.order-float {
    height: 50px;
    width: 150px;
    border-radius: 10px;
    /* background: #e96328; */
    background:#479e1d;
    color: #fff;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 2;
    font-size: 12px !important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.order-float:before,
.order-float:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 123, 29, 0.50);
    border-radius: 10px;
    z-index: -1;
}

.order-float:before {
    animation: ripple 1.5s linear infinite;
}

.order-float:after {
    animation: ripple 1.5s linear 0.50s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.order-float:hover:before,
.order-float:hover:after {
    animation: none;
}

.order-float:hover {
    color: #fff;
    animation: none;
}

/**banner**/
/* ===== Banner Section ===== */

#banner {
    width: 100%;
    height: 450px;
}

#banner .carousel-item {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Image 1 */
.banner1 {
    background-image: url('../images/banner-img_new.jpg');
}

/* Image 2 */
.banner2 {
    background-image: url('../images/banner-img_new1.jpg');
}

/* Content Centering */
#banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Text Styling */
#banner h5 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

#banner h4 {
    font-size: 50px;
    font-weight: 400;
    color: #1f881d;
    width: 80%;
    margin: auto;
}

#banner h4 span {
    display: block;
    font-size: 40px;
    color: #000;
}

/* ===== Mobile Responsive ===== */

@media (max-width: 768px) {

    #banner,
    #banner .carousel-item {
        height: 320px;
    }

    #banner h5 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    #banner h4 {
        font-size: 22px;
        width: 95%;
    }

    #banner h4 span {
        font-size: 18px;
    }
}

/**banner**/
.advertisement {
    border: 3px solid #e96328;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
    height: 216px;
}

.advertisement img {
    transition: all 0.3s ease-in-out;
}

.advertisement[href]:hover {
    border-color: #fff;
}

.advertisement[href]:hover img {
    transform: scale(1.2);
}

.swiper-container2 {
    width: 100%;
    overflow-x: hidden;
}

.swiper-container2 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-container2 .swiper-pagination-bullet-active {
    background: #e96328;
}

/**hm-category**/




/* ============================================
   WOW IDLY – CATEGORY SECTION
   Swiggy / Zomato Premium Style
============================================ */

#hm-category {
    padding: 20px 0px 10px 0px;
    background: #fefdf8;
    width: 100%;
    position: relative;

    background-image: url(../images/category-bg_new.png);
    background-repeat: no-repeat;
    background-position: right -520px top -115px;
}

/* TOP SKETCH */
#hm-category:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0px;
    left: 0px;
    /* background-image: url(../images/sketch-top-grey.png); */
    background-size: cover;
    padding-bottom: 70px;
    width: 100%;
    z-index: 1;
}

/* BOTTOM SKETCH */
#hm-category:after {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    /* background-image: url(../images/sketch-bottom-grey.png); */
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: -30px;
    z-index: 1;
}

/* SECTION TITLE */
#hm-category .sec-tlt {
    font-size: 38px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 30px 0px 20px 0px;
    text-align: center;
}

/* ============================================
   PREMIUM FOOD CARD
============================================ */

/* ============================================
   PREMIUM FOOD CARD – FIXED HOVER LAYER
============================================ */

.hm-cat-bx {
    width: 100%;
    margin: 30px 0 0;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    text-align: left;

    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

/* IMAGE WRAPPER (IMPORTANT FIX) */
.hm-cat-bx .img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

/* RECTANGULAR IMAGE */
.hm-cat-bx .hover-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

/* CONTENT AREA */
.hm-cat-cnct {
    padding: 18px;
    background: #ffffff;
    position: relative;
    z-index: 2;   /* ensures text stays above */
}

/* TITLE */
.hm-cat-cnct h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0;
    line-height: 1.4;
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.hm-cat-bx:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Only image zooms inside wrapper */
.hm-cat-bx:hover .hover-img {
    transform: scale(1.08);
}

.hm-cat-bx:hover h2 {
    color: #0b6b2c;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .hm-cat-bx .hover-img {
        height: 210px;
    }
}

@media (max-width: 768px) {
    .hm-cat-bx .hover-img {
        height: 190px;
    }

    .hm-cat-cnct h2 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .hm-cat-bx {
        border-radius: 14px;
    }

    .hm-cat-bx .img-wrapper {
        border-radius: 14px 14px 0 0;
    }

    .hm-cat-bx .hover-img {
        height: 170px;
    }

    .hm-cat-cnct h2 {
        font-size: 15px;
    }
}










/* ===== Mission Vision Premium Section ===== */

.mv-section {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    position: relative;
}

.mv-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.mv-title span {
    color: #f09007;
}

.mv-subtitle {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 10px auto 0;
}

/* Card Styling */
.mv-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mv-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(240, 144, 7, 0.07);
    border-radius: 50%;
    top: -40px;
    right: -40px;
    transition: 0.4s;
}

.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

.mv-card:hover::before {
    transform: scale(1.2);
}

/* Icon */
.mv-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f09007, #ffb347);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(240,144,7,0.4);
}

.mv-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2e7d32; /* your green theme */
}

.mv-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    .mv-title {
        font-size: 28px;
    }
    .mv-card {
        padding: 30px 25px;
    }
}


.cat-viewmore {
    display: block !important;
}

.actn-vwmr-btn {
    /* background: #e96328; */
    background: #0a7b1d;
    color: #fff;
    border-radius: 3px;
    padding: 15px 40px;
    margin: 60px 0px 0px 0px;
    z-index: 1;
    position: relative;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.actn-vwmr-btn:hover {
    background: #075a15;
}



/* ===== Premium About Section ===== */

.about-premium {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
}

/* Title */
.about-title {
    font-size: 38px;
    font-weight: 700;
    color: #222;
}

.about-title span {
    color: #f09007;
}

.about-subtitle {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
}

/* Heading */
.about-heading {
    font-size: 30px;
    font-weight: 600;
    color: #2e7d32; /* brand green */
    margin-bottom: 20px;
}

/* Paragraph */
.about-content p {
    font-size: 15.5px;
    color: #000;
    line-height: 1.9;
    margin-bottom: 15px;
}

/* Points */
.about-points .point {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
    transition: 0.3s ease;
}

.about-points .point i {
    color: #f09007;
    font-size: 18px;
    margin-right: 10px;
}

.about-points .point:hover {
    transform: translateX(5px);
    color: #000;
}

/* Image Styling */
.about-image {
    position: relative;
    text-align: center;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.1); */
    transition: 0.4s ease;
}

.about-image img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 991px) {
    .about-title {
        font-size: 30px;
    }
    .about-heading {
        font-size: 24px;
    }
}



/* ===== FOOD THEME ===== */
.food-gallery {
  padding: 60px 20px;
  background: #fff8f0;
}

.gallery-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}

.gallery-title span {
  color: #f09007;
}

/* Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Item Card */
.gallery-item {
  position: relative;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.gallery-item img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

/* Video Badge */
.video-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #f09007;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 14px;
}

/* ===== MODAL ===== */
.food-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 9999;
}

.food-modal-box {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.food-modal-box::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 6px;
  background: #f09007;
}

.food-modal-box img,
.food-modal-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.food-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color:#fff;
  background: #000;
  border-radius: 50%;
  padding: 6px 12px;
  z-index: 9999;   /* VERY IMPORTANT */
}






/**hm about**/
.hm-about {
    background: linear-gradient(0deg, #1a1a1a, #000, #1a1a1a);
    /* padding: 50px 0px 0px; */
    position: relative;
    /* background: #1a1a1a; */
    background:#fefdf9;
}
.abt-size {
    font-size: 38px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 30px 0px 20px 0px;
}

.about-subtitle{
    text-align: center;
    color: #000;
    /* margin-bottom: 50px; */
}


.hm-about1 {
    /* padding: 130px 0px 0px 0px; */
}

.hm-about1 span {
    font-size: 20px;
    font-weight: 600;
    /* color: #e96328; */
    color:#0a7b1d;
    letter-spacing: 1px;
}

.hm-about1 h2 {
    font-size: 38px;
    font-weight: 700;
    /* background: url(../images/text-bg.jpg) no-repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: #f09007;
    background-attachment: fixed;
    padding: 5px 0px 15px 0px;
    background-size: cover;
}

.hm-about1 p {
    color: rgba(0, 0, 0,);
    font-size: 17px;
}

.hm-about1 button {
    /* background: #e96328; */
    background: #0a7b1d;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-top: 60px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.hm-about1 button i {
    position: absolute;
    top: 35%;
    right: 15px;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.hm-about1 button:hover {
    background: #0a7b1d;
}

.hm-about1 button:hover i {
    top: 90%;
}

.hm-about2 {
    text-align: right;
}

.hm-about2 img {
    animation: abtimgmove 15s infinite;
}

@keyframes abtimgmove {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    20% {
        transform: translateY(-35px) translateX(-35px);
    }

    40% {
        transform: translateY(-15px) translateX(35px);
    }

    60% {
        transform: translateY(35px) translateX(15px);
    }

    80% {
        transform: translateY(-35px) translateX(-35px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

.mission {
    display: block !important;
}

.mission-bx {
    margin-top: 40px;
    padding: 35px 20px;
    border-radius: 20px;
    background: #fefdf9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.mission-bx img {
    margin-bottom: 20px;
    height:50px;
    width:50px;
}

.mission-bx h3 {
    font-size: 34px;
    font-weight: 500;
    color: #2d8d1d;
    padding-bottom: 20px;
}

.mission-bx p {
    color: #000;
    font-size: 15px;
}

.abt-tmbx {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #333;
    padding: 30px 20px;
    background: #000;
}

.abt-tmbx .img-bx {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid #e96328;
    padding: 3px;
}

.abt-tmbx .img-bx img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.abt-tmbx .tm-dtls {
    padding: 10px;
}

.abt-tmbx .tm-dtls h5 {
    color: #e96328;
    font-weight: 600;
}

.abt-tmbx .tm-dtls p {
    color: #fff;
    font-size: 14px;
}

.abt-tmbx .tm-dtls span {
    color: #fff;
    font-weight: 100;
}

/**/
.abt-tm .tlt {
    color: #e96328;
}

/**testimonial**/
.testimonial {
    padding: 70px 0px 100px 0px;
    background: #000;
    position: relative;
}

.testimonial:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    height: 0px;
    width: 100%;
    border-top: 1px dashed #e96328;
}

/*.testimonial:after {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/sketch-bottom-black.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    margin-bottom: -30px;
    z-index: 1;
}*/
.testimonial:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0px;
    left: 0px;
    background-image: url(../images/sketch-top-black.png);
    background-size: cover;
    padding-bottom: 70px;
    width: 100%;
    z-index: 1;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.testimonial h5 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 60px 0px;
}

.tstmnl-bx {
    background: #212121;
    border-radius: 10px;
    padding: 70px 30px;
    text-align: center;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.10);
}

.tstmnl-bx .la-quote-left {
    font-size: 40px;
    color: #e96328;
    position: absolute;
    top: 10px;
    left: 15px;
}

.tstmnl-bx .la-quote-right {
    font-size: 40px;
    color: #e96328;
    position: absolute;
    bottom: 10px;
    right: 15px;
    transform: rotate(180deg);
}

.tstmnl-bx p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    padding-bottom: 30px;
}

.tstmnl-bx .star .la-star {
    color: #e96328;
    font-size: 17px;
    margin: 0px 3px;
}

.tstmnl-bx h6 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-top: 25px;
}

.tstmnl-bx h6 hr {
    display: inline-block;
    width: 35px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0px 0px 9px 0px;
}

.swiper-container1 {
    padding-top: 15px;
}

.swiper-container1 .arrow {
    position: relative;
    width: 130px;
    height: 50px;
    margin: 30px auto 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-container1 .arrow .swiper-button-prev,
.swiper-container1 .arrow .swiper-button-next {
    width: 40%;
    height: 100%;
    border-radius: 10px;
    background: #212121;
    color: #e96328;
    font-size: 20px;
}

.review-bx {
    //background: #212121;
    //border: 2px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    margin: 70px 0px 0px;
}

.review-bx h4 {
    font-size: 20px;
    color: #fff;
    width: 50%;
    margin: auto;
    padding-bottom: 30px;
}

.review-bx a {
    display: inline-block;
    background: #e96328;
    color: #fff;
    font-size: 15px;
    padding: 8px 25px !important;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.review-bx a:hover {
    background: #ce5925;
}

/**gallery**/


.hm-glry-inr {
    background: rgba(71, 158, 29, 0.80);
    position: absolute;
    top: 5px;
    right: 20px;
    bottom: 35px;
    left: 20px;
    margin: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.hm-glry-inr span {
    font-size: 60px;
    color: #fff;
}



/**action**/
.action {
    padding: 50px 0px;
    background-image: url(../images/action-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.action-bx {
    padding: 20px 0px 30px;
}

.action-bx h3 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}
.action-bx .dish_category {
    font-size: 22px;
    font-weight: 800;
    color: black;
}

.action-bx .actn-cnct {
    width: 60%;
}

.action-bx span {
    display: block;
    color: #1a1a1a;
    font-size: 32px;
    margin-top: 20px;
}

.action-bx a {
  background: white;
    border: none;
    font-weight: 500;
    min-width: fit-content;
    padding: 13px 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #19841d;
    box-shadow: 0 0 50px 0px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin-bottom: 15px;
}

.action-bx a i {
    position: absolute;
    top: 45%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #e96328;
    transition: all 0.3s ease-in-out;
}

.action-bx a:hover i {
    right: -19px;
    color: #000;
}

#reserve-table {
    position: relative;
    background: url(../images/reserve-table-bg.jpg);
}

/**/
.modal-dialog {
    max-width: 750px;
}

.modal-content {
    background-color: #000;
    //border: 3px solid #555;
    border-radius: 20px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .90);
}

.modal .close {
    font-size: 35px;
    font-weight: 300;
    opacity: 1;
}

.modal-content input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/**/
.franchisee {
    padding: 50px 0px;
    background:linear-gradient(90deg, #19841d, #a2e3a4)
    /* background: linear-gradient(90deg, #d0490d, #ff8c59); */
}

.franchisee .action-bx {
    background: none;
    align-items: center;
}


/* ============================= */
/* MODERN FRANCHISE SECTION */
/* ============================= */

.franchise-modern {
  background: #f4f6f5;
  padding: 90px 20px;
}

/* .container {
  max-width: 1200px;
  margin: auto;
} */

/* Title */

.main-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 60px;
  color:#000;
}

.main-title span {
  color: #f09007;
}

/* Layout */

.franchise-layout {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  gap: 40px;
  align-items: start;
}

/* Columns */

.franchise-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Feature Box */

.feature-box {
  background: #fff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
}

/* Highlight Boxes */

.highlight {
  border-left: 5px solid #0b6b2c;
}

.highlight-yellow {
  border-left: 5px solid #f39c12;
}

.feature-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color:#000;
}

.feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.feature-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-box ul li {
  padding: 6px 0;
  position: relative;
  padding-left: 18px;
}

.feature-box ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #0b6b2c;
}

/* Image */

.franchise-image img {
  width: 100%;
  /* border-radius: 50%; */
  /* box-shadow: 0 15px 40px rgba(0,0,0,0.08); */
}

/* Responsive */

@media (max-width: 992px) {
  .franchise-layout {
    grid-template-columns: 1fr;
  }

  .franchise-image {
    order: -1;
    text-align: center;
  }

  .franchise-image img {
    width: 250px;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 26px;
  }

  .franchise-modern {
    padding: 60px 15px;
  }
}













/* ============================= */
/* FOUNDERS SECTION */
/* ============================= */

.founders-modern {
  background: linear-gradient(135deg, #ffffff 0%, #f4f6f5 55%, #fff8ec 100%);
  padding: 95px 20px 20px;
  position: relative;
  overflow: hidden;
}

.founders-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #0b6b2c, #f09007);
}

.founders-heading {
  max-width: 940px;
  margin: 0 auto 20px;
  text-align: center;
}

.founders-heading > span,
.founders-partnership span {
  display: inline-block;
  margin-bottom: 12px;
  color: #0b6b2c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.founders-heading .main-title {
  margin-bottom: 18px;
}

.founders-heading p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.founders-showcase {
  /* display: grid; */
  grid-template-columns: 430px 1fr;
  /* gap: 36px; */
  align-items: start;
}

.founders-image {
  position: sticky;
  top: 100px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border-bottom: 5px solid #f09007;
}

.founders-image img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.founders-panel {
  /* display: grid;
  gap: 26px; */
}

.founder-card {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  border-left: 5px solid #0b6b2c;
}

.founder-card-primary {
  border-left-color: #f09007;
}

@media (min-width: 768px) {
  .founders-panel.row {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }

  .founders-panel .founder-card.col-md-6 {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .founders-panel .founder-card-primary {
    margin-right: 10px;
  }
}

.founder-title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.founder-icon {
  min-width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0b6b2c;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
}

.founder-card-primary .founder-icon {
  background: #f09007;
}

.founder-title h3 {
  color: #000;
  font-size: 24px;
  margin: 0 0 6px;
}

.founder-title p {
  color: #0b6b2c;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.founder-card > p,
.founder-vision p,
.founders-partnership p {
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

.founder-card h4 {
  color: #000;
  font-size: 18px;
  margin: 22px 0 12px;
}

.founder-card ul,
.founders-partnership ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.founder-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.founder-card li,
.founders-partnership li {
  position: relative;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 24px;
}

.founder-card li::before,
.founders-partnership li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f09007;
  box-shadow: 0 0 0 4px rgba(240,144,7,0.12);
}

.founder-vision {
  margin-top: 24px;
  padding: 22px;
  background: #f4f6f5;
  border-radius: 12px;
}

.founder-vision h4 {
  margin-top: 0;
}

.founder-vision p {
  margin-bottom: 0;
}

.founders-partnership {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 34px;
  padding: 34px;
  background: #111;
  border-radius: 16px;
  border-top: 5px solid #f09007;
}

.founders-partnership h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 12px;
}

.founders-partnership p {
  color: rgba(255,255,255,0.74);
  margin: 0;
}

.founders-partnership ul {
  display: grid;
  gap: 14px;
}

.founders-partnership li {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 992px) {
  .founders-showcase {
    grid-template-columns: 1fr;
  }

  .founders-image {
    position: relative;
    top: auto;
    max-width: 520px;
    margin: 0 auto;
  }

  .founders-partnership {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .founders-modern {
    padding: 60px 15px 0px;
  }

  .founders-heading {
    margin-bottom: 35px;
  }

  .founder-card,
  .founders-partnership {
    padding: 24px;
  }

  .founder-title {
    flex-direction: column;
  }

  .founder-title h3 {
    font-size: 21px;
  }

  .founder-card ul {
    grid-template-columns: 1fr;
  }

  .founders-partnership h3 {
    font-size: 22px;
  }
}

/* ===== NUTRITION SECTION ===== */

.nutrition-section{
  padding:80px 20px;
  background:#f4faf5;
}

.section-title{
  text-align:center;
  font-size:38px;
  font-weight:700;
  color:#000;
  margin-bottom:10px;
}

.section-subtitle{
  text-align:center;
  color:#555;
  margin-bottom:50px;
}

.nutrition-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.nutrition-card{
  background:#ffffff;
  padding:30px;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:0.3s ease;
}

.nutrition-card:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

.nutrition-card h3{
  color:#0f7c2d;
  margin-bottom:20px;
  font-size:22px;
}

.nutrition-item{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  font-size:15px;
}

.nutrition-item span{
  color:#444;
}

.nutrition-item strong{
  color:#111;
}

.nutrition-note{
  margin-top:50px;
  text-align:center;
  font-size:14px;
  color:#555;
}

/* ===== RESPONSIVE ===== */

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

@media (max-width:600px){
  .nutrition-grid{
    grid-template-columns:1fr;
  }

  .section-title{
    font-size:26px;
  }

  .nutrition-card{
    padding:22px;
  }
}





/**about us**/
.about {
    background: linear-gradient(0deg, #1a1a1a, #000);
    height: calc(50vh - 0px);
    padding: 200px 0px 0px 0px;
}

.about h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #e96328;
    text-align: center;
    text-transform: uppercase;
}

/**/
.book-float {
    position: fixed;
    right: 0px;
    left: 0px;
    bottom: 0px;
    /* background: #000; */
    background: #fefdf9;
    margin: auto;
    padding: 12px 10px;
    width: 430px;
    z-index: 3;
    border-radius: 10px 10px 0px 0px;
}

.book-float a {
    /* background: #e96328; */
    background: #0a7b1d;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    margin: 0px 5px;
    width: 50%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.book-float a:hover {
    background: #075e15;
}

/**contact us**/
::-webkit-input-placeholder {
    /* Chrome */
    color: #fff;
    font-size: 16px;
    transition: opacity 250ms ease-in-out;
}

:focus::-webkit-input-placeholder {
    opacity: 0.1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
    transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0.1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: red;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0.1;
}

/**/
.contactus {
    padding: 50px 0px 50px 0px;
    background:linear-gradient(0deg, #fefdf9, #fefdf9);
    /* background: linear-gradient(0deg, #1a1a1a, #212121); */
    position: relative;
}


.contactus1 .sec-tlt {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0px;
    padding: 80px 0px 30px 0px;
}

.contact-bx input,
.contact-bx textarea {
    /* background: rgba(255, 255, 255, 0.1); */
    background: rgba(254, 253, 249);
    border: 1px solid #0a7b1d;
    
    border-radius: 10px;
    font-size: 17px;
    padding: 13px 15px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    /* color: #fff; */
    color:#000;
}

.contact-bx input::placeholder,
.contact-bx textarea::placeholder {
    color:#000;
}

.contact-bx button {
    background: #0a7b1d;
    color: #fff;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-bx .cnct-btn {
    background: #e96328;
    color: #fff;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-bx button i {
    position: absolute;
    top: 52%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #f09007;
    transition: all 0.3s ease-in-out;
}

.contact-bx button:hover {
    background: #0a7b1d;
}

.contact-bx button:hover i {
    right: -18px;
}

.contactus2 {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 80px;
    border-radius: 10px;
}

.conct2-bx {
    /* background: #292929; */
    background:#0a7b1d;

    border-radius: 10px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.conct2-bx h6 {
    font-size: 17px;
    font-weight: 700;
    color: #f09007;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.conct2-bx h5 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding: 12px 0px 30px 0px;
}

.conct2-bx a {
    border: 2px solid #f09007;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.conct2-bx a:hover {
    background: #f09007;
}

.conct2-bx .timing {
    position: relative;
    padding: 10px 0px 0px 0px;
}

.conct2-bx .timing span {
    color: #f09007;
    text-transform: uppercase;
    font-weight: 600;
}

.conct2-bx .timing hr {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -19px;
    height: 100%;
    width: 5px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0px;
    border-radius: 50%;
}

.conct2-bx .timing h5 {
    font-size: 25px;
}

/**/
.location-bx {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 80px;
    border-radius: 10px;
}

.location-bx .location-inr {
    background: #292929;
    border-radius: 10px;
    padding: 20px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.location-bx .location-inr h4 {
    font-size: 20px;
    font-weight: 700;
    color: #e96328;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.location-bx .location-inr ul li {
    padding: 10px 0px 0px 0px;
}

.location-bx .location-inr ul a {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.location-bx .location-inr ul a i {
    font-size: 20px;
    margin: 0px 8px 0px 0px;
}

/**/
.map {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/**contact us**/

/**footer**/
.upper-footer {
    padding: 70px 0px 0px 0px;
    background: #0a7b1d;
    position: relative;
}

.upper-footer:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0px;
    left: 0px;
    background-image: url(../images/sketch-top-grey.png);
    background-size: cover;
    padding-bottom: 70px;
    width: 100%;
    z-index: 1;
}

.ftr-abt h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px 0px 24px 0px;
}

.ftr-link h4,
.ftr-folw h4,
.ftr-app h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px 0px 24px 0px;
}

/**/
.ftr-abt {
    padding: 0px 0px 60px 0px;
}

.ftr-abt ul {
    padding: 0px !important;
    color:#fefdf9;
}

.ftr-abt ul li {
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

.ftr-abt ul li a {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    /* color: #7f7f7f; */
    color:#fefdf9;
    transition: all 0.2s ease-in-out;
}

.ftr-abt ul li a i {
    font-size: 17px;
    margin: 0px 8px 0px 0px;
}

.ftr-abt ul li a:hover {
    color: #e96328;
    transition: all 0.2s ease-in-out;
}

/**/
.ftr-link {
    padding: 0px;
}

.ftr-link ul {
    padding: 0px !important;
}

.ftr-link ul li {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    width: 45% !important;
}

.ftr-link ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fefdf9;
    transition: all 0.2s ease-in-out;
}

.ftr-link ul li a:hover {
    color: #e96328;
    transition: all 0.2s ease-in-out;
}

/**/
.ftr-folw {
    margin-left: -30px;
}

.ftr-folw ul {
    display: flex;
    flex-wrap: wrap;
}

.ftr-folw ul li {
    margin: 0px 10px 10px 0px;
}

.ftr-folw ul li a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    color: #fefdf9;
    border: 2px solid #fefdf9;
    font-size: 18px;
    text-align: center;
    padding: 2px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
}

.ftr-folw ul li a:hover {
    color: #fff;
    background: #e96328;
    border-color: #e96328;
    transition: all 0.2s ease-in-out;
}

/**/
.ftr-app ul {
    display: flex;
}

.ftr-app ul li {
    margin: 0px 10px 0px 0px;
}

/*Franchise*/

.Franchise {
    background: #f8f9fa;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 80px 0px 80px 0px;
    position: relative;

}

.Franchise h1{
    font-size: 38px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0px 0px 60px 0px;
}

.franchise-box {
    padding: 20px 20px 0px;
}

.franchise-box h4 {
    font-size: 22px;
    color: #1d1d1d;
}

.franchise-box p {
    font-size: 15px;
    line-height: 1.6;
}

.feature-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #222;
    transition: 0.3s;
}

.feature-list li i {
    font-size: 20px;
    margin-right: 12px;
    color: #0A7B1D;
}

/* Hover effect */
.feature-list li:hover {
    transform: translateX(5px);
    color: #0A7B1D;
}


.learn-more {
    font-weight: 500;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.learn-more:hover {
    letter-spacing: 1px;
}

.idly-animate {
    position: relative;
    display: inline-block;
}

/* Image styling */
.idly-animate img {
    position: relative;
    z-index: 2;
    animation: floatImage 4s ease-in-out infinite;
}

/* Floating subtle animation */
@keyframes floatImage {
    0%,100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* SVG Circle Border */
.circle-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 1;
}



/**bottom-footer**/
.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fefdf9;
    padding: 40px 0px 40px 0px;
}

.bottom-footer p {
    font-size: 17px;
    font-weight: 400;
    color: #fefdf9;
}

.bottom-footer p a {
    color: #026cdf;
}

/*   Media Queries
--------------------------- */

@media (max-width: 768px) {

    .container-fluid {
        padding: 0px 15px 0px 15px;
    }

    /**index**/
    .navbar-brand {
        height: 60px;
        width: 140px;
    }

    .navbar-brand img {
        width: 220px;
        padding: 0px;
        top: 10px;
        left: 10px;
        min-width: auto;
    }

    .navbar.scroll .navbar-brand img {
        top: 10px;
        left: 10px;
        width: 80px;
    }

    .navbar-toggler-icon {
        color: #fff;
    }

    .navbar-collapse {
        overflow: auto;
    }

    .nav-link {
        padding: 15px 10px !important;
    }

    .tel-btn {
        width: 50%;
        margin: 10px auto 30px;
    }

    /**/
    #banner {
        height: 320px;
    }

    #banner .banner-bg h5 {
        font-size: 12px;
        font-weight: 700;
        padding-top: 180px;
        transform: translateY(0px);
        opacity: 1;
    }

    #banner .banner-bg h4 {
        font-size: 35px;
        font-weight: 300;
        width: 100%;
        transform: translateY(0px);
        opacity: 1;
    }

    #banner .banner-bg a {
        transform: translateY(0px);
        opacity: 1;
    }

    /**/
    .advertisement {
        height: 146px;
    }

    /**/
    .hm-about1 {
        padding: 0px 0px 0px 0px;
    }

    .hm-about1 h2 {
        font-size: 57px;
    }

    .hm-about2 {
        text-align: center;
        margin: 80px 0px 0px 0px;
        overflow: hidden;
    }

    /**/
    .testimonial h5 {
        font-size: 35px;
    }

    .tstmnl-bx {
        width: 90%;
        margin: 0px auto;
    }

    .review-bx h4 {
        width: 100%;
    }

    /**/
    

    /**/
    .action {
        padding: 30px 0px;
    }

    .action-bx {
        padding: 20px 0px 20px;
    }

    .franchisee .action-bx,
    #reserve-table .action-bx {
        padding-bottom: 40px;
    }

    .action-bx h3 {
        font-size: 38px;
    }

    .action-bx .actn-cnct {
        width: 100%;
    }

    .action-bx span {
        font-size: 23px;
    }

    /**/
    .hm-cat-bx {
        min-height: 248px;
    }

    .hm-cat-bx img {
        min-width: 150px;
    }

    .hm-cat-cnct {
        top: 7%;
    }

    .hm-cat-cnct h2 {
        font-size: 15px;
    }

    .hm-cat-bx:hover .hm-cat-cnct {
        top: 10%;
    }

    /**/
    .contactus1 .sec-tlt {
        padding: 50px 0px 30px 0px;
    }

    .contactus2 {
        padding: 20px;
    }

    .conct2-bx {
        background: #292929;
        border-radius: 10px;
        border: 2px dashed rgba(255, 255, 255, 0.3);
        padding: 10px;
    }

    .conct2-bx a {
        padding: 10px 40px;
    }

    .conct2-bx .timing hr {
        position: absolute;
        top: auto;
        bottom: 8px;
        left: 0px;
        right: 0px;
        height: 5px;
        width: 60%;
        background: rgba(255, 255, 255, 0.3);
        margin: 0px auto;
        border-radius: 50%;
    }

    .location-bx {
        padding: 20px;
        background: rgba(255, 255, 255, 0.1);
        margin-top: 30px;
        border-radius: 10px;
    }

    .location-bx {
        margin-top: 30px;
    }

    /**/
    .order-float {
        height: 75px;
        width: 75px;
        right: 10px;
        bottom: 72px;
        font-size: 13px;
    }

    .book-float {
        width: 100%;
    }

    .book-float a {
        padding: 10px 15px;
    }

    /**/
    .ftr-abt {
        padding: 0px 0px 0px 0px;
    }

    .ftr-abt h4 {
        padding: 12px 0px 10px 0px;
    }

    .ftr-link h4,
    .ftr-folw h4,
    .ftr-app h4 {
        padding: 12px 0px 10px 0px;
    }

    .ftr-folw ul {
        display: flex;
        padding: 10px 0px 20px 0px;
    }

    .ftr-folw {
        margin-left: 0px;
    }

    /***bottom footer***/
    .bottom-footer {
        display: block;
        text-align: center;
        padding: 20px 0px 30px 0px;
    }

    .bottom-footer p {
        padding: 10px 0px 0px 0px;
    }
}