/* RESET CSS */
/* Remove default margins, paddings, and borders */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Reset body defaults */
body {
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    /*background-color: #fff;*/
    background-color : #ffbc98;
    color: #000;
    background-image: url(../Images/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80%;
    background-attachment: fixed;
}

:root {
    --primarycolor: #EB4C04;
    --white: #ffffff;
    --black: #000;
    --primarycolor_hover: #c84307;
}

.primary_bg {
    background: var(--primarycolor);
    color: var(--white);
}



/* Remove list styles */
ul,
ol {
    list-style: none;
}

/* Remove link underline */
a {
    text-decoration: none;
    color: inherit;
}

/* Reset buttons */
button {
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
}

/* Reset images */
img {
    max-width: 100%;
    display: block;
    height: auto;
}

/* Reset headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}


/*reset css end*/


/* ============================= */
/*  Loader         */
/* ============================= */
/* Full Page Preloader Background */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); ; /* Change if you want dark theme */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Logo in the center */
.loader-logo {
  width: 120px;
  position: absolute;
  z-index: 2;
}

/* Circular Spinner Ring */
.ring {
  width: 140px;
  height: 140px;
  border: 6px solid transparent;
  border-top: 6px solid var(--primarycolor);   /* Orange */
  border-right: 6px solid var(--primarycolor); /* Red-orange */
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

/* Spin Animation */
@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* Hide Preloader After Load */
#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.navbar-brand img {
    height: 108px;
    margin: 20px 0 0 0;
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    margin: 0 15px;
}

.btn-login {
    background-color: var(--primarycolor);
    color: #fff;
    border-radius: 50px;
    padding: 6px 18px;
    border: none;
}

.btn-login:hover {
    background-color: var(--primarycolor_hover);
    color: #fff;
}

.btn-register {
    border: 1px solid var(--primarycolor);
    border-radius: 50px;
    padding: 6px 18px;
    color: #000;
    background-color: #fff;
}

.btn-register:hover {
    background-color: var(--primarycolor);
    color: #fff;
}

.font_home {
    font-size: 26px;
    color: #ffd92a;
}





/* ============================= */
/* NAVIGATION ANIMATIONS         */
/* ============================= */

.navbg{    background: #f05503;
    margin: 20px 0px;}
.navbg .nav-link{color:#fff;}
/* Navbar link hover effect */
.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: var(--primarycolor);
    transition: width 0.3s ease-in-out;
}


.navbar-nav .nav-link:hover {
    color: #ffd92a;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}

/* Home icon animation */
.font_home {
    transition: transform 0.3s ease, color 0.3s ease;
}

.font_home:hover {
    transform: rotate(-15deg) scale(1.2);
    color: var(--primarycolor_hover);
}

/* Dropdown fade + slide */
.dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(15px);
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: none;
    padding: 10px 0;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Dropdown item hover */
.dropdown-menu .dropdown-item {
    position: relative;
    transition: all 0.3s ease;
    padding: 10px 18px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--primarycolor);
    color: var(--white);
    padding-left: 24px;
    /* slight slide right */
}

/* Buttons Animation */
.btn-login,
.btn-register {
    transition: all 0.3s ease-in-out;
}

.btn-login:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(233, 85, 13, 0.4);
}

.btn-register:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(233, 85, 13, 0.4);
}


/* ============================= */
/* banner         */
/* ============================= */

.music-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.music-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.music-card img {
    width: 100%;
    height: auto;
    display: block;
}

.youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #ff0000;
    opacity: 0.9;
    pointer-events: none;
}

