*{
    margin: 0px;
    padding: 0px;
}
::before, ::after, *{
    box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Slab:wght@100..900&display=swap');
/* font-family: "Playfair Display", serif; */

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: var(--primary-color);
}
h1, h2, h3, h4{
    /* font-family: "Raleway", sans-serif!important; */
    font-family: "Roboto Slab", serif!important;
}
:root {
  --primary-color: #000;
  --white-color: #fff;
  --black-color: #000;
  --secondary-color:#E4652A;
}
ul, ol{
    list-style-type: none;
    margin-bottom: 0px;
}
a{
    text-decoration: none;
}
p {
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}
.text-justify {
  text-align: justify;
}
.column-gap-20{
    column-gap: 20px;
}
.row-gap-20{
    row-gap: 20px;
}
.sec_padding{
    padding: 40px 30px;
}
.secondary-bgcolor{
background-color: var(--secondary-color);
}
.black-bg{
    background: var(--primary-color)!important;
}
.container{
    width: 80%;
}
.border-radius-6{
    border-radius: 6px;
}
.choose_location_img{
    border-radius: 6px;
}
.text-orange{
    color: var(--secondary-color)!important;
}
.text-black{
    color: var(--black-color)!important;
}
.text-white{
    color: var(--white-color)!important;
}
.tab-border{
    color: var(--secondary-color);
}
/* Top Header */
.line_divider.border-black::before{
    border-top-color: #000;
}

