  /*----- Default CSS -----*/
  @font-face {
    font-family: 'Trajan Pro';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/trajan-pro-webfont/TrajanPro-Regular.woff') format('woff'), url('../fonts/trajan-pro-webfont/TrajanPro-Bold.woff') format('woff');
  }



  :root {
      --m-main: #46200B;
    --primary-blue: #0F497B;
    --accent-gold: #CE9730;
    --text-light: #F0F0F0;
    --text-dark: #02090F;
    --bg-light: #F7F7F7;
    --m-white: #ffffff;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
  }

  html,
  body {
    height: 100%;
    margin: 0;

  }

  p {
    font-family: "Inter", sans-serif;
  }

  section {
    padding-block: 60px;
  }

  .row {
    margin: 0;
  }

  .khan_title {
    font-family: "Trajan Pro", serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
  }

  body {
    color: var(--text-dark);
    background-color: #fffdfb;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: var(--font-body);
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .text-main {
    color: var(--bs-primary);
  }

  .border-light {
    border: 1px solid #fdd7bc !important;
  }

  .bgc-light {
    background-color: #feefe4;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    line-height: 1.3;
  }

  h3 {
    font-size: 20px;
  }


  .border-rl {
    border-right: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
  }



  p {
    line-height: 1.7;
    margin: 0;
  }

  .right {
    text-align: right;
    float: right;
  }

  a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--accent-gold);
  }

  ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-moz-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-moz-scrollbar-thumb {
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CB9453;
  }

  ::-o-scrollbar-track {
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-o-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-o-scrollbar-thumb {
    border-radius: 5px;
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CB9453;
  }

  .scroller {
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #C2D2E4;
  }

  .main-nav nav .right .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 3px;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-0 {
    padding-top: 0;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .mb-20 {
    margin-bottom: 30px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .rounded-lg {
    border-radius: 12px;
  }

  .max-w-7xl {
    max-width: 80rem;
  }

  .max-w-3xl {
    max-width: 48rem;
  }

  .max-w-2xl {
    max-width: 42rem;
  }

  button:focus {
    outline: 0;
  }

  .btn.focus,
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  .bk-wihte {
    background: #fff;
  }


  .l-pad {
    padding-left: 0;
  }

  .rounded-3 {
    border-radius: 100px !important;
  }

  .main-btn {
    background-color: var(--accent-gold);
    color: white;
    border-radius: 14px;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s ease;
    padding: 8px 18px;
    width: 190px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px 0px #0000001A;
  }

  .sign-btn {
    width: 180px;
  }

  .main-btn:hover {
    background-color: #b07b1b;
    color: white;
  }

  .main-outline-btn {
    background-color: transparent;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition-property: all;
    transition-timing-function:
      cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;

  }

  .main-outline-btn:hover {
    background-color: var(--bs-second);
    color: #fff !important;
    border: 1px solid var(--bs-second);
  }


  /*----- Home Demo One CSS -----*/


  .main-container {
    height: 100vh;
    padding: 0;
  }


  .welcome-panel {
    position: relative;
    /* background-color: var(--primary-blue); */
    color: var(--text-light);
    background: linear-gradient(rgb(16 121 223 / 70%), rgb(11 109 204 / 70%)),url("../images/auth-overlay.png");
    background-size: cover;
  }

  .logo-section {
    line-height: 1;
  }



  .welcome-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .welcome-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
  }



  .create-account-panel {
    background-color: var(--bg-light);
    color: var(--text-dark);
  }

  .account-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 1px;
    margin-bottom: 80px;
  }

  .checkout_input {
    border: none;
    border-bottom: 2px solid #0F497B;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none !important;
    font-size: 20px;
    font-weight: 400;
    color: var(--text-dark);
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .checkout_input::placeholder {
    color: #02090F;
    font-family: var(--font-body);
  }

  .side-menu-wrap {
    display: none !important;
  }




  .navbar-blur {
    background: linear-gradient(rgb(16 121 223 / 70%), rgb(11 109 204 / 70%)),url("../images/header-overlay.png");
    background-size: cover;
    padding-block: 14px;
    transition: all 0.3s ease;
    position: sticky !important;
  }

  .navbar-height {
    height: 4rem;
  }

  .navbar-height img{
    max-height: 80px;
  }

  .fs-4 {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
  }

  .nav-link.custom-link {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .nav-link.custom-link:hover {
    color: #F0F0F0;
    transform: translateY(-1px);
  }

  .btn-sign-in {
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .btn-sign-in:hover {
    border: none;
    color: #fff;

  }

  .booking-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
  }

  .about-images {
    position: relative;
    height: 450px;
  }

  .about-img {
    position: absolute;
    width: 300px;
    height: 450px;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0px 4px 10px 0px #0000001A;

    transition: 0.3s ease;
  }

  .img-1 {
    left: 0;
    top: 30px;
    height: 420px;
    transform: rotate(-10deg);
  }

  .img-2 {
    left: 120px;
    transform: rotate(0deg);
    z-index: 3;
  }

  .img-3 {
    left: 240px;
    top: 30px;
    height: 420px;
    transform: rotate(10deg);
  }

  /* Hover effect (optional) */
  .about-img:hover {
    transform: scale(1.05);
    z-index: 10;
  }

  .about-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    /* font-family: "Georgia", serif; */
  }

  .about-text p {
    color: var(--text-dark);
    line-height: 140%;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .btn-menu {
    background-color: #cfa24d;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
  }

  .btn-menu:hover {
    background-color: #b88e3e;
    color: #fff;
  }


  .cart_badge {
    width: 16px;
    height: 16px;
    background-color: #FF383C;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
  }

  /* ===== FOOD CARD ===== */
  .food-card {
    background: #fff;
    border-radius: 50px;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #333333;
    box-shadow: 0px 4px 10px 0px #00000040;

    height: 100%;
  }

  .food-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -145px;
  }

  .food-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    color: var(--text-dark);
    text-align: left;
  }

  .food-desc {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-dark);
    margin: 10px 0;
    text-align: left;
  }

  .food-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .price {
    font-weight: 700;
  }

  .btn-cart {
    width: 150px;
    height: 38px;
    font-size: 14px;
    border-radius: 12px;
  }


  /* ===== CONTACT FORM ===== */
  .contact_section {
    background-color: #F7FBFE;
  }

  .contact-form input,
  .contact-form textarea {
    border: none;
    padding-inline: 0;
    border-bottom: 2px solid #0F497B;
    color: var(--text-dark);
    border-radius: 0;
    background: transparent;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: var(--text-dark);
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    box-shadow: none;
    border-bottom: 2px solid #0F497B;
  }


  /* ===== FOOTER ===== */
  .footer {
    background: linear-gradient(rgb(16 121 223 / 70%), rgb(11 109 204 / 70%)), url("../images/footer-overlay.png");
    background-size: cover;
    color: #fff;
    padding: 60px 0 20px;
  }

  .footer-logo {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
  }



  .footer h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .footer ul li {
    margin-bottom: 10px;
  }

  .footer ul li a {
    color: #F7FAFE;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
  }

  .footer ul li a:hover {
    text-decoration: underline;
  }

  /* ===== SOCIAL ===== */
  .social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #235a8e;
    border-radius: 0px;
    color: #fff;
    margin-right: 8px;
    transition: 0.3s;
  }

  .w-65 {
    width: 65%;
  }

  /* ===== COPYRIGHT ===== */
  .footer-bottom {

    margin-top: 40px;
    padding-top: 15px;
    font-size: 24px;
    opacity: 0.9;
  }


  /* Left content */
  .food-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
  }


  /* Images */
  .image-group {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .image-card {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;

  }

  .w-90 {
    width: 90%;
  }

  .image-card.large {
    width: 50%;
    height: 400px;
  }

  .image-card.small {
    width: 50%;
    height: 280px;
  }

  .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Dots */
  .dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
  }

  .dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D9D9D980;
  }

  .dots span.active {
    background: #CE9730;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .image-group {
      justify-content: center;
    }
  }

  @media (max-width: 768px) {
    .image-group {
      flex-direction: column;
    }

    .image-card.large,
    .image-card.small {
      width: 100%;
      max-width: 100%;
    }
  }

  .booking-title {
    font-weight: 700;
    font-size: 36px;
    color: var(--text-dark);
  }

  .reservation-image {
    border-radius: 50px;
    overflow: hidden;
    height: 600px;
  }

  .reservation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 80px;
    margin-top: 50px;
    box-shadow: 0px 4px 40px 0px #0000001A;

  }

  .form-control,
  .form-select {
    border: none;
    padding-inline: 0;
    border-bottom: 2px solid #0F497B;
    color: var(--text-dark);
    border-radius: 0;
    background: transparent;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .form-control:focus,
  .form-select:focus {
    box-shadow: none;
    border-bottom: 2px solid #0F497B;
  }

  .form-control::placeholder,
  .form-select::placeholder {
    color: var(--text-dark);
  }

  /* Submit Button */
  .btn-submit {
    margin-top: 50px;
    width: 250px;
  }


  /* ===== TABS ===== */
  .menu-tabs {
    background: #fff;
   padding: 14px;
    border-radius: 16px;
    display: inline-flex !important;
    gap: 14px;
    box-shadow: 0px 4px 10px 0px #0000001A;
    margin: 10px 0 30px;
    border-bottom: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    overflow-y: clip;
    /*padding-bottom: 10px;*/
    /*padding-inline: 0;*/

  }
.item_data img{
    width:150px;
    height:150px;
}
  .menu-tabs li {
    width: 22%;
  }

  .menu-tabs .nav-link {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-blue);
    transition: .3s;
    width: 100%;
    background-color: #F7FBFE;
    border: none;
  }

  .menu-tabs .nav-link.active {
    background: var(--accent-gold);
    color: #fff;
  }




  /* ===== TAB ANIMATION ===== */
  .tab-pane {
    animation: fadeSlide .4s ease;
  }

  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(15px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== SIDEBAR ===== */
  .side-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0px 4px 40px 0px #0000001A;

    margin-bottom: 20px;
  }

  .side-card hr {
    height: 1.5px;
    background-color: #00000047;
  }

  .side-card h6 {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-dark);
  }

  .side-card .small {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-dark);
  }

  .side-card .bold {
    font-weight: 700;
    font-size: 16px;
    color: var(--text-dark);
  }

  .t_coupon {
    color: var(--accent-gold);
    font-size: 16px;
    font-weight: 400;
  }

  .header_wrap {
    background:linear-gradient(rgb(16 121 223 / 70%), rgb(11 109 204 / 70%)),url("../images/footer-overlay.png");
    background-size: cover;
    color: #fff;
    padding: 60px 0 20px;
  }

  .meal_title {
    font-size: 30px;
    line-height: 48px;
  }

  .meal_price {
    font-size: 24px;
  }

  .add_to_cart {
    margin-top: 100px;
    height: 60px;
    font-size: 22px;
    font-weight: 400;
  }

  .add_to_cart img {
    width: 40px;
    padding-left: 10px;
  }

  .add_to_cart .cart_badge {
    top: 0px;
    right: -5px;
  }

  .address-box {
    background: #fff;
    border-radius: 20px;
    padding: 0px 14px;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #0000001A;
  }


  .address-box input {
    border: none;
    outline: none;
    padding: 10px 14px;
    width: 100%;
    font-size: 16px;
    text-decoration: underline;
    border-left: 1px solid #0000001A
  }

  .address-box input::placeholder {
    color: var(--text-dark);
  }

  .cart-box {
    border: 1px solid #333333;
    border-radius: 50px;
    padding: 50px 30px;
    /* background: #fff; */
  }

  .cart-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
  }



  /*qty style*/
  .num-in {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: var(--accent-gold);
    width: 120px;
    height: 44px;
    border-radius: 8px;
    padding-inline: 6px;
  }

  .num-in span , .num-in button{
    display: block !important;
    width: 35px;
    height: 35px ;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 0;
    height: 100%;
  }

  .num-in span i , .num-in button i{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }

  .num-in span.dis , .num-in button.dis{
    /* border: 2px solid var(--primary-blue); */
    cursor: not-allowed;
  }

  .num-in span.dis i , .num-in button.dis i{
    /* color: var(--primary-blue); */
    /* opacity: 0.25; */
  }

  .num-in input {
    width: 35px;
    height: 35px;
    height: 100%;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
  }

  .quantityText {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 8px;
  }

  .cart-box .food-price {
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 700;
  }

  .cart-box .food-title,
  .cart-box .food-price,
  .cart-box .num-block,
  .cart-box .cart_item_delete {
    margin-top: 20px;
  }

  .cart_item_delete img {
    width: 32px;
    height: 32px;
    margin-top: 6px;
  }

  .cart-box hr {
    margin: 28px 0;
    height: 1.5px;
    background-color: #00000047;
  }

  .checkout-box {
    max-width: 90%;
  }

  .info-box {
    background: #F7FBFE;
    border-radius: 20px;
    padding: 16px 16px;
    font-size: 18px;
    color: var(--text-dark);
  }

  .info-box a {
    text-decoration: none;
    font-weight: 700;
    color: var(--text-dark);
  }

  .checkout-title {
    font-weight: 400;
    font-size: 24px;
    color: var(--text-dark);
  }

  .checkout_input {
    border-radius: 20px;
    padding: 16px;
    border: 1px solid var(--text-dark);

  }

  .checkout-box .mb-4 {
    margin-bottom: 30px !important;
  }

  .checkout_input::placeholder,
  .custom-textarea::placeholder {
    color: var(--text-dark);
    font-size: 16px;
  }

  .custom-textarea {
    border-radius: 20px;
    min-height: 100px;
    resize: none;
    padding: 16px;
    border: 1px solid var(--text-dark);
  }

  .checkout_input:focus,
  .custom-textarea:focus {
    box-shadow: none;
    border: 2px solid #0F497B;
  }

  .payment-option {
    font-size: 16px;
    color: var(--text-dark);
    cursor: pointer;
    background: #fff;
  }

  .payment-option p {
    line-height: 120%;
  }

  .text-bold {
    font-weight: 700;
  }

  .icon-box img {
    width: 24px;
    height: 24px;

  }

  .form-check-input {
    width: 16px;
    height: 16px;
  }

  .about-wrap {
    padding-block: 60px;
    background-color: #EEF6FD;
  }

  .about-wrap p {
    width: 90%;
    font-weight: 400;
    font-size: 20px;

  }

  .forgot_link {
    color: var(--text-dark);
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
  }

  .contact_image {
    position: relative;
  }

  .contact_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0, 0)),
      url("../images/contact-overlay.png") center / cover no-repeat;
  }

  .contact_title {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 75px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .contact-section {
    /* background-color: #ffffff; */
  }
.pd-6{
  padding-bottom: 200px;
}
  .contact-section {
    margin-top: -180px;
  }

  .contact-card {
    padding: 24px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 40px 0px #00000040;
    overflow: hidden;
    position: relative;
    z-index: 2;
    opacity: 70%;
    color: var(--text-dark);
  }

  .contact-card h6 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .contact-card p {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .avatars img {
    margin-top: -70px;
  }
  
  
.restorant_modal .main_btn {
  font-weight: 600;
}

.accordion-button {
  color: var(--primary-blue);
  background-color: #eeedea;
  font-size: 16px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-blue);
  background-color: #eeedea;
  font-size: 15px;
  font-weight: 700;
  border-radius: 18px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--primary-blue);
  outline: 0;
  box-shadow: none;
}

