/**
 * customcss.css - consolidated on-page styles (moved from Blade style blocks)
 * Sections: theme layout, product detail, admin dashboard, admin layout
 */

/* === Theme layout (notifications, nav, scroll progress) === */
.notification-dot {
    position: absolute;
    top: 2px;          /* bell ke upar adjust karne ke liye */
    right: 4px;        /* thoda right side */
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    display: none;     /* default hidden */
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.notification-dot.active {
    display: block;    /* agar unseen true hai to show ho */
}

    .box::-webkit-scrollbar-track
{
  width: 5px;
  background-color: lightgrey;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 

.fs-17 {
  font-size: 17px;
}
.fs-19 {
  font-size: 19px;
}
.category_box{
  padding-top: 30px;
}

.box::-webkit-scrollbar
{
width:5px;
background-color: #FCD7C5;
border-radius: 5px
}

.box::-webkit-scrollbar-thumb
{
  background: #FCD7C5;
border: 2px solid #FCD7C5;
border-radius: 5px
}
 
.icons{
display: inline;
float: right
}

.notification{
position: relative;
display: inline-block;
}

.number{
  height: 18px;
      width: 18px;
      background-color: #d63031;
      border-radius: 20px;
      color: white;
      text-align: center;
      position: absolute;
      top: -8px;
      left: 45%;
      font-size: 13px;
}

.number:empty {
 display: none;
}

.notBtn{
transition: 0.5s;
cursor: pointer
}

.fas{
font-size: 25pt;
padding-bottom: 10px;
color: black;
margin-right: 40px;
margin-left: 40px;
}

.box{
width: 400px;
height: 0px;
border-radius: 10px;
transition: 0.5s;
position: absolute;
overflow-y: scroll;
padding: 0px;
left: -300px;
margin-top: 5px;
background-color: #F4F4F4;
-webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
cursor: context-menu;
}

.fas:hover {
color: #d63031;
}

.notBtn:hover > .box{
height:40vh;
z-index: 9999;
}

.content{
padding: 20px;
color: black;
vertical-align: middle;
text-align: left;
}

.gry{
background-color: #F4F4F4;
}

.top{
color: black;
padding: 10px
}

.display{
position: relative;
}

.cont{
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #F4F4F4;
}

.cont:empty{
display: none;
}
 

.header-hidden {
    transform: translateY(-100%);
}

.position-sticky {
    top: 54px; /* Adjust this value based on your header height */
    transition: top 0.5s ease-in-out;
}
.stick{
text-align: center;
display: block;
font-size: 50pt;
padding-top: 70px;
padding-left: 80px
}

.stick:hover{
color: black;
}



.sec{
padding:10px 10px;
background-color: #F4F4F4;
transition: 0.5s;
}



.profile{
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
width:50px;
float: left;
}

.txt{
vertical-align: top;
font-size:14px;

}

.sub{
font-size:14px;
color: grey;
}

.new{
border-bottom: 1px solid lightgrey;
border-color:lightgrey;
}

.sec:hover{
background-color: #BFBFBF;
}
.unseen{
  width: 0px;
    height: 7px;
    font-size: 10px;
    background: #d63031;
    display: none;
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 13px;
    top: -6px;
    border: 0px solid #F7471B;

}
.unseen::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background-color: #d63031;
    border-radius: 50%;
    border: 0px solid white;
}
 
.serch-box {
display: none; /* Hide by default */
position: absolute;
background-color: #fff;
border: 1px solid #ccc;
width: 100%;
z-index: 1000;
    height: 400px;
    overflow: auto;
}

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

.serch-box ul li {
  padding-left: 35px !important;
    background-position: 5px 5px;
cursor: pointer;
color: #333;
}
 

.other-accounts {
    position: absolute;
    top: 55px;
    background-color: #fff;
    padding: 0px;
    width: 200px;
    right: 0;
    z-index: 99999;
    border-radius: 5px;
}
.other-accounts li{
  height: 45px !important;
  line-height: 45px !important;
}
@media(max-width:768px) {
  body{
    padding-top:0 !important ;
  }
  .category_box {
    padding-top: 60px;
}
}
 
.white {
  filter: brightness(0) invert(1);
}

.social-fixed-icons {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.social-fixed-icons a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Hover effect */
.social-fixed-icons a img:hover {
  transform: scale(1.1);
}

/* Circle background for Facebook & Call */
.circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width:40px;
  height:40px;
  border-radius: 50%;
}

/* Facebook background */
.fb-bg {
  background-color: #1877f2;
}

/* Call background */
.call-bg2 {
  background-color:#800080 !important;
}

.m-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.nav-box {
  display: flex;
  padding:6px 0px 0px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px #4444441f;
  border-radius: 8px;
}

.nav-container {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
}

.nav__item {
  display: flex;
  position: relative;
  padding: 2px;
}

.nav__item.active .nav__item-icon {

  color: #F7471B;
}
.nav__item.active .nav__item-text{
  color: #EF233C;
}
.nav__item-text{
  transform: none;
      font-size: 11px;
}


.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
}

.nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
.m-nav-box ul li a{
  gap:0px !important;
}


@-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
================================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height:50px;
  width:50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}


.progress-path {
  fill: none;
  stroke: orange;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dashoffset 0.3s ease;
}
.progress-icon {
  position: absolute;
  font-size: 24px;
  color: orange;
  z-index: 1;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: 'unicons';
  content: '';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  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;
  -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: orange;
  stroke-width:3;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media(max-width:768px) {
.progress-wrap {
  position: fixed;
  right: 19px;
  bottom: 37%;}

}
 
  .VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
  }
  body {
    top: 0px !important;
  }

/* === Product detail page === */
#product-description-div p, .product-description-content P{
  font-size: 17px!important;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.puja-desc-icon-wrap { width: 48px; height: 48px; background: linear-gradient(135deg, #e67e22, #d35400) !important; }
.puja-benefit-card { border-radius: 12px; border: 1px solid #f0c674 !important; }
.puja-benefit-icon { width: 48px; height: 48px; }
.puja-process-img { width: 80px; height: 80px; object-fit: cover; }
.puja-process-num { width: 48px; height: 48px; font-weight: 700; font-size: 1.1rem; }
.feature-list-img{
height:40px;
width:40px;
background: linear-gradient(90deg, #F7471B 2.5%, #FE9900 97.29%) !important;
border-radius: 50%;
}
.feature-ll-card{
box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1) !important;
}
.feature-card-text{
  max-height:60px;
  overflow-y: auto;
}
button.main_button.participate-booking-closed {
  background-color: #6c757d !important;
  border-color: #6c757d;
  cursor: not-allowed;
}
#slider-wrapper{
  max-width: 600px;
  width: auto;
  height: auto;

          align-items: center;
  background-color: #ffffff;

}
#image-slider{
  width: 98%;
  height: auto;
  position: relative;
  overflow: hidden;

  display: block;
}
#image-slider ul{
  width: 100%;
  height: 535px;
  position: relative;
    margin-bottom: 0px;
}
#image-slider ul li{
  display: inline-block;
  position: absolute;
  top: 0;
  left:100%;
  width: 100%;
  height:100%;
  border: 1px solid #f8f8f8;
  background:#fff;
  border-radius: 10px;
  display: flex;
}
#image-slider ul li img {
  max-height: 100%;
  width: 100%;
}
#image-slider ul li.active-img{
  left: 0;
}
.next-img{
  z-index: 9999;
}
#thumbnail {
  cursor: default;
  margin-top:0px;
  height: auto;
  display: table;
  width: 15%;
}
#thumbnail  {
  width: 100%;
  height: 100%;
  padding: 0px;
}
#thumbnail li{
  list-style: none;
  float: left;
  cursor: pointer;
  min-width: 1px;
  width: 100%;
  background: #f8f8f8;
  margin-bottom: 12px;
  border-radius: 5px;
  clear: both;
  display: inline-block;
}
#thumbnail li img{
  padding: 0;
  float: left;
  margin: 0px 1.5px;
  height: auto;
  width: 100% !important;
  border-radius: 3px;
  border-radius: 10px;
}
#thumbnail li:first-child img{
  margin-right:0px;
  margin-left:0px;
}