.header-top{
    background-color: var(--secondary-color);
    padding: 10px;
}
.header-top ul>li>a{
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.95px;
    padding: 5px 10px;
}
.slider-bg-section{
    position: relative;
}
.slider-bg-section .other-page{
    height: 550px;
    background: linear-gradient(45deg, #00000085, transparent), url(img/slider-1.jpg) no-repeat;
    width: 100%;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    max-height: 550px;
}
.breadcrumb-container .breadcrumb-item, .breadcrumb-item>a{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
   display: none;
}
.nav-container{
    position: absolute;
    padding: 10px 60px;
    z-index: 1;
}
.navbar-expand-lg .navbar-nav .nav-link, .dropdown-toggle{
    color: var(--white-color);
    transition: 0.5s;
    padding: 5px 5px;
    border: 1px solid transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .dropdown-toggle:hover{
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    text-decoration: none;
    transition: 0.5s;
}
.menu-list, .menu-list li{
    position: relative;
}
.menu-list li:not(:last-child)::after {
    content: "";
    display: inline-block;
    border: 2px solid white;
    border-radius: 50%;
    left: inherit;
    border: 2px solid white;
    bottom: 2px;
    position: absolute;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    right: -18px;
    top: 40%;
    margin-top: -4px;
}
.menu-list li:not(:last-child){
margin-right: 20px;
}
/* //////////////////////////////////////About Us//////////////////////////////////////// */
.about_section_container{
    /* background: url(img/about-bg.webp) center no-repeat; */
    background-color: #fff;
    background-size: cover;
    position: relative;
    color: #000;
}
.line_divider.text-orange:before{
    border-color: var(--secondary-color);
}
.section_divider::before{
    content: "";
    position: absolute;
    width: 95%;
    background: var(--secondary-color);
    height: 1px;
    left: 2.5%;
    top: 14px;
}
.about_section_container, .section_heading_bigtitle{
    font-size: 70px;
    letter-spacing: 0.9px;
    line-height: 1.5;
}
 .section_heading_bigtitle, .location_title_heading{
    color: var(--secondary-color);
    text-align: center;
    font-weight: 700;
}
.about_section_container .section_sub_heading{
    font-size: 24px;
    letter-spacing: 0.72px;
    line-height: 40px;
    padding-top: 10px;
    color: var(--secondary-color);
    text-align: center;
    font-family: "Playfair Display", serif;
}
.line_divider {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
    max-width: 40%;
    position: relative;
}
.line_divider:before {
    content: "";
    height: 1px;
    border-top: 1px solid;
    position: absolute;
    z-index: 10;
    border-top-color: var(--secondary-color);
    width: auto;
    top: 20px;
    right: 0px;
    left: 0px;
}
.section_para{
    padding-bottom: 1em;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 44px;
    width: 100%;
    max-width: 100%;
    color: var(--secondary-color);
    text-align: center;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Playfair Display", serif;
}
.welcome_btn{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    transition: all 300ms ease 0ms;
    margin-bottom: 50px !important;
    width: 400px;
    border: 2px solid var(--secondary-color);
    padding: 12px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catering_slider_section .carousel-inner, .slider_section_two .carousel-inner{
    height: 550px;
    min-height: 550px;
    max-height: 550px;
}
/* Location */
.location_section_container{
    position: relative;
    /* background: url(img/location-bg-img.jpg) center no-repeat; */
    background-size: cover;
    padding: 0px 60px;
    background-color: var(--primary-color);
}
.location_title_heading{
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    color: var(--white-color)!important;
}
.location_bg_section {
    border-top: 10px solid var(--secondary-color); 
    margin: 15px 0px;
  }
  .location_bg_section .location-pd {
    padding: 15px 40px;
  }
  .location_bg_section .location_text {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--white-color);
    line-height: 28px;
  }
  .location_bg_section .fa-chevron-down {
    color: var(--secondary-color);
    font-size: 22px;
  }
  .location_heading {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: var(--white-color);
}
.tab-logo-img{
    margin: 0 32px;
    height: auto;
    max-width: 75%;
}
.theme-primary-btn{
    border: 2px solid var(--white-color);
    padding: 15px 10px;
    color: var(--white-color);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    transition: 0.3s;
    text-align: center;
}
.theme-primary-btn:hover, .theme-location-btn:hover{
    color: #fff;
    border: 1px solid #fff;
}
.place-order-btn{
color: var(--primary-color);
border: 1px solid var(--black-color);
}
.theme-location-btn, .place-order-btn{
    border: 2px solid var(--secondary-color);
    padding: 15px 20px;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    transition: 0.3s;
    text-align: center;
}
.title_second_heading{
    font-size: 60px;
    color: #000;
    letter-spacing: 0.9px;
    text-align: center;
}
.main_title_heading{
    font-size: 30px;
    color: var(--white-color);
    text-align: center;
    font-weight: 700;
}
.para{
    font-size: 24px;
    letter-spacing: 0.72px;
    line-height: 40px;
    padding-top: 10px;
    color: var(--secondary-color);
    text-align: center;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Playfair Display", serif;
}
.fixed-bg-container{
    background: url(img/bg-1.png) no-repeat;
    min-height: 500px;
    background-position: 50% 80%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: var(--primary-color);
}
.fixed-bg-container_two{
    background: url(img/slider-1.jpg) no-repeat;
    min-height: 500px;
    background-position: 50% 80%;
    background-attachment: fixed;
    background-size: cover;
    background-color: var(--primary-color);
}
.fixed-bg-container_three{
    background: url(img/fixed-bg-third.png) no-repeat;
    min-height: 500px;
    background-position: 50% 80%;
    background-attachment: fixed;
    background-size: cover;
    background-color: var(--primary-color);

}
/* News Letter */
.news_letter_section{
    background: url(img/about-bg.webp) center no-repeat;
    background-size: cover;
}
.news_letter_section .join_us_now form input{
    height: 100px;
    background: transparent;
    border: 2px solid #000;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
}
.news_letter_section .welcome_btn{
    width: 100%;
    margin-bottom: 0px!important;
}

/* Footer Section */
.footer_section{
    background-color: var(--black-color);
    position: relative;
}
.red_divider{
    height: 1px;
    border-top: 8px solid;
    position: absolute;
    z-index: 10;
    border-top-color: var(--secondary-color);
    width: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: auto;
}
.red_divider_bottom{
    height: 1px;
    border-top: 8px solid;
    position: absolute;
    z-index: 10;
    border-top-color: var(--secondary-color);
    width: auto;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.fixed-btn-container, .navbar-brand.mobile-visible{
    display: none;
}
.contact_section_container{
    /* background: url(img/email-bg.webp) center no-repeat; */
    background-color: var(--primary-color);
    background-size: cover;
    position: relative;
}
.contact_section_container .card{
   border: 0;
   background: var(--primary-color);
   color: var(--secondary-color);
}
.contact_section_container .contact-form-heading{
        text-align: center !important;
    margin-bottom: 40px !important;
    padding-top: 30px !important;
    font-size: 24px !important;
    color: var(--secondary-color) !important;
    font-family: "Playfair Display", serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}
.contact_section_container .form-control{
    background: var(--primary-color);
    border-color: var(--secondary-color);
}
.contact_section_container .form-control::placeholder{
       color: var(--secondary-color);
}
.contact_section_container .form-check-input{
    background-color: var(--secondary-color);
}

/* Gallery Section */
 
.gallery_sec img{
    width:100%;
    margin-bottom:30px;
    height:250px;
    object-fit: cover;
  }
  .gallery_sec a {
      position: relative;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: none;
      background-size: contain;
      background-repeat: no-repeat;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
      position: relative;
      width: 100%;
  }
  
  .gallery_sec a:hover img {
      opacity: 0.2;
  }
  
  .gallery_sec a:hover::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url(img/gallery/maximize-solid.svg);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99;
  }
  .tab-logo-img {
    width: 150px;
  }
  .btn.theme-secondary-btn.dropdown-toggle:focus{
    outline: none;
    box-shadow: none;
  }
 .home-slider .carousel-inner{
    min-height: 650px;
    height: 650px;
    max-height: 650px;
  }
  .slider-bg-section.home-slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.114));  
    pointer-events: none;  
}