.accordion-button.collapsed {
  border-radius: 18px;
}

.accordion-item:first-of-type .accordion-button.collapsed {
  border-top-width: 1px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.accordion-button.collapsed {
  border-bottom-width: 1px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
  border-radius: 18px;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
   
}

.radio-card {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #46200B1A;
  border-radius: 16px;
  padding: 12px 2px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  color: var(--m-main);
  transition: border 0.2s ease;
}
.radio-card.no_border{
     border: none;
  padding: 0 16px;
}
.radio-card:last-of-type {
  margin-bottom: 0px;
}

.radio-card:hover {
  border-color: var(--accent-gold);
}

.radio-card input[type="radio"] {
  display: none;
}

.custom-radio {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border: 1px solid #46200B80;
  border-radius: 50%;
  background: #fff;
}

.radio-card input[type="radio"]:checked~.custom-radio {
  border: 2px solid var(--accent-gold);
  background: radial-gradient(circle at center, #ff7a00 35%, #ffffff 60%)
}

.radio-label {
  margin-right: 24px;
  display: inline-block;
}
.restorant_modal .modal-content {
  border-radius: 15px;
  padding: 20px;
}
.restorant_modal h2 {
    font-size: 22px;
}
.restorant_modal .radio-card {
  border: none;
  width: 50%;
  margin-bottom: 0;
}

.restorant_modal .custom-radio {
  top: 25px;
}

.form_check {
  display: block;
  /* margin-bottom: 15px; */
}

.form_check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_check label {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-blue);
}

.form_check label a {
  font-weight: 700;
  color: var(--accent-gold);
}

.form_check label:before {
  content: '';
  appearance: none;
  background-color: var(--accent-gold);
  background-color: #46200B1A;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 5px;
  width: 24px;
  height: 24px;
}

.form_check input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;

  height: 14px;
  border: 2px solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form_check input:checked+label:before {
  background-color: var(--accent-gold);
}

.btn_select_modal{
    width: 100px;
    border-radius: 12px 0 0 12px;
    font-size: 14px;
}
.select_modal{
    border-radius:  0 12px 12px 0 ;
}
.quantityText {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 8px;
}
.check_modal{
    margin-bottom: 16px;
}
.check_modal label {
    font-size: 16px;
    font-weight: 600;}
.check_modal label:before {
    width: 24px;
    height: 24px;}



.dropdown-menu {
  border-radius: 0;
  padding: 16px 14px;
  border: none;
  margin-top: 10px !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.dropdown-menu-profile li{
        padding: 8px 12px;
}
.dropdown-menu-profile li:hover{
    background-color: #ce9730;
}
.dropdown-menu-profile li:hover a {
    color: #fff !important;
}

.sub-menu-link {
  color: var(--m-main) !important;
  font-size: 15px !important;
}
 
.navbar-nav .nav-link a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: var(--m-white);
  padding: 0px 20px;
  display: inline-block;
  position: relative;
}   


/***** Profile *****/
#profile {
  padding: 50px 0;
}