span {cursor:pointer; }
    .puja-package-card.cursor-pointer { cursor: pointer; transition: box-shadow 0.2s, border-color 0.2s; }
    .puja-package-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    .puja-package-card.selected { border: 2px solid var(--bs-primary, #F7471B) !important; box-shadow: 0 0 0 3px rgba(247, 71, 27, 0.2); }
    .number{
      margin-top:10px;
    }
    .minus, .plus{
      width:30px;
      height:30px;
      background:#f2f2f2;
      border-radius:4px;
      padding:0px;
      color: white;
      font-size:16px !important;
      border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
    }
    .number-1 {
      border-style: none !important;
    }
  .number-1 input{
      height:30px;
      width:50px;
      text-align: center;
      font-size:16px;
      border:1px solid #ddd;
      border-radius:4px;
      display: inline-block;
      vertical-align: middle;
    }
    .size-options {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .size-box2 {
            padding: 10px 15px;
            border: 2px solid #ccc;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
            text-align: center;
            min-width: 50px;
            transition: all 0.3s ease;
        }
        .size-box {
            padding: 10px 15px;
            border: 2px solid #ccc;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
            text-align: center;
            min-width: 50px;
            transition: all 0.3s ease;
        }
        .size-box:hover {
            border-color: #FF5D28;
        }
        .size-box.selected {
            border-color: #FF5D28;
            background-color: #FF5D28;
            color: #fff;
            font-weight: bold;
        }
        .category-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 4.5rem; /* 2 rows tak dikhe */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .category-container.show-more {
    max-height: none; /* Read More click hone par sab dikhe */
  }
  .read-more-btn {
    display: none;
    cursor: pointer;
    color: blue;
  }
  .re-btn{
    color: #ff5d28;
  }
  .stars i.active {
    color: gold;
  }
  .main_images{
    border-radius: 8px;
  }
  .unit_left{
    background: #ddd7ea;
    color: purple !important;
    border: 1px solid purple !important;
  }

/* === Admin dashboard === */
.fsn-1 {
    background-color: #7a70ba !important;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .k_bg3{
    background: #FADADD;
  }
  .k_bg4{
    background: #E3D4F4;
  }
  .k_bg5{
    background: #FFF4E6;
  }
  .k_bg6{
    background: #AEE5D8;
  }
  .k_bg7{
    background: #F1F0C0;
  }
  .k_bg8{
    background: #E4B7C4;
  }
  .k_bg9{
    background: #E6E8E6;
  }
  .k_bg10{
    background: #C5CBE1;
  }
  .k_all_color{
    color: #008aef !important;
  }
  .k_red_color{
    color: red !important;
  }

  .fsn-2 {
    background-color: #48a3d7 !important;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fsn-3 {
    background-color: #D77748 !important;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fsn-4 {
    background-color: #C95E9E !important;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .background-light-success {
    background-color: #0da7596b !important;
  }

  .pro-img-t img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }

  .dashe-main-table tbody tr td {
    border-style: none;
  }

  thead tr {
    border-bottom: 0px solid #fff !important;
  }

  .dashe-main-table tbody tr {
    border-bottom: 2px dashed #dee2e6 !important;
  }

  .border-b-d {
    border-bottom: 2px dashed #dee2e6 !important;
  }

  .dashe-main-table tbody td:hover {
    color: blueviolet;
  }

  .dashe-main-table tbody td {
    font-weight: 500;
    color: black;
  }

  .ad-dash-filter input {
    border: 1px solid #ddd !important;
    height: 35px;
    width: 150px;
  }

.k_color{
  color: black;
}
.k_down{
  position: relative;
top: 17px;
left: -32px;
}
.k_bg1{
  background: #BFD7EA;
}
.k_bg2{
  background: #C8E7D0;
}
.k_view_all{
  background: transparent;
    border: none;
    font-size: 16px;
    color: black;
    border-radius: 50px;
    height: 35px;
    width: 90px;
}
  .ad-user-img img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }

  .fs-10 {
    font-size: 16px;
  }

  .cus-main {
    border-bottom: 2px dashed #dee2e6 !important;
    margin-top: 10px;
  }

  .dots-icon {
    cursor: pointer;
    font-size: 20px;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 10;
    width: 150px;
  }

  .dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
  }

  .dropdown-menu a:last-child {
    border-bottom: none;
  }

  .dropdown-menu a:hover {
    background-color: #f9f9f9;
  }

  .card.open .dropdown-menu {
    display: block;
  }

  .card-h-new {
    font-size: 18px;
    color: #9f9f9f;
    font-weight: 600;
  }

  .heading {
    font-size: 20px;
    font-weight: 600;
  }

  .noti-img,
  .satic-img-card {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(122, 112, 186, 0.1) !important;
  }

  #calendar-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  #calendar {
    width: 100%;
    padding: 20px;
  }

  .ui-datepicker {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ui-state-default {
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #3D434A;
    height: 46px;
    z-index: 1;
  }

  .fs-20 {
    font-size: 20px;
    color: darkgray;
  }

  .fw {
    font-weight: bold;
  }

  .fw-17 {
    font-size: 17px;
    color:
  }

  .success {
    color: #00cc74;
  }

  @-webkit-keyframes f {
    0% {
      background-position: 40px 0;
    }

    to {
      background-position: 0 0;
    }
  }

  @keyframes f {
    0% {
      background-position: 40px 0;
    }

    to {
      background-position: 0 0;
    }
  }

  .progress {
    overflow: hidden;
    margin-top: 2em;
    height: 30px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .progress-bar {
    height: 100%;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  }

  .progress-bar-striped,
  .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,
        hsla(0, 0%, 95%, 0.8) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 95%, 0.8) 0,
        hsla(0, 0%, 95%, 0.8) 75%,
        transparent 0,
        transparent);
    background-size: 40px 40px;
  }

  .progress-bar.active,
  .progress.active .progress-bar {
    -webkit-animation: f 2s linear infinite;
    animation: f 2s linear infinite;
  }

  .progress-bar-success {
    background-color: #00cc74;
  }

  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent);
  }
  .dashboard .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
 .dashboard .gutters-1 > .col,
