* {
  margin: 0;
  padding: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

/* Responsive base font size */
@media only screen and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
}

body {
  background-color: #f7faff;
  overflow-x: hidden;
  padding-top: 76px;
  /* Add space for fixed header */
}

.logo {
  width: 100px;
}

.logo-footer {
  width: 200px;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#clientTable tbody tr {
  cursor: pointer;
}


.customBorder {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.customBorder-2 {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}

/* .bi-eye-slash {
  margin-left: -30px;
  cursor: pointer;
} */


/* Home Page */

.text-gold {
  color: #ddaa39;
}

.hero-container {
  background: url("/res/images/background.png");
}


.imgRadius1 {
  border-radius: 150px 150px 0px 150px;
}

.imgRadius2 {
  border-radius: 150px 150px 150px 0px;
}

.heading-1 {
  font-size: 3.5rem;
  font-weight: 700;
}

.sub-heading-1 {
  font-size: 2rem;
  font-weight: 500;
}

.heading-2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-buttons button {
  margin-right: 15px;
  border-radius: 20px;
}

.image-container {
  position: relative;
  max-width: 100%;
}

.image-container img {
  max-width: 100%;
}

.image-hero {
  padding: 50px;
}

.logos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.logos img {
  width: 15%;
  height: auto;
  position: absolute;
  border-radius: 10px;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.logo1 {
  bottom: 53%;
  left: 5%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 1.5s;
}

.logo2 {
  top: 20%;
  left: 13%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 0s;
}

.logo3 {
  top: 3%;
  left: 9%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 2s;
}

.logo4 {
  top: -4%;
  left: 39%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.logo5 {
  top: 9%;
  right: 33%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 1.7s;
}

.logo6 {
  top: 12%;
  right: 9%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.9s;
}

.logo7 {
  bottom: 68%;
  right: 20%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.3s;
}

.logo8 {
  bottom: 38%;
  right: 6%;
  animation: float 5s ease-in-out infinite;
  animation-delay: 1.3s;
}



.loader {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.words {
  color: #316cf4;
  margin-left: 0.5rem;
}


.hero-section {
  padding: 50px 0;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text h2 {
  color: #333;
  font-weight: bold;
}

.hero-text p {
  color: #666;
}

.btn-demo {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn-demo:hover {
  background-color: #0056b3;
}


.highlight {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #4caf50, #2196f3);
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 5px 0;
}

.highlight img {
  width: 20px;
  margin-right: 5px;
}



.get-started-button {
  cursor: pointer;
}

.get-started-button:hover {
  opacity: 0.7;
}

.get-started-button:active {
  opacity: 1;
}

.heading {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1;
}


.marquee-wrapper {
  text-align: center;
}

.marquee-wrapper .marquee-container {
  overflow: hidden;
}

.marquee-inner span {
  float: left;
  width: 50%;
}

.marquee-wrapper .marquee-block {
  --total-marquee-items: 12;
  height: 150px;
  width: calc(250px * (var(--total-marquee-items)));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  padding: 30px 0;
}

.marquee-inner {
  display: block;
  width: 200%;
  position: absolute;
}

.marquee-inner p {
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

.marquee-item {
  width: 230px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  float: left;
  transition: all .2s ease-out;
}

.marquee-item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.marquee-item img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.features {
  background-image: url("/res/images/background1.jpg");
  /* height: 1000px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features {
  overflow: hidden;
}


.tab-content:hover {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 20px 0px 0px 20px;
  cursor: pointer;
}



.tab-features {
  width: 40%;
}


.tab-features-images {
  width: 60%;
}

.tab-content-images img {

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.tab-content-images img {
  /* border-radius: 20px; */
  max-height: 700px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

/* Slider */

.slider-wrapper {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #e2e8f0;
  width: 1080px;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border: 1px solid lightgray;
}

.slides-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide {
  opacity: 0.7;
}

.selected-slide {
  opacity: 1;
}


.slide img {
  border-radius: 10px;
  border: 1px solid lightgray;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}


.slide-arrow {
  cursor: pointer;
  width: 300px;
  height: 250px;
}

.slide-arrow:hover {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 20px;
  cursor: pointer;
}

.testimonial {
  border: none;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}

.testimonial-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  opacity: 0.1;
}

.pricing {

  background-color: #0f172a;
  position: relative;
  z-index: 1;
}

.faq {

  background-image: url("/res/images/background2.jpg");
  /* height: 1000px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

.file-upload {
  border: 2px dashed #007bff;
  padding: 30px;
  text-align: center;
  cursor: pointer;
}

.file-upload.dragover {
  border-color: #28a745;
}

/* .file-upload button {
  margin-top: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #007bff;
  border: none;
  cursor: pointer;
} */

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

#footer {
  flex-shrink: 0;
}

#footer {
  font-size: 14px;
}

#footer h5 {
  font-weight: bold;
}

#footer ul li a {
  margin-bottom: 8px;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #007bff !important;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marqueeRight {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .tab-features {
    width: 60%;
  }


  .tab-features-images {
    width: 40%;
  }

  .slider-wrapper {
    display: none;
  }

  .slide-content {
    flex-direction: column;
  }

  .slide-arrow {
    width: auto;
    height: auto;
  }

}

/* Import Cards */

.import-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.import-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(20, 41, 124, 0.2), 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #14297c;
}

.import-card-header {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  padding: 12px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.import-card-body {
  text-align: center;
  padding: 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.import-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: -0.2px;
}

.import-card-logo {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.import-card:hover .import-card-logo {
  transform: scale(1.1);
}

.ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #ff4757 0%, #ff6348 100%);
  color: white;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px 40px;
  transform: rotate(45deg);
  box-shadow: 0 3px 10px rgba(255, 71, 87, 0.4);
  letter-spacing: 0.8px;
  z-index: 10;
  pointer-events: none;
}

.custom-import-btn {
  background: #2196f3;
  color: #fff;
  text-decoration: none;
  border: none;
  box-shadow: 0 2px 8px rgba(30, 136, 229, 0.08);
  transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
  cursor: pointer;
  display: inline-block;
}

.custom-import-btn:hover,
.custom-import-btn:focus {
  background: #1976d2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(30, 136, 229, 0.15);
  transform: translateY(-2px) scale(1.03);
  outline: none;
}

header.extension-bg-gradient {
  background: linear-gradient(to right, rgba(0, 90, 146, 1), rgba(51, 150, 199, 1));
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header.extension-bg-gradient .container {
  /* Slightly smaller padding for a more compact navbar */
  padding: 0.5rem 1rem;
}

/* Hero Section with Background Image and Overlay */
.extension-hero-section {
  position: relative;
  background: url('https://via.placeholder.com/1920x700?text=Background+Hero+Image') center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}

.extension-hero-overlay {
  background: rgba(0, 0, 0, 0.5);
  /* Reduced padding for a more compact hero section */
  padding: 30px 15px;
  width: 100%;
  text-align: center;
}

.extension-hero-section h1 {
  /* Decreased font size for a more compact look */
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.extension-hero-section p.lead {
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* Feature Icon Styles */
.extension-feature-icon {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  color: #0d6efd;
}

/* Hover effect on feature cards */
.card.extension-hover-shadow:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

/* Section Titles */
.extension-section-title {
  font-weight: 700;
  /* Slightly smaller title font size */
  font-size: 1.75rem;
  /* Decreased spacing below title */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Reduce default Bootstrap spacing in sections */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Download Section */
.extension-download-section {
  background: #0d6efd;
  color: #fff;
  /* Reduced padding for a tighter layout */
  padding: 40px 20px;
}

.extension-download-section .btn-light {
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

.extension-download-section .btn-light:hover {
  background: #fff;
  color: #0d6efd;
}

/* Modal Header Pricing */
.extension-price-info {
  font-size: 0.9rem;
}

/* Adjust margins in the modal to be more compact */
.modal-header,
.modal-body {
  padding: 1rem 1.5rem;
}

.modal-header .modal-title {
  font-size: 1.25rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .extension-hero-section h1 {
    font-size: 1.75rem;
  }

  .extension-hero-section p.lead {
    font-size: 0.9rem;
  }
}

/* Bookmark Popup */



/* Ticker */

.ticker-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #343a40;
  /* Dark background color */
  color: white;
  overflow: hidden;
  z-index: 1000;
}

.ticker {
  display: flex;
  width: 100%;
  animation: marquee 60s linear infinite;
}

.ticker-item {
  flex: 0 0 auto;
  padding: 10px 50px;
  white-space: nowrap;
  float: left;

}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}


/* Checkout Page */

/* Center the checkout card with some spacing */
.checkout-container {
  margin: 2rem auto;
  max-width: 600px;
}

/* A nice card style for the checkout box */
.checkout-card {
  background-color: #fff;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

/* Checkout heading */
.checkout-header h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

/* Section for user details and amount */
.checkout-details p {
  font-size: 1rem;
  margin: 0.25rem 0;
}

.checkout-details .amount {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

/* Razorpay button override + custom styling */
/* The Razorpay script generates an iframe button, but we can still override or match styles. */
.razorpay-payment-button,
.paynow-btn {
  background-color: #007bff !important;
  /* Bootstrap primary color */
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0.75rem 1.25rem !important;
  border: none !important;
  border-radius: 0.5rem !important;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.razorpay-payment-button:hover,
.paynow-btn:hover {
  background-color: #0056b3 !important;
  /* Darker shade on hover */
}

/* (Optional) Small text styling for disclaimers or additional info */
.small-text {
  font-size: 0.85rem;
  color: #666;
  margin-top: 1rem;
  text-align: center;
}


/* Payment Success Page */

.payment-container {
  max-width: 600px;
  margin: 5rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.payment-container i {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.payment-container h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.payment-container p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.btn-custom {
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-custom:hover {
  background-color: #0056b3;
  color: #fff;
}

.instructions {
  text-align: left;
  margin-top: 2rem;
}

.instructions h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

.instructions ul {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.instructions ul li {
  margin-bottom: 0.5rem;
}

iframe {
  width: 100%;
  height: 315px;
  border-radius: 8px;
}

/* Admin User Info */

.user-details-card .card-header {
  background-color: #000;
  color: #fff;
}

.user-details-card dt {
  font-weight: 600;
}

.user-details-card dd {
  margin-bottom: 1rem;
}

.popup-content {
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.popup-header {
  border-bottom: none;
  display: flex;
  /* justify-content: right; */
  justify-content: right;
}

.popup-body {
  font-size: 18px;
}


.coupon-code {
  font-weight: bold;
  background: #f8d7da;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  font-size: 20px;
}



@media only screen and (min-width: 1080px) {

  .selected-tab-slider {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 5px 0 rgba(31, 38, 135, 0.20);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);

  }

}

@media only screen and (min-width: 768px) {
  .selected-tab {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 5px 0 rgba(31, 38, 135, 0.20);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 20px 0px 0px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);

  }

}

#whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

#whatsapp-button img {
  width: 40px;
  height: 40px;
}

#whatsapp-button:hover {
  transform: scale(1.1);
}

/* Pricing Page */

.container-pricing {
  max-width: min(1200px, 95vw);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 40px) clamp(10px, 2vw, 20px);
}

/* Header styles */
.container-pricing .header {
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 60px);
}

.container-pricing .header h1 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: clamp(8px, 2vw, 16px);
  color: #333;
}

.container-pricing .header p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  max-width: min(700px, 90vw);
  margin: 0 auto;
  color: #666;
}

/* Tabs styling */
.container-pricing .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.container-pricing .tab {
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 50%;
  text-align: center;
}

.container-pricing .tab:first-child {
  border-radius: 6px 0 0 6px;
}

.container-pricing .tab:last-child {
  border-radius: 0 6px 6px 0;
}

.container-pricing .tab.active {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  border-color: #14297c;
  box-shadow: 0 2px 8px rgba(20, 41, 124, 0.3);
}

/* Toggle switch */
.container-pricing .toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.container-pricing .toggle-container span {
  font-size: 0.9rem;
  color: #666;
  padding: 0 15px;
}

.container-pricing .toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 25px;
}

.container-pricing .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.container-pricing .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  transition: 0.4s;
  border-radius: 30px;
}

.container-pricing .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.container-pricing input:checked+.slider {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
}

.container-pricing input:checked+.slider:before {
  transform: translateX(30px);
}

.container-pricing .discount-badge {
  position: absolute;
  top: -10px;
  right: -40px;
  background-color: #fd7e14;
  color: white;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 10px;
  z-index: 1;
  white-space: nowrap;
}

/* Billing Selector (Three Options) */
.container-pricing .billing-selector-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 30px;
  background-color: #f0f0f0;
  border-radius: 50px;
  padding: 5px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.container-pricing .billing-option {
  position: relative;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
}

.container-pricing .billing-option:hover {
  color: #14297c;
}

.container-pricing .billing-option.active {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(20, 41, 124, 0.3);
}

.container-pricing .billing-option .discount-badge {
  position: absolute;
  top: -8px;
  right: -5px;
  background-color: #fd7e14;
  color: white;
  font-size: 0.65rem;
  padding: 3px 8px;
  border-radius: 10px;
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
}

.container-pricing .billing-option-text {
  position: relative;
  z-index: 0;
}

/* Pricing cards */
.container-pricing .pricing-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.container-pricing .pricing-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  width: 32%;
  max-width: 400px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.container-pricing .pricing-card:hover {
  border-color: #14297c;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(20, 41, 124, 0.2);
}

.container-pricing .pricing-card h3 {
  font-size: 1.5rem;
  color: #14297c;
  margin-bottom: 15px;
  text-align: center;
}

.container-pricing .pricing-card .price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.container-pricing .pricing-card .price small {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}

.container-pricing .pricing-card .description {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}

.container-pricing .pricing-card ul {
  list-style: none;
  margin-bottom: 30px;
}

.container-pricing .pricing-card ul li {
  margin-bottom: 12px;
  /* padding-left: 20px; */
  position: relative;
  color: #555;
}

.container-pricing .checked:before {
  content: "✓";
  color: #0d6efd;
  position: absolute;
  left: 0;
}

.container-pricing .crossed:before {
  content: "✗";
  color: #dc3545;
  position: absolute;
  left: 0;
}

/* Coming Soon Ribbon */
.container-pricing .ribbon-wrapper {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
}

.container-pricing .ribbon {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px;
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 35px;
  width: 200px;
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.container-pricing .ribbon:before,
.ribbon:after {
  content: "";
  border-top: 5px solid #0f1f5c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
}

.container-pricing .ribbon:before {
  left: 0;
}

.container-pricing .ribbon:after {
  right: 0;
}

/* Quantity selector */
.container-pricing .quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.container-pricing .quantity-btn {
  width: 30px;
  height: 30px;
  background-color: #f0f4ff;
  border: 1px solid #14297c;
  border-radius: 50%;
  color: #14297c;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.container-pricing .quantity-btn:hover {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
}

.container-pricing .quantity-display {
  font-weight: 600;
  margin: 0 15px;
  width: 20px;
  text-align: center;
}

/* CTA Button */
.container-pricing .cta-btn {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(20, 41, 124, 0.3);
}

.container-pricing .cta-btn:hover {
  background: linear-gradient(135deg, #0f1f5c 0%, #14297c 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(20, 41, 124, 0.4);
}

.container-pricing .cta-btn.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Section title styling */
.container-pricing .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.container-pricing .price-calculation {
  text-align: center;
  margin: 15px 0;
  font-size: 0.9rem;
  color: #666;
}



/* Checkout Page */

.checkout-container {
  --checkout-primary: #0d6efd;
  --checkout-primary-light: #e9f2ff;
  --checkout-dark: #333;
  --checkout-gray: #6c757d;
  --checkout-light-gray: #f8f9fa;
  --checkout-border: #dee2e6;

  background-color: #f9fbfd;
  color: #333;
  max-width: min(1200px, 95vw);
  margin: clamp(15px, 3vw, 30px) auto;
  padding: 0 clamp(10px, 2vw, 20px);
}

/* Header Styles */

.checkout-container .checkout-header {
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 60px);
}

.checkout-container .checkout-header h1 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: clamp(8px, 2vw, 16px);
  color: #333;
  font-weight: 500;
}

.checkout-container .checkout-header p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  max-width: min(700px, 90vw);
  margin: 0 auto;
  color: #666;
}

/* Progress Bar Styles */
.checkout-container .progress-bar-container {
  max-width: 600px;
  margin: 0 auto 40px;
}

.checkout-container .progress-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.checkout-container .progress-steps:before {
  content: '';
  position: absolute;
  background: var(--checkout-border);
  height: 4px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.checkout-container .progress-step-bar {
  position: absolute;
  background: var(--checkout-primary);
  height: 4px;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: width 0.3s ease;
}

.checkout-container .step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  border: 4px solid var(--checkout-border);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: var(--checkout-gray);
  z-index: 2;
}

.checkout-container .step.active {
  border-color: var(--checkout-primary);
  background: white;
  color: var(--checkout-primary);
}

.checkout-container .step.completed {
  border-color: var(--checkout-primary);
  background: var(--checkout-primary);
  color: white;
}

.checkout-container .step-label {
  position: absolute;
  top: 45px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--checkout-gray);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* Layout Styles */
.checkout-container .checkout-body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.checkout-container .order-summary {
  flex: 1;
  min-width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.checkout-container .payment-details {
  flex: 2;
  min-width: 450px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

/* Section Title */
.checkout-container .section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--checkout-dark);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--checkout-border);
}

/* Plan Details */
.checkout-container .plan-details {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--checkout-border);
}

.checkout-container .plan-icon {
  background-color: var(--checkout-primary-light);
  color: var(--checkout-primary);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.checkout-container .plan-info {
  flex-grow: 1;
}

.checkout-container .plan-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.checkout-container .plan-type {
  color: var(--checkout-gray);
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.checkout-container .plan-quantity {
  font-size: 0.9rem;
}

/* Price Summary */
.checkout-container .price-summary {
  margin-bottom: 20px;
}

.checkout-container .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.checkout-container .price-row.total {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--checkout-border);
}

/* Promo Code */

.coupon-section {
  text-align: center;
  margin-bottom: 20px;
}

.checkout-container .promo-code {
  display: flex;
  margin-bottom: 20px;
}

.checkout-container .promo-code input {
  flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid var(--checkout-border);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 0.9rem;
}

.checkout-container .promo-code button {
  background: var(--checkout-primary);
  color: white;
  border: none;
  padding: 0 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

/* Form Styles */
.checkout-container .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}

.checkout-container .form-group {
  flex: 1;
  min-width: 200px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.checkout-container .form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}

.checkout-container .checkout-form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--checkout-border);
  border-radius: 5px;
  font-size: 0.95rem;
}

