@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');

html,
body,
#header,
.container,
input,
textarea,
select,
button,
a,
p,
ul,
ol,
li {
  font-family: 'Sen', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.primary-bg-color {
  background-color: #ffff;
}

.bg-primary {
  background-color: #324fc5 !important;
}

.btn-primary {
  background: #3D61F2;
  color: #fff;
  border: 0;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(53, 86, 246, 0.12);
  transition: background .12s ease, transform .08s ease;
}

#frmCheckout .btn-primary {
  width: 100%;
}

.btn-primary:hover {
  background: #2a44d1;
  transform: translateY(-2px);
}

/* Headings heavier */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sen', sans-serif;
  font-weight: 700;
}

/* Ensure UI controls use Sen */
.navbar-brand,
.btn,
.footer-custom,
.header-search-input,
.header-search-btn,
.header-cart-btn {
  font-family: 'Sen', sans-serif;
}

.footer-custom {
  background-color: #181b53 !important;
  color: #CAD5E2;
  font-family: 'Sen', sans-serif;
  font-size: 15px;
  letter-spacing: -0.01em;
}

footer.footer {
  padding: 0;
}

.footer-custom .footer-top {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.footer-custom .ssl-badge {
  background-color: #3D61F2;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.footer-custom .footer-desc {
  color: #CAD5E2;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.footer-custom .social-link {
  color: #CAD5E2;
  font-size: 1.1rem;
  margin-right: 1.25rem;
  transition: color 0.25s ease;
}

.footer-custom .social-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-custom .footer-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
}

.footer-custom .footer-links li {
  margin-bottom: 0.65rem;
}

.footer-custom .footer-links a {
  color: #CAD5E2;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-custom .footer-links a:hover {
  color: #ffffff;
}

.footer-custom .btn-lang-switcher {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  font-family: 'Sen', sans-serif;
  font-size: 14px;
  padding: 0.35rem 0.75rem;
  transition: all 0.2s ease;
}

.footer-custom .btn-lang-switcher:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-custom .footer-bottom {
  background-color: #0b0e44;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  color: #CAD5E2;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.footer-custom .copyright-text {
  font-size: 14px;
}

.footer-custom .footer-payments svg {
  transition: opacity 0.2s ease;
}

.footer-custom .footer-payments svg:hover {
  opacity: 0.9;
}

header.header .topbar {
  background-color: #2e49b6 !important;
  color: #ffffff !important;
  font-family: 'Sen', sans-serif;
  font-size: 15px;
  letter-spacing: -0.01em;
}

header.header .topbar .btn {
  color: #ffffff;
}

header.header .topbar .active-client .input-group-text {
  color: #ffffff !important;
}

header.header .topbar .active-client .btn {
  color: #ffffff !important;
}

header.header .topbar .active-client .btn {
  color: #ffffff !important;
}

header.header .topbar .active-client .btn:hover {
  color: #e4dcdc !important;
}

.header-search {
  display: flex;
  align-items: center;
  width: 320px;
  height: 45px;
  border: 1px solid #d8dfec;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.header-search-btn {
  width: 58px;
  height: 58px;
  border: 0;
  background: transparent;
  color: #2f3d5a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
}

.header-search-btn:hover {
  color: #3D61F2;
}

.header-search-input {
  border: 0;
  outline: none;
  height: 58px;
  width: 100%;
  padding: 0 18px 0 0;
  background: transparent;
  color: #2f3d5a;
  font-size: 16px;
}

.header-search-input::placeholder {
  color: #8a94a6;
}

.header-cart-btn {
  position: relative;
  width: 58px;
  height: 45px;
  border-radius: 12px;
  background: #181b53;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.header-cart-btn:hover {
  background: #11164a;
  color: #ffffff;
  text-decoration: none;
}

.header-cart-btn i {
  font-size: 20px;
  color: #cbd6e8;
  /* normal icon color */
  transition: color 0.18s ease, transform 0.12s ease;
}

.header-cart-btn:hover i,
.header-cart-btn:focus i {
  color: #ffffff;
  /* hover / focus icon color */
  transform: translateY(-1px);
}

.header-cart-btn:focus {
  outline: none;
  box-shadow: none;
}

.header-cart-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ffffff;
  color: #1d2267;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* brand text on left */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* company name as text */
.company-name {
  font-family: 'Sen', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1d2267;
  text-decoration: none;
  line-height: 1;
}

/* logo sizing fallback */
.logo-img {
  max-height: 48px;
  width: auto;
  display: block;
}

/* adjust spacing on small screens */
@media (max-width: 767px) {
  .company-name {
    font-size: 18px;
  }

  .logo-img {
    max-height: 40px;
  }
}

/* Breadcrumb bar styling */
.master-breadcrumb {
  background-color: #eff3ff;
  /* change this to any color you prefer */
  border-bottom: 1px solid #e6e9ef;
  padding: 0.6rem 0;
}

.master-breadcrumb .container {
  display: flex;
  align-items: center;
}

