.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0px !important;
    /*vertical-align: .255em;*/
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
    @media (max-width: 991.98px) {
    /* Make collapsed nav fill under header instead of over it */
    #main_nav.collapse {
        position: fixed;
        top: 0px;        /* ✅ match your header height */
        left: 0;
        right: 0;
        bottom: 0;
        width: 80vw;
        background: white;
        height: 100vh;
        z-index: 1;
    }

    /* Remove dark overlay since header already has close button */
    #main_nav.collapse.show::before {
        content: none;
    }

  /* Slide-down panel */
  #main_nav .container {
    /*position: absolute;*/
    inset: 0 0 0 0;
    background: #ffffff;
    padding: 16px 14px 24px;
    transform: translateY(-100%);
    transition: transform .25s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #main_nav.collapse.show .container {
    transform: translateY(0);
  }

  /* Column stack and section styling same as before */
  #main_nav .row { display: block; margin: 0; }
  #main_nav .col-lg-3 { width: 100%; padding: 0; margin-bottom: 14px; }
  #main_nav .list-group.dropdown {
    background: #f8f9fb;
    border-radius: 14px;
    padding: 14px 12px 6px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
  }
  #main_nav .list-group.dropdown > a.mb-0 {
    display: block;
    color: #212529;
    padding-right: 40px;
    font-size: 14px;
    letter-spacing: .5px;
  }
  #main_nav .dropdown-caret {
    right: 10px !important;
    top: 10px;
    height: 28px;
    width: 28px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #333;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
  }
  #main_nav .dropdown.show > .dropdown-caret {
    transform: rotate(180deg);
    background: #f2f2f2;
  }
  #main_nav .dropdown-menu {
    position: static;
    float: none;
    display: none;
    width: 100%;
    margin: 10px 0 4px;
    padding: 6px 0;
    background: transparent;
    box-shadow: none;
  }
  #main_nav .dropdown.show > .dropdown-menu {
    display: block !important;
  }
  #main_nav .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 12px;
    margin: 4px 0;
    border-radius: 10px;
    color: #343a40;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,.03);
  }
  #main_nav .dropdown-menu .dropdown-item:hover {
    background: #f2f6ff;
  }

  /* Mobile CTA */
  #main_nav .navbar-nav.d-lg-none {
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 12px 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    margin-top: 6px;
  }
}
   /*.mt-6{*/
   /*         margin-top:4rem !important;*/
   /*     }*/
        
    .scrollable-menu {
        max-height: 450px;
        /* Adjust this value as needed */
        overflow-y: auto;

    }

    .dropdown-menu.show {
        display: block;
    }
    
    .navbar{
        z-index:3;
    }


    .btn-chataccept {
        border-radius: 30px;
        border: 1px solid #5bbe2a;
        background-color: #5bbe2a !important;
        color: white !important;
    }

    .btn-chatreject {
        border-radius: 30px;
        border: 1px solid #ee4e5e;
        background-color: #ffffff !important;
        color: #ee4e5e !important;
    }

    .btn.clear-notification {
        font-size: 15px !important;
        padding: 8px 30px !important;
    }

    .btn.clear-notification:hover,
    .btn.clear-notification:focus,
    .btn.clear-notification:active {
        color: #fff !important;
        background: #ee4e5e !important;
    }

    @media screen and (max-width: 520px) {
        #notificationList {
            width: 370px !important;
        }
    }
    
    @media screen and (max-width: 395px) {
        #notificationList {
            width: 295px !important;
        }
    }

    a:hover {

        text-decoration: none !important;
       
    }

.d-lg-block:hover {
     background-color: #e2f2ee;
transition: background-color 0.3s;
}

    .border-top {
        border-top: 1px solid #e3e3e3 !important;
    }
    
       .modal-dialog.modal-sm {
    max-width: 360px;
    margin: auto;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 12px;
    border: none;
    padding: 24px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.modal-header h4 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 12px;
    text-align: center;
}

.modal-body p {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-bottom: 24px;
}