#profile .card {
  padding: 25px;
  background: #6666661a;
  border: 0;
  border-radius: 15px;
  margin-bottom: 30px;
}

#profile .card h3 {
  color: var(--m-main);
}

#profile .card ul {
  list-style: none;
}

#profile .card ul li {
  font-size: 20px;
  color: #2c2c22;
}

#profile .card ul li a {
  color: #2c2c22;
  display:block;
  width: 100%;
  padding: 8px 0;
    border-radius: 12px;
}
#profile .card ul li a i{
      padding-left: 8px;
}
#profile .card ul li a.active {
  background: var(--accent-gold);
  color: #fff;
    padding: 8px 10px;
    border-radius: 12px;
}

hr {
  border: 1px solid #2c2c22;
}

#profile .data img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  margin-bottom: 20px;
  display: block;
}

#profile .avatar-upload {
  position: relative;
  max-width: 205px;
  margin-bottom: 30px;
}

#profile .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

#profile .avatar-upload .avatar-edit input {
  display: none;
}

#profile .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

#profile .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

#profile .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: var(--m-main);
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

#profile .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#profile .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#profile .form-control {
  background: #fff;
  border: 1px solid var(--m-main);
  transition: all 0.4s ease-out 0s;
  color: #2c2c22;
  border-radius: 0;
  width: 100%;
  font-size: 13px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 10px;
  line-height: 26px;
}