.checkout-container .checkout-form-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--checkout-border);
  border-radius: 5px;
  font-size: 0.95rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  appearance: none;
}

.checkout-container .checkout-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.checkout-container .checkout-form-check-input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Payment Method */
.checkout-container .card-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.checkout-container .card-icon {
  width: 45px;
  height: 30px;
  background: var(--checkout-light-gray);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.checkout-container .card-icon.active {
  border: 2px solid var(--checkout-primary);
}

/* Submit Button */
.checkout-container .submit-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background: var(--checkout-primary);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.2s;
}

.checkout-container .submit-btn:hover {
  background-color: #0b5ed7;
}

/* Secure Badge */
.checkout-container .secure-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: var(--checkout-gray);
  font-size: 0.9rem;
}

.checkout-container .secure-badge i {
  margin-right: 8px;
  color: #28a745;
}

/* Billing Toggle Styles for Checkout Page */
.checkout-container .billing-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
}

.checkout-container .billing-toggle-container span {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  padding: 0 15px;
}

.checkout-container .billing-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 25px;
}

.checkout-container .billing-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkout-container .billing-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  transition: 0.4s;
  border-radius: 30px;
}

.checkout-container .billing-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.checkout-container input:checked+.billing-slider {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
}

.checkout-container input:checked+.billing-slider:before {
  transform: translateX(30px);
}

