   /* Custom CSS for KFC carousel */
   :root {
    --kfc-red: #e4002b;
    --kfc-black: #000000;
}

body {
    background-color: var(--kfc-black);
}
.navbar {
    background-color: var(--dark-bg);
    padding: 0.5rem 0; /* Reduced padding */
    height: 70px; /* Fixed height */
}

.navbar-brand img {
    height: 40px; /* Adjusted logo size */
    width: auto;
}

.navbar .container {
    gap: 0.5rem;
}

.nav-btn {
    background: transparent;
    color: white;
    border: none;
    padding: 0.3rem 0.8rem;
    margin: 0 0.3rem;
    font-weight: bold;
    font-size: 0.9rem;
}

.cart-btn {
    background: transparent;
    border: none;
    position: relative;
    padding: 0.3rem;
    margin: 0 0.3rem;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--kfc-red);
    color: white;
    border-radius: 50%;
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
}

.login-btn {
    border: 2px solid white;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.login-btn:hover {
    background: white;
    color: var(--dark-bg);
}

/* Hamburger Menu Styles */
.hamburger-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
    margin-right: 0.5rem;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    transition: left 0.4s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar.active {
    left: 0;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sidebar-menu li {
    margin: 2rem 0;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.sidebar.active .sidebar-menu li {
    transform: translateY(0);
    opacity: 1;
}

.sidebar-menu a {
    color: var(--kfc-red);
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.sidebar-menu a:hover {
    color: var(--light-text);
}

.sidebar-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    color: var(--kfc-red);
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.sidebar-close:hover {
    color: var(--light-text);
}

/* Add transition delays for menu items */
.sidebar-menu li:nth-child(1) { transition-delay: 0.1s; }
.sidebar-menu li:nth-child(2) { transition-delay: 0.2s; }
.sidebar-menu li:nth-child(3) { transition-delay: 0.3s; }
.sidebar-menu li:nth-child(4) { transition-delay: 0.4s; }

/* Carousel Styles */
.hero-carousel {
    position: relative;
    margin-top: 120px;
}

.carousel-item {
    height: 500px;
    background-color: var(--kfc-black);
}



.product-image {
    width: 100%;
    text-align: left;
}

.product-image img {
    max-width: 100%;
    height: auto;
}

.product-info {
    width: 50%;
    color: white;
    text-align: left;
    padding-left: 50px;
}

.product-title {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-price {
    font-size: 36px;
    color: white;
}

.price-amount {
    background-color: var(--kfc-red);
    padding: 5px 15px;
    border-radius: 5px;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: var(--kfc-red);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    margin: 0 20px;
}

.carousel-indicators {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    left: auto;
    justify-content: flex-end;
}

.carousel-indicators button {
    width: 30px !important;
    height: 4px !important;
    background-color: var(--kfc-red) !important;
    margin: 0 5px !important;
    border: none !important;
}

.login-section{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #1c1816;
    border-radius: 10px;

    margin-top: 20px;
    margin-bottom: 20px;


}

.receipt-box{
    border: 2px solid var(--primary-red);
    box-shadow: 0 0 15px rgba(228, 0, 43, 0.3);
    border-radius: 10px;
    padding: 2rem;
    color:#3f3d3d;
    background-color: #fff;



}

.css-16hxacb {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    color: rgb(255, 255, 255);
    background-color: rgb(211, 47, 47);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.order-option {
    align-items: center;
    background-color: #1c1816;
    background-color: var(--light-theme);
    border: none;
    border-radius: 5px;
    display: flex;
    font-weight: 700;
    padding: 7px 24px;
    text-transform: uppercase;
    transition: all .3s;
}

.order-through {
    margin-block: 10px;
    margin-inline: 20px;
}

.order-options {
    display: flex
;
    gap: 10px;
}

.category-container-custom {
    padding: 0 clamp(3rem, calc(-7rem + 10vw), 7rem);
}

.order-option:hover .order-title, .order-title {
    color: #fff;
    color: var(--white);
}

.order-title {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}

.order-option img {
    border-radius: 5px;
    height: 25px;
    padding: 0;
}

.fly-cart-btn {
    align-items: center;
    background-color: initial;
    background-image: url(images/bucket-filled.5ed4fd2893f4b6af2b06.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    bottom: -15px;
    color: #000;
    display: flex;
    font-family: National2CondensedBold;
  
    font-weight: 600;
    height: 50px;
    justify-content: center;
    margin-right: 10px;
    margin-top: 15px;
    padding: 0;
    right: 20px;
    width: 45px;
}

.header-color {
    background-color: #000;
    /* background-color: var(--header-color); */
}

.option-active {
    border: 2px solid #ea002a;
    /* border: 2px solid var(--theam); */
}
.order-option {
    align-items: center;
    background-color: #1c1816;
    /* background-color: var(--light-theme); */
    border: none;
    border-radius: 5px;
    display: flex
;
    font-weight: 700;
    padding: 7px 24px;
    text-transform: uppercase;
    transition: all .3s;
}

.order-option:hover .order-title, .order-title {
    color: #fff;
    /* color: var(--white); */
}
.order-title {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}

.pickup-store-name {
    background-color: #1c1816;

    border: 2px solid #1c1816;
   
    border-radius: 5px;
    padding: 7px 10px;
}

.pickup-store-name h4, .pickup-store-name p {
    color: #fff;
    /* color: var(--white); */
    margin-bottom: 0;
}
.pickup-store-name h4, .pickup-store-name p {
    color: #fff;
    /* color: var(--white); */
    margin-bottom: 0;
}
.pickup-store-name h4 {
    font-size: 14px;
    font-weight: 700;
}

.pickup-store-name p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    height: 23px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    width: 280px;
}
.pickup-store-name h4, .pickup-store-name p {
    color: #fff;
    /* color: var(--white); */
    margin-bottom: 0;
}

.header-color {
    background-color: #000;
    /* background-color: var(--header-color); */
}
.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-logo-mobile {
    display: none;
}

:root {
    --kfc-red: #e4002b;
    --dark-bg: #1a1a1a;
    --light-text: #ffffff;
}

.modal-content {
    background-color: var(--dark-bg);
    color: var(--light-text);
    border: 1px solid var(--kfc-red);
}

.modal-header {
    border-bottom: 1px solid var(--kfc-red);
}

.modal-footer {
    border-top: 1px solid var(--kfc-red);
}

.close-btn {
    background: none;
    border: none;
    color: var(--light-text);
    font-size: 1.5rem;
}

.form-control {
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    color: var(--light-text);
}

.form-control:focus {
    background-color: #2a2a2a;
    border-color: var(--kfc-red);
    color: var(--light-text);
    box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
}

.form-label {
    color: var(--light-text);
}

.submit-btn {
    background-color: var(--kfc-red);
    color: var(--light-text);
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: scale(1.05);
    background-color: #ff0033;
}

.time-slot {
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    color: var(--light-text);
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-slot:hover {
    border-color: var(--kfc-red);
}

.time-slot.selected {
    background-color: var(--kfc-red);
    border-color: var(--kfc-red);
}

.menu-item {
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.menu-item:hover {
    border-color: var(--kfc-red);
}

.menu-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    background-color: var(--kfc-red);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

}
.kfc-mmm, .kfc-ppp {
    color: #fff;
    margin-bottom: 0;
    white-space: nowrap;
}
.kfc-mmm {
    /* font-family: National2CondensedBold; */
    /* font-family: var(--theam-font); */
    font-size: 22px;
    font-weight: 700;
}

.gap-10 {
    gap: 10px;
}

*::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

*::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
	background-color: rgb(51, 51, 51);
}

.login-goback {
    left: 20px;
    position: absolute;
    top: 20px;
}
.welcome-login {
    padding: 30px 40px;
}

.login-field {
    background-color: #1c1816;

    border-radius: 5px;
    margin: 100px auto 0;
    width: 70%;
}

.login-container{

    margin-bottom: 40px;

}

.home-page-02 {
    display: block;
    z-index: 4;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -100px;
}

#fancyTabWidget {
    padding: 30px 50px;
    border-radius: 20px;
    background: url(home/images/Asset1.png) left bottom no-repeat, url(home/images/KFC Watermark2.png) right bottom no-repeat;
    background-size: 80px, 80px;
    background-color: #fff;
    /* opacity: 0.5; */
}

.fancyTab {
    text-align: center;
    background-color: #fff;
    /* transition: top .1s; */
    width: 50%;
    z-index: 0;
    cursor: pointer !important;
}

.nav-tabs > li.fancyTab {
    /* margin-right: 1px; */
    margin-bottom: 0;
    border-radius: 5px;
    cursor: pointer !important;
}

.fancyTab.active a {
    background-color: #ffa402 !important;
}

.home-page-03 {
    box-shadow: -1px 10px 20px -9px rgba(87, 87, 87, 1);
}

@media (min-width: 1200px) {
    .col-lg-offset-3 {
        margin-left: 25%;
    }
}
@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%;
    }
}

.btn-red-round:active, .btn-red-round:hover {
    background-color: #c92e31;
    border-color: #e5e5e5;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color: #e0e0e0 !important;
}
.home-page-05 {
    margin-top: 15px;
}
.btn-green-round, .btn-orange-round, .btn-red-round {
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 0px #e5e5e5 solid;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    outline: none;
    font-family: 'sharpsans-semibold';
    cursor: pointer !important;
    letter-spacing: 1px;
    font-size: 16px;
    /* font-weight: bold; */
}
.btn-red-round {
    /* font-size: 16px; */
    /* border-radius: 5px; */
    /* padding: 10px; */
    /* border: 2px solid #fff; */
    background-color: #ffa402;
    /* font-weight: 600; */
    text-align: center;
    margin: 0 0 15px;
    cursor: pointer;
    /* box-shadow: none; */
}
.btn-red-round {
    font-family: 'sharpsans-bold';
    width: 100%;
    color: #fff;
    display: block;
}

.home-page-04 {
    width: 100%;
    background-color: #e5e5e5;
    padding: 12px !important;
    color: #333;
    font-weight: bolder;
    font-size: 14px;
    border: 1px #ccc solid;
}

.fancyTab.active span {
    color: #fff !important;
}
.fancyTab.active span {
    color: #fff !important;
}
.fancyTab.active span {
    color: #ffa402 !important;
}

#fancyTabWidget .active img {
    filter: brightness(0) invert(1);
}

nav.nav-tabs .fancyTab a[data-toggle="tab"] {
    background-color: transparent;
    border-bottom: 0;
}
.nav-tabs > li.fancyTab > a {
    margin-right: 0;
    border-top: 0;
}

.fancyTab a {
    font-size: 14px;
    font-weight: 300;
    /* transition: .2s; */
    color: #333;
    padding: 10px 20px;
    background: #ffa402;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
}

 .font-family1 {
    /* font-family: 'sharpsans-bold'; */
    font-family: 'sharpsans-semibold' !important;
    color: #4d4d4d;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.8px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: bold;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
    background-color: transparent;
    border-bottom: 0;
}
.nav-tabs > li.fancyTab > a {
    margin-right: 0;
    border-top: 0;
}

.fancyTab.active a {
    background-color: #ffa402 !important;
}

.dh2 {
    Color: #231F20;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    font-family: "sharpsans-bold";
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.branding {
    background-color: #1c1816 !important;
    Color: #1c1816;
    font-size: 0px !important;
    display: none !important;
}

.closeIcon {
    margin: 0;
    position: absolute;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    top: 50px; 
    right: 80px; 
    background-color: #fff;
    }

    modal-design span {
        background-color: #ea002a;
        background-color: var(--theam);
        height: 18px;
        width: 15px;
        z-index: 9999;
    }

    .modal-content {
        background-color: #1c1816 !important;
    
        border-radius: 30px;
        color: #fff;
        
        height: 91vh;
        margin-top: 0;
        position: relative;
    }

    @media (min-width: 992px) {
        .modal-lg, .modal-xl {
            --bs-modal-width: 800px;
        }
    }

    .modal-lg, .modal-xl {
        --bs-modal-width: 800px  !important;
    }

    .foodItem{

        --bs-modal-width: 800px  !important;
    }

    .motal-cart-btn {
        background: #e4002b;
        background: linear-gradient(257deg, #e4002b 42%, #ff4065 52%, #e4002b 64%);
        border-radius: 7px;
        color: #fff !important;
        font-family: National2ragular;
      
        justify-content: space-between;
        margin: 0 auto;
        padding: 10px;
        width: 95%;
    }

    .motal-cart-btn span {
        font-family: National2Medium;
    
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }



    .motal-cart-btn span {
        font-family: National2Medium;
       
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .errow-line, .motal-cart-btn {
        align-items: center;
        display: flex
    ;
    }
    .errow-line {
        background-color: #fff;
        border-radius: 50%;
        color: #000;
        font-size: 24px;
        font-weight: 900;
        height: 30px;
        justify-content: center;
        width: 30px;
    }

    .item-img img {
        border-radius: 7px;
        width: 75%;
        z-index: 9;
    }

    .main-heading h2 {
        font-family: National2CondensedBold;
        font-family: var(--theam-font);
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-align: center;
    }

    .main-heading p {
        color: #fff;
        color: var(--white);
        font-family: National2ragular;
        font-family: var(--regular-font);
        margin-bottom: 10px;
        padding-inline: 15px;
        text-align: center;
    }
    
    .manu-img-item img{
        
        height: 200px;
    width: 100%;
    /* height: auto; */
    display: block;
    object-fit: contain;
    }
    
    #container {
  /*width: 300px;*/
  max-height: 400px;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #222;
  color: #ccc;
  text-align: justify;
  overflow-y: auto;
}

@media (max-width: 766px) {
       .carousel-item{
         
              height: 200px !important;
       }
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
    .ipad-center {
      /*//  display: flex  !important;*/
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .ipad-center2{
       /*// display: flex  !important;*/
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Your iPad portrait-specific styles */
  
  .item-img {
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
}
.item-img img {
    border-radius: 7px;
    width: 24%  !important;
    z-index: 9;
} 
.menu-card{
    margin-right: 10px;
    margin-left: 10px;
}


}




@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Your iPad landscape-specific styles */
  
    .menu-card{
    margin-right: 10px;
    margin-left: 10px;
}
    
  
  .item-img {
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
}
.item-img img {
    border-radius: 7px;
    width: 24%  !important;
    z-index: 9;
}
}