#profile label {
  color: #2c2c22;
  font-weight: 600;
}

#profile.address .remove {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 22px;
}

#profile.address .remove:hover {
  color: #2c2c22;
}

#profile.address .card p {
  color: #2c2c22;
}

#profile.address .add {
  transition: all 0.5s ease-in-out;
    text-decoration: underline;
    transition: all 0.5s 
ease-in-out;
    font-size: 18px;
    font-weight: 600;
    color: #46200b;
}
#profile.address .add i{
    padding-right: 8px;
    font-size: 16px;
}

#profile.order .card .flex-shrink-0 {
  width: 200px;
  height: 125px;
  position: relative;
}

#profile.order .card .flex-shrink-0 img {
  width: 200px;
  height: 125px;
  object-fit: cover;
  border-radius: 15px;
}

#profile.order .card .flex-grow-1 h5 {
  color: var(--m-main);
  font-size: 22px;
}

#profile.order .card .flex-grow-1 p {
  margin: 0;
  font-weight: 600;
  color: #2c2c22;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    background: linear-gradient(rgb(16 121 223 / 70%), rgb(11 109 204 / 70%)), url("../images/footer-overlay.png");
    background-size: auto, auto;
  background-size: cover;
  color: #fff;
  padding: 16px 0;
}


.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}


.breadcrumb-area h1 {
  display: block;
  text-transform: capitalize;
  color: #FEF9F6;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.breadcrumb>li+li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-inline: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0  0 0 12px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  /* content: "\f105"; */
  content: var(--bs-breadcrumb-divider, "/");

  font-family: "Font Awesome 5 Free";
  right: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 400;
  text-transform: capitalize;
  color: var(--m-second);
  font-size: 16px;
}

.breadcrumb-area .breadcrumb li.active {
  color: #fff;
  padding-right: 10px;
}


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}
.bg-main{
   background-color: var(--primary-blue); 
}
.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}
.service .service-item .service-inner .service-title-name h2 {font-size:18px;}
.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--primary-blue);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
 .service-content h4{font-size:20px;}
.service-content p ,.service-content ul li{color:#fff;}
/*** Service End ***/
#bar{
    position: absolute;
    top: 10%;
    z-index: 100;
}
.alert-danger {
    display: flex;
    align-items: center;
}
.alert-danger .close{
        border: none;
    right: 12px;
    position: absolute;

}
