html {
    scroll-behavior: smooth;
}

::selection {
    background: #ff4f05;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #ff4f05;
    /* Firefox */
    color: #ffffff;
    text-shadow: none;
}

::-webkit-selection {
    background: #ff4f05;
    /* Safari */
    color: #ffffff;
    text-shadow: none;
}

body {
    font-family: "Parkinsans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #5f1212;
    margin: 0px;
    padding: 0px;
    background-color: #fbf4ef;
    -webkit-font-smoothing: antialiased;
}

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

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-nav {
    margin: 0 0 0 0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
}

a {
    color: #4f4f4f;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:active,
a:hover {
    outline: 0;
}

span {
    font-family: "Parkinsans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #4f6373;
}

h1 {
    font-family: "Fugaz One", sans-serif;
    font-size: 88px;
    color: #5f1212;
    line-height: 94px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h2 {
    font-family: "Fugaz One", sans-serif;
    font-size: 48px;
    color: #5f1212;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h3 {
    font-family: "Fugaz One", sans-serif;
    font-size: 36px;
    color: #5f1212;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h4 {
    font-family: "Fugaz One", sans-serif;
    font-size: 28px;
    color: #5f1212;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h5 {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-size: 28px;
    color: #5f1212;
    line-height: 26px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h6 {
    font-family: "Parkinsans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f1212;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

p {
    font-family: "Parkinsans", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #5f1212;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
}

.big-text-h1 {
    font-family: "Fugaz One", sans-serif;
    font-size: 114px;
    color: #202d37;
    line-height: 96px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 800;
}

.big-text-outline {
    font-family: "Fugaz One", sans-serif;
    font-size: 114px;
    color: rgb(32 45 55 / 0%);
    line-height: 96px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #5f1212;
}

@media (max-width:767px) {
    h1 {
        font-size: 12vw;
        margin: 0 0 0 0;
        line-height: normal;
    }

    h2 {
        font-size: 9vw;
        margin: 0 0 0 0;
    }

    /* h3{ font-size: 22px !important; } */
    /* h4{ font-size: 6vw !important; } */
    p {
        font-size: 14px;
    }
}

mark,
.mark {
    background: rgb(19, 111, 245);
    color: #ffffff;
}

.padding-hundred {
    padding: 100px;
}

.padding-top {
    padding-top: 150px;
}

.padding-bottom {
    padding-bottom: 150px;
}

.padding-none {
    padding: 0 0 0 0;
}

.space-50 {
    padding-top: 50px;
}

.space-bottom-50 {
    padding-bottom: 50px;
}

.padding-20 {
    padding: 20px;
}

.navbar-toggle {
    /*border:1px solid #fff;*/
    margin-top: 15px;
}

.navbar-toggle i {
    color: #ffffff;
    font-size: 34px;
}

.main-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    border: 0px;
    border-radius: 0px;
}

.top-bar-hide {
    display: none;
}

.top-bar {
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 10;
}

.top-bar span {
    margin-left: 10px;
    float: left;
}

.img-wrapper {
    overflow: hidden;
    border-radius: 18px;
}

.inner-img {
    width: 100%;
    transition: 0.3s;
    border-radius: 18px;
}

.inner-img:hover {
    transform: scale(1.1);
}

.line-after {
    position: relative;
    overflow: hidden;
    display: block;
}

.line-after span {
    vertical-align: baseline;
    display: block;
    position: relative;
    font-family: "Fugaz One", sans-serif;
    font-size: 28px;
    color: #5f1212;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.line-after span:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 65%;
    margin-left: 10px;
    border-top: 1px solid rgb(145 95 75 / 50%);
}

hr {
    border-top: 1px solid rgb(145 95 75 / 50%);
}

/*
#navigation .container {position:relative;}
.navbar-brand {width: 80px; height:auto; padding: 0px; margin:15px 0 15px 0;}
.navbar-brand a:hover{border: 0px;}
#navigation .navbar-right {margin-top: 60px; margin-right: 0px;}
#navigation .navbar-right li a {color:#ffffff; height: 100%; font-family: "Parkinsans", sans-serif; font-size: 14px; font-weight: normal; text-transform: none; margin: 0 3px; padding:3px 10px;}
#navigation .navbar-right li a.active,
#navigation .navbar-right li a:hover,
#navigation .navbar-right li a:focus,
#navigation .navbar-right li.active a{border-bottom: 3px solid #f9068b;} */

.bnr-cta-bottom {
    width: 1100px;
    height: auto;
    padding: 30px 0;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.primary-btn {
    font-family: "Parkinsans", sans-serif;
    background-image: linear-gradient(to right, #7d1313 0%, #5f1212 51%, #7d1313 100%);
    border-radius: 50px;
    padding: 15px 55px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
}

.primary-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.partyorder-btn {
    background-image: linear-gradient(to right, #ff5108 0%, #f83600 51%, #ff5108 100%);
    border-radius: 50px;
    padding: 20px 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
}

.partyorder-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.ordernow-btn {
    background-image: linear-gradient(to right, #ff5108 0%, #f83600 51%, #ff5108 100%);
    border-radius: 50px;
    float: left;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
    box-shadow: 8px 6px 19px -4px rgba(189, 189, 189, 1);
    -webkit-box-shadow: 8px 6px 19px -4px rgba(189, 189, 189, 1);
    -moz-box-shadow: 8px 6px 19px -4px rgba(189, 189, 189, 1);
}

.ordernow-btn span {
    vertical-align: middle;
    color: #ffffff;
    font-size: 26px;
}

.ordernow-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    box-shadow: 13px -7px 19px -4px rgba(189, 189, 189, 1);
    -webkit-box-shadow: 13px -7px 19px -4px rgba(189, 189, 189, 1);
    -moz-box-shadow: 13px -7px 19px -4px rgba(189, 189, 189, 1);
}

.partyorder-box-btn {
    background-image: linear-gradient(to right, #ffbd3b 0%, #fff13b 51%, #ffbd3b 100%);
    border-radius: 50px;
    float: left;
    padding: 15px 30px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.5s;
    background-size: 200% auto;
    color: #5f1212;
    display: block;
}

.partyorder-box-btn span {
    vertical-align: middle;
    color: #5f1212;
}

.partyorder-box-btn:hover {
    background-position: right center;
    color: inherit;
    text-decoration: none;
}

/* .cart-icon-btn{background-image: linear-gradient(to right, #009688 0%, #8BC34A 51%, #009688 100%); border-radius: 50px; padding: 30px 18px; line-height: 0; transition: 0.5s; background-size: 200% auto; color: white; display: block;} */
.cart-icon-btn {
    padding: 16px 16px;
    line-height: 0;
    display: block;
    border: 2px solid #5f1212;
    border-radius: 16px;
}

.cart-icon-btn span {
    color: #5f1212;
    font-size: 28px;
    position: sticky;
}

.cart-icon-btn:hover {
    background: rgb(255 255 255 / 47%);
    color: #fff;
    text-decoration: none;
    border: 2px solid rgb(255 255 255 / 75%);
}

.cart-item-count {
    min-width: auto;
    height: 2em;
    padding: 0.5em;
    background: #5f1212;
    color: #ffffff;
    align-items: center;
    border-radius: 1em;
    box-sizing: border-box;
    display: flex;
    font-size: 0.8em;
    font-weight: 600;
    justify-content: center;
    right: 39px;
    top: 30%;
    position: absolute;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    line-height: 0;
    vertical-align: middle;
    margin: 0 0 0 0;
}

.submit-btn {
    padding: 20px 40px;
    background: #06201b;
    color: #ffffff;
    font-family: "Parkinsans", sans-serif;
    -webkit-font-smoothing: auto;
    font-size: 14px;
    line-height: normal;
    -webkit-border-radius: 9px;
    moz-border-radius: 9px;
    border-radius: 9px;
    border: 0px;
    text-align: center;
}

.submit-btn:hover {
    text-decoration: none;
    background: #ff4f05;
    color: #ffffff;
}

.underline-btn {
    width: auto;
    float: left;
    margin: 18px 0 0 30px;
    padding: 0px 10px;
    color: rgb(0 0 0 / 60%);
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #ff4f05;
    text-decoration-thickness: 3px;
}

.underline-btn:hover {
    text-decoration: none;
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #53d799;
    text-decoration-thickness: 3px;
}

.ghost-btn {
    width: auto;
    float: left;
    margin: 0;
    padding: 25px 40px;
    background: none;
    color: #000000;
    -webkit-font-smoothing: auto;
    font-size: 14px;
    line-height: normal;
    -webkit-border-radius: 75px;
    moz-border-radius: 75px;
    border-radius: 75px;
    border: 2px solid #000000;
    text-align: center;
    display: block;
}

.ghost-btn:hover {
    text-decoration: none;
    color: #000000;
    border: 2px solid #e6e6e6;
}

.btn-container {
    position: relative;
    padding: 100px 0 0 0;
}

.btn-center {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*++++++++++++++++
Footer CSS
+++++++++++++++++*/
.footer {
    width: 100%;
    height: auto;
    float: left;
    background: #fbf4ef;
}

.footer-logo-typo {
    width: 100%;
    height: auto;
    float: left;
}

.footer .container .row {
    border-top: 1px solid #b3c6c2;
    border-bottom: 1px solid #b3c6c2;
}

.footer h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px;
}

.foot-readmore-link {
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
    float: left;
    color: #5f1212;
    text-decoration: underline;
    text-decoration-color: #5f1212;
    text-decoration-thickness: 2px;
}

.foot-readmore-link:hover {
    color: #8e90a3;
    text-decoration: underline;
    text-decoration-color: #ff5a00;
    text-decoration-thickness: 2px;
}

.foot-readmore-link span {
    vertical-align: middle;
    color: inherit;
}

/* .foot-readmore-link:hover{color: #8e90a3; text-decoration-color: #ff5a00; text-decoration-thickness: 2px;} */
.logofooter {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0;
}

.logofooter span {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 30px 0;
    font-size: 12px;
    line-height: 22px;
}

.logofooter img {
    width: 70px;
    padding: 10px;
}

.footer-col {
    float: left;
}

.footer_ul {
    list-style-type: none;
    padding-top: 20px;
    margin-left: 0px;
    float: left;
    margin-bottom: 0px;
}

.footer_ul li {
    width: auto;
    float: left;
    font-size: 14px;
    list-style: none;
    padding: 5px 20px;
}

.footer_ul li:last-child {
    border-right: 0px;
}

.footer_ul li a {
    text-transform: none;
    font-weight: normal;
    color: #5f1212;
    text-decoration: underline;
    text-decoration-color: #5f1212;
    text-decoration-thickness: 2px;
}

.footer_ul li a:hover {
    color: rgb(184 184 197 / 75%);
    text-decoration: underline;
    text-decoration-color: #ff4f05;
    text-decoration-thickness: 2px;
}

.footer_ul {
    float: left;
}

.footer_ul p {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0px 0;
    color: #5f1212;
}

.social-links {
    width: 100%;
    margin: 0 0 0 0;
}

.social-links h4 {
    padding: 0 0 0 0;
}

.social-links P {
    padding-bottom: 20px;
}

.social-links ul {
    width: auto;
    height: auto;
    float: left;
    padding: 20px 140px;
}

.social-links ul li {
    width: auto;
    height: auto;
    float: left;
    padding: 0 5px;
    list-style: none;
}

.social-links ul li a {
    width: auto;
    height: auto;
}

.social-links ul li a img {
    width: 40px;
    height: auto;
    float: left;
}

/* .social-links ul li a i{color: #ffffff;} */
/* .social-links ul li a:hover{background: #1d5b58;} */
/* .social-links ul li a svg{fill:#edfec7;} */
/* .social-links ul li a svg:hover{fill:#ff5a00;} */
.copyright {
    width: 100%;
    float: left;
    background: #ff4f05;
    padding: 5px 0 5px 0;
    margin: 0px 0 0 0;
}

/* .copyright .container{border-top: 1px solid #1d5b58} */
.copyright .col-md-6 {
    padding: 0px;
}

.copyright p {
    text-align: left;
    font-size: 14px;
    color: #00cf8e;
    padding: 10px 20px 10px 0px;
    margin-bottom: 0;
    float: left;
}

.post {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0 0 0;
}

.post p {
    font-size: 14px;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.email-call {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0px 0px 0px;
}

.email-call span {
    width: 100%;
    height: auto;
    float: left;
    padding: 1px 15px 1px 0;
}

.email-call i {
    color: #5f1212;
    font-size: 18px;
    padding-right: 5px;
}

.email-call a {
    font-family: "Parkinsans", sans-serif;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
    color: #5f1212;
    text-decoration: underline;
    text-decoration-color: #5f1212;
    text-decoration-thickness: 2px;
}

.email-call a:hover {
    color: #8e90a3;
    text-decoration: underline;
    text-decoration-color: #ff4f05;
    text-decoration-thickness: 2px;
}

footer .email-call span {
    width: auto;
    height: auto;
    float: left;
    font-size: 12px;
}

footer .email-call i {
    font-size: 18px;
    padding-right: 15px;
}

footer .email-call a {
    font-size: 14px;
}

footer .email-call a:hover {
    color: #8e90a3;
    text-decoration: underline;
    text-decoration-color: #ff5a00;
    text-decoration-thickness: 2px;
}

.bottom_ul {
    list-style-type: none;
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 0;
}

.bottom_ul li {
    color: #fbf4ef;
    float: left;
    line-height: 18px;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    list-style: none;
    border-right: 1px solid #c2da8a;
    padding: 0 5px;
}

.bottom_ul li:last-child {
    border-right: 0px;
    border-left: 0px;
}

.bottom_ul li a {
    color: #629a85;
    font-size: 13px;
}

.foot-logo {
    width: 86px;
    height: auto;
    float: none;
    margin: 0px auto;
}

/* kreativemug styles */
.kreativemug {
    width: auto;
    float: right;
    margin-top: 0;
}

.kreativemug span {
    text-align: left;
    color: #878e8d;
    font-size: 11px;
    padding: 10px 0;
    margin-bottom: 0;
    float: left;
}

.kreativemug a {
    text-align: left;
    color: #878e8d;
    font-size: 11px;
    padding: 13px 0 0 0;
    margin-bottom: 0;
    float: left;
}

.kreativemug i {
    font-size: 14px;
    color: #57b55b;
    padding: 0 6px 0 6px;
}

.kreativemug a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.kreativemug img {
    width: 54px;
    height: auto;
    float: right;
}

/* subpage css */
.sub-pg-banner {
    width: 100%;
    height: auto;
    background: url("../images/hero-bg.jpg") no-repeat center bottom #fafafc;
    background-size: cover;
}

.subpg-bnr-content {
    width: 100%;
    height: auto;
    padding: 10em 0px 0em 0;
    margin: 0 auto;
}

.subpg-bnr-content h2 {
    color: inherit;
    padding: 10px 0 0px 0;
}

.subpg-bnr-content h4 {
    color: rgb(255 255 255 / 60%);
    font-size: 18px;
    padding-bottom: 30px;
}

.subpg-bnr-content h3 a {
    text-decoration: underline;
    text-decoration-color: #ff5a00;
    color: inherit;
}

.subpg-bnr-content h3 a:hover {
    text-decoration: underline;
    text-decoration-color: #ff5a00;
    color: #ffffff;
    background: #f4f9f5;
}

.contact-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(11, 19, 25, 0.5);
    background-blend-mode: color;
    background-size: cover;
    -box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -webkit-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -moz-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
}

.projectpg-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(11, 19, 25, 0.5);
    background-blend-mode: color;
    background-size: cover;
    -box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -webkit-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -moz-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
}

.project-deets-pg-banner {
    width: 100%;
    height: auto;
    background: #fafafc;
    -box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -webkit-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -moz-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
}

.project-deets-pg-banner-gradient {
    width: 100%;
    height: auto;
    background: #0b1319;
    background: linear-gradient(180deg, #162028 0%, rgba(11, 19, 25, 1) 100%);
    -box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -webkit-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -moz-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
}

.about-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(11, 19, 25, 0.5);
    background-blend-mode: color;
    background-size: cover;
    -box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -webkit-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
    -moz-box-shadow: -2px -134px 87px -56px rgba(11, 19, 25, 1) inset;
}



/*========================== MEDIA QUERY CSS FOR RESPONSIVE
 Extra small devices (phones, 600px and down)
 ================================ */
@media only screen and (max-width: 600px) {

    /* .navbar-brand {width: 80px; margin:15px 0 15px 0;}
    .navbar-brand a img{width:100%;}
    #navigation .navbar-right li a{color: #5f1212;} */
    .banner-text h1 {
        margin: 0 0 20px 0;
        height: 21px;
    }

    .footer .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .subpg-bnr-content {
        width: 90%;
        padding: 0%;
    }

    .subpg-bnr-content h1 {
        font-size: 70px !important;
        line-height: 60px !important;
    }

    .subpg-bnr-content h3 {
        font-size: 28px;
        line-height: 28px;
        padding-top: 15px;
    }

    .address-box {
        width: 100%;
    }

    .slider h4 a {
        font-size: 12px;
    }

    .btn-center {
        left: 30% !important;
    }

    .qucik-contactbox span {
        font-size: 42px !important;
        border-radius: 46px !important;
    }

    .qucik-contactbox-wrapp {
        padding: 0 0px 10px 0 !important;
        float: left;
        width: 100%;
    }

    .owl-carousel .owl-item,
    .owl-carousel .item {
        height: 30vh !important;
    }

    .owl-thumb-item img {
        width: 90px !important;
    }

    .owl-thumbs {
        padding: 2% 0%;
    }

    .btn-container {
        float: left !important;
        width: 100% !important;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .sub-pg-text {
        width: 100%;
        padding-top: 10em;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* .navbar-brand{width: 180px;} */
    /* .top-bar {top:25px; right: 0px;} */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/*+++++++++++++++++
  nav with dropdowns
  ++++++++++++++++++
.toggle, [id^=drop] {display: none;}
.toggle i{font-size: 28px; float: right; padding: 10px 5px 0 0;}
nav {display: block; margin-left: auto; margin-right: auto; width:50%;}
nav:after {content:""; display:table; clear:both;}
nav ul {padding:0; margin:0; list-style: none; position: relative; top:45px;}
nav ul li {text-transform: none; margin: 0px; display:inline-block; float: left;}
nav a {margin: 0 30px; padding:0 15px; color: #5f1212; font-size: 18px; text-transform: uppercase; font-weight: normal; display:block; text-decoration:none; line-height: normal; font-family: "Fugaz One", sans-serif;}
nav ul li ul li:hover { border-bottom: 3px solid #f9068b; }
.menu ul li .active{text-decoration: none; border: 0; text-decoration: none;}
nav ul li ul li:hover{text-decoration: none; border: 0; text-decoration: none;}
nav a:hover {border-bottom: 3px solid #ff4f05; color: rgb(145 95 75 / 50%); text-decoration: none;}
nav a.active {border-bottom: 3px solid #ff4f05; color: rgb(145 95 75 / 50%); text-decoration: none;}
nav ul ul {display: none; position: absolute; top:35px; background: #26a888;}
nav ul li:hover > ul {display:inherit;}
nav ul ul li {width:100%; float:none; display:list-item; position: relative; padding: 3px 0;}
nav ul ul li a{color: #fffde8;}
nav ul ul li a:hover{color: #79e7cc; text-decoration: none; border-bottom: 0px;}
nav ul ul ul li {position: relative; top:-60px; left:170px; }
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }
@media all and (max-width : 768px) {
nav {width: 100%; margin: 20px 0 0 0; background: none; -webkit-border-bottom-right-radius: 16px; -webkit-border-bottom-left-radius: 16px; -moz-border-radius-bottomright: 16px; -moz-border-radius-bottomleft: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; padding-bottom: 5px;}
	.toggle + a,
	.menu {display: none;}
  .toggle {display: block; padding:0 0; color:#332537; font-size:14px; text-decoration:none; border:none;}
  .toggle .fa-bars {display: block; padding:15px 20px; background: #ff4f05; color:#5f1212; border-radius: 12px; text-decoration:none; border:none;}
  .toggle .fa-caret-down {display: block; padding: 0 0 0 0; color:#332537; text-decoration:none; border:none;}
  .toggle:hover {background-color: none;}
  [id^=drop]:checked + ul {display: block;}
  nav ul{top: 0;}
	nav ul li {display: block; width: 100%; padding: 5px 10px;}
	nav ul ul .toggle,
	nav ul ul a {padding: 0 40px;}
  nav ul ul ul a {padding: 0 80px;}
	nav a:hover,
 	nav ul ul ul a {}
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{margin: 0 3px; padding:3px 10px; color:#FFF; font-size:14px;}
	nav ul li ul li .toggle,
	nav ul ul a {}
	Hide Dropdowns by Default
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		has to be the same number as the "line-height" of "nav a"
	}

	Hide menus on hover
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	Fisrt Tier Dropdown
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {position: static;}
  #btn{display: none;}
}
@media all and (max-width : 330px) {
 	nav ul li {display:block; width: 94%;}

}*/
.nav-gradient {
    background: #282a33;
    background: linear-gradient(180deg, rgba(40, 42, 51, 0.65) 0%, rgba(19, 125, 65, 0) 100%);
}

.address {
    padding: 20px;
}

.address h4 {
    color: #1c022e;
}

.address p {
    color: #1c022e;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.address a {
    font-size: 14px;
    color: #1c022e;
    display: block;
    line-height: normal;
    float: left;
    margin: 0 25px 0 0;
}

.address a i {
    padding-right: 12px;
    font-size: 14px;
    color: #ff2ab1;
}

.address a:hover {
    color: #adadad;
    text-decoration: underline;
    text-decoration-color: #ff2ab1;
    text-decoration-thickness: 2px;
}

/*  ==== page Progress scroll load === */
.blok:nth-of-type(odd) {
    background-color: white;
}

.blok:nth-of-type(even) {
    background-color: black;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/* .paginacontainer {height: 3000px;} */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ff4f05;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black;
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ff4f05;
    stroke-width: 4px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.socialbtns {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 30px !important;
}

.socialbtns h5 {
    padding-bottom: 20px;
}

.socialbtns,
.socialbtns ul,
.socialbtns li {
    margin: 0;
    padding: 0px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns a {
    width: auto;
    height: auto;
    font-size: 22px;
    color: #464646;
    padding: 10px;
}

.socialbtns a svg {
    fill: #d4d4d4;
}

/* .socialbtns a:hover{  fill: white;} */
.socialbtns a svg:hover {
    fill: #cacaca;
}

.section-background-parallax {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    color: #5f1212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax1 {
    background-color: #fafafc;
}

/* Float animate button */
.float {
    position: fixed;
    bottom: 92px;
    right: 24px;
    text-align: center;
    z-index: 1000;
}

.float .trigger {
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    background: #42cf47;
    color: #fff;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    animation: 1.5s linear 0s infinite normal pulse;
    transition: ease-in-out 0.2s;
    cursor: pointer;
}

.float .trigger a i {
    color: #ffffff;
}

.float .trigger:hover {
    transform: scale(1.1);
}

.float.open .trigger .fa::before {
    content: "\f00d";
}

.float .trigger .fa::after {
    transition: ease-in-out 1s;
}

.fab.open .trigger i {
    transition: all 0.4s ease;
    transform: translateY(5px) rotate(360deg);
}

.float i {
    font-size: 28px;
    line-height: 58px;
}

.float .actions {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.float.open .actions {
    opacity: 1;
}

.float .p-whatsapp a {
    position: absolute;
    opacity: 0;
    background: #fff;
    color: #333;
    height: 60px;
    width: 60px;
    line-height: 40px;
    transition: transform 0.4s ease;
    right: 80px;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: -50px;
    transition-delay: 0.3s;
    transform-origin: right center 0;
}

.float.open .p-whatsapp a {
    position: absolute;
    top: 0;
    opacity: 1;
    background: #fff;
    color: #333;
    height: 60px;
    width: 60px;
    line-height: 40px;
    transition: transform 0.4s ease;
    right: 0px;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition-delay: 0.2s;
}

.float.open .p-whatsapp a:hover {
    background: #25d366;
    color: white;
}

.float .actions .p-info:nth-child(1) {
    transform: translateY(-180px)
}

@keyframes pulse {
    0% {
        box-shadow: 0px 1px 0px 3px #42cf477a, 0px 0px 0px 0px #42cf4742;
    }

    30% {
        box-shadow: 0px 1px 0px 3px #42cf477a, 0px 0px 0px 5px #42cf4742;
    }

    70% {
        box-shadow: 0px 1px 0px 3px #42cf477a, 0px 0px 0px 15px #42cf4742;
    }

    100% {
        box-shadow: 1px 1px 2px 1px #42cf477a, 0px 0px 0px 20px transparent;
    }
}

.fourbox-cta {
    width: 100%;
    height: auto;
    float: left;
}

/* Div hover */
.div_hover {
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
}

.div_hover:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: transform opacity;
}

.div_hover:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.div_hover:hover:before {
    opacity: 0.6;
    transform: translateY(0px);
    animation-name: shadow;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.qucik-contactbox-wrapp {
    padding: 0 10px 0 0;
}

.qucik-contactbox {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    margin: 0 10px 0 0;
    border-radius: 8px;
}

.qucik-contactbox span {
    float: right;
    background: rgb(255 255 255 / 65%);
    border-radius: 26px;
    padding: 10px;
    font-size: 26px;
}

.qucik-contactbox h5 {
    width: 100%;
    height: auto;
    float: left;
    font-family: "Fugaz One", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(255 255 255 / 65%);
    padding: 20px 0 0 0;
    line-height: 22px;
}

.qucik-contactbox a {
    width: auto;
    height: auto;
    float: left;
    color: #ffffff;
    padding: 0 0 10px 0;
    margin: 0 5px 0 0;
    text-decoration: underline;
    text-decoration-color: rgb(255 255 255 / 30%);
    text-decoration-thickness: 3px;
}

.qucik-contactbox a:hover {
    text-decoration-color: rgb(255 255 255 / 70%);
    color: rgb(255 255 255 / 70%);
}

.quick-email {
    background: #5f1212;
}

.quick-email span {
    color: #5f1212;
}

.quick-call {
    background: #ff4f05;
}

.quick-call span {
    color: #ff4f05;
}

.quick-whatsapp {
    background: #194f3d;
}

.quick-whatsapp span {
    color: #194f3d;
}

.quick-download {
    background: #8c4646;
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    margin: 0 10px 0 0;
    border-radius: 8px;
}

.quick-download span {
    float: right;
    background: rgb(255 255 255 / 65%);
    border-radius: 26px;
    padding: 10px;
    font-size: 26px;
    color: #8c4646;
}

.quick-download a {
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    text-decoration: underline;
    text-decoration-color: rgb(255 255 255 / 30%);
    text-decoration-thickness: 3px;
    font-size: 14px;
}

.quick-download a:hover {
    text-decoration-color: rgb(255 255 255 / 70%);
    color: rgb(255 255 255 / 70%);
}

.quick-download a span {
    background: none;
    color: inherit;
    font-size: 16px;
    float: none;
    vertical-align: middle;
    padding: 0 0 0 0;
}

/* HOTCLUB CSS - kreativemug */
/* FLEX CSS  */
.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0px;
}

.flex-item {
    flex: 1 1 30%;
    /* grow, shrink, basis */
    min-width: 200px;
    border-radius: 10px;
}

.categ-items-div {}

.categ-items-div h5 {
    color: rgb(95 18 18 / 60%);
    font-size: 22px;
    padding-top: 15px;
}

.categ-items-div img {
    border-radius: 18px;
}

.product-listing-sec {
    width: 100%;
    height: auto;
    float: left;
    background: url("../images/items-bg.jpg") no-repeat top center #fbf3ef;
}

.product-listing-sec .flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 1px;
    align-items: flex-start;
}

.flex-box {
    flex: 1 1 calc(25% - 20px);
    min-width: 200px;
    background: #ff4f05;
    padding: 0px;
}

.product-listing-sec h1 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #ff4f05;
    padding-bottom: 30px;
}

.product-listing-sec h3 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.chicken-items-listing {
    background: #ffffff;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 8px 6px 19px -4px rgba(189, 189, 189, 1);
    -webkit-box-shadow: 8px 6px 19px -4px rgba(189, 189, 189, 1);
    -moz-box-shadow: 8px 6px 19px -4px rgba(189, 189, 189, 1);
}

.chicken-items-listing h6 {
    padding: 10px 0;
}

.chicken-items-listing p {
    padding: 0 0 10px 0;
}

.twobox-sec {
    width: 100%;
    height: auto;
    float: left;
}

.twobox-sec .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 0 0 0;
}

.twobox-sec .flex-container .flex-box {
    flex: 1 1 calc(50% - 20px);
    min-width: 250px;
}

.grill-itembox {
    border-radius: 18px;
}

/* ++++++++++++++++++++
MENU FILTER TAB AND Btns
__+++++++++++++++++++++ */
.item-menu-sec {
    width: 100%;
    height: auto;
    float: left;
}

.item-menu-sec h3 {
    text-align: center;
    padding: 40px 0 30px 0;
}

.itemmenu-listing-wrapper {
    background: #f8ece7;
    border-radius: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.itemmenu-listing-wrapper ul.nav.nav-pills {
    background-color: transparent !important;
    color: blue !important;
    padding: 1px !important;
}

/* a.nav-link {color: blue !important;} */
#menu .nav-pills {
    border-color: transparent;
    font-weight: 500;
    color: #000;
}

#menu .nav-pills>li>a,
#menu .nav-pills>li>a:focus {
    font-size: 14px;
    font-weight: 500;
    color: #5f1212;
    border-radius: 25px;
    border: 2px solid rgb(145 95 75 / 50%);
    font-family: "Parkinsans", sans-serif;
    padding: 8px 20px !important;
}

#menu .nav-pills>li>a:hover,
#menu .nav-pills>li>a:focus:hover {
    background-color: #ff4f05;
    color: #fff;
    border: 2px solid #ff4f05;
}

#menu .nav-pills>li>a.active,
#menu .nav-pills>li>a.active:focus {
    background-color: #ff4f05;
    color: #fff;
    border: 2px solid #ff4f05;
}

.nav-item {
    margin-right: 5px;
    padding: 1px !important;
}

#menu .hr-menu {
    border: 2px solid #182c39;
    width: 100%;
}

#menu .list-group-item {
    background: none;
    padding: 15px;
    border: 1px solid rgb(145 95 75 / 20%);
    border-radius: 18px;
    margin: 0 0 10px 0;
}

#menu .tab-content .tab-pane {
    padding-top: 20px;
}

#menu .tab-content .show {
    display: none !important;
}

/* #menu .tab-content #breakfast{display: none;} */
#menu .list-group-item h4 {
    text-align: left;
    font-size: 16px;
    margin: 0 0 0 0;
}