.navbar-bg {
    /* height: 100%; */
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    transition: background-color 0.3s ease-in-out;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
.navbar-expand-lg.navbar-bg .navbar-nav .nav-link, .navbar-bg .dropdown-toggle{ 
    /* color: #000!important; */
    font-weight: 600;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    transition: 0.5s;
  }
  .navbar-brand.mobile-visible.show-logo{
    display: flex;
  }
  .navbar-brand.mobile-visible.show-logo img{
    width: 100px;
    height: auto;
  }
  .navbar-bg .container-fluid{
    width: auto;
  }
  .section_title_heading, .contact_section_container .section_heading_bigtitle{
    font-size: 35px;
    line-height:1.5;
    font-weight: 700;
    text-align: center;
    margin: 30px 0px;
  }

  .nav-container .navbar-nav.menu-list .dropdown-menu.show li:not(:last-child), .footer_section .dropdown-menu.show li:not(:last-child){
    margin-right: 0px!important;
  }
   .nav-container .navbar-nav.menu-list .dropdown-menu.show li:not(:last-child)::after, .footer_section .dropdown-menu.show li:not(:last-child)::after{
     content: none!important;
     display: none!important;
  }
.location-page-container{
    background-color: #fff;
}
.location-page-container .icon-bg {
background: #E4652A;
color: #fff;
width: 60px;
height: 60px;
font-size: 30px;
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
}

.location-page-container .card {
transition: 0.3s;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.location-page-container .card:hover {
transition: 0.3s;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
background:#ffe4dc8c;
}
.social-links .footer-social-icon i {
    background-color: var(--secondary-color);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    
}
.footer-social-icon{
    column-gap: 20px;
    justify-content: center;
    align-items: center;
}

/* Ez- Catering Page */
/* .catering-bg-img{
    background: url(img/ez_cater.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    background-position: center;
} */
.search-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 20px;
}
.catering-bg-img .theme-btn-third {
    background: #000;
    padding: 8px 30px;
    font-size: 16px;
    color: #ffff;
}
.catering-bg-img .card{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.ez_cater_logo {
    width: 200px;
    height: auto;
}
.form-card{
    padding: 40px;
}

.ezlocation-page-heading {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
}

.ez_cater_section {
    background: #fff;
}

.ez_cater_section .para {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 44px;
    color: #000;
    text-align: center;
    padding:0px;
    font-family: "Playfair Display", serif;
}
.ez_cater_section .ez_location_btn{
    background:#000;
    font-size:18px;
    color:#fff;
    margin-top:10px;
}

.ez_cater_section .location_card {
    color: #000;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    border:1px solid #E4652A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.slider-logo{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.slider-logo img{
    width: 200px;
}

.slider-logo img{
    width: 300px;
}

.join-now-sec .dropdown-menu.show{
width: 100%;
}
.join-now-sec .dropdown_joinnow_btn:hover{
    color: var(--secondary-color);
}



@media only screen and (min-width:767px) and (max-width:1440px){
.location-page-container .card{
      min-height:350px;
      font-size:20px;
      padding:10px!important;
}
.location-page-container .para{
    font-size:18px;
}
.location-page-container .section_title_heading{
    font-size:24px;
    margin-bottom:10px;
}

.ez_cater_section .location_card {
    min-height:350px;
}

}
/* End */


/* Small Devices */
@media only screen and (max-width:768px){
    .section_heading_bigtitle, .location_title_heading{
        font-size: 28px;
        line-height:1.5;
        margin: 0 auto;
        padding-top: 0px;
    }
    .footer-logo{
        max-width: 200px;
    }
    .fixed-btn-container{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        position: relative;
    }
    /* new changes */
    .mobile-footer-fix-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        font-family: "Playfair Display", serif;
        padding: 10px 5px;
        z-index: 9999;
        overflow: hidden; 
      }
      .fixed-btn-container {
        z-index: 99999; /* Make sure it's on top of all other elements */
      }
      /* End */
    .sec_padding{
        padding:30px 10px;
    }
    .location_bg_section .location-pd{
        padding: 20px 6px;
        justify-content: space-between;
    }
    .location_bg_section .location-pd .col-md-1{
        width: auto;
    }
     .location-content-mobile{
        width: auto;
        max-width: 100%;
        margin-bottom: 20px;
     }
    .location_section_container{
        padding: 10px;
    }
    .location-img-div{
        margin: 30px 0px;
    }
    .about_section_container .section_sub_heading{
        line-height: 1.5;
        font-size: 18px;
    }
    .section_para{
        font-size: 16px;
        line-height: 1.5;
    }
    .para{
        font-size: 16px;
        line-height: 1.5;
    }
    .location-img-div{
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .container{
        width: 100%;
      }
      .d-none-sm{
        display: none;
      }
      .location_heading {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .location_bg_section .location_text{
        font-size: 16px;
    }   
    .home-slider .carousel-inner{
        min-height: auto;
        height: auto;
        max-height: auto;
    } 
    .slider-bg-section .other-page{
        min-height: 300px;
        height: auto;
    }
    .footer_menu_dropdown.dropdown-menu.show{
        padding: 10px;
        transform: none!important;
        width: 100%;
        left: 0px!important;
        right: 0!important;
        margin: 0px;
    }
    .join_us_now{
        margin: 10px;
    }
    .section_title_heading, .contact_section_container .section_heading_bigtitle{
        font-size: 22px;
    }
    .line_divider:before{
        position: absolute;
        top: 12px!important;
    }
    .mobile-gap-none{
        margin-bottom: 0px!important;
    }
    .catering-bg-img{
        background-position: right;
    }
    .form-card{
        padding: 20px;
    }
   .other-page .slider-logo{
        top: 28%;
    }
    .slider-logo img{
        width: 200px;
    }
    
}

@media only screen and (max-width:991px){
    .welcome_btn{
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
        border-width: 2px !important;
        border: 2px solid #bc252c;
        font-family: "Montserrat", sans-serif !important;
        letter-spacing: 3px;
        font-size: 16px;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        text-align: center;
        padding: 15px 10px;
        margin-bottom: 30px !important;
        width: 100%;
        height: 60px !important;
    }
    .catering_slider_section .carousel-inner, .slider_section_two .carousel-inner{
        height: auto;
        min-height: auto;
        max-height: auto;
    }
    .nav-container{
        padding: 0px;
    }
      .navbar.top-menu .fa-bars{
        background-color: transparent;
        color: var(--white-color);
        padding: 10px;
        font-size: 30px;
      }
      .navbar-light .navbar-toggler{
        border: none;
      }
      .navbar{
        background: var(--primary-color);
        position: relative;
        z-index: 999;
      }
     .nav-container .navbar-nav.menu-list{
        margin: 20px;
      }
      .nav-container .navbar-nav a.nav-link, .nav-container .navbar-nav a.dropdown-toggle{
        padding: 11px 10px!important;
      }
      .menu-list li:not(:last-child)::after{
        display: none;
      }
      .menu-list li:not(:last-child){
        margin: 0px;
      }
      .menu-list .dropdown-menu.show{
        margin: 20px;
      }
      .btn.theme-secondary-btn.dropdown-toggle:focus{
        border: none;
        outline: 0;
        box-shadow: none;
      }
      .news_letter_section .join_us_now form input{
        height: auto;
        padding: 15px 10px;
      }
      .fixed-btn-container{
        margin-top: 65px;
      }
      .mobile-header-style, .header-top ul>li>a{
        font-size: 10px!important;
        /* padding: 0px!important; */
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .header-top ul{
        /* display: none!important; */
        display: flex;
        justify-content: center!important;
        align-items: center;
      }
      .navbar-brand.mobile-visible{
        display: flex;
        padding: 0px 10px;
      }
      .navbar-brand.mobile-visible img{
         width: 80px;
      }
     .home-slider .carousel.slide.header-slide{
          margin-top: 80px;
      }
      .theme-primary-btn{
        font-size: 16px;
        padding: 10px 15px;
      }
      .footer_section .navbar.navbar-expand-lg{
        display: none;
      }
 .custom-discount-modal .modal_section_heading {
        font-size: 35px !important;
      }
      .custom-discount-modal .modal-body {
        padding: 10px !important;
      } 
.modal-content {
    background-position: right!important;
   }
       
}

@media only screen and (min-width:992px) and (max-width:1100px){
    .navbar-expand-lg .navbar-nav .nav-link, .dropdown-toggle{
        font-size: 10px!important;
    }
    .menu-list li:not(:last-child){
        margin-right: 11px;
    }
}

@media only screen and (min-width:1100px) and (max-width:1292px){
    .navbar-expand-lg .navbar-nav .nav-link, .dropdown-toggle{
        font-size: 12px!important;
    }
    .menu-list li:not(:last-child){
        margin-right: 18px;
    }
}

@media only screen and (max-width: 768px) and (min-resolution: 192dpi) {
    .fixed-bg-container{
        background: url(img/bg-1.png) no-repeat;
        width: 100vw;
        height: calc(100vh - 50vh)!important;
        min-height: 250px!important;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background-attachment: unset!important; */
        image-rendering: auto!important;
        background-attachment: scroll!important; /* Change from fixed to scroll */
        background-size: contain; 
        background-color: var(--primary-color);
    }
    .fixed-bg-container_two{
        background: url(img/slider-1.jpg) no-repeat;
        min-height: 250px!important;
        height: calc(100vh - 50vh)!important;
        width: 100vw;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background-attachment: unset!important; */
        image-rendering: auto!important;
        background-attachment: scroll!important; /* Change from fixed to scroll */
        background-size: contain; 
        background-color: var(--primary-color);
    }
.fixed-bg-container_three{
        background: url(img/fixed-bg-third.png) no-repeat;
        min-height: 250px!important;
        height: calc(100vh - 50vh)!important;
        width: 100vw;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background-attachment: unset!important; */
        image-rendering: auto!important;
        background-attachment: scroll!important; /* Change from fixed to scroll */
        background-size: contain; 
        background-color: var(--primary-color);
    }
}
/* Modal Popup Design */
.custom-discount-modal .modal-body {
  padding: 40px;
}

.custom-discount-modal .modal-btn {
  background: #000;
  padding: 10px 45px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.custom-discount-modal .modal-text-offer h3>strong {
  font-size: 20px;
  font-weight: 600;
}
.custom-discount-modal .modal-img img {
  object-fit: cover;
  border-radius: 12px;
}
.custom-discount-modal .modal_section_heading {
  font-size: 42px;
  color: #000;
  font-weight: 700;
}
.custom-discount-modal .modal-desc {
  font-size: 18px;
  font-weight: 550;
}
.modal-content {
  border: 6px solid #e4652a;
  background: url(img/modal-bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/* Dropdown Css Added */
.glow-btn{
    margin-left: 10px;
    padding: 10px 20px!important;
  }
  .dropdown-menu .dropdown-item:hover {
    background: #e4652a;
    color: #050801;
    transition:background 0.5s ease-in-out;
  }
  .glow-btn {
    background-color: #e4652a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  
  @-webkit-keyframes glowing {
    0% { background-color: #e4652a; -webkit-box-shadow: 0 0 3px #e4652a; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  .dropdown-menu-content{
    background:#000;
  }
  .dropdown-menu-content li:not(:last-child){
    border-bottom: 1px dashed #e4652a;
  }
  .dropdown-menu-content .dropdown-item{
  padding: 10px;
  color: #fff;
  font-weight: 700!important;
  }
  .menu-list .dropdown-menu-content li:not(:last-child)::after{
    content: none;
  }
  .dropdown-menu-content .dropdown-item:hover, .dropdown-menu-content .dropdown-item:focus{
    color: #fff;
    font-weight: 550;
    background: linear-gradient(45deg, #e4652a, transparent);
    transition: background-color 0.6s ease-in-out;
  }
  .dropdown-menu-content li:hover{
    border-bottom: 3px solid #fff;
  }
  .dropdown-menu-content li:last-child{
    margin-right: 20px;
  }
  .dropdown-menu-content .close-btn{
    background-color: inherit;
    box-shadow: none;
    border: 0px;
  }
  .dropdown-menu-content .close-btn span{
    color: #fff;
    font-size: 30px;
  }
  .modal-dropdown-list{
    padding-left: 10px;
  }
  .dropdown-menu-content .modal-title{
    font-family: "Roboto Slab", serif !important;
    font-weight: 700;
  }
  .modal-backdrop.fade.show{
    z-index:unset!important
  }
.mobile-visiblity{
    display: none;
}
  @media only screen and (max-width:992px){
    .mobile-visiblity{
      display: flex;
      margin-bottom: 20px!important;
  }
  .mobile-visiblity a{
    font-size: 12px!important;
  }
  .theme-primary-btn{
    width: auto!important;
    text-align: center;
  }
  }
  @media only screen and (max-width:1024px){
    .location_bg_section .location-pd{
      padding: 15px!important;
    }
    .theme-primary-btn{
      width: 100%;
    }
  }
  
  @media only screen and (max-width:375px){
    .slider-bg-section .carousel-indicators{
      display: none;
    }
  }