/* Buttons styling */
.btn-chataccept, .btn-chatreject {
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.btn-chataccept {
    background-color: #007bff;
    color: #ffffff;
    border: none;
}

.btn-chatreject {
    background-color: #f0f0f0;
    color: #007bff;
    border: 1px solid #ee4e5e;
}

/* Margin adjustments for the buttons */

.popup__action {
  display: flex;
  gap: 16px;
  align-items: center;
} 


.modal-content {
        background-clip: border-box !important;
        border: none !important;
        border-radius: 10px !important;
    }
    
    
    .bg-primary {
      background: linear-gradient(135deg, #286851, #60a88e);
    }
    .hover-bg-gray-100:hover {
      background-color: #f8f9fa !important;
    }
    .icon-x {
      font-size: 1.25rem;
      cursor: pointer;
      margin-left: 1rem;
    }
    .navbar{
        padding:0px !important;
    }
    
    .mt-7{
        margin-top:5rem !important;
    }
    
    .astroway-breadcrumb .breadcrumbs{
        color:#000000 !important;
    }
    .astroway-breadcrumb i{
        color:#000000 !important;
    }
     .astroway-breadcrumb a{
        color:#000000 !important;
    }
    
  
    .custom-dropdown .dropdown-menu {
        border-radius: 0.375rem; /* Match dropdown toggle */
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
    }
    .custom-dropdown .dropdown-item {
        font-size: 1rem; /* Increase font size */
        padding: 0.75rem 1.25rem; /* Adjust padding */
    }
    .custom-dropdown .dropdown-item:hover {
        background-color: #e2f2ee; /* Light background on hover */
    }
    
    
    
    
    /* Container for the animated icon */
.animated-icon-container {
    position: relative;
    width: 15vw; /* Scales with viewport width */
    height: 15vw; /* Keeps it square */
    max-width: 60px; /* Restrict to a maximum size */
    max-height: 60px;
    margin: 0 auto;
}

/* The PNG Icon */
.animated-icon {
    width: 60%; /* Relative to container size */
    height: 60%; /* Keeps it square */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Dotted Circle */
.dot-circle {
    width: 100%; /* Match container size */
    height: 100%; /* Match container size */
    border: 2px dashed rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate-dots 5s linear infinite;
}

/* Dotted Circle Animation */
@keyframes rotate-dots {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Container for animation with responsive layout */
.animate-contain {
    position: relative;
    margin: 6.5em auto; /* Center and add spacing */
    max-width: 365px; /* Restrict maximum size */
    height: auto; /* Let height adjust based on content */
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    background: #c1dbd485;
    border: 4px dotted #286952; /* Inner border */
}

/* Decorative borders */
.animate-contain::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    border: 5px solid #286952;
    pointer-events: none;
    right: calc(50% + 20px); /* Adjust dynamically */
    bottom: calc(50% + 10px);
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 9px;
}

.animate-contain::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    border: 5px solid #286952;
    pointer-events: none;
    left: calc(50% + 20px); /* Adjust dynamically */
    top: calc(50% + 10px);
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 9px;
}

/* Waiting Message */
#waitingMessage {
    border-radius: 6px;
    position: absolute;
    right: 0;
    z-index: 2;
    padding: 10px;
    font-size: 1em; /* Responsive font size */
}

#waitingMessageforcall {
    border-radius: 6px;
    position: absolute;
    right: 0;
    z-index: 2;
    padding: 10px;
    font-size: 1em; /* Responsive font size */
}

.chat-time-button-style{
    margin-bottom: 10px !important;
    margin-right: 5px !important;
}


/* Media Queries for Small Screens */
@media (max-width: 600px) {
             .navbar {
        background: #286851 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
       .kenuba-logo-dimensions{
        width: 42px !important;
        height: 42px !important;
    }
    .animated-icon-container {
        width: 25vw; /* Smaller on small screens */
        height: 20vw;
    }

    .animate-contain {
        padding: 0.5em; /* Reduce padding */
        font-size: 0.9em; /* Adjust font size */
    }

    .dot-circle {
        border-width: 1.5px; /* Thinner border */
    }

    #waitingMessage {
        font-size: 0.8em; /* Smaller font */
        padding: 5px;
    }
    
     #waitingMessageforcall {
        font-size: 0.8em; /* Smaller font */
        padding: 5px;
    }
}


span.chat-default-watermark {
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 8px;
    background: #28685117;
    font-size: 15px;
}

/* Styling for Missed Chat Modal */
#missedChatModal .modal-content {
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#missedChatModal .modal-body img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#missedChatModal h5 {
    color: #333;
    font-size: 16px;
}


/* Styling for Missed Call Modal */
#missedCallModal .modal-content {
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#missedCallModal .modal-body img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#missedCallModal h5 {
    color: #333;
    font-size: 18px;
}
 .dropdown:hover .dropdown-menu {
        display: block;
    }
    
    /* Ensure the dropdown menu doesn't break the layout */
    .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .dropdown:hover .dropdown-toggle {
        cursor: pointer;
    }
    
  .kenuba-logo {
    width: 120px;
    height: auto;
     margin-top:5px;
}
  .white-kenuba-logo {
    width: 100px;
    height: auto;
     margin-top:5px;
}
/* Hide white logo by default, show it only on mobile */
.mobile-only {
    display: none; /* Hidden by default */
}

/* Show the default logo on desktop */
.desktop-only {
    display: inline; /* Visible by default */
}