#menu .list-group-item p {
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

#menu .badge {
    border-radius: 6px;
    background-color: #ff4f05;
    font-size: 18px;
    color: #fff;
}

.nav-pills>li.active>a {
    background-color: #ff4f05 !important;
    color: #fff !important;
    border: 2px solid #ff4f05 !important;
}

/* MENU FILTER TAB AND Btns ENDS HERE! */
.thumbmenu-sec {
    width: 100%;
    height: auto;
    float: left;
}

.thumbmenu-icon {
    width: 100%;
    padding: 0 10px;
    float: left;
}

/* .thumbmenu-icon:first-child{padding-left: 0;} */
.thumbmenu-icon img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    border-radius: 50%;
}

.thumbmenu-icon h5 {
    width: 100%;
    float: left;
    font-family: "Fugaz One", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #5f1212;
    text-transform: uppercase;
    font-weight: normal;
    text-wrap: auto;
}

.partyorder-box {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 18px;
    background: #ff4e06;
    margin: 50px 0 0 0;
}

.partyorder-box-txt {
    padding: 3% 3% 0% 3%;
}

.partyorder-box-txt h3 {
    color: #fbf3ef;
    line-height: 34px;
    padding-bottom: 5px;
}

.partyorder-box-txt h5 {
    color: rgb(251 243 239 / 76%);
    font-family: "Parkinsans", sans-serif;
    font-size: 18px;
    float: left;
    line-height: normal;
}