.checkout-container .billing-discount-badge {
  position: absolute;
  top: -10px;
  right: -40px;
  background-color: #fd7e14;
  color: white;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 10px;
  z-index: 1;
  white-space: nowrap;
  font-weight: 600;
}

/* Billing Selector (Three Options) for Checkout */
.checkout-container .billing-selector-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
}

.checkout-container .billing-selector-container .billing-option {
  position: relative;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  min-width: 140px;
  text-align: center;
  background-color: transparent;
}

.checkout-container .billing-selector-container .billing-option:hover {
  color: #14297c;
}

.checkout-container .billing-selector-container .billing-option.active {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(20, 41, 124, 0.3);
}

.checkout-container .billing-selector-container .billing-option .discount-badge {
  position: absolute;
  top: -8px;
  right: 5px;
  background-color: #fd7e14;
  color: white;
  font-size: 0.65rem;
  padding: 3px 8px;
  border-radius: 10px;
  z-index: 1;
  white-space: nowrap;
  font-weight: 600;
  pointer-events: none;
}

.checkout-container .billing-selector-container .billing-option-text {
  position: relative;
  z-index: 0;
}

/* User Welcome Panel */
.checkout-container .user-welcome {
  margin-bottom: 20px;
  padding: 15px;
  background-color: var(--checkout-primary-light);
  border-radius: 8px;
  color: var(--checkout-dark);
}

