.nav_bar .navbar {
    justify-content: space-between;
}
.nav_bar .navbar {
    background-color: transparent !important;
}
.navbar-brand img {
    width: 160px;
}
.navbar-expand-lg .navbar-nav {
    margin-left: auto;
    align-items: center;
}
.nav_bar {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    transition: top 0.3s ease;
}
.site-navbar-wrap a {
    font-family: var(--second-font);

}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 22px;
}

.nav-item .nav-link {
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    color: #085139;
  }

.navbar-expand-lg .navbar-nav .nav-link.nav_btn:hover {
    background-color: #085139 !important;
    color: #fff !important;
}


.dropdown-menu {
    background-color: #fff;
    padding: 14px 7px;
    box-shadow: none;
    border: 1px solid #eee;
}
#navbarSupportedContent .dropdown-menu a {
    color: #000;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 7px;
}
.navbar-toggler {
    border: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link.nav_btn {
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    /* padding: 9px 20px 11px !important; */
    text-align: center;
    font-weight: 400 !important;
}
.nav_bar.fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 15px 0px #0000001a;
}
.nav_bar.fixed .navbar-brand img {
    filter: invert(1);
}

.nav_bar .navbar-brand img {
    filter: invert(1);
}

.nav_bar.fixed .nav-link {
    color: #000;

}
.nav_bar.fixed .navbar-expand-lg .navbar-nav .nav-link.nav_btn {
    background-color: #42C8CD;
  border: none;
  color: #fff !important;
  border-radius: 6px;
  text-align: center;
}


.site-navbar-wrap {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
}
.site-navbar-wrap a {
	color: #000;
	text-decoration: none;
    align-items: center;
    justify-content: end;
}
.site-navbar-wrap .site-navbar-top {
	font-size: 0.8rem;
}
.site-navbar-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.nav_social a span{
	transition: 0.3s;
}
.nav_social a:hover span{
	transform: scale(1.4);
}
/* .site-navbar-top .left_area span{
	vertical-align: middle;
	line-height: normal;
   border-bottom: solid 1px #fff ;
} */
.site-navbar-top .left_area span:nth-child(2){
	margin-top: -2px;
}
.site-navbar-top .left_area a:hover{
	color: #085139;
}
.site-navbar-wrap .col-2 {
    width: auto;
}
.site-navbar-wrap .col-10 {
    width: auto;
}
.site-navbar-wrap .align-items-center {
    justify-content: space-between;
}

.mega-menu.show {
    display: flex;
}
/* .mega-menu ul li:first-child .dropdown-item {
    color: #42C8CD !important;
    font-size: 20px !important;
} */

#navbarSupportedContent .dropdown-menu a:hover, #navbarSupportedContent .dropdown-menu a:focus, #navbarSupportedContent .dropdown-menu a:active {
    background-color: transparent !important;
    color: #4dcac1;
    outline: none;
}
.dropdown-menu[data-bs-popper] {
    top: 120%;
    left: -195%;
}

.left_area p {
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
}
.left_area p a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: underline;
}
.left_area span {
    text-decoration: underline;
}
.col-5.text-end .d-flex.me-auto {
  font-size: 15px;
}
.col-5.text-end .d-flex.me-auto span {
  text-decoration: underline;
}
.col-5.text-end .d-flex.me-auto:hover {
  color: #085139;
}


.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 7px;
    top: 13px;
}



.navbar-expand-lg .navbar-nav .dropdown .dropdown-toggle.show::before {
    transform: rotate(180deg);
}

.nav-link.active {
    text-decoration: underline;
  }

  .cart_wrap {
    margin-left: 10px;
    position: relative;
    font-size: 18px;
    margin-right: 18px;
}
.cart_wrap span {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    color: #fff;
    background-color: #42c8cd;
   /*  background-color: #5b5b5b; */
    top: -8px;
    text-align: center;
    line-height: 19px;
    border-radius: 100px;
    font-family: var(--second-font);
    right: -10px;
    font-size: 13px;
    font-weight: 600;
}
.nav_bar.fixed .cart_wrap i {
    color: #000;
}
.cart_wrap a {
    position: relative;
    margin-left: 15px;
}
.cart_wrap a:hover {
    color: #085139;
}

.nav_bar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*new*/
.registered_user {
    width: 300px;
    position: absolute;
    padding: 25px;
    border: 0;
}

.registered_user h3 {
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
}
.registered_user h4 {
    font-size: 15px;
    margin-bottom: 16px;
    display: block;
}
.registered_user h5 {
    font-size: 16px;
  margin-bottom: 16px;
  display: block;
}
.registered_user h5 a {
    font-size: 15px !important;
    margin-bottom: 16px;
    display: block;
    padding: 0 !important;
    color: #3fc7d1 !important;
    text-decoration: underline;
}
.registered_user span {
    color: #000;
    border-radius: 100px;
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 23px;
    position: absolute;
    right: 17px;
    top: 10px;
    cursor: pointer;
}