.thumbmenu-container {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    overflow-x: scroll;
    overflow-y: hidden;
}

.objects {
    width: auto;
    white-space: nowrap;
    height: auto;
}

.object {
    display: inline-block;
    width: 130px;
    height: auto;
    vertical-align: top;
}

.scroll-horizontal-icon {
    width: auto;
    height: auto;
    margin: 0px auto;
}

.scroll-horizontal-icon img {
    width: 46px;
    height: auto;
    margin: 0px auto;
}

.menu-listing-pg {
    width: 100%;
    height: auto;
    float: left;
}

/* cart page CSS DATE: 02Nov25 */
.cart-item-container {
    padding: 15px;
    border-radius: 16px;
    background: #f8ede7;
    border: 1px solid #e7d3c5;
}

.cartitem-remove-btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #5f1212;
    display: inline;
    font-family: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 10px 0 0 20px;
    padding: 0;
    text-decoration: underline;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.cart-item-total {
    width: 100%;
    height: auto;
    background: #ffffff;
    float: left;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 4px 4px 4px -4px rgb(81 10 10);
    background-image: linear-gradient(to right, #ff5108 0%, #f83600 51%, #ff5108 100%);
}

.btn-cart-checkout {
    width: 100%;
    height: auto;
    float: left;
    background: #194f3d;
    border-radius: 6px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 5px;
    margin: 30px 0 0 0;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 2px #022418;
    border: none;
}

/* background-image: linear-gradient(to right, #FFC107 0%, #FFC107 51%, #FFEB3B 100%); background-size: 200% auto; */
.btn-cart-checkout:hover {
    text-decoration: none;
    color: #ffffff;
    background: #053626;
    background-position: right center;
}

.cart-item-total h6 {
    width: 100%;
    height: auto;
    float: left;
    color: #fbf4ef;
    border-bottom: 1px solid rgb(255 219 205 / 60%);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.cart-item-total span {
    width: 100%;
    height: auto;
    float: left;
    font-family: "Fugaz One", sans-serif;
    text-align: right;
    font-size: 1.5em;
    color: #fbf4ef;
    text-transform: uppercase;
    font-weight: normal;
    text-wrap: auto;
}

.table>thead>tr>th {
    font-size: 1.3em;
    font-weight: 600;
    border-bottom: 1px solid rgb(145 95 75 / 50%);
    color: #5f1212;
}

.menu-listing-pg h3 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 0 0 0px 0;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid rgb(145 95 75 / 30%);
}

.media-object {
    border-radius: 6px;
}

.media-body p {
    padding: 0 0 10px 0;
    line-height: 16px;
    font-size: 12px;
}

.media-body span {
    font-size: 1em;
    font-weight: 600;
    color: #5f1212;
}

.count-add-minus-box {
    width: auto;
    background: #f8ece7;
    float: left;
    border-radius: 6px;
    padding: 5px 0px;
    border: 1px solid rgb(145 95 75 / 50%);
}

.count-add-minus-box input {
    background: none;
    border: 0px;
    text-align: center;
    font-size: 1em;
}

.count-add-minus-box button {
    background: none;
    border: 0px;
    font-size: 1em;
}

/* CHECKOUT - CSS 03Nov25 */
.checkout-form {}

.checkout-form h6 {
    padding-bottom: 0px;
}

.checkout-form p {
    color: #5f1212;
    font-size: .85em;
    padding-bottom: 10px;
}

.checkout-form-input {
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    font-size: 1em;
    color: #5d2712;
    vertical-align: middle;
    background: #f8ece7;
    float: left;
    border-radius: 6px;
    border: 1px solid rgb(145 95 75 / 50%);
}

/* .checkout-form-input[type=text]{color:red;} */
.form-group {
    padding: 10px 5px;
    margin: 0 0 0 0;
}

.inline-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.inline-container input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 3px solid #ddab96;
    border-radius: 50%;
    margin: 0 0 0 0;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: var(--transition);
}