.checkout-container .user-welcome p:first-child {
  margin-bottom: 5px;
}

.checkout-container .user-welcome p:last-child {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--checkout-gray);
}

/* Payment Method Selection */
.checkout-container .payment-method-row {
  margin-bottom: 10px;
}

.checkout-container .payment-method-label {
  display: flex;
  align-items: center;
}

.checkout-container .payment-method-name {
  margin-right: 10px;
}

.checkout-container .payment-method-icons {
  display: flex;
  gap: 5px;
}

.user-info {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user-info p {
  margin: 5px 0;
  font-size: 0.95rem;
  color: #333;
}

.user-info i {
  font-size: 1.2rem;
}

.user-info strong {
  font-weight: 600;
  color: #0d6efd;
}

.user-info span {
  font-weight: 500;
  color: #555;
}

/* Media Query for Mobile */
@media (max-width: 768px) {
  .checkout-container .checkout-body {
    flex-direction: column;
  }

  .checkout-container .payment-details,
  .checkout-container .order-summary {
    width: 100%;
  }
}


#pay-button {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#pay-button:hover {
  background-color: #0056b3;
}


.sidebar {
  background-color: #cfe2ff;
  padding: 20px;
  width: 300px;
  min-width: 300px;
  flex-shrink: 0;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  position: sticky;
  top: 20px;
}

/* Custom scrollbar for sidebar */
.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #14297c;
  border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #0d1a54;
}

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

.sidebar a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: background-color 0.3s ease;
}