body.modal-open {
    background: linear-gradient(#d5c1fd 0%, #8ce9ff 100%);

}

.modal-content.stylish {
    border-radius: 22px;
    box-shadow: 0 12px 32px 0 rgba(120, 40, 210, 0.12), 0 1.5px 5px 0 rgba(0, 0, 0, 0.09);
    border: none;
    background: rgba(255, 255, 255, .98);
    animation: modalIn 0.7s cubic-bezier(.37, .01, .77, 1.37);
    overflow: hidden;
    min-width: 370px;
}

@keyframes modalIn {
    0% {
        transform: translateY(40px) scale(.96);
        opacity: 0;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.modal-header {
    background: linear-gradient(90deg, var(--primarycolor) 0%, var(--primarycolor_hover) 120%);
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 2rem 2rem 1rem 2rem;
}

.modal-header .icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .21);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    box-shadow: 0 2px 14px rgba(150, 70, 240, 0.20);
}

.modal-header h4,
.modal-header h4 small {
    font-weight: 700;
    font-size: 1.45rem;
    color: #fff;
    margin: 0;
    letter-spacing: .5px;
}

.modal-header h4 small {
    font-size: 0.94rem;
    display: block;
    font-weight: 400;
    color: #eaf0fa;
    margin-top: 4px;
}

.modal-body {
    padding: 2rem;
}

.terms-box {
    font-size: 1.02rem;
    color: #7e6e88;
    background: #f3f1fa;
    border-radius: 12px;
    padding: 0.7rem 1rem;
    margin-bottom: 1.2rem;
    border: 1px solid #ddd2ed;
}

.form-check-input:checked {
    background-color: var(--primarycolor);
}


.form-check-label {
    font-size: 1rem;
}

.form-floating input:focus {
    box-shadow: 0 0 0 2px #8f6fff33;
    border-color: var(--primarycolor);
}


.btn-glow {
    background: linear-gradient(90deg, var(--primarycolor) 60%, var(--primarycolor_hover) 110%);
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 2px 14px #8f6fff33;
    font-size: 1.13rem;
    border: none;
    transition: filter .18s;
    padding: 0.7rem 0;
    margin-top: 0.4rem;
}


.btn-glow:disabled {
    opacity: 0.7;
    background: #e5e5e5;
}

.btn-glow:hover {
    filter: brightness(1.13);
    color: var(--white);
}


.form-floating label {
    color: #ddd;
}

/* ============================= */
/* song         */
/* ============================= */
.all_slider_mc .music-card {
    background: #1c1c1c;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 10px;
    transition: 0.3s;
}

.all_slider_mc .music-card:hover {
    transform: scale(1.05);
}

.all_slider_mc .music-card img {
    width: 100%;
    border-radius: 10px;
  
}

.all_slider_mc .music-card >a>img{
      height :200px;
}


.all_slider_mc .artist-name {
    background: var(--primarycolor);
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    margin-top: 5px;

}

.all_slider_mc .play-btn {
    margin-top: 10px;
    font-size: 20px;
    color: white;
    background: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: end;

}


.all_slider_mc .music-card {
    background: #1c1c1c;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    text-align: left;
    padding: 10px;
    transition: 0.3s;
    margin: 10px;
}

.all_slider_mc .music-card:hover {
    transform: scale(1.05);
}

.all_slider_mc .music-card img {
    width: 100%;
    border-radius: 10px;
}

.all_slider_mc .music-title {
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
}





/* Slick custom arrows hidden */
/* .slick-prev,
.slick-next {
    display: none !important;
} */



/* Positioning */
.sliderall .slick-prev, .sliderall .slick-next , .header-slick .slick-next,.header-slick .slick-prev  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #606060; /* Orange background */
  border: none;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
}

/* Hover Glow */
.sliderall .slick-prev:hover, .sliderall .slick-next:hover ,.header-slick .slick-next:hover,.header-slick .slick-prev:hover {
  background: #ff3300;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.8);
}

/* Left/Right placement */
.sliderall .slick-prev { left: 20px; }
.sliderall .slick-next { right: 20px; }

/* Hide default text */
.sliderall .slick-prev:before,
.sliderall .slick-next:before ,.header-slick .slick-next:before,.header-slick .slick-prev:before {
  display: none;
}


.small-text {
    font-size: 10px;
}

.leftw {
    width: 77%;
}

.hover_more {
    transition: all 0.3s ease;
}

.hover_more:hover {
    color: #f05503 !important;
    /* highlight color */
    text-decoration: none;
}

.hover_more:hover i {
    transform: translateX(4px);
    /* small arrow slide effect */
    transition: transform 0.3s ease;
}

/* ============================= */
/* service         */
/* ============================= */
.service-card>p {
    font-size: 14px;
}

.services-section {
    background-color: rgba(0, 0, 0, 0.7);

}

.text-orange {
    color: #f05503;
}

.service-card {

    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #f05503;
    box-shadow: 0 8px 20px rgba(240, 85, 3, 0.4);
}

/* ============================= */
/*  What We Offer         */
/* ============================= */

.offer_box {
    border: 1px solid #fff;
}

.text_offer {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 98%;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: auto;
    transform: scale(0.95);
    transition: all 0.4s ease-in-out;
}

.btn_all {
    background: #f05503;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.btn_all:hover {
    background: #d94900;
    transform: translateY(-3px);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
}

.btn_all:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.offer_box:hover .img_offer img {
    transform: scale(1.1);
}

.img_offer img {
    transition: transform 0.5s ease;

}