.inline-container input[type="radio"]:checked {
    border-color: #fe4d07;
    background-color: rgb(255 255 255 / 0%);
}

.inline-container input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0%);
}

.inline-container input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.inline-container label {
    font-size: 1em;
    color: #5f1212;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 0 0 0;
    transition: var(--transition);
}

.inline-container input[type="radio"]:checked+label {
    color: #fe4d07;
}

.partyorder-wrapper {
    margin: 0px auto;
    float: none;
}

.product-detail-box-img img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 16px;
}

.product-detail-box-deets {
    padding: 30px;
}

.product-detail-box-deets h3 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
    text-align: left;
}

.product-detail-box-deets h4 {
    width: auto;
    height: auto;
    float: left;
    color: rgb(93, 39, 18);
    vertical-align: middle;
    padding: 10px 15px;
    background: rgb(248, 236, 231);
    border-radius: 6px;
    border: 1px solid rgba(145, 95, 75, 0.5);
}

.product-detail-box-deets p {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    text-align: left;
}

.categ-tag {
    width: auto;
    float: left;
    margin: 5px 0 0 20px;
    padding: 5px 10px;
    background: #e5d1c2;
    border-radius: 50px;
}

.categ-tag p {
    padding: 0 0 0 0;
    line-height: normal;
    font-size: 0.75em;
}