/* Media query for mobile view */
@media (max-width: 768px) {
    .desktop-only {
        display: none; /* Hide on mobile */
    }
    .mobile-only {
        display: inline; /* Show on mobile */
    }
    .discount-bannner{
    font-size: 15px !important;
}
.discount-bannner-main{
   padding: 10px !important;
}
}
.discount-bannner{
    font-size: 18px;
}
.discount-bannner-main{
   padding: 15px;
}
.x-icon-style{
    color: white !important;
}
.user-options ul li a {
    font-size: 17px !important;
    color: #000;
    background: 0 0 !important;
    padding: 12px 20px;
    font-weight: 500;
}
/*.profile-menu-sub-items {*/
/*    height: 260px;*/
/*    overflow-y: scroll;*/
/*    -webkit-overflow-scrolling: touch;*/
    /* scrollbar-width: thin; */
     /* Firefox */
/*    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;*/
/*}*/

/*.profile-menu-sub-items::-webkit-scrollbar {*/
/*    width: 6px;*/
/*}*/

/*.profile-menu-sub-items::-webkit-scrollbar-thumb {*/
/*    background-color: rgba(0, 0, 0, 0.3);*/
/*    border-radius: 3px;*/
/*}*/

  /* Submenu shown below main item on hover */
    .has-submenu {
        position: relative;
    }

    .has-submenu .submenu {
        display: none;
        padding-left: 1.5rem;
        background-color: #f8f9fa;
    }

    .has-submenu:hover .submenu {
        display: block;
    }

    .submenu li {
        padding: 5px 0;
    }

    .submenu .dropdown-item {
        padding: 8px 15px;
        font-size: 14px;
    }
    .kenuba-logo-dimensions{
        width: 53px;
        height: 53px;
    }
    .default-profile{
    width: 35px;
    height: 35px;
    background-color: #286851;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    user-select: none;
    margin:auto;
}

 .viewer-design {
    position: absolute;
    right: 23px;
    top: 10px;
    background: #f2f2ebb0;
    padding: 5px;
    border-radius: 16px;
    font-size: 14px;
    border: 1px solid #cccccc2b;
}

/* 
 .balance {
            max-width: 450px;
            margin: 30px auto;
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
            position: relative;
        } */


        .balance .offer-badge {
            background: #28a745;
            color: #fff;
            font-size: 14px;
            padding: 8px 12px;
            border-radius: 50%;
            text-align: center;
            font-weight: bold;
            position: absolute;
            top: 15px;
            right: 15px;
            width: 80px;
            height: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .balance .banner {
            height: 150px;
            background: linear-gradient(to top, #bde0fe, #fff);
            border-radius: 10px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .balance .balance-text {
            color: red;
            font-weight: 600;
            text-align: center;
            margin: 0;
        }

        .balance .time-box {
            border: 2px solid #000;
            border-radius: 8px;
            padding: 10px 15px;
            font-weight: bold;
            display: inline-block;
            font-size: 18px;
            margin: 10px 0;
        }

        .balance .cart-icon {
            font-size: 60px;
            color: darkgreen;
        }

        .balance .pay-btn {
            background: darkgreen;
            border: none;
            color: #fff;
            font-weight: bold;
            padding: 7px 20px;
            border-radius: 8px;
            font-size: 18px;
        }

        .balance .pay-btn:hover {
            background: #218838;
        }

        .balance .small-text {
            font-size: 13px;
            color: #555;
        }

        .balance .image img {
            width: 100%;
            height: 120px;
            max-width: 120px;
            border-radius: 50%;
            margin-bottom: 10px;
            border: 1px solid #1f5944;
              padding: 11px;
        }

        .balance p.pink-para {
    background-color: #ffd4dc;
    padding: 10px;
    border-radius: 10px;
    margin-top: 4px;
    margin-bottom: 9px;
}

       .balance .min select {
    padding: 3px 10px;
    border: 4px solid darkgreen;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: black;
    width: max-content;
    margin: auto;
}

        .dollor h3 {
            text-align: center;
            padding: 10px 0 0 0;
            font-weight: 700;
            color: black;
        }

        .balance .shop img {
            height: 120px;
        }

       .balance .image img.ofer {
            position: absolute;
            width: 100px;
            height: 100px;
            border: none;
            right: 20px;
        }

       
        /* Modal overlay */
    .inactive-custom-modal {
      display: none; /* Hidden by default */
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      font-family: Arial, sans-serif;
    }

    /* Modal content box */
    .custom-modal-content {
      background-color: #fff;
      padding: 30px 25px;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      max-width: 400px;
      width: 90%;
      text-align: center;
    }

    .inactive-custom-modal h2 {
      margin-bottom: 20px;
      font-size: 20px;
      color: #333;
    }

    .inactive-custom-modal button {
      padding: 10px 20px;
      font-size: 16px;
      background-color: #286851;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .inactive-custom-modal button:hover {
      background-color: #286851;
    }