.img_offer {
    overflow: hidden;

    position: relative;
}



/* ============================= */
/*  Form Contact         */
/* ============================= */

.form-box .form-control {
      border-radius: 10px;
      border: 1px solid #f4511e;
      padding: 14px;
    }
   .form-box .btn-submit {
      background: #f4511e;
      border: none;
      padding: 14px 35px;
      font-weight: 600;
      color: #fff;
      border-radius: 50px;
      display: block;
      width: 100%;
    }
   
/* ============================= */
/*  footer         */
/* ============================= */
     footer {
      background-color: #7a2a17; /* brown background */
      color: #fff;
      padding: 40px 50px;
      text-align: center;
    }
    footer a {
      color: #fff;
      text-decoration: none;
      margin: 0 10px;
      font-weight: 500;
    }
    footer a:hover {
      text-decoration: underline;
    }
    .contact-box>a {
      border: 1px solid #fff;
      padding: 12px 20px;
      border-radius: 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 10px;
      color: #fff;
    }
    .contact-box i {
      margin-right: 8px;
      font-size: 20px;
    }
    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      margin: 8px;
      border-radius: 50%;
      background: #fff;
      color: #7a2a17;
      font-size: 22px;
      transition: 0.3s;
    }
    .social-icons a:hover {
      background: #f4511e;
      color: #fff;
    }
    .footer-logo {
      max-width: 120px;
      margin: 0 auto 20px;
    }





   .rev_slider .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.rev_slider .slick-list {
  padding-top: 5%!important;
  padding-bottom: 5%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.rev_slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rev_slider .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.rev_slider .slick-snext,
.rev_slider .slick-sprev {
  display: block;
}

.rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}

.rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.rev_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}

.rev_slider .test {
  display: block;
  width: 100%;
  height: auto;
  
}





/* ============================= */
/*  About Us         */
/* ============================= */


    .about-hero {
      
      color: #fff;
      padding: 100px 0;
      text-align: center;
    }
.aboutbg{background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../Images/about_us_bg.jpg') no-repeat fixed center/cover;}

    /* Section Padding */
    section {
      padding: 60px 0;
    }
    /* Team Cards */
    .team-card img {
      border-radius: 50%;
      width: 120px;
      height: 120px;
      object-fit: cover;
      margin: 0 auto 15px;
    }
    /* SKELETON CARD STYLES */
.skel-slide {
  padding: 8px;
  box-sizing: border-box;
}
.skel-card {
  background: #fff;
  border-radius: 8px;
  min-height: 160px; /* adjust to match real card height */
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid #eee;
  overflow: hidden;
}

/* Skeleton blocks */
.skel-thumb {
  width: 100%;
  height: 100px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: skel-shimmer 1.2s linear infinite;
}
.skel-title {
  height: 16px;
  width: 70%;
  border-radius: 4px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: skel-shimmer 1.2s linear infinite;
}
.skel-sub {
  height: 12px;
  width: 40%;
  border-radius: 4px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: skel-shimmer 1.2s linear infinite;
}

/* shimmer keyframes */
@keyframes skel-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* optionally hide full-page overlay when using skeleton */
#preloader.skel-hidden { display: none !important; }
.category-filter {
  cursor: pointer;
}
.slick-track {
  margin-left: 0 !important;
}
.form-floating label {
    color: var(--primarycolor);
}
.no-media {
  display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  min-height: 300px;        /* adjust as needed */
  max-width: 100%;
}
.header-slick:not(.slick-initialized) {
  display: none;
}
.header-slick {
  opacity: 0;
  transition: opacity .3s ease;
}
.header-slick.slick-initialized {
  opacity: 1;
}

/* ============================= */
/*  Login - Register         */
/* ============================= */
/* Scrollbar styling */
.login-box::-webkit-scrollbar {
  width: 8px;
}

.login-box::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
}

.login-box::-webkit-scrollbar-thumb {
  background: #FFB347;
  border-radius: 10px;
}