.categ-tag p a {
    color: #4e1c27;
    font-weight: 500;
    text-decoration: underline;
}

/* 01 Dec css imthias */
.section-background-parallax1 {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.parallax1 {
    background-image: url("../images/about-bnr.jpg");
}

.section-background-parallax2 {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.parallax2 {
    background-image: url("../images/contact-bg.jpg");
}

.order-online-btn {
    position: fixed;
    z-index: 1;
    right: 30px;
    bottom: 30px;
}

.order-online-btn a {
    padding-left: 10px;
    padding-right: 10px;
}

.about-sec {
    width: 100%;
    height: auto;
    float: left;
}

.about-sec h2 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.about-sec h6 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.about-sec span {
    width: 100%;
    float: left;
    color: #5f1212;
    padding-bottom: 10px;
}

.about-sec p {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.about-sec img {
    width: 100%;
}

.about-box1 {
    width: 100%;
    height: auto;
    float: left;
}

.about-box1 h2 {
    padding-bottom: 20px;
}

.about-box1 span {
    width: 100%;
    height: auto;
    float: left;
    color: #5f1212;
    padding-bottom: 20px;
}

.about-box1 p {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.about-box1 a {
    float: left;
}

.whyus-sec {
    width: 100%;
    height: auto;
    float: left;
}

.whyus-sec h1 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #ff4f05;
    padding-bottom: 30px;
}

.service-box {
    display: block;
    top: 0px;
    position: relative;
    background: #fff9f4;
    padding: 25px;
    margin-bottom: 15px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border-radius: 16px;
}

.service-box:hover {
    transition: all 0.2s ease-out;
    background: #ffffff;
    box-shadow: 3px 3px 16px 0px rgb(53 10 10 / 47%);
    top: -4px;
}

.service-box img {
    width: 72px;
    height: auto;
    float: left;
    padding: 20px 0 30px 0;
}

.service-box h4 {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 28px;
}

.service-box p {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}

.service-box-subdiv {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
}

.about-box2 {
    width: 100%;
    height: auto;
    float: left;
}

.our-promise-box {
    padding: 30px;
    border-radius: 16px;
    background: #f8ece7;
    margin-bottom: 20px;
}

.our-promise-box h6 {
    padding-bottom: 10px;
}

.our-promise-box p {
    padding-bottom: 10px;
}

.hotclub-numbers {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid rgb(6 32 27 / 20%);
    margin-top: 20px;
}

.hotclub-numbers-box {
    padding: 20px;
    border-right: 1px solid rgb(6 32 27 / 20%)
}

.hotclub-numbers-box h3 {
    font-weight: bold;
    padding-bottom: 0px;
    float: left;
}

.hotclub-numbers-box h6 {
    line-height: 16px;
    padding: 0 0 0 0;
    float: left;
}

.hotclub-numbers-box h3 span {
    float: none;
    color: rgb(240 85 35);
    font-size: 38px;
    font-weight: bold;
    vertical-align: middle;
}

.hotclub-numbers-box:last-child {
    border-right: 0px;
}

.about-box2-wrap {
    padding: 0px;
    float: left;
    margin: 5px;
    border-radius: 16px;
    border: 1px solid rgb(145 95 75 / 30%);
}

.about-box2-wrap-txt {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}

.about-box2-wrap-txt h4 {
    padding-bottom: 20px;
}

.about-box2-wrap-txt p {
    padding-bottom: 20px;
}

.about-box2-wrap-txt a {
    width: auto;
    float: left;
}

.contact-intro-sec {
    width: 100%;
    height: auto;
    float: left;
}

.contact-intro-sec h1 {
    width: 100%;
    height: auto;
    color: #ffffff;
    loat: left;
    text-align: center;
}

.contact-intro-sec h6 {
    width: 100%;
    height: auto;
    color: #ffffff;
    loat: left;
    text-align: center;
    padding: 10px 0;
}

.service-box2 {
    display: block;
    top: 0px;
    position: relative;
    background: none;
    padding: 25px;
    margin-bottom: 15px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #fbf4ef;
}

.service-box2:hover {
    transition: all 0.2s ease-out;
    background: none;
    border: 1px solid #d9ad8e;
    top: -4px;
}

.service-box2 img {
    width: 72px;
    height: auto;
    float: left;
    padding: 20px 0 30px 0;
}

.service-box2 h4 {
    width: 100%;
    height: auto;
    color: #fbf4ef;
    float: left;
    text-align: left;
    line-height: 28px;
}

.service-box2 p {
    width: 100%;
    height: auto;
    color: #fbf4ef;
    float: left;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}

.service-box-subdiv2 {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
}

/* location box */
.location-box {
    float: left;
    margin: 20px 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgb(145 95 75 / 50%);
}

.location-box figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.location-box figure img {
    min-width: 100%;
}

/* .location-box p {color: #757575;} */
/* .location-box figcaption p {color: #ffffff; padding-top: 9rem; line-height: 18px;} */
.location-box figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location-box figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.location-box figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.location-box h4 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 22px;
}

/* .location-box img{border-radius: 18px;} */
.location-box figcaption {
    padding: 15px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.location-box figcaption h4 {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    padding-top: 10rem;
}

.location-box figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgb(255 79 5 / 70%);
    /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.location-box figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
}

.location-box figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.location-box figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.direction-btn {
    width: auto;
    height: auto;
    float: left;
    background: #194f3d;
    border-radius: 6px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px 10px 15px;
    margin: 10px 0 0 0;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 2px #022418;
    border: none;
}

.direction-btn span {
    color: #ffffff;
    font-size: 28px;
    vertical-align: middle;
}

.direction-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: #053626;
    background-position: right center;
}

.contact-intro-sec2 {
    width: 100%;
    height: auto;
    float: left;
}

.customer-box {}

.customer-box h5 {
    padding-bottom: 10px;
}

.customer-box h6 {
    padding-bottom: 10px;
}

.tel-numbers {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    background: #fefefe;
    border-radius: 16px;
}

.tel-numbers a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 26px;
    text-decoration: underline;
    text-decoration-color: #ff0000;
    text-decoration-thickness: 2px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.tel-numbers a span {
    font-size: 28px;
    vertical-align: middle;
}

.contact-deets-box {
    float: left;
    padding: 30px;
    border-radius: 16px;
    background: #f8ede7;
    border: 1px solid #e7d3c5;
}

.contact-cta-box h5 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px;
}

.contact-cta-box span {
    width: 100%;
    height: auto;
    float: left;
    color: #5e1212;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-cta-box a {
    width: auto;
    height: auto;
    float: left;
    color: #5e1212;
    padding: 5px 10px 5px 5px;
    background: none;
    border: 1px solid #bfafa8;
    border-radius: 10px;
    text-decoration: underline;
    text-decoration-color: rgb(201 201 201 / 0%);
    text-decoration-thickness: 2px;
}

.contact-cta-box a:hover {
    text-decoration: underline;
    text-decoration-color: #ff4f05;
    text-decoration-thickness: 2px;
}

.contact-cta-box a i {
    padding: 10px 11px;
    background: #fe4f05;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.contact-cta-box p {
    color: #818181;
}

.store-hours {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 30px
}

.store-hours span {
    width: 100%;
    height: auto;
    float: left;
    color: #5e1212;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #bfafa8;
    padding: 5px 10px;
}

.empty-cart-msg {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px;
}

.empty-cart-msg h3 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 10px 0;
}

.empty-cart-msg h6 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 30px 0;
}

.empty-cart-msg img {
    width: 30%;
    height: auto;
    margin: 0px auto;
    float: none;
    padding-bottom: 30px;
}