.registered_user.show {
    display: block !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

 /* Custom styles for the offcanvas overlay */
    .offcanvas.offcanvas-end {
      width: 300px; /* Set the width of the overlay */
      background-color: #fff; /* Dark background */
      color: #000; /* White text */
    }
    .offcanvas-body a {
      color: #000; /* White links */
      text-decoration: none;
      display: block;
      padding: 10px;
    }
    /* .offcanvas-body a:hover {
     background-color: #495057;  Hover effect
    } */
    .modal-backdrop {
        z-index: 999;
        --bs-backdrop-bg: #fff;
        --bs-backdrop-opacity: 0.5;
    }

    /* Custom styles for the off-canvas menu */
    .offcanvas-start {
      width: 250px; /* Set the width of the menu */
      transform: translateX(-100%); /* Hide the menu by default */
      transition: transform 0.3s ease-in-out; /* Smooth transition */
    }
    .offcanvas-start.show {
      transform: translateX(0); /* Show the menu */
    }




/* Notification Bell */
.notify-dot {
  position: absolute !important;
  top: -5px !important;
  right: 3px !important;
  width: 9px !important;
  height: 9px !important;
  background: #ef4444 !important;
  border-radius: 50% !important;
  border: 2px solid #fff;
}



/* Tooltip container */
.tooltip-wrap {
    position: relative;
    display: inline-block;
}

/* Tooltip bubble */
.tooltip-wrap::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #111827;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 9999;
}

/* Tooltip arrow */
/* .tooltip-wrap::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #111827 transparent transparent transparent;
    opacity: 0;
    transition: opacity 0.2s ease;
} */

/* Show tooltip on hover (desktop) */
/* @media (hover: hover) {
    .tooltip-wrap:hover::after,
    .tooltip-wrap:hover::before {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Force hide tooltip
.tooltip-wrap.hide-tooltip::after,
.tooltip-wrap.hide-tooltip::before {
    opacity: 0 !important;
} */