.master-breadcrumb .breadcrumb,
.master-breadcrumb .breadcrumb-item,
.master-breadcrumb a {
  color: #495057;
}

.master-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #9aa3b2;
}

.breadcrumb {
  background-color: transparent;
}

.master-breadcrumb .breadcrumb {
  font-size: 15px
}


/* Client Area Home - visual refinements: font color, buttons and component styling */
.btn-default,
.btn.btn-default {
  background: #3D61F2;
  color: #fff;
  border: 0;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(53, 86, 246, 0.12);
  transition: background .12s ease, transform .08s ease;
}

.btn-default:hover,
.btn.btn-default:hover {
  background: #2a44d1;
  transform: translateY(-2px);
}

.btn-default:focus {
  outline: none;
  box-shadow: 0 8px 22px rgba(53, 86, 246, 0.16);
}

.btn {
  border-radius: 8px;
}

.client-home-cards a {
  color: #3D61F2;
}

.client-home-cards a:hover {
  color: #2a44d1;
  text-decoration: none;
}

.client-home-cards .card-header .btn:hover {
  color: #fff;
}


/* Login form visual styling (homepage-style) */
.login-form .card.mw-540 {
  max-width: 540px;
  margin: 2.25rem auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e6e9ef;
  box-shadow: 0 14px 40px rgba(28, 45, 78, 0.06);
}

.login-form .card-body {
  padding: 2.75rem 2rem;
  background: #fff;
}

.login-form h6.h3 {
  font-size: 1.5rem;
  color: #0f1724;
  font-weight: 700;
  margin-bottom: .25rem;
}

.login-form .text-muted {
  color: #6b7280;
}

.login-form .form-control {
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  padding: .6rem .75rem;
  color: #374151;
  box-shadow: none;
}

.login-form .input-group-text {
  background: #f8fafc;
  border: 1px solid #e6e9ef;
  border-radius: 8px 0 0 8px;
  color: #374151;
}

.login-form .input-group-append .btn-reveal-pw {
  background: transparent;
  border: 1px solid #e6e9ef;
  color: #374151;
  border-radius: 0 8px 8px 0;
  padding: .5rem .65rem;
}

.login-form .input-group-append .btn-reveal-pw:hover {
  color: #3D61F2;
}

.login-form .form-group label {
  color: #374151;
  font-weight: 600;
}

.login-form .btn-primary {
  background: #3D61F2 !important;
  border: 0 !important;
  padding: .6rem 1.05rem !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 26px rgba(53, 86, 246, 0.12);
}

.login-form .btn-primary:hover {
  background: #2a44d1 !important;
  transform: translateY(-2px);
}

.login-form .card-footer {
  background: transparent;
  border-top: none;
  padding: 1rem 2rem;
  text-align: center;
}

.login-form .card-footer .small {
  color: #6b7280;
}

.login-form .card-footer .font-weight-bold {
  color: #3D61F2;
  margin-left: .5rem;
}

.login-form .form-check-input {
  width: auto;
  margin-right: .5rem;
}

@media (max-width: 575px) {
  .login-form .card.mw-540 {
    margin: 1.25rem 1rem;
  }

  .login-form .card-body {
    padding: 1.25rem;
  }
}

/* Registration / Client Register page styles (homepage look) */
#registration .card {
  background: #ffffff;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(28, 45, 78, 0.04);
}

#registration .card-body {
  padding: 1.75rem;
}

#registration .card-title {
  font-size: 1.25rem;
  color: #0f1724;
  font-weight: 700;
  margin-bottom: .75rem;
}

#registration .field.form-control,
#registration .field {
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  padding: .6rem .75rem;
  background: #fff;
  color: #374151;
  box-shadow: none;
}

/* Prepend icon inputs */
#registration .prepend-icon {
  position: relative;
}

#registration .prepend-icon .field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  pointer-events: none;
}

#registration .prepend-icon .field {
  padding-left: 44px;
}

#registration .prepend-icon .input-group .input-group-prepend .input-group-text {
  background: #f8fafc;
  border: 1px solid #e6e9ef;
}

/* Country / state selects and icons */
#registration select.field.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Password strength meter */
.password-strength-meter .progress {
  height: 8px;
  background: #f1f5f9;
  border-radius: 6px;
  overflow: hidden;
}

.password-strength-meter .progress-bar {
  transition: width .24s ease;
}

.password-strength-meter p {
  margin-top: .5rem;
  color: #6b7280;
}

/* Generate password and small buttons */
#registration .generate-password {
  background: transparent;
  border: 1px solid #e6e9ef;
  color: #374151;
  border-radius: 8px;
  padding: .45rem .6rem;
}

#registration .generate-password:hover {
  background: rgba(53, 86, 246, 0.06);
  color: #3D61F2;
}

/* Marketing opt-in toggle style fallback */
.toggle-switch-success+.bootstrap-toggle {
  vertical-align: middle;
}