.login-box::-webkit-scrollbar-thumb:hover {
  background: #FF7B3A;
}
/* Options inside dropdown */
.form-floating>.form-select option {
  background-color: #000; /* black background */
  color: #fff; /* white text */
}

 /* Left Login Section */
    .login-section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
      position: relative;
      z-index: 2;
    }
    .login-box {
      width: 100%;
     
      padding: 40px;
      border-radius: 20px;
      backdrop-filter: blur(15px);
      background: #7a2a17;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0px 8px 32px rgba(0,0,0,0.25);
      color: #fff;
    }
    .login-box h3 {
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 28px;
    }
    .form-control {
      background: rgba(255,255,255,0.15);
      border: none;
      border-radius: 10px;
      color: #fff;
    }
    .form-control::placeholder {
      color: #eaeaea;
    }
    .btn-login {
      background: #FF7B3A; /* Slightly lighter shade for button */
      border: none;
      border-radius: 12px;
      padding: 12px;
      font-weight: bold;
      transition: 0.3s;
    }
    .btn-login:hover {
      background: #FF944F;
      transform: scale(1.05);
    }
    .extra-links {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
    }
    .extra-links a {
      color: #fff;
      text-decoration: underline;
    }

.navbg .offcanvas{background:#f05503;}
    /* Right 3 Column Vertical Scroll */
    .image-grid {
      height: 100vh;
      display: flex;
      gap: 10px;
    }
    .col-scroll {
      flex: 1;
      overflow: hidden;
      position: relative;
      border-radius: 12px;
    }
    .scroll-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .scroll-content img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }

    /* Scroll Animations */
    .col1 .scroll-content { animation: scrollUp 20s linear infinite; }
    .col2 .scroll-content { animation: scrollDown 22s linear infinite; }
    .col3 .scroll-content { animation: scrollUp 18s linear infinite; }

    @keyframes scrollUp {
      0% { transform: translateY(0); }
      100% { transform: translateY(-50%); }
    }
    @keyframes scrollDown {
      0% { transform: translateY(-50%); }
      100% { transform: translateY(0); }
    }

    /* Animated Inputs */
.form-floating>.form-control,
.form-floating>.form-select {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  color: #fff;
  height: 55px;
  padding: 1.25rem .75rem 0 .75rem;
  transition: 0.3s all ease-in-out;
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus {
  outline: none;
  border-color: #FFB347;
  box-shadow: 0 0 12px #FFB347;
  background: rgba(255,255,255,0.2);
}

.form-floating>label {
  color: #fff;
  pointer-events: none;
  transition: 0.3s ease all;
}

.form-floating>.form-control:focus ~ label,
.form-floating>.form-control:not(:placeholder-shown) ~ label,
.form-floating>.form-select:focus ~ label,
.form-floating>.form-select:not([value=""]) ~ label {
  transform: translateY(-1.6rem);
  font-size: 0.9rem;
  color: #FFB347;
}

/* Hover glow */
.animated-input:hover,
.animated-select:hover {
  border-color: #FF944F;
  box-shadow: 0 0 8px #FF944F;
}

/* Back to Home Button */
.btn-home {
  display: inline-block;
  background: linear-gradient(45deg, #FF7B3A, #FFB347);
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  padding: 12px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}

.btn-home:hover {
  background: linear-gradient(45deg, #FFB347, #FF7B3A);
  transform: scale(1.05);
}

drop_lg .text-danger:hover{color: #fff !important;}
.drop_lg .dropdown>a>span{font-size: 17px; font-weight: 500;    color: var(--bs-nav-link-color);}

.admin-card {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    color: #fff;
  }

  .admin-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  }

  .admin-card .card-body {
    display: flex;
    flex-direction: column;
  }

  .admin-card .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .admin-card .icon {
    font-size: 2.5rem;
    opacity: 0.8;
  }

  .admin-card .card-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }

  .admin-card .card-value {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .progress-bar {
    height: 5px;
    border-radius: 5px;
  }


  /*===========table=========*/
  .table-container {
    margin: 50px auto;
  }


  .table thead {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    color: #fff;
    border-radius: 15px;
  }

  .table th, .table td {
    vertical-align: middle;
    white-space: nowrap;
  }

  .table tbody tr {
    transition: all 0.3s ease;
    cursor: pointer;
  }

  /*.table tbody tr:hover {*/
  /*  transform: scale(1.02);*/
  /*  background: rgba(38, 143, 255, 0.1);*/
  /*  box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
  /*}*/

  .badge-status {
    font-size: 0.85rem;
    padding: 0.4em 0.8em;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .action-icons i {
    margin-right: 12px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .action-icons i:hover {
    transform: scale(1.2);
    color: #2575fc;
  }

  .tbtxt{    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 20px;}

  /* Responsive: hide email on small screens */
  @media (max-width: 767px) {
    .table th:nth-child(3), 
    .table td:nth-child(3) {
      display: none;
    }
    .table th:nth-child(4),
    .table td:nth-child(4) {
      display: none;
    }
  }
 /*.nav-item a {*/
 /*    font-weight:bold !important;*/
 /*} */
  