.sidebar>div>ul>li.active {
  background-color: #0d6efd;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

.sidebar>div>ul>li.active a {
  color: white;
}

.main-content {
  flex: 1;
  min-width: 0;
  width: 100%;
  overflow-x: hidden;
}

.customHeight {
  min-height: calc(100vh);
}


/* .adjustScrollHeightSettings {
  height: calc(100vh - 100px);
  overflow-y: auto;
} */

/* .adjustScrollHeightDashboardProfile {
  height: calc(100vh - 320px);
  overflow-y: auto;
} */

/* .adjustScrollHeightDashboardImport {
  height: calc(100vh - 320px);
  overflow-y: auto;
  overflow-x: hidden;
} */

/* .adjustScrollHeightDashboardStatement {
  height: calc(100vh - 320px);
  overflow-y: auto;
} */

/* .adjustScrollHeightDashboardReport {
  height: calc(100vh - 320px);
  overflow-y: auto;
} */

/* .adjustScrollHeightFilingHistory {
  height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
} */


/* Filing History */

.file-card {
  border-left: 5px solid #14297c;
}

.file-title {
  font-weight: 600;
  font-size: 1rem;
}

.file-meta {
  font-size: 0.9rem;
  color: #555;
}

/* HSN Resolver */

.hsn-box {
  border: 1px solid #ddd;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hsn-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Header */
.hsn-header h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  color: #343a40;
}

.order-id {
  color: #007bff;
  font-weight: normal;
}

/* Icons */
.icon-warning {
  color: #dc3545;
  margin-right: 8px;
}

.icon-suggestion {
  color: #ffc107;
  margin-right: 8px;
}

/* Warnings & Suggestions */
.hsn-warning,
.hsn-suggestions {
  margin-bottom: 14px;
  font-size: 15px;
  color: #495057;
}

/* Suggestion Buttons */
.suggestion-buttons {
  margin-top: 8px;
}

.suggestion-btn {
  margin: 4px 6px 4px 0;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #f1f3f5;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.suggestion-btn:hover {
  background-color: #dee2e6;
  border-color: #adb5bd;
}

/* Input Field */
.hsn-input {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Status */
.status-text {
  font-size: 13px;
  color: gray;
  min-height: 16px;
  margin-bottom: 10px;
}

/* Update Button */
.update-btn {
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  background-color: gray;
  color: white;
  cursor: not-allowed;
  transition: background-color 0.2s ease-in-out;
}

.update-btn.active {
  background-color: #28a745;
  cursor: pointer;
}

.suggestion-dropdown {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 120px;
  overflow-y: auto;
  background: white;
  z-index: 10;
  position: relative;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

/* OTP */

.otp-wrapper {
  max-width: 400px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.otp-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.otp-input {
  width: 48px;
  height: 58px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #ced4da;
  border-radius: 8px;
}

.otp-input:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.2);
}


#joinPopup .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 16px;
  overflow: visible;
}

#joinPopup .modal-body {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#joinPopup img {
  display: block;
  max-width: 96vw;
  max-height: 70vh;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  background: #fff;
  transition: transform 0.3s cubic-bezier(.4, 2, .6, 1), box-shadow 0.3s;
}

#joinPopup img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

@media (max-width: 600px) {
  #joinPopup img {
    max-width: 98vw;
    max-height: 50vh;
    border-radius: 10px;
  }

  #joinPopup .modal-content {
    border-radius: 10px;
  }
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .container-pricing .pricing-plans {
    flex-direction: column;
    align-items: center;
  }

  .container-pricing .pricing-card {
    width: 100%;
    max-width: 350px;
  }

  .sidebar {
    width: 100%;
    min-width: unset;
    max-height: none;
    margin-bottom: 1rem;
    position: relative;
    top: 0;
  }

  .main-content {
    width: 100%;
  }

  .customHeight {
    min-height: unset;
  }

  /* .adjustScrollHeightDashboardProfile {
    height: calc(100vh - 500px);
    overflow-y: auto;
  }

  .adjustScrollHeightDashboardImport {
    height: calc(100vh - 350px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .adjustScrollHeightDashboardStatement {
    height: calc(100vh - 350px);
    overflow-y: auto;
  }

  .adjustScrollHeightDashboardReport {
    height: calc(100vh - 450px);
    overflow-y: auto;
  } */




}


/* Careers */
.careers .hero {
  background: rgb(13, 110, 253);
  background: linear-gradient(69deg, rgba(13, 110, 253, 1) 35%, rgba(0, 212, 255, 1) 100%);
  ;
  color: #fff;
  padding: 60px 0 40px 0;
  text-align: center;
  box-shadow: 0 6px 24px rgba(13, 110, 253, 0.08);
}

.careers .section-title {
  color: #0d6efd;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.careers .badge-skill {
  background: linear-gradient(90deg, #e9f2ff 0%, #cfe2ff 100%);
  color: #0d6efd;
  font-size: 0.92rem;
  margin: 4px 6px 4px 0;
  padding: 6px 14px;
  border-radius: 16px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(13, 110, 253, 0.06);
}

.careers .apply-btn {
  background: #14297c;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 28px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.08);
  text-decoration: none;
  display: inline-block;
}

.careers .apply-btn:hover {
  background: #0d6efd;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.12);
}

.careers .job-card {
  background: #fff;
  border-left: 5px solid #0d6efd;
  box-shadow: 0 4px 16px rgba(13, 110, 253, 0.07), 0 1.5px 6px rgba(0, 0, 0, 0.03);
  padding: 28px 24px;
  margin-bottom: 32px;
  border-radius: 12px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.careers .job-card:hover {
  box-shadow: 0 8px 32px rgba(13, 110, 253, 0.13), 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px) scale(1.01);
}

.careers .job-title {
  color: #0d6efd;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.careers .job-meta {
  color: #6c757d;
  font-size: 0.98rem;
  margin-bottom: 12px;
}

.careers .job-desc {
  color: #333;
  font-size: 1rem;
  margin-bottom: 16px;
}

.job-title-btn {
  color: #14297c;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}


/* Login Page */



.login-page {
  background: linear-gradient(90deg, rgba(255, 246, 218, 1) 55%, rgba(255, 255, 255, 1) 100%);
  height: 100vh;
}

.register-page {
  background: linear-gradient(90deg, rgba(255, 246, 218, 1) 55%, rgba(255, 255, 255, 1) 100%);
  height: 100vh;
}

.login-form-container {
  padding: 20px;
}

.c-login-w {
  display: flex;
  width: 100%;
  height: 100vh;
}

.c-login-w a {
  text-decoration: none;
  color: #0b49d6;
}


.c-login-left {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255 246 218) 55%, rgba(255, 255, 255, 1) 100%);
  background-size: 100% 100%;
  padding: 50px 0 0;
}

.c-login-left-logo {
  text-align: center;
}

.c-login-left-img {
  padding: 0 15px;
  height: 100%;
}