.emptycart-btn {
    width: 220px;
    margin: 0px auto;
    background-image: linear-gradient(to right, #ff5108 0%, #f83600 51%, #ff5108 100%);
    border-radius: 50px;
    padding: 22px 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
}

.emptycart-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

/* modal box CSS */
.modal-hotclubalert {
    background: rgb(0 0 0 / 52%);
}

.modal-hotclubalert h1 {
    font-size: 48px;
    line-height: 44px;
    padding-bottom: 20px;
}

.modal-hotclubalert h6 {
    color: rgb(95 18 18 / 58%);
}

.modal-header {
    padding: 0 0 0 0;
    border: none;
}

.modal-header .close span {
    font-size: 38px;
    color: red;
    opacity: 1 !important;
}

.modal-content {
    padding: 20px 65px;
    border-radius: 16px;
    background: #f8ede7;
    border: 1px solid #e7d3c5;
}

.modal-body img {
    width: 60%;
    height: auto;
    margin: 0px auto;
    padding-bottom: 30px;
}

.quick-number {
    font-family: "Fugaz One", sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #5f1212;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #ff4f05;
}

.quick-number span {
    vertical-align: middle;
    color: #5f1212;
}

.quick-number:hover {
    color: #a06666;
    text-decoration-color: rgb(145 95 75 / 50%);
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 3%;
    top: 10%;
    content: attr(data-count);
    font-size: 40%;
    padding: 0.6em;
    border-radius: 999px;
    line-height: 0.75em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    background: #14b035;
    border: 0;
}

.fa-circle {
    color: #DF0000;
}

.red-cart {
    color: #DF0000;
    background: white;
}

/*****************************/
/* MOBILE FIX FOR LOGO + HAMBURGER TO BE AT TOP CORNERS */
@media (max-width: 767px) {

    /* navbar container */
    .navigation {
        background: transparent !important;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: transparent !important;
    }

    /* TOGGLE (HAMBURGER) POSITION */
    .toggle .fa-bars {
        font-size: 28px;
        color: white;
        background: rgba(255, 255, 255, 0.2);
        padding: 8px 10px;
        border-radius: 8px;
        position: absolute;
        top: 0px;
        right: 20px;
        z-index: 9999;
    }

    /* make sure it does NOT touch slider */
    .css-slider-wrapper {
        margin-top: 60px !important;
    }

    /* FIX LOGO SIZE + POSITION */
    .navbar-brand a img {
        width: 40px !important;
        height: auto !important;
        position: absolute !important;
        top: 4px !important;
        left: 15px !important;
        z-index: 9999 !important;
    }

    /* FIX HAMBURGER BUTTON POSITION */
    .toggle .fa-bars {
        font-size: 22px !important;
        padding: 8px !important;
        background: #fe4d07 !important;
        border-radius: 8px !important;
        position: absolute !important;
        top: 8px !important;
        right: 15px !important;
        z-index: 9999 !important;
    }

    .navbar.main-nav {
        background: transparent !important;
        box-shadow: none !important;
    }

    /* MOBILE TOP BAR FIX - CRITICAL */
    .top-bar {
        display: flex !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        padding: 10px 0 !important;
        width: auto !important;
        margin-left: auto;
        order: 2;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Show and style party order button */
    .partyorder-btn {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #ff5108;
        color: white !important;
        padding: 15px 12px !important;
        border-radius: 100px;
        font-size: 14px !important;
        font-weight: 600;
        text-align: center;
        text-decoration: none !important;
        border: none !important;
        white-space: nowrap;
        line-height: 1.2;
    }

    /* Show and style cart button */
    .cart-icon-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center;
        justify-content: center;
        padding: 6px !important;
        border: 2px solid #5f1212 !important;
        border-radius: 12px;
        text-decoration: none !important;
        position: relative;
        width: 2em !important;
        height: 2em !important;
    }

    .cart-icon-btn span.material-symbols-rounded {
        color: #5f1212 !important;
        /* font-size: 28px !important; */
        display: block !important;
    }

    /* Cart item count */
    .cart-item-count {
        display: flex !important;
        position: absolute !important;
        top: -6px !important;
        right: -6px !important;
        background: #5f1212;
        color: white;
        border-radius: 50%;
        min-width: 16px;
        height: 16px;
        align-items: center;
        justify-content: center;
        font-size: 9px !important;
        font-weight: bold;
        padding: 1px;
    }

    /* Navbar container layout */
    .navbar.main-nav .container {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px !important;
    }

    /* Logo positioning */
    .navbar-brand {
        order: 1;
        margin: 0 !important;
        flex: 0 0 auto;
    }

    /* Navigation menu */
    nav {
        order: 3;
        width: 100%;
        /* margin-top: 10px; */
    }

    /* Hamburger menu positioning */
    .toggle {
        order: 2;
        margin-left: auto;
    }
}

/* Additional mobile fixes for larger mobile screens */
@media (max-width: 768px) and (min-width: 481px) {
    .partyorder-btn {
        padding: 10px 15px !important;
        font-size: 12px !important;
    }

    .cart-icon-btn {
        padding: 8px !important;
    }

    .cart-icon-btn span.material-symbols-rounded {
        font-size: 20px !important;
    }
}







/*************************************************************************************/

/* ===== MOBILE NAVBAR BUTTONS FIX ===== */
@media (max-width: 768px) {

    /* Hide the desktop top-bar on mobile */
    .top-bar {
        display: none !important;
    }

    /* Show mobile buttons on mobile */
    .mobile-buttons {
        display: flex !important;
        position: absolute;
        right: 60px;
        top: 15px;
        gap: 8px;
        align-items: center;
        z-index: 10001;
    }

    /* Mobile party order button */
    .mobile-partyorder-btn {
        display: block !important;
        background: #ff5108;
        color: white !important;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        text-decoration: none !important;
        border: none;
        white-space: nowrap;
        line-height: 1.2;
        font-family: "Parkinsans", sans-serif;
        text-transform: uppercase;
    }

    /* Mobile cart button */
    .mobile-cart-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 6px;
        border: 2px solid #5f1212;
        border-radius: 6px;
        text-decoration: none !important;
        position: relative;
        background: transparent;
    }

    .mobile-cart-btn span.material-symbols-rounded {
        color: #5f1212 !important;
        font-size: 18px !important;
        display: block !important;
    }

    /* Mobile cart item count */
    .mobile-cart-count {
        display: flex !important;
        position: absolute;
        top: -6px;
        right: -6px;
        background: #5f1212;
        color: white;
        border-radius: 50%;
        min-width: 16px;
        height: 16px;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        font-weight: bold;
        padding: 1px;
    }
}

/* ===== DESKTOP: HIDE MOBILE BUTTONS ===== */
@media (min-width: 769px) {
    .mobile-buttons {
        display: none !important;
    }

    /* Ensure desktop top-bar is visible */
    .top-bar {
        display: block !important;
    }
}



/***********************************togglr updationnnnnnnnnnn******/

/* Mobile menu specific styles */
@media all and (max-width : 768px) {

    /* Hide mobile-only menu items on desktop */
    .mobile-menu-only {
        display: none;
    }

    /* Show mobile-only menu items in mobile menu */
    nav ul li.mobile-menu-only {
        display: block !important;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(95, 18, 18, 0.1);
    }

    /* Position cart count badge on top right */
    nav ul li.mobile-menu-only a {
        position: relative;
        display: block;
    }

    /* Style for mobile menu party order button */
    .mobile-partyorder-btn-menu {
        display: block;
        background: #ff5108;
        color: white !important;
        padding: 12px 20px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        text-decoration: none !important;
        border: none;
        width: 100%;
        font-family: "Parkinsans", sans-serif;
        text-transform: uppercase;
        margin: 5px 0;
    }

    .mobile-partyorder-btn-menu:hover {
        background: #e84600;
        color: white !important;
        text-decoration: none !important;
    }

    /* Style for mobile menu cart button */
    .mobile-cart-btn-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #5f1212;
        color: white !important;
        padding: 12px 20px;
        border-radius: 6px;
        font-size: 14px;
        text-align: center;
        text-decoration: none !important;
        border: none;
        width: 100%;
        font-family: "Parkinsans", sans-serif;
        text-transform: uppercase;
        margin: 5px 0;
    }

    .mobile-cart-btn-menu span.material-symbols-rounded {
        color: white !important;
        font-size: 20px !important;
    }

    .mobile-cart-count-menu {
        background: #5f1212;
        color: white;
        border-radius: 50%;
        min-width: 16px;
        height: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        font-weight: bold;
        position: absolute;
        top: -6px;
        left: 38px;
        padding: 1px;
        line-height: 1;
        box-sizing: border-box;
        white-space: nowrap;
    }

    .mobile-cart-btn-menu:hover {
        background: #4a0e0e;
        color: white !important;
        text-decoration: none !important;
    }

    /* Mobile menu background and styling */
    nav ul.menu {
        background: white;
        border-radius: 12px;
        margin-top: 10px;
        padding: 10px 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    nav ul li {
        padding: 8px 20px;
    }

    nav ul li a {
        color: #5f1212 !important;
        font-size: 16px;
        padding: 8px 0;
        text-align: left;
        border-bottom: none !important;
    }

    nav ul li a:hover {
        color: #ff4f05 !important;
        background: none !important;
        border-bottom: none !important;
    }
}

/* Desktop: Hide mobile-only menu items */
@media all and (min-width : 769px) {
    .mobile-menu-only {
        display: none !important;
    }
}