/* 👉 Tooltip shows ONLY if wrapper has .has-alert */
@media (hover: hover) {
    .tooltip-wrap.has-alert:hover::after,
    .tooltip-wrap.has-alert:hover::before {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Force hide tooltip */
.tooltip-wrap.hide-tooltip::after,
.tooltip-wrap.hide-tooltip::before {
    opacity: 0 !important;
}


/*New One */
/* Dropdown shell */
.profile-dropdown {
    width: 300px !important;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.dropdown-menu[data-bs-popper] {
  top: 50px;
  left: auto !important;
  width: 300px;
}
/* Header */
.profile-header {
    padding: 24px 20px;
}

.profile-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f172a, #1f2933);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Top navbar avatar */
.avatar-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* background: #42C8CD; */
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Soft professional colors */
/* .bg-indigo { background: #6366f1; }
.bg-blue   { background: #3b82f6; }
.bg-emerald{ background: #10b981; }
.bg-teal   { background: #14b8a6; }
.bg-violet { background: #8b5cf6; }
.bg-sky    { background: #0ea5e9; }
.bg-rose   { background: #f43f5e; }
.bg-amber  { background: #f59e0b; }

.bg-indigo:hover { box-shadow: 0px 0px 4px 0px #6366f1; }
.bg-blue:hover   { box-shadow: 0px 0px 4px 0px #3b82f6; }
.bg-emerald:hover{ box-shadow: 0px 0px 4px 0px #10b981; }
.bg-teal:hover   { box-shadow: 0px 0px 4px 0px #14b8a6; }
.bg-violet:hover { box-shadow: 0px 0px 4px 0px #8b5cf6; }
.bg-sky:hover    { box-shadow: 0px 0px 4px 0px #0ea5e9; }
.bg-rose:hover   { box-shadow: 0px 0px 4px 0px #f43f5e; }
.bg-amber:hover  { box-shadow: 0px 0px 4px 0px #f59e0b; } */


.bg-indigo { background: #42C8CD; }
.bg-blue   { background: #42C8CD; }
.bg-emerald{ background: #42C8CD; }
.bg-teal   { background: #42C8CD; }
.bg-violet { background: #42C8CD; }
.bg-sky    { background: #42C8CD; }
.bg-rose   { background: #42C8CD; }
.bg-amber  { background: #42C8CD; }

.bg-indigo:hover { box-shadow: 0px 0px 4px 0px #42C8CD; }
.bg-blue:hover   { box-shadow: 0px 0px 4px 0px #42C8CD; }
.bg-emerald:hover{ box-shadow: 0px 0px 4px 0px #42C8CD; }
.bg-teal:hover   { box-shadow: 0px 0px 4px 0px #42C8CD; }
.bg-violet:hover { box-shadow: 0px 0px 4px 0px #42C8CD; }
.bg-sky:hover    { box-shadow: 0px 0px 4px 0px #42C8CD; }
.bg-rose:hover   { box-shadow: 0px 0px 4px 0px #42C8CD; }
.bg-amber:hover  { box-shadow: 0px 0px 4px 0px #42C8CD; }

/* .avatar-circle:hover {
  box-shadow: 0px 0px 4px 0px rgb(66, 200, 205);
} */

/* Items */
.profile-dropdown .dropdown-item {
    padding: 10px 20px;
    font-size: 0.95rem;
    color: #374151;

}

.profile-dropdown .dropdown-item i {
    color: #9ca3af;
}



/* Footer */
.profile-footer {
  padding: 12px;
  color: #5f6062;
  border-top: 1px solid #f1f5f9;
  font-size: 10px;
}
/* end */




/* New Nav */
.navbar {
  font-size: 18px;
}
.navbar a:hover {
  color: #525353;
}
#closeNotify:hover {
  background: #525353 !important;
}

.cart_wrap {
  margin-left: 0px;
  position: relative;
  font-size: 18px;
  margin-right: 3px;
}
.cart_wrap a {
  position: relative;
  margin-left: 0px;
}
.notify-dropdown {
  right: 3px;
  top: 68px;

}
.dropdown-item:focus, .dropdown-item:hover
{
    background: none;
    text-decoration: underline;
}

.cart_wrap span {
  width: 15px;
  height: 15px;
  top: -8px;
  line-height: 16px;
  right: -5px;
  font-size: 11px;
  font-weight: 400;
}

#closeNotify {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 100px;
  font-family: var(--second-font);
  font-size: 17px;
  font-weight: 400;
  background: #000 !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: -18px;
  top: 5px;
}
.dropdown-toggle.show::before {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .cart_wrap {
    order: 0 !important;
  }
}



/* ===== Notification Dropdown (Modern) ===== */

.notify-dot{
    position:absolute;
    width:10px;height:10px;
    border-radius:50%;
    background:#ef4444;
    top:-2px; right:-2px;
    box-shadow:0 0 0 3px rgba(239,68,68,.18);
}

.notify-dropdown{
    position:absolute;
    right:10px;
    top:55px;
    width:360px;
    max-width:92vw;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    box-shadow:0 18px 60px rgba(15,23,42,.18);
    overflow:hidden;
    z-index:9999;
}

.notify-header{
    padding:14px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #eef2f7;
    background:linear-gradient(180deg,#ffffff,#fbfcff);
}

.notify-header strong{
    font-size:18px;
    font-weight:600;
    color:#0f172a;
}

.close-btn{
    border:0;
    width:34px;height:34px;
    border-radius:10px;
    background:#f1f5f9;
    color:#0f172a;
    font-size:22px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.close-btn:hover{ background:#e2e8f0; }

.notify-content{
    max-height:360px;
    overflow:auto;
    padding:10px;
}

.notify-item{
    border:1px solid #eef2f7;
    border-radius:14px;
    padding:12px 12px;
    background:linear-gradient(180deg,#fff,#fcfdff);
    display:flex;
    gap:12px;
    align-items:flex-start;
    margin-bottom:10px;
}

.notify-item:last-child{ margin-bottom:0; }

.notify-ico{
    width:40px;height:40px;
    border-radius:12px;
    background:#f1f5f9;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    color:#0f172a;
}

.notify-body{ flex:1; min-width:0; }

.notify-domain{
    margin:0 0 6px 0;
    font-size:16px;
    font-weight:600;
    color:#0f172a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.notify-meta{
    margin:0;
    font-size:13px;
    color:#ef4444;
    font-weight:500;
}

.notify-meta span{
    color:#64748b;
    font-weight:400;
}

.notify-actions{
    margin-top:10px;
}

.renw-btn {
  width: 100%;
  border: solid 1px #555;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.renw-btn:hover{ border: solid 1px #333; color: #333;filter:brightness(.96);background: #f8fafc; }

.notify-empty{
    border:1px dashed #e2e8f0;
    border-radius:14px;
    padding:18px 14px;
    text-align:center;
    color:#64748b;
    background:#fcfdff;
}
.empty-ico{
    font-size:26px;
    margin-bottom:6px;
    color: #1aa81a;
}
.empty-title{
    font-weight:500;
    color:#0f172a;
    margin-bottom:4px;
}
.empty-sub{
    font-size:13px;
}

/* bell animation (keep yours if already present) */
.bell-animate{
    animation: bellShake .9s ease-in-out;
}
@keyframes bellShake{
    0%{transform:rotate(0)}
    15%{transform:rotate(-12deg)}
    30%{transform:rotate(12deg)}
    45%{transform:rotate(-10deg)}
    60%{transform:rotate(10deg)}
    100%{transform:rotate(0)}
}