.c-login-left-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-login-right {
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-login-right h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  color: #152a7d;
}

.c-login-right-in {
  width: 100%;
}

.c-login-right h2 b {
  display: block;
  margin-top: 5px;
  color: #0b49d6;
}

.c-login-right p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.c-login-right .form-control {
  border-radius: 30px;
  padding: 15px 25px;
}

.c-login-right .form-control:focus {
  border: 1px solid #270A2D;
  box-shadow: none;
}

html body .c-login-w .btn-primery {
  position: relative;
  transition: 0.5s;
  text-align: center;
  border-radius: 8px !important;
  background: #0b49d6;
  padding: 12px 30px !important;
  font-weight: bold;
  border: none;
  overflow: hidden;
}

html body .c-login-w .btn-primery:hover {
  color: #fff;
  background: var(--geadiant_1) !important
}

html body .c-login-w .btn-primery:after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cd9d0d;
  transition: 0.5s;
}

html body .c-login-w .btn-primery:hover:after {
  left: 0;
}

html body .c-login-w .btn-primery span {
  position: relative;
  z-index: 2;
}

.c-login-right .btn-primery {
  width: 100%;
  font-size: 16px;
}

.c-login-pw {
  background: url("/res/images/login.jpg");
  background-size: cover;
}

.c-register-w {
  background: url("/res/images/register.jpg");
  background-size: cover;
}

.c-register-w {
  padding-top: 25px;
  padding-bottom: 25px;
}

.c-register-w .form-control {
  padding-left: 15px !important
}

.c-login-left-logo img {
  width: 238px;
}

.c-login-left-logo {
  margin-bottom: 5px;
}

.c-login-right-in {
  padding: 0 0px;
}

.c-login-right .form-control {
  padding: 13px 11px 13px 11px;
  border-radius: 8px;
  border: 1px solid #6291E7;
  height: auto;
  color: #000;
  font-size: 16px;
  line-height: 100%;
}

.c-login-right .form-group {
  position: relative;
}

.c-login-right .mb-4 {
  margin-bottom: 15px !important;
}

.c-login-right .mb-4 span {
  color: #797E80;
  position: absolute;
  left: 11px;
  top: 2px;
  font-size: 31px;
  line-height: 100%;
  /* line-height: 100%; */
}

.c-register-w .c-login-left-img img {
  width: 100%;
}

.c-login-right .mb-4 label {
  margin-bottom: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.c-login-pw .c-leav-status h6 {
  font-size: 13px;
}

.c-login-pw .c-leav-status p {
  font-size: 12px;
}

.c-login-pw .c-leav-status .avatar {
  width: 32px;
  height: 32px;
}

.c-login-pw .c-leav-status .card-body {
  height: 202px;
  padding: 15px;
}

.c-login-pw .card .card-header {
  color: #4b646f;
  background: #cafdcc;
}

.c-login-pw .justify-content-between.form-group {
  position: relative;
}

.c-login-pw .justify-content-between.mb-4 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-new-login-link {
  margin-top: 30px;
}

.c-login-pw .c-new-login-link .card-header {
  background: #fffaaa;
}

.c-login-pw .mt-3 {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: right !important;
}

.c-login-pw .mt-3 a {
  color: #3F51B5;
}



.c-login-right {
  width: 550px;
  height: 100%;
  border-radius: 15px;
  margin-left: auto;
}

.c-login-left-logo img {
  width: 120px;
  margin-bottom: 20px;
}



.c-login-content h2 {
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.c-login-content ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.c-login-content ul li {
  margin-right: 15px;
  color: #fff;
  margin-bottom: 5px;
}

.c-login-content ul li i {
  margin-right: 10px;
  font-size: 18px;
  color: #cd9d0d;
}

.cn-banner-main-img {
  padding: 0 30px;
  transform: scale(1.2);
}

.c-Trouble-w {
  margin-top: 20px;
  font-size: 16px;
}

.c-Trouble-w a {
  font-weight: bold;
}


/* ========== Responsive Styles ========== */

/* For tablets and smaller desktops */
@media (max-width: 991.98px) {

  .c-login-left,
  .c-login-right {
    height: auto;
    width: 100%;
  }

  .c-login-right {
    padding: 20px;
    margin-left: 0;
  }

  .c-login-left-img img {
    max-height: 300px;
  }

  .c-login-content {
    width: 100%;
    left: 0;
    position: relative;
    bottom: 0;
    padding: 20px;
  }

  .c-login-content ul {
    flex-direction: column;
  }

  .c-login-content ul li {
    margin-right: 0;
  }
}

/* For mobile devices */
@media (max-width: 767.98px) {

  .login-form-container {
    width: 100%;
    padding: 20px;
    box-shadow: none;
    border-radius: 0;
  }

  .c-login-left,
  .c-login-right {
    padding: 20px 10px;
  }

  .c-login-right {
    width: 100%;
    border-radius: 8px;
  }

  .c-login-right h2 {
    font-size: 28px;
  }

  .c-login-right .form-control {
    padding: 10px;
    font-size: 14px;
  }

  .c-login-content h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .c-login-left-logo img {
    width: 90px;
  }

  .c-login-content ul {
    flex-direction: column;
  }

  .c-login-content ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .c-login-right .btn-primery {
    font-size: 14px;
    padding: 10px;
  }

  .c-login-pw,
  .c-register-w {
    background-position: center;
    padding: 20px 10px;
  }

  .c-login-left-img {
    display: none;
    /* Hide image on very small screens */
  }
}

/* ===== Enhanced Header Styles ===== */
#header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  transition: transform 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

/* Enhanced Nav Links */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #333 !important;
  padding: 0.75rem 1rem !important;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-link:hover {
  background-color: #f8f9fa;
  color: #0d6efd !important;
}

.navbar-nav .nav-link i {
  font-size: 1.1rem;
}

/* Active Nav Link Indicator */
.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #0d6efd, #0dcaf0);
  border-radius: 3px 3px 0 0;
}

/* Enhanced Dropdown Menu */
.dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  margin-top: 0.5rem !important;
  min-width: 280px;
  animation: dropdownFadeIn 0.3s ease;
  transition: all 0.3s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu-wide {
  min-width: 320px;
}

/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }

  /* Keep dropdown stable on hover */
  .navbar-nav .dropdown-menu:hover {
    display: block;
  }

  /* Add invisible bridge between nav-link and dropdown */
  .navbar-nav .dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0.5rem;
  }

  /* Ensure dropdown stays positioned correctly */
  .navbar-nav .dropdown {
    position: relative;
  }
}