/* Mobile menu specific styles */
@media all and (max-width : 768px) {

    /* Hide mobile-only menu items on desktop */
    .mobile-menu-only {
        display: none;
    }

    /* Show mobile-only menu items in mobile menu */
    nav ul li.mobile-menu-only {
        display: block !important;
        width: 100%;
        padding: 0;
    }

    /* Consistent style for ALL mobile menu items */
    nav ul.menu {
        background: white;
        border-radius: 12px;
        margin-top: 10px;
        padding: 10px 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    nav ul li {
        padding: 0;
        margin: 0;
    }

    nav ul li a {
        color: #5f1212 !important;
        font-size: 16px;
        padding: 12px 20px;
        text-align: left;
        border-bottom: none !important;
        display: block;
        width: 100%;
        font-family: "Fugaz One", sans-serif;
        text-transform: uppercase;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(95, 18, 18, 0.1);
    }

    nav ul li:last-child a {
        border-bottom: none !important;
    }

    nav ul li a:hover {
        color: #ff4f05 !important;
        background: rgba(255, 79, 5, 0.1) !important;
        border-bottom: none !important;
    }

    nav ul li a.active {
        color: #ff4f05 !important;
        background: rgba(255, 79, 5, 0.1) !important;
        border-bottom: none !important;
    }

    /* Style for cart icon and count in mobile menu */
    nav ul li a .material-symbols-rounded {
        color: #5f1212 !important;
        font-size: 18px !important;
        vertical-align: middle;
        margin-left: 8px;
    }

    .mobile-cart-count-menu {
        background: #ff4f05;
        color: white;
        border-radius: 50%;
        min-width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        padding: 1px 6px;
        position: absolute;
        top: 10px;
        left: 65px;
        line-height: 1;
        vertical-align: super;
    }

    nav ul li a:hover .material-symbols-rounded {
        color: #ff4f05 !important;
    }
}

/* Desktop: Hide mobile-only menu items */
@media all and (min-width : 769px) {
    .mobile-menu-only {
        display: none !important;
    }

    /* Desktop menu styles remain unchanged */
    nav ul li {
        text-transform: none;
        margin: 0px;
        display: inline-block;
        float: left;
    }

    /* nav a {
        margin: 0 30px;
        padding: 0 15px;
        color: #5f1212;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: normal;
        display: block;
        text-decoration: none;
        line-height: normal;
        font-family: "Fugaz One", sans-serif;
    } */

    /* nav a:hover {
        border-bottom: 3px solid #ff4f05;
        color: rgb(145 95 75 / 50%);
        text-decoration: none;
    }

    nav a.active {
        border-bottom: 3px solid #ff4f05;
        color: rgb(145 95 75 / 50%);
        text-decoration: none;
    } */
}




/***********/

/* Fix desktop responsive - hide duplicate Party Order in desktop */
@media all and (min-width : 769px) {

    /* Hide the Party Order that's inside the nav menu on desktop */
    nav ul li:nth-last-child(2) a[href*="party_order"] {
        display: none !important;
    }

    /* Ensure only the top-bar Party Order button is visible */
    .top-bar .partyorder-btn {
        display: block !important;
    }
}

/* Mobile menu with full white background when opened */
@media all and (max-width : 768px) {

    /* Full white background when menu is open */
    #drop:checked~.menu {
        background: #ffffff !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        margin-top: 0;
        padding: 80px 20px 20px;
        border-radius: 0;
        box-shadow: none;
    }

    /* Ensure menu items are visible on white background */
    #drop:checked~.menu li a {
        color: #5f1212 !important;
    }

    /* Keep toggle button on top of the white background */
    .toggle {
        z-index: 1000;
    }

    .toggle .fa-bars {
        z-index: 1000 !important;
    }

    /* Show the Party Order in mobile menu */
    nav ul li:nth-last-child(2) a[href*="party_order"] {
        display: block !important;
    }
}








/* Fix desktop navigation - remove Party Order from main nav */
@media all and (min-width : 769px) {

    /* Hide Party Order from the main navigation menu on desktop */
    nav ul li a[href*="party_order"] {
        display: none !important;
    }

    /* Ensure the top-bar Party Order button remains visible */
    .top-bar .partyorder-btn {
        display: block !important;
    }

    /* Fix any hover effects that might be showing dropdown */
    nav ul li:hover>ul {
        display: none !important;
    }
}

/* Mobile menu with full white background when opened */
@media all and (max-width : 768px) {

    /* Full white background when menu is open */
    #drop:checked~.menu {
        background: #ffffff !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        margin-top: 0;
        padding: 80px 20px 20px;
        border-radius: 0;
        box-shadow: none;
    }

    /* Ensure menu items are visible on white background */
    #drop:checked~.menu li a {
        color: #5f1212 !important;
    }

    /* Keep toggle button on top of the white background */
    .toggle {
        z-index: 1000;
    }

    .toggle .fa-bars {
        z-index: 1000 !important;
    }

    /* Show Party Order in mobile menu */
    nav ul li a[href*="party_order"] {
        display: block !important;
    }
}



/* Fix desktop navigation - remove duplicate Party Order and dropdown */
@media all and (min-width : 769px) {

    /* Hide the 4th menu item (Party Order) in desktop navigation */
    nav ul li:nth-child(4) {
        display: none !important;
    }

    /* Ensure the top-bar Party Order button remains visible */
    .top-bar .partyorder-btn {
        display: block !important;
    }

    /* Completely disable dropdown functionality for all menu items */
    nav ul ul {
        display: none !important;
    }

    nav ul li:hover>ul {
        display: none !important;
    }

    /* Remove any dropdown styling */
    nav ul li {
        position: static !important;
    }
}

/* Mobile menu with full white background when opened */
@media all and (max-width : 768px) {

    /* Full white background when menu is open */
    #drop:checked~.menu {
        background: #ffffff !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        margin-top: 0;
        padding: 80px 20px 20px;
        border-radius: 0;
        box-shadow: none;
    }

    /* Show the 4th menu item (Party Order) in mobile menu */
    nav ul li:nth-child(4) {
        display: block !important;
    }

    /* Ensure menu items are visible on white background */
    #drop:checked~.menu li a {
        color: #5f1212 !important;
    }

    /* Keep toggle button on top of the white background */
    .toggle {
        z-index: 1000;
    }

    .toggle .fa-bars {
        z-index: 1000 !important;
    }
}




/******hovering****/
/* Mobile menu with simple underline hover effect */
@media all and (max-width : 768px) {

    /* Full white background when menu is open */
    #drop:checked~.menu {
        background: #ffffff !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        margin-top: 0;
        padding: 80px 20px 20px;
        border-radius: 0;
        box-shadow: none;
    }

    /* Show the 4th menu item (Party Order) in mobile menu */
    nav ul li:nth-child(4) {
        display: block !important;
    }

    /* Simple mobile menu item styling */
    #drop:checked~.menu li a {
        color: #5f1212 !important;
        font-size: 18px;
        padding: 16px 20px;
        text-align: left;
        display: block;
        width: 100%;
        font-family: "Fugaz One", sans-serif;
        text-transform: uppercase;
        text-decoration: none !important;
        position: relative;
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(95, 18, 18, 0.1);
    }

    /* Underline hover effect */
    #drop:checked~.menu li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 3px;
        background: #ff4f05;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    #drop:checked~.menu li a:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    #drop:checked~.menu li a:hover {
        color: #ff4f05 !important;
        background: rgba(255, 79, 5, 0.05);
    }

    /* Active state */
    #drop:checked~.menu li a.active {
        color: #ff4f05 !important;
        background: rgba(255, 79, 5, 0.1);
    }

    #drop:checked~.menu li a.active::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    /* Keep toggle button on top */
    .toggle {
        z-index: 1000;
    }

    .toggle .fa-bars {
        z-index: 1000 !important;
    }
}

/* Fix desktop navigation - remove duplicate Party Order */
@media all and (min-width : 769px) {
    nav ul li:nth-child(4) {
        display: none !important;
    }

    .top-bar .partyorder-btn {
        display: block !important;
    }

    nav ul ul {
        display: none !important;
    }

    nav ul li:hover>ul {
        display: none !important;
    }
}



/*****section*******/
/* Ensure Main Courses is active by default */
#menu .nav-pills>li>a.active,
#menu .nav-pills>li>a.active:focus {
    background-color: #ff4f05;
    color: #fff;
    border: 2px solid #ff4f05;
}

/* Ensure only active tab content is visible */
.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.tab-content .tab-pane.active.show {
    display: block;
    opacity: 1;
}

/* Specific fix for your tab structure */
#lunch.active.show {
    display: block !important;
}

/* Empty cart message styling */
#empty-cart-message td {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100vh !important;
    padding: 0 !important;
}

.empty-cart-msg {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.empty-cart-msg h3 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
}

.empty-cart-msg h6 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
}

.empty-cart-msg img {
    width: 30%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 30px auto;
    display: block;
    padding-bottom: 0;
}

.emptycart-btn {
    width: 220px;
    margin: 0 auto;
    background-image: linear-gradient(to right, #ff5108 0%, #f83600 51%, #ff5108 100%);
    border-radius: 50px;
    padding: 22px 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
}

.emptycart-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

/* Alert Box CSS */
.alert-box-hotclub {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    margin: 0;
    padding: 0;
}

.alert-box-hotclub.show {
    opacity: 1;
    visibility: visible;
}

.alert-box-content {
    background: #f8ede7;
    border: 2px solid #ff5108;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    min-width: 320px;
    max-width: 380px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: transform 0.4s ease-in-out;
    transform-origin: center center;
}

.alert-box-hotclub.show .alert-box-content {
    transform: translate(-50%, -50%) scale(1);
}

.alert-box-content h1 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 15px;
    color: #5f1212;
    margin: 0 0 8px 0;
}

.alert-box-content h6 {
    color: rgb(95 18 18 / 58%);
    margin: 0 0 20px 0;
    font-size: 13px;
}

.alert-box-content img {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 0 auto 20px auto;
    display: block;
    padding-bottom: 0;
}