/* Submit primary button */
#registration .btn-primary {
  background: #3D61F2 !important;
  border: 0 !important;
  color: #fff !important;
  padding: .6rem 1rem !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 26px rgba(53, 86, 246, 0.12);
  width: 100%;
}

#registration .btn-primary:hover {
  background: #2a44d1 !important;
  transform: translateY(-2px);
}

/* Small responsive tweaks */
@media (max-width: 575px) {
  #registration .card-body {
    padding: 1rem;
  }

  #registration .prepend-icon .field {
    padding-left: 40px;
  }
}

.card {
  border-radius: 14px !important;
  border-color: #CAD5E2 !important;
  overflow: hidden;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover {
  background-color: #2a44d1;
  border: none;
}

.card-header {
  background-color: transparent !important;
}

.tiles .tile {
  /* Fallback */
  display: block;
  position: relative;
  padding: 30px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  border: none;
  transition: all .25s ease;

  /* Use variable for background */
  background-color: var(--tile-color);
}


.tiles .tile:hover::after {
  opacity: 1;
}

.tiles .tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.tiles .tile i {
  font-size: 20px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--icon-bg);
  color: var(--icon-color);
  padding: 10px;
}
/* .tiles .tile i {
  font-size: 30px;
  color: var(--icon-color);
  transition: none;
  display: block;
} */

.tiles .tile .stat {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
  position: relative;
  z-index: 1;
}

.tiles .tile .title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--text-color);
  position: relative;
  z-index: 1;
}

/* Color Classes - Light backgrounds with dark icon circles */
.tile-blue {
  --tile-color: #f4f6ff;
  --icon-bg: #859be5;
  --icon-color: #ffffff;
  --text-color: #1e293b;
}

.tile-green {
  --tile-color: #d3fff2;
  --icon-bg: #69af9b;
  --icon-color: #ffffff;
  --text-color: #1e293b;
}

.tile-red {
  --tile-color: #d6b1b1;
  --icon-bg: #9f5959;
  --icon-color: #ffffff;
  --text-color: #1e293b;
}

.tile-gold {
  --tile-color: #dacdb6;
  --icon-bg: #ab997d;
  --icon-color: #ffffff;
  --text-color: #1e293b;
}
.tiles .tile:hover i{
  font-size: 30px;
  color: var(--icon-color);
}
.card-footer{
  background-color: transparent;
}
.list-group-item.active{
  background-color:#2a44d1;
  border:none;
}
.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc{
  background-color: #ffff;
}
.btn-outline-primary:hover{
  background-color: #2a44d1 !important;
  border:none;
}

/* Equal-height product group cards — works cleanly when there are 3 cards */
.card-columns.home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  align-items: stretch;        /* ensures grid children stretch to row height */
  grid-auto-rows: 1fr;         /* force each row track to equal height */
  max-width: 1200px;           /* optional: keep cards from stretching too wide */
  margin: 0 auto;              /* optional: center the grid when fewer columns */
}

/* Make each card fill the grid cell and use column flex layout */
.card-columns.home .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0; /* grid gap handles spacing */
}

/* Ensure card body grows so footer/button sits at bottom */
.card-columns.home .card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* Push button to bottom */
.card-columns.home .card .btn {
  margin-top: auto;
}
/* ===== ACTION ICON BUTTONS - HOVER EFFECTS ===== */

.action-icon-btns {
    gap: 10px;
}

.action-icon-btns .card {
    border-radius: 14px !important;
    border: 1px solid #e8ecf1 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.action-icon-btns .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(61, 97, 242, 0.15);
    border-color: #3D61F2 !important;
}

.action-icon-btns .card a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    text-decoration: none;
    color: #1a2a3a;
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    min-height: 140px;
    gap: 12px;
}

.action-icon-btns .card:hover a {
    color: #3D61F2;
}

.action-icon-btns .card .ico-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #f1f5f9;
    transition: all 0.3s ease;
    margin: 0;
}

.action-icon-btns .card:hover .ico-container {
    background: #3D61F2;
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(61, 97, 242, 0.3);
}

.action-icon-btns .card .ico-container i {
    font-size: 28px;
    color: #3D61F2;
    transition: all 0.3s ease;
}

.action-icon-btns .card:hover .ico-container i {
    color: #ffffff;
    transform: scale(1.1);
}

/* ===== DARK MODE SUPPORT ===== */