/* Dropdown Items */
.dropdown-item {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 0.95rem;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  transform: translateX(5px);
  color: #0d6efd;
}

.dropdown-item i {
  font-size: 1.2rem;
  width: 24px;
}

.dropdown-item small {
  display: block;
  font-size: 0.8rem;
  margin-top: 2px;
}

/* Dropdown Header */
.dropdown-header {
  padding: 0.75rem 1rem 0.5rem;
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.dropdown-divider {
  margin: 0.5rem 0;
  opacity: 0.1;
}

/* User Menu Styles */
.user-menu-toggle {
  padding: 0.25rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.user-menu-toggle:hover {
  background-color: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.user-avatar {
  width: 40px;
  height: 40px;
  border: 2px solid #0d6efd;
  transition: all 0.3s ease;
}

.user-menu-toggle:hover .user-avatar {
  transform: scale(1.1);
  border-color: #0dcaf0;
}

/* Enhanced User Dropdown */
.user-dropdown {
  min-width: 280px;
  padding: 0.5rem;
}

.user-dropdown .dropdown-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

.user-dropdown .dropdown-item {
  padding: 0.65rem 1rem;
}

.user-dropdown .dropdown-item.text-danger:hover {
  background-color: #fff5f5;
  color: #dc3545 !important;
}

/* Get Started Button */
.get-started-button {
  cursor: pointer;
}

.get-started-button:hover {
  opacity: 0.7;
}

.get-started-button:active {
  opacity: 1;
}

/* Mobile Menu Improvements */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: white;
    padding: 1rem;
    border-radius: 12px;
    margin-top: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-link {
    margin: 0.25rem 0;
  }

  .dropdown-menu {
    border: none;
    box-shadow: none;
    background: #f8f9fa;
    margin-left: 1rem;
  }

  .user-dropdown .dropdown-header {
    margin-top: 0.5rem;
  }

  .navbar-text {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
  }
}

/* Mega Menu Support */
.mega-dropdown .dropdown-menu {
  border-top: 3px solid #0d6efd;
}

/* Online Status Indicator */
.user-avatar+span.position-absolute {
  width: 12px;
  height: 12px;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}




@media (max-width: 768px) {
  .careers .hero {
    padding: 40px 20px;
  }

  .careers .section-title {
    font-size: 1.8rem;
  }

  .careers .badge-skill {
    font-size: 0.85rem;
    padding: 4px 10px;
  }

  .careers .apply-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  .careers .job-card {
    padding: 24px 20px;

  }

  .careers .job-title {
    font-size: 1.1rem;
  }

  .careers .job-meta {
    font-size: 0.9rem;
  }

  .careers .job-desc {
    font-size: 0.95rem;
  }

  .job-title-btn {
    font-size: 0.9rem;
  }

}




@media only screen and (max-width: 768px) {

  .heading-1 {
    font-size: 2.4rem;
  }

  .sub-heading-1 {
    font-size: 1.9rem;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .heading {
    font-size: 50px;
  }

  .tab-features {
    width: 100%;
  }

  .tab-content:hover {
    border-radius: 20px;
  }

  .features {
    height: auto;
  }

}

@media only screen and (max-width: 400px) {
  .heading-1 {
    font-size: 2rem;
  }

  .sub-heading-1 {
    font-size: 1.5rem;
  }

  .word {
    font-size: 1.1rem;
  }

  .wordFor {
    font-size: 1.1rem;
  }

  .gsBtnSmall {
    content: "Get Started";
  }

  .loader {
    padding-bottom: 0;
  }
}






.hide {
  display: none !important;
}

/* ========================================
   GLOBAL DESIGN SYSTEM UTILITIES
   ======================================== */

/* Gradient Backgrounds */
.gradient-header {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%) !important;
  color: white !important;
  border: none !important;
}

.gradient-primary {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
}

.gradient-card-header {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  font-weight: 600;
}

/* Brand Colors */
.bg-brand-primary {
  background-color: #14297c !important;
}

.text-brand-primary {
  color: #14297c !important;
}

.border-brand-primary {
  border-color: #14297c !important;
}

/* Enhanced Shadows */
.shadow-soft {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.shadow-medium {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.shadow-strong {
  box-shadow: 0 12px 28px rgba(20, 41, 124, 0.2), 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

/* Button Enhancements */
.btn-brand-primary {
  background-color: #14297c;
  border-color: #14297c;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-brand-primary:hover {
  background-color: #0d1a54;
  border-color: #0d1a54;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(20, 41, 124, 0.3);
}

.btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Card Enhancements */
.card-modern {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(20, 41, 124, 0.2), 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #14297c;
}

.card-header-modern {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  padding: 1rem 1.5rem;
  font-weight: 600;
  border: none;
}

/* Modal Enhancements */
.modal-header-modern {
  background: linear-gradient(135deg, #14297c 0%, #1a3690 100%);
  color: white;
  border: none;
  padding: 1.5rem;
}

.modal-content-modern {
  border: none;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-body-modern {
  padding: 2rem;
}

.modal-footer-modern {
  background-color: #f8f9fa;
  border: none;
  padding: 1rem 1.5rem;
}

/* Nav Pills Enhancements */
.nav-pills-modern {
  background-color: #f8f9fa;
  padding: 0.5rem;
  border-radius: 8px;
}

.nav-pills-modern .nav-link {
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.nav-pills-modern .nav-link.active {
  background-color: #14297c !important;
  box-shadow: 0 2px 4px rgba(20, 41, 124, 0.3);
}

.nav-pills-modern .nav-link:not(.active):hover {
  background-color: rgba(20, 41, 124, 0.1);
}

/* Card header nav pills - prevent sidebar CSS conflicts */
.card-header .nav-pills .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  font-weight: normal;
  border-radius: 6px;
}

.card-header .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.card-header .nav-pills .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

/* Typography Enhancements */
.page-title {
  color: #14297c;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.page-subtitle {
  color: #6c757d;
  margin-bottom: 0;
}

/* Form Enhancements */
.form-control-modern {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.form-control-modern:focus {
  border-color: #14297c;
  box-shadow: 0 0 0 0.2rem rgba(20, 41, 124, 0.15);
}

.input-group-modern .input-group-text {
  background-color: #f8f9fa;
  border: 2px solid #e0e0e0;
  font-weight: 500;
  min-width: 140px;
}

/* Badge Enhancements */
.badge-modern {
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.75rem;
}

/* Alert Enhancements */
.alert-modern {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-left: 4px solid;
}

.alert-success-modern {
  background-color: #d4edda;
  color: #155724;
  border-left-color: #28a745;
}

.alert-info-modern {
  background-color: #d1ecf1;
  color: #0c5460;
  border-left-color: #17a2b8;
}

.alert-warning-modern {
  background-color: #fff3cd;
  color: #856404;
  border-left-color: #ffc107;
}

.alert-danger-modern {
  background-color: #f8d7da;
  color: #721c24;
  border-left-color: #dc3545;
}

/* Spacing Utilities */
.spacing-sm {
  gap: 0.5rem;
}

.spacing-md {
  gap: 1rem;
}

.spacing-lg {
  gap: 1.5rem;
}

.spacing-xl {
  gap: 2rem;
}

/* Icon Enhancements */
.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(20, 41, 124, 0.1);
  color: #14297c;
}

.icon-lg {
  font-size: 1.5rem;
}

/* Animation Utilities */
.transition-all {
  transition: all 0.3s ease;
}

.transition-fast {
  transition: all 0.15s ease;
}

.transition-slow {
  transition: all 0.5s ease;
}

.hover-lift:hover {
  transform: translateY(-4px);
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Border Utilities */
.border-radius-sm {
  border-radius: 6px;
}

.border-radius-md {
  border-radius: 8px;
}

.border-radius-lg {
  border-radius: 12px;
}

.border-radius-xl {
  border-radius: 16px;
}

/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #14297c;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #0d1a54;
}

/* Loading States */
.loading-shimmer {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Responsive Utilities */
@media (max-width: 768px) {
  .modal-dialog-centered-mobile {
    margin: 0.5rem;
  }

  .btn-mobile-full {
    width: 100%;
  }

  .spacing-mobile-sm {
    gap: 0.5rem;
  }
}

/* Enhanced Component Styles */

/* File Cards - Filing History */
.file-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.file-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(20, 41, 124, 0.15) !important;
}

/* Edit Button Hover Effect */
.edit-btn:hover {
  background-color: #0d1a54 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(20, 41, 124, 0.3);
}

/* Table Row Hover */
.table-hover tbody tr:hover {
  background-color: rgba(20, 41, 124, 0.05);
  transition: background-color 0.2s ease;
}

/* Enhanced Sidebar */
.sidebar {
  transition: all 0.3s ease;
}

.sidebar li {
  transition: all 0.3s ease;
  border-radius: 8px;
  margin: 0.25rem 0;
}

.sidebar li:not(.active):hover {
  background-color: rgba(20, 41, 124, 0.1);
  transform: translateX(5px);
}

.sidebar li.active {
  box-shadow: 0 2px 8px rgba(20, 41, 124, 0.3);
  background-color: #14297c;
}

.sidebar li>a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  border-radius: 8px;
}

.sidebar li.active>a {
  color: white;
}

/* Profile Image Enhancement */
.rounded-circle {
  transition: all 0.3s ease;
}

.rounded-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(20, 41, 124, 0.3);
}

/* Modal Enhancement */
.modal-content {
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Enhanced Form Controls */
.form-control:focus,
.form-select:focus {
  border-color: #14297c;
  box-shadow: 0 0 0 0.2rem rgba(20, 41, 124, 0.25);
}

/* Enhanced Buttons */
.btn {
  transition: all 0.3s ease;
}

.btn:active {
  transform: scale(0.95);
}

/* Card Header Icons */
.card-header i {
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* Improved Divider */
.vr {
  background-color: rgba(20, 41, 124, 0.2);
}

/* Success/Error States */
.text-success {
  color: #28a745 !important;
  font-weight: 500;
}

.text-danger {
  color: #dc3545 !important;
  font-weight: 500;
}

/* Profile Page Enhancements */
.btn-outline:hover {
  background-color: #14297c !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(20, 41, 124, 0.3);
}

/* Search Input Enhancement */
#searchProfile:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(20, 41, 124, 0.1);
}

/* Scrollable Content */
.adjustScrollHeightDashboardProfile {
  scrollbar-width: thin;
  scrollbar-color: #14297c #f1f1f1;
}

.adjustScrollHeightDashboardProfile::-webkit-scrollbar {
  width: 8px;
}

.adjustScrollHeightDashboardProfile::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.adjustScrollHeightDashboardProfile::-webkit-scrollbar-thumb {
  background: #14297c;
  border-radius: 10px;
}

.adjustScrollHeightDashboardProfile::-webkit-scrollbar-thumb:hover {
  background: #0d1a54;
}

/* Table Row Click Effect */
#clientTable tbody tr {
  cursor: pointer;
  transition: all 0.2s ease;
}

#clientTable tbody tr:hover {
  background-color: rgba(20, 41, 124, 0.05);
  transform: translateX(2px);
}

/* Badge Enhancements */
.badge {
  transition: all 0.3s ease;
}

.badge:hover {
  transform: scale(1.05);
}

/* File Input Enhancement */
input[type="file"]::-webkit-file-upload-button {
  background-color: #14297c;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #0d1a54;
}