.gutters-1 > [class*="col-"] { padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px; /* vertical spacing between rows */}

.dashboard .card{border-radius:5px; box-shadow:inherit; transition:transform 0.3s ease,
    box-shadow 0.3s ease;  }
.dashboard a:hover .card { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
/* Card background + icon color pairing */
.dashboard .row .col-6:nth-child(1)  .card { background-color: #FADADD; }
.dashboard .row .col-6:nth-child(1)  .card .bi { color: #B84A62; }

.dashboard .row .col-6:nth-child(2)  .card { background-color: #BFD7EA; }
.dashboard .row .col-6:nth-child(2)  .card .bi { color: #406C8F; }

.dashboard .row .col-6:nth-child(3)  .card { background-color: #C8E7D0; }
.dashboard .row .col-6:nth-child(3)  .card .bi { color: #3B7A4A; }

.dashboard .row .col-6:nth-child(4)  .card { background-color: #E3D4F4; }
.dashboard .row .col-6:nth-child(4)  .card .bi { color: #6E4C9C; }

.dashboard .row .col-6:nth-child(5)  .card { background-color: #FFD8B1; }
.dashboard .row .col-6:nth-child(5)  .card .bi { color: #C16B2F; }

.dashboard .row .col-6:nth-child(6)  .card { background-color: #FFF5BA; }
.dashboard .row .col-6:nth-child(6)  .card .bi { color: #B39B24; }

.dashboard .row .col-6:nth-child(7)  .card { background-color: #F9C6B2; }
.dashboard .row .col-6:nth-child(7)  .card .bi { color: #A44B29; }

.dashboard .row .col-6:nth-child(8)  .card { background-color: #DAD0F2; }
.dashboard .row .col-6:nth-child(8)  .card .bi { color: #5E4A8A; }

.dashboard .row .col-6:nth-child(9)  .card { background-color: #C6F1E7; }
.dashboard .row .col-6:nth-child(9)  .card .bi { color: #2E7E70; }

.dashboard .row .col-6:nth-child(10) .card { background-color: #FFF1E6; }
.dashboard .row .col-6:nth-child(10) .card .bi { color: #B87442; }

.dashboard .row .col-6:nth-child(11) .card { background-color: #AEE5D8; }
.dashboard .row .col-6:nth-child(11) .card .bi { color: #257366; }

.dashboard .row .col-6:nth-child(12) .card { background-color: #F9E0E3; }
.dashboard .row .col-6:nth-child(12) .card .bi { color: #A0525C; }

.dashboard .row .col-6:nth-child(13) .card { background-color: #C5CBE1; }
.dashboard .row .col-6:nth-child(13) .card .bi { color: #3E4B8B; }

.dashboard .row .col-6:nth-child(14) .card { background-color: #E4B7C4; }
.dashboard .row .col-6:nth-child(14) .card .bi { color: #8B3552; }

.dashboard .row .col-6:nth-child(15) .card { background-color: #C9E4C5; }
.dashboard .row .col-6:nth-child(15) .card .bi { color: #3C7137; }

.dashboard .row .col-6:nth-child(16) .card { background-color: #E6E8E6; }
.dashboard .row .col-6:nth-child(16) .card .bi { color: #555; }

.dashboard .row .col-6:nth-child(17) .card { background-color: #FFE6E8; }
.dashboard .row .col-6:nth-child(17) .card .bi { color: #BF4A5A; }

.dashboard .row .col-6:nth-child(18) .card { background-color: #D1E8E2; }
.dashboard .row .col-6:nth-child(18) .card .bi { color: #337A65; }

.dashboard .row .col-6:nth-child(19) .card { background-color: #FCE2CE; }
.dashboard .row .col-6:nth-child(19) .card .bi { color: #B56432; }

.dashboard .row .col-6:nth-child(20) .card { background-color: #E5D9F2; }
.dashboard .row .col-6:nth-child(20) .card .bi { color: #68489A; }

.dashboard .row .col-6:nth-child(21) .card { background-color: #FBE8EB; }
.dashboard .row .col-6:nth-child(21) .card .bi { color: #B04E66; }

.dashboard .row .col-6:nth-child(22) .card { background-color: #E8F6EF; }
.dashboard .row .col-6:nth-child(22) .card .bi { color: #368567; }

.dashboard .row .col-6:nth-child(23) .card { background-color: #FFF4E6; }
.dashboard .row .col-6:nth-child(23) .card .bi { color: #B76E3B; }

.dashboard .row .col-6:nth-child(24) .card { background-color: #DDE7F3; }
.dashboard .row .col-6:nth-child(24) .card .bi { color: #426C9B; }

.dashboard .row .col-6:nth-child(25) .card { background-color: #FAE3E3; }
.dashboard .row .col-6:nth-child(25) .card .bi { color: #9E4B4B; }

.dashboard .row .col-6:nth-child(26) .card { background-color: #F1F0C0; }
.dashboard .row .col-6:nth-child(26) .card .bi { color: #8C8120; }

/* === Admin layout (TinyMCE branding, cards) === */
.tox-statusbar__branding {
  display: none;
}
.bg-p {
  background: #FCD7C5;
  border-radius: 8px 8px 0px 0px;
}

/* === Explore / course layouts (account) — scoped to body.explore-layout === */
body.explore-layout .serch-box ul li {
  padding: 8px;
  padding-left: 8px !important;
  cursor: pointer;
  background-position: 5px 5px;
}
body.explore-layout .serch-box ul li:hover {
  background-color: #f1f1f1;
}
#toast-container > .toast-success {
  opacity: 10 !important;
}
#toast-container > .toast-error {
  opacity: 10 !important;
}
.h-con {
  padding: 5px 48px;
}
@media only screen and (max-width: 600px) {
  .nav-im {
    height: 40px !important;
  }
}
#rotateMessage {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #ffcc00;
  color: #000;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* === LMS quiz / assignment result (standalone print views) === */
body.lms-result-page {
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}
body.lms-result-page .main-box {
  padding: 0 20px;
}
body.lms-result-page ul li {
  list-style: none;
  font-size: 15px;
}
body.lms-result-page .answer-p p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
body.lms-result-page .answer-p {
  padding: 0 0 10px 0;
  margin-top: -10px;
}
body.lms-result-page .topic {
  margin: 0;
  padding: 0;
}
body.lms-result-page .dis {
  margin-bottom: 10px;
}
body.lms-result-page .question {
  font-size: 15px;
  font-weight: bold;
}
body.lms-result-page .f-bold {
  font-weight: bold;
}
body.lms-result-page .marks-t {
  border-collapse: collapse;
}
body.lms-result-page .marks-t,
body.lms-result-page .marks-t td,
body.lms-result-page .marks-t th {
  border: 1px solid;
}

/* === Course certificate (standalone) === */
body.certificate-page .signature,
body.certificate-page .title {
  float: left;
  border-top: 1px solid #000;
  width: 200px;
  text-align: center;
}
body.certificate-page .name {
  border-bottom: 2px dotted;
  text-align: center;
}
body.certificate-page .t-center {
  text-align: center;
}
body.certificate-page .sec-table tr td {
  width: 100%;
  text-align: center;
}

/* === Astrouni header redesign (ticker + main bar + nav) === */
.site-header-ticker {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #ff6b2c;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
}
.site-header-ticker__viewport {
  overflow: hidden;
  width: 100%;
}
.site-header-ticker__track {
  display: flex;
  width: max-content;
  animation: ast-header-marquee 45s linear infinite;
  white-space: nowrap;
}
.site-header-ticker:hover .site-header-ticker__track {
  animation-play-state: paused;
}
.site-header-ticker__chunk {
  flex-shrink: 0;
  padding: 0.5rem 2.5rem 0.5rem 0;
}
@keyframes ast-header-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ast-header-v2 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
.ast-header-v2__logo {
  max-height: 48px;
  width: auto;
}
.ast-header-v2__search {
  max-width: 560px;
}
.ast-header-v2__search-inner {
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  min-height: 46px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ast-header-v2__search-inner:focus-within {
  border-color: #cfd4dc;
  box-shadow: 0 0 0 3px rgba(255, 107, 44, 0.12);
}
.ast-header-v2__search-inner .form-control {
  font-size: 0.9rem;
  color: #333;
}
.ast-header-v2__search-inner .form-control::placeholder {
  color: #9aa0a6;
}
.ast-header-v2__suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1080;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}
.ast-header-v2__suggestions h5 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  padding: 0.35rem 1rem 0.15rem;
  margin: 0;
  font-weight: 600;
}
.ast-header-v2__suggestions .sidebar_ul {
  margin: 0 0 0.35rem;
  padding: 0;
  list-style: none;
}
.ast-header-v2__guest-profile {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff6b2c;
  box-shadow: 0 2px 8px rgba(255, 107, 44, 0.35);
}
.ast-header-v2__guest-profile .userlogin {
  font-size: 1.35rem;
  line-height: 1;
}
.ast-wallet-pill {
  border: 1px solid #ff6b2c;
  background: #ffffff;
  color: #ff6b2c !important;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  white-space: nowrap;
}
.ast-wallet-pill__icon {
  font-size: 1.1rem;
  color: #ff6b2c;
}
.ast-header-v2__cart {
  position: relative;
  min-width: 2.5rem;
}
.ast-header-v2__cart .count {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: #ff6b2c;
  color: #fff;
}

.ast-header-v2__nav-row {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  border-color: #eeeeee !important;
  background-color: #f7f7f7 !important;
}
.ast-header-v2__navbar .navbar-toggler {
  border-color: #ddd;
}
.ast-header-v2__nav-link {
  color: #333 !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding-left: 0.65rem !important;
  padding-right: 0.65rem !important;
}
.ast-header-v2__nav-link:hover,
.ast-header-v2__nav-link:focus {
  color: #ff6b2c !important;
}
.ast-header-v2__nav-link.active {
  color: #ff6b2c !important;
}
.ast-badge-new {
  background: #fff42c !important;
  color: #2f2e2e !important;
  font-size: 0.60rem;
  font-weight: 300;
  padding: 0.2em 0.5em;
  vertical-align: middle;
}
.ast-badge-popular {
  background: #fff0e6 !important;
  color: #c45c12 !important;
  font-size: 0.65rem;
  font-weight: 600;
}
.ast-muhurat-dropdown {
  min-width: 280px;
  border-radius: 8px !important;
}
.ast-muhurat-dropdown__head {
  font-size: 0.68rem !important;
  letter-spacing: 0.08em;
}
.ast-muhurat-dropdown__item {
  font-size: 0.9rem;
  color: #333;
}
.ast-muhurat-dropdown__all {
  color: #ff5f1f !important;
  font-size: 0.9rem !important;
}

/* Muhurat catalog listing — card is one link, image + title only */
.muhurat-catalog-card__img {
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 5 / 3;
}
.muhurat-catalog-card:hover .muhurat-catalog-card__inner {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
}
.muhurat-catalog-card:focus-visible {
  outline: 2px solid #ff6b2c;
  outline-offset: 3px;
  border-radius: 12px;
}
.muhurat-catalog-card .card-title {
  color: #1a1a1a;
}
.muhurat-catalog-card:hover .card-title {
  color: #ff6b2c;
}