.alert-continue-btn {
    margin-top: 15px;
    padding: 18px 30px;
    font-size: 13px;
}

.alert-buttons {
    margin-top: 15px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.alert-yes-btn,
.alert-no-btn {
    margin-top: 0;
    min-width: 90px;
    padding: 18px 25px;
    font-size: 13px;
}

.alert-no-btn {
    background-image: linear-gradient(to right, #666 0%, #555 51%, #666 100%) !important;
}

/* ===============================
 MENU LISTING GRID - CLIENT DESIGN
================================ */

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 40px;
  }
  
  /* Card link */
  .menu-card {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    background: #fff;
    /* box-shadow: 6px 8px 20px rgba(95, 18, 18, 0.15); */
    transition: 0.3s ease;
  }
  
  /* Hover effect */
  .menu-card:hover {
    transform: translateY(-6px);
    box-shadow: 10px 15px 28px rgba(95, 18, 18, 0.25);
  }
  
  /* Image */
  .menu-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
  }
  
  /* Text overlay */
  .menu-card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
    color: #fff;
    text-align: left;
  }
  
  /* Subtitle */
  .menu-card-overlay h5 {
    font-family: "Dancing Script", cursive;
    font-size: 20px;
    color: #ffe7d6;
    margin-bottom: 4px;
    text-transform: none;
  }
  
  /* Title */
  .menu-card-overlay h3 {
    text-align :left ;
    font-family: "Fugaz One", sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .menu-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .menu-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 480px) {
    .menu-grid {
      grid-template-columns: 1fr;
    }
  }



  /*************************************/
/* ===== MOBILE CART ICON FIX (NO NAVBAR DAMAGE) ===== */
@media (max-width: 768px) {

    /* Ensure navbar container is positioning reference */
    .nav-container {
      position: relative !important;
    }
  
    /* Move cart icon outside hamburger without affecting logo/menu */
    .mobile-cart-icon {
      position: absolute !important;
      right: 60px !important;   /* adjust if needed */
      top: 50% !important;
      transform: translateY(-50%) !important;
      z-index: 1000 !important;
      display: flex !important;
      align-items: center !important;
    }
  
    /* Keep hamburger at right side */
    .hamburger {
      position: absolute !important;
      right: 20px !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      z-index: 1001 !important;
    }
  }
  
  /* ===== FINAL MOBILE CART ICON FIX (OVERRIDE ALL) ===== */
  @media (max-width: 768px) {
  
    /* Remove unwanted margin from cart icon */
    .nav-container .mobile-cart-icon,
    .nav-container .cart-icon-btn.mobile-cart-icon {
      margin-right: 0px !important;
    }
  
    /* If any parent or global rule adds margin */
    .nav-container a.mobile-cart-icon {
      margin-right: 0px !important;
    }
  
    /* If you used absolute positioning earlier */
    .mobile-cart-icon {
      right: 60px !important;   /* adjust if needed */
    }
  }

  /* =========================================
   MENU CATEGORY CARDS - EXACT DESIGN FIX
   (MATCH SECOND IMAGE)
========================================= */

/* 1️⃣ Grid layout - exactly 3 cards per row */
.menu-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 26px !important; /* equal spacing like design */
    margin-top: 40px !important;
}

/* 2️⃣ Card container - NO movement, NO shadow */
.menu-card {
    position: relative !important;
    display: block !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: transparent !important;
    box-shadow: none !important;   /* remove shadow */
    transform: none !important;     /* remove movement */
    transition: none !important;    /* disable card animation */
}

/* Remove hover effects from card */
.menu-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* 3️⃣ Image wrapper */
.menu-card-img {
    overflow: hidden !important;
    border-radius: 18px !important;
}

/* 4️⃣ Image zoom ONLY */
.menu-card-img img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover !important;
    transition: transform 0.35s ease-in-out !important;
    border-radius: 18px !important;
}

/* Only image zoom on hover */
.menu-card:hover .menu-card-img img {
    transform: scale(1.08) !important;
}

/* 5️⃣ Overlay text - same style */
.menu-card-overlay {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 14px 16px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0)) !important;
}

/* Subtitle */
.menu-card-overlay h5 {
    font-size: 20px !important;
    color: #ffe7d6 !important;
    margin-bottom: 4px !important;
}

/* Title */
.menu-card-overlay h3 {
    font-size: 20px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

/* 6️⃣ Responsive layout */
@media (max-width: 992px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .menu-grid {
        grid-template-columns: 1fr !important;
    }
}

.menu-card.div_hover:hover,
.menu-card:hover {
    transform: none !important;
}





/* =========================================
   PERFECT SPACING FIX - MATCH SECOND IMAGE
========================================= */

/* Reduce top space of section */
.menu-listing-pg {
    padding-top: 60px !important;   /* reduce space above cards */
}

/* Fix heading (label) spacing */
.line-after {
    margin-bottom: 22px !important;  /* exact space between title & cards */
}

/* Remove extra margin from grid */
.menu-grid {
    margin-top: 0px !important;      /* remove big gap */
    gap: 10px !important;            /* match card spacing exactly */
}

/* Fix container side padding (align like second image) */
.menu-listing-pg .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Add controlled side spacing like design */
@media (min-width: 992px) {
    .menu-listing-pg .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Ensure cards are perfectly aligned vertically */
.menu-card {
    margin: 0 !important;
}




/* ===============================
   REMOVE ALL UNWANTED SHADOWS & EFFECTS
   ONLY FOR MENU CATEGORY SECTION
================================ */

/* Force remove card shadow */
.menu-grid .menu-card {
    box-shadow: none !important;
    background: transparent !important;
}

/* Kill hover movement & fake shadow */
.menu-grid .menu-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Disable div_hover effect ONLY for menu cards */
.menu-grid .div_hover,
.menu-grid .div_hover:hover,
.menu-grid .div_hover:before,
.menu-grid .div_hover:hover:before {
    transform: none !important;
    opacity: 0 !important;
    box-shadow: none !important;
}

/* Ensure no extra background gradient in section */
.menu-listing-pg {
    background: #fbf4ef !important;
}




/* ===============================
   MOBILE CATEGORY SECTION FIX
   (MAKE CARDS NEAT ON MOBILE)
================================ */
@media (max-width: 576px) {

  /* Add side padding back on mobile */
  .menu-listing-pg .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Reduce card width visually */
  .menu-grid {
    gap: 14px !important;
  }

  /* Make cards look smaller & neat */
  .menu-card-img img {
    height: 180px !important;   /* reduce image height */
    border-radius: 14px !important;
  }

  /* Reduce text size for mobile */
  .menu-card-overlay h5 {
    font-size: 16px !important;
  }

  .menu-card-overlay h3 {
    font-size: 16px !important;
  }
}

/******************card width**********************/
.menu-listing-pg .container {
    max-width: 1050px !important;
}





/* =========================================================
   🔥 EXACT UNDERLINE FIX FOR YOUR TWO SECTIONS ONLY
========================================================= */

/* ==============================
   SECTION 1 - NAV PILLS (TABS)
   Remove underline from Main Courses etc.
============================== */
.item-menu-sec .nav-pills .nav-link,
.item-menu-sec .nav-pills .nav-link:hover,
.item-menu-sec .nav-pills .nav-link:focus,
.item-menu-sec .nav-pills .nav-link.active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

/* Kill ::after underline effect on tabs */
.item-menu-sec .nav-pills .nav-link::after {
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}


/* ==============================
   SECTION 1 - PRODUCT LIST (FAMILY BUCKETS etc.)
============================== */
.item-menu-sec .list-group-item a,
.item-menu-sec .list-group-item a:hover,
.item-menu-sec .list-group-item h4,
.item-menu-sec .list-group-item h4:hover,
.item-menu-sec .list-group-item:hover h4 {
    text-decoration: none !important;
    border-bottom: none !important;
    background-image: none !important;
}

/* Kill animated underline if exists */
.item-menu-sec .list-group-item h4::after,
.item-menu-sec .list-group-item a::after {
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}


/* ==============================
   SECTION 2 - HOT COMBOS CARDS
============================== */
.padding-top .flex-item h4,
.padding-top .flex-item h5,
.padding-top .flex-item:hover h4,
.padding-top .flex-item:hover h5 {
    text-decoration: none !important;
    border-bottom: none !important;
    background-image: none !important;
}

/* Kill animated underline */
.padding-top .flex-item h4::after,
.padding-top .flex-item h5::after {
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

/* =========================================
   REMOVE UNDERLINE ONLY FOR HOT COMBOS SECTION
========================================= */

/* Remove underline from the link wrapper */
.padding-top .flex-item > a,
.padding-top .flex-item > a:hover,
.padding-top .flex-item > a:focus {
    text-decoration: none !important;
    border-bottom: none !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Remove underline from text inside link */
.padding-top .flex-item > a h4,
.padding-top .flex-item > a h5,
.padding-top .flex-item > a:hover h4,
.padding-top .flex-item > a:hover h5 {
    text-decoration: none !important;
    border-bottom: none !important;
    background: none !important;
    background-image: none !important;
}

/* Kill animated underline (::after) if exists */
.padding-top .flex-item > a::after,
.padding-top .flex-item > a h4::after,
.padding-top .flex-item > a h5::after {
    content: none !important;
}