@media (prefers-color-scheme: dark) {
    .action-icon-btns .card {
        background: #2a2a3e;
        border-color: #3a3a4e !important;
    }
    
    .action-icon-btns .card a {
        color: #e8ecf1;
    }
    
    .action-icon-btns .card .ico-container {
        background: #3a3a4e;
    }
    
    .action-icon-btns .card .ico-container i {
        color: #6c9aee;
    }
    
    .action-icon-btns .card:hover {
        border-color: #3D61F2 !important;
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .action-icon-btns .card a {
        min-height: 120px;
        padding: 24px 16px;
        font-size: 14px;
    }
    
    .action-icon-btns .card .ico-container {
        width: 56px;
        height: 56px;
    }
    
    .action-icon-btns .card .ico-container i {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .action-icon-btns {
        gap: 8px;
    }
    
    .action-icon-btns .card a {
        min-height: 100px;
        padding: 20px 12px;
        font-size: 13px;
        gap: 10px;
    }
    
    .action-icon-btns .card .ico-container {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }
    
    .action-icon-btns .card .ico-container i {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .action-icon-btns .card a {
        min-height: 90px;
        padding: 16px 10px;
        font-size: 12px;
        gap: 8px;
    }
    
    .action-icon-btns .card .ico-container {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    
    .action-icon-btns .card .ico-container i {
        font-size: 18px;
    }
}
/* Modern Product Cards */
.products {
    margin-top: 30px;
}

.product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px 20px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e8ecf1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
    border-color: #d0d7e0;
}

/* Product Badge */
.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
}

.badge-bundle {
    background: #ff6b6b;
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-popular {
    background: #ffd93d;
    color: #1a2a3a;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product Header */
.product-header {
    margin-bottom: 15px;
}

.product-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e8f4f8, #d4e8f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 28px;
    color: #2d7b8f;
}

.product-name {
    font-size: 20px;
    font-weight: 600 !important;
    color: #1a2a3a;
    margin: 0;
    line-height: 1.3;
}

.product-stock {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    color: #6c757d;
    background: #f1f3f5;
    padding: 2px 12px;
    border-radius: 12px;
}

.product-stock i {
    margin-right: 4px;
}

/* Product Pricing */
.product-pricing {
    padding: 12px 0;
    border-top: 1px solid #f1f3f5;
    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 15px;
}

.price-label {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 2px;
}

.price-amount {
    font-size: 28px;
    font-weight: 700;
    color: #3d61f2;
}

.price-cycle {
    font-size: 15px;
    color: #6c757d;
    font-weight: 500;
}

.price-setup {
    font-size: 13px;
    color: #6c757d;
    margin-top: 4px;
}

/* Product Description */
.product-description {
    flex: 1;
    margin-bottom: 15px;
}

.product-desc-text {
    font-size: 14px;
    color: #4a5a6a;
    line-height: 1.6;
    margin-bottom: 15px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-features li {
    padding: 5px 0;
    font-size: 14px;
    color: #4a5a6a;
    display: flex;
    align-items: center;
}

.product-features li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
}

.product-features li .feature-value {
    font-weight: 600;
    margin-right: 5px;
    color: #1a2a3a;
}

/* Product Footer */
.product-footer {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #f1f3f5;
}

.btn-order-now {
    background: #3D61F2;
    color: #fff;
    padding: 10px 35px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.btn-order-now:hover {
    background: #2a44d1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 123, 143, 0.3);
    text-decoration: none;
}

.btn-order-now i {
    margin-right: 8px;
}

.btn-order-now:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/* #order-standard_cart .view-cart-items-header{
  background-color:#ffff !important;
  color: #000 !important;
} */

/* Responsive Adjustments */
@media (max-width: 992px) {
    .product-card {
        padding: 20px 15px;
    }
    
    .price-amount {
        font-size: 24px;
    }
    
    .product-name {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .product-card {
        margin-bottom: 20px;
    }
    
    .product-features li {
        font-size: 13px;
    }
    
    .btn-order-now {
        padding: 8px 25px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .product-card {
        padding: 18px 12px;
    }
    
    .price-amount {
        font-size: 22px;
    }
    
    .product-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

/* Dark Mode Support (if needed) */
@media (prefers-color-scheme: dark) {
    .product-card {
        background: #2a2a3a;
        border-color: #3a3a4a;
    }
    
    .product-card:hover {
        border-color: #4a4a5a;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    }
    
    .product-name,
    .price-amount {
        color: #e8ecf1;
    }
    
    .product-desc-text,
    .product-features li {
        color: #b0b8c0;
    }
    
    .product-features li .feature-value {
        color: #e8ecf1;
    }
    
    .product-features li i {
        color: #4caf50;
    }
    
    .price-cycle,
    .price-setup,
    .price-label {
        color: #8a9aa8;
    }
    
    .product-stock {
        background: #3a3a4a;
        color: #8a9aa8;
    }
    
    .product-pricing {
        border-color: #3a3a4a;
    }
    
    .product-footer {
        border-color: #3a3a4a;
    }
    
    .product-icon {
        background: linear-gradient(135deg, #2a3a3a, #1a2a3a);
        color: #5a9aae;
    }
}

/* Homepage SSL Banner Image Styling */
.ssl-homepage-banner-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ssl-homepage-banner-img:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Header Sticky & Transparency styles */
header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 1px solid transparent;
}

header.header.header-scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Premium Single-Line Header Styling */
@media (min-width: 1200px) {
    header.header .main-navbar-wrapper {
        padding: 12px 0;
        background-color: transparent;
        border-bottom: 1px solid transparent;
        box-shadow: none;
        transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
    }

    header.header.header-scrolled .main-navbar-wrapper {
        background-color: #ffffff;
        border-bottom: 1px solid #e8ecf1;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
        padding: 8px 0; /* Shrink padding slightly on scroll */
    }

    header.header .navbar-nav#nav {
        display: flex;
        justify-content: center;
        width: auto;
    }

    header.header .navbar-nav#nav > li {
        margin: 0 4px;
    }

    header.header .navbar-nav#nav > li > a {
        font-weight: 700;
        color: #1e293b;
        padding: 8px 12px !important;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

    header.header .navbar-nav#nav > li > a:hover {
        background-color: #f1f5f9;
        color: #3d61f2;
    }

    .navbar-right-elements {
        display: flex !important;
        align-items: center;
    }

    .navbar-right-elements .secondary-navbar-nav > li > a {
        font-weight: 700;
        color: #1e293b;
        padding: 8px 12px !important;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

    .navbar-right-elements .secondary-navbar-nav > li > a:hover {
        background-color: #f1f5f9;
        color: #3d61f2;
    }
}

/* Mobile & Tablet Adjustments */
@media (max-width: 1199.98px) {
    header.header .main-navbar-wrapper {
        padding: 10px 0;
        background-color: transparent;
        border-bottom: 1px solid transparent;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    header.header.header-scrolled .main-navbar-wrapper {
        background-color: #ffffff;
        border-bottom: 1px solid #e8ecf1;
    }

    header.header .navbar-collapse {
        background-color: #ffffff;
        padding: 15px;
        border-radius: 12px;
        margin-top: 10px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        border: 1px solid #e8ecf1;
    }

    header.header .navbar-nav .nav-link {
        padding: 10px 15px;
        border-bottom: 1px solid #f1f5f9;
    }

    .navbar-right-elements .secondary-navbar-nav {
        width: 100%;
    }

    .navbar-right-elements .secondary-navbar-nav > li {
        width: 100%;
    }
}


/* ===== HERO BANNER - TWO COLUMN LAYOUT ===== */

.homepage-hero-banner {
    position: relative;
    padding: 80px 0 60px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

/* Container */
.hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    min-height: 500px;
}

/* ===== LEFT COLUMN - TEXT CONTENT ===== */
.hero-content-left {
    flex: 1;
    max-width: 600px;
}

.hero-text-wrapper {
    color: #ffffff;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 97, 242, 0.2);
    border: 1px solid rgba(61, 97, 242, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.hero-badge i {
    color: #3D61F2;
}

/* Title */
.hero-title {
    font-family: 'Sen', sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #ffffff;
    background: #3D61F2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subtitle */
.hero-subtitle {
    font-family: 'Sen', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 24px;
    max-width: 500px;
}

/* Features Grid */
.hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
}

.hero-feature-item i {
    color: #4caf50;
    font-size: 18px;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.btn-hero-primary {
    background: #3D61F2;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 12px;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(61, 97, 242, 0.4);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-hero-primary:hover {
    background: #2a44d1;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(61, 97, 242, 0.5);
    color: #ffffff;
    text-decoration: none;
}

.btn-hero-secondary {
    background: #EFF3FF;
    color: #000;
    padding: 14px 34px;
    border-radius: 12px;
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
    color: #ffffff;
    text-decoration: none;
}

/* Trust Badges */
.hero-trust-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.hero-trust-badges .dot {
    color: rgba(255, 255, 255, 0.3);
}

/* ===== RIGHT COLUMN - IMAGE ===== */
.hero-content-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 600px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    animation: floatImage 6s ease-in-out infinite;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.3));
}

@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Floating Badges */
.floating-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 12px 18px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    animation: floatBadge 4s ease-in-out infinite;
}

.floating-badge i {
    font-size: 22px;
    color: #3D61F2;
    width: 36px;
    height: 36px;
    background: rgba(61, 97, 242, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.badge-title {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1a2a3a;
}

.badge-sub {
    font-family: 'Sen', sans-serif;
    font-size: 12px;
    color: #6c757d;
}

.badge-top-right {
    top: 10%;
    right: 5%;
    animation-delay: 0s;
}

.badge-bottom-left {
    bottom: 15%;
    left: 5%;
    animation-delay: 1.5s;
}

.badge-center-right {
    bottom: 40%;
    right: -5%;
    animation-delay: 3s;
}

@keyframes floatBadge {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* ===== DIVIDER WAVE ===== */
.hero-divider {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.hero-divider svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== RESPONSIVE ===== */

/* Large Tablets */
@media (max-width: 1024px) {
    .hero-wrapper {
        gap: 40px;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .hero-features {
        grid-template-columns: 1fr 1fr;
    }
    
    .badge-center-right {
        right: 0;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .homepage-hero-banner {
        padding: 60px 0 40px;
        min-height: auto;
    }
    
    .hero-wrapper {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
    }
    
    .hero-content-left {
        max-width: 100%;
        text-align: center;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        max-width: 100%;
        font-size: 16px;
    }
    
    .hero-features {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-trust-badges {
        justify-content: center;
    }
    
    .hero-content-right {
        max-width: 100%;
    }
    
    .hero-image-wrapper {
        max-width: 350px;
    }
    
    .floating-badge {
        padding: 8px 14px;
        gap: 8px;
    }
    
    .floating-badge i {
        font-size: 16px;
        width: 28px;
        height: 28px;
    }
    
    .badge-title {
        font-size: 12px;
    }
    
    .badge-sub {
        font-size: 10px;
    }
    
    .badge-top-right {
        top: 5%;
        right: 0;
    }
    
    .badge-bottom-left {
        bottom: 10%;
        left: 0;
    }
    
    .badge-center-right {
        right: 0;
        bottom: 45%;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    .homepage-hero-banner {
        padding: 40px 0 30px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .hero-features {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    
    .hero-feature-item {
        font-size: 12px;
    }
    
    .hero-feature-item i {
        font-size: 14px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    
    .hero-buttons {
        width: 100%;
        flex-direction: column;
    }
    
    .hero-image-wrapper {
        max-width: 280px;
    }
    
    .floating-badge {
        padding: 6px 10px;
        gap: 6px;
    }
    
    .floating-badge i {
        font-size: 14px;
        width: 24px;
        height: 24px;
    }
    
    .badge-title {
        font-size: 11px;
    }
    
    .badge-sub {
        font-size: 9px;
    }
    
    .hero-trust-badges {
        font-size: 12px;
        flex-wrap: wrap;
    }
    
    .hero-badge {
        font-size: 11px;
        padding: 4px 12px;
    }
}

/* Very Small Screens */
@media (max-width: 360px) {
    .hero-title {
        font-size: 24px;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
    }
    
    .hero-image-wrapper {
        max-width: 220px;
    }
}

/* ===== PRODUCT GROUPS SECTION ===== */

.product-groups-wrapper {
    padding: 60px 0;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 20px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-family: 'Sen', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 10px;
}

.section-subtitle {
    font-family: 'Sen', sans-serif;
    font-size: 18px;
    color: #6c757d;
}

/* ===== MAIN CONTAINER ===== */

.product-groups-container {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== LEFT SIDEBAR - CATEGORIES ===== */

.categories-sidebar {
    flex: 0 0 280px;
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.categories-title {
    font-family: 'Sen', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f5;
}

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

.category-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 4px;
    position: relative;
}

.category-item:hover {
    background: #f1f5f9;
}

.category-item.active {
    background: #3D61F2;
    color: #ffffff;
}

.category-item.active .category-icon {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}

.category-item.active .category-name {
    color: #ffffff;
}

.category-item.active .category-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.category-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f5f9;
    color: #3D61F2;
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.category-name {
    flex: 1;
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a2a3a;
    transition: color 0.3s ease;
}

.category-badge {
    background: #f1f5f9;
    color: #6c757d;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.domain-item {
    margin-top: 8px;
    border-top: 1px solid #f1f3f5;
    padding-top: 12px;
}

/* ===== RIGHT CONTENT - PRODUCTS ===== */

.products-content {
    flex: 1;
    min-width: 0;
}

.product-group-content {
    display: none;
    animation: fadeIn 0.4s ease;
}

.product-group-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.group-header {
    margin-bottom: 30px;
}

.group-title {
    font-family: 'Sen', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 8px;
}

.group-description {
    font-family: 'Sen', sans-serif;
    font-size: 16px;
    color: #6c757d;
}

/* ===== PRODUCTS GRID ===== */

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

/* ===== PRODUCT CARD ===== */

.product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e8ecf1;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: #d0d7e0;
}

/* Product Header */
.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.product-brand {
    display: flex;
    align-items: center;
}

.brand-name {
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a2a3a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.brand-name i {
    color: #3D61F2;
}

.product-badge {
    display: flex;
    gap: 6px;
}

.badge-popular {
    background: #ffd93d;
    color: #1a2a3a;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-premium {
    background: #3D61F2;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-standard {
    background: #e8ecf1;
    color: #6c757d;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Product Name */
.product-name {
    font-family: 'Sen', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a2a3a;
    margin: 0 0 12px 0;
}

/* Product Meta */
.product-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Sen', sans-serif;
    font-size: 13px;
    color: #6c757d;
}

.meta-item i {
    color: #28a745;
    font-size: 14px;
}

/* Product Pricing */
.product-pricing {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid #f1f3f5;
    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 16px;
}

.price-label {
    font-size: 13px;
    color: #6c757d;
    margin-right: 4px;
}

.price-amount {
    font-family: 'Sen', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #3D61F2;
}

.price-cycle {
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.price-setup {
    font-family: 'Sen', sans-serif;
    font-size: 12px;
    color: #6c757d;
    margin-left: 4px;
}

/* Product Features */
.product-features {
    flex: 1;
    margin-bottom: 16px;
}

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

.product-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    color: #4a5a6a;
}

.product-features li i {
    color: #28a745;
    font-size: 14px;
    flex-shrink: 0;
}

/* Product Footer */
.product-footer {
    padding-top: 16px;
    border-top: 1px solid #f1f3f5;
}

.btn-view-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    background: #f8f9fa;
    color: #1a2a3a;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-view-details:hover {
    background: #3D61F2;
    color: #ffffff;
    border-color: #3D61F2;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-view-details i {
    transition: transform 0.3s ease;
}

.btn-view-details:hover i {
    transform: translateX(4px);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 992px) {
    .product-groups-container {
        flex-direction: column;
    }
    
    .categories-sidebar {
        flex: none;
        position: relative;
        top: 0;
        width: 100%;
        overflow-x: auto;
        padding: 15px;
    }
    
    .categories-list {
        display: flex;
        gap: 8px;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .category-item {
        flex: 0 0 auto;
        padding: 10px 16px;
        min-width: 120px;
        justify-content: center;
    }
    
    .category-badge {
        display: none;
    }
    
    .categories-title {
        display: none;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    .product-groups-wrapper {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-card {
        padding: 18px;
    }
    
    .price-amount {
        font-size: 24px;
    }
    
    .group-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .product-groups-container {
        padding: 0 10px;
    }
    
    .categories-sidebar {
        padding: 10px;
    }
    
    .category-item {
        padding: 8px 12px;
        min-width: 80px;
        font-size: 12px;
    }
    
    .category-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
        margin-right: 8px;
    }
    
    .category-name {
        font-size: 12px;
    }
    
    .product-name {
        font-size: 17px;
    }
    
    .price-amount {
        font-size: 20px;
    }
}

.alert-danger{
  border-radius: 14px;
  margin: 15px 0;
}

#order-standard_cart .products{
  margin: 40px 0 !important;
}

.announcements .announcement article{
  background-color:#ffff;
  border-radius: 14px;
  border-left: 1px solid;
}
.alert-info{
  border-radius: 14px;
}
.view-ticket{
  border: none !important;
}
.view-ticket .card-body{
  border-bottom: none;
}
/* ===== TICKET REPLY CARD - MODERN DESIGN ===== */

.ticket-reply-card {
    border: 1px solid #e8ecf1 !important;
    border-radius: 16px !important;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    background: #ffffff;
}

.ticket-reply-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

/* Staff Reply - Different styling */
.ticket-reply-card .ticket-reply.staff {
    border-left: 4px solid #3D61F2;
}

/* ===== REPLY HEADER ===== */

.reply-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 24px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8ecf1;
    flex-wrap: wrap;
    gap: 12px;
}

.reply-user-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e8ecf1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 22px;
    flex-shrink: 0;
}

.ticket-reply.staff .user-avatar {
    background: #3D61F2;
    color: #ffffff;
}

.user-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-name {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1a2a3a;
}

.user-role {
    font-family: 'Sen', sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.staff-badge {
    background: #3D61F2;
    color: #ffffff;
    padding: 0px 7px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: fit-content;
}

.reply-date {
    font-family: 'Sen', sans-serif;
    font-size: 13px;
    color: #8a94a6;
    display: flex;
    align-items: center;
    gap: 6px;
}

.reply-date i {
    font-size: 13px;
}

.reply-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ip-address {
    font-family: 'Sen', sans-serif;
    font-size: 13px;
    color: #8a94a6;
    background: #f1f3f5;
    padding: 4px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ip-address i {
    font-size: 12px;
}

/* ===== REPLY BODY ===== */

.reply-body {
    padding: 24px;
    font-family: 'Sen', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #1a2a3a;
}

.reply-body p {
    margin-bottom: 12px;
}

.reply-body a {
    color: #3D61F2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.reply-body a:hover {
    color: #2a44d1;
    text-decoration: underline;
}

.reply-body ul,
.reply-body ol {
    padding-left: 24px;
    margin-bottom: 12px;
}

.reply-body blockquote {
    border-left: 4px solid #3D61F2;
    padding: 12px 20px;
    margin: 16px 0;
    background: #f8f9fa;
    border-radius: 8px;
    font-style: italic;
    color: #4a5a6a;
}

.reply-body code {
    background: #f1f3f5;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #e83e8c;
}

.reply-body pre {
    background: #f1f3f5;
    padding: 16px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #1a2a3a;
}

/* ===== ATTACHMENTS ===== */

.reply-attachments {
    padding: 16px 24px 24px;
    border-top: 1px solid #f1f3f5;
}

.attachments-header {
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a2a3a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.attachments-header i {
    color: #3D61F2;
}

.attachments-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.attachments-list li {
    margin: 0;
}

.attachment-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #f8f9fa;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    font-family: 'Sen', sans-serif;
    font-size: 13px;
    color: #4a5a6a;
    text-decoration: none;
    transition: all 0.2s ease;
}

.attachment-item:hover {
    background: #f1f5f9;
    border-color: #3D61F2;
    color: #3D61F2;
    text-decoration: none;
}

.attachment-item i {
    color: #8a94a6;
    font-size: 14px;
}

.attachment-item:hover i {
    color: #3D61F2;
}

.attachment-name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-download {
    color: #3D61F2 !important;
    font-size: 13px !important;
}

/* ===== RATING ===== */

.reply-rating {
    padding: 12px 24px 18px;
    border-top: 1px solid #f1f3f5;
    display: flex;
    justify-content: flex-end;
}

.rating-done {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stars-container {
    display: flex;
    gap: 2px;
}

.stars-container .star {
    color: #dee2e6;
    font-size: 18px;
}

.stars-container .star.active {
    color: #ffc107;
}

.rated-text {
    font-family: 'Sen', sans-serif;
    font-size: 13px;
    color: #6c757d;
}

.rating-prompt {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-label {
    font-family: 'Sen', sans-serif;
    font-size: 13px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating-prompt .rating {
    display: flex;
    gap: 4px;
}

.rating-prompt .star {
    cursor: pointer;
    color: #dee2e6;
    font-size: 20px;
    transition: all 0.2s ease;
}

.rating-prompt .star:hover,
.rating-prompt .star.hover {
    color: #ffc107;
    transform: scale(1.1);
}

.rating-prompt .star i {
    pointer-events: none;
}

/* ===== DARK MODE SUPPORT ===== */

@media (prefers-color-scheme: dark) {
    .ticket-reply-card {
        background: #2a2a3e;
        border-color: #3a3a4e !important;
    }
    
    .reply-header {
        background: #1a1a2e;
        border-color: #3a3a4e;
    }
    
    .user-name {
        color: #e8ecf1;
    }
    
    .reply-body {
        color: #e8ecf1;
    }
    
    .reply-body blockquote {
        background: #1a1a2e;
        color: #b0b8c0;
    }
    
    .reply-body code {
        background: #1a1a2e;
        color: #f8a4b8;
    }
    
    .reply-body pre {
        background: #1a1a2e;
        color: #e8ecf1;
    }
    
    .reply-date {
        color: #8a9aa8;
    }
    
    .ip-address {
        background: #1a1a2e;
        color: #8a9aa8;
    }
    
    .reply-attachments {
        border-color: #3a3a4e;
    }
    
    .attachment-item {
        background: #1a1a2e;
        border-color: #3a3a4e;
        color: #b0b8c0;
    }
    
    .attachment-item:hover {
        background: #3a3a4e;
        border-color: #3D61F2;
        color: #6c9aee;
    }
    
    .reply-rating {
        border-color: #3a3a4e;
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .reply-header {
        flex-direction: column;
        align-items: stretch;
        padding: 14px 18px;
        gap: 10px;
    }
    
    .reply-user-info {
        gap: 10px;
    }
    
    .user-avatar {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    
    .user-name {
        font-size: 14px;
    }
    
    .reply-body {
        padding: 18px;
        font-size: 14px;
    }
    
    .reply-attachments {
        padding: 12px 18px 18px;
    }
    
    .attachments-list {
        flex-direction: column;
        gap: 6px;
    }
    
    .attachment-item {
        width: 100%;
        justify-content: space-between;
    }
    
    .attachment-name {
        max-width: none;
        flex: 1;
    }
    
    .reply-rating {
        padding: 10px 18px 14px;
        justify-content: center;
    }
    
    .rating-prompt {
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .reply-header {
        padding: 12px 14px;
    }
    
    .user-avatar {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }
    
    .user-name {
        font-size: 13px;
    }
    
    .reply-date {
        font-size: 12px;
    }
    
    .reply-body {
        padding: 14px;
        font-size: 13px;
    }
    
    .reply-attachments {
        padding: 10px 14px 14px;
    }
    
    .attachment-item {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    .stars-container .star {
        font-size: 16px;
    }
}
/* Admin Reply */
.ticket-reply-card.admin-card {
    background: #3D61F2 !important;
    border-color: #3D61F2 !important;
}

/* Make all text white */
.ticket-reply-card.admin-card,
.ticket-reply-card.admin-card .user-name,
.ticket-reply-card.admin-card .reply-date,
.ticket-reply-card.admin-card .ip-address,
.ticket-reply-card.admin-card .reply-body,
.ticket-reply-card.admin-card .attachments-header,
.ticket-reply-card.admin-card .attachment-item,
.ticket-reply-card.admin-card .rated-text,
.ticket-reply-card.admin-card .rating-label {
    color: #fff !important;
}

/* Admin header */
.ticket-reply-card.admin-card .reply-header {
    background: rgba(255,255,255,0.1);
    border-bottom-color: rgba(255,255,255,0.15);
}

/* Client Reply */
.ticket-reply-card.client-card {
    background: #fff;
}