@media (min-width: 1200px) {
  .container {
    width: 1400px !important;
    max-width: 1400px !important;
  }
}

.bg-theme-darkblue1 {
  background-color: #19223d !important;
}

.bg-white {
  background-color: #fff !important;
}


.text-white {
  color: #fff !important;
}

.text-grey {
  color: #6B6781 !important;
}

.text-light-grey {
  color: #A3A0B6 !important;
}

.text-orange {
  color: #E64E00 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-black {
  color: #000 !important;
}

.text-navyblue {
  color: #192243 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.logo2025 {
  max-width: 150px;
  margin-top: 8px;
  display: inline-block;
}

.logo2025 img {
  width: 150px;

}


a.blue-outline {
  color: #19233E;
  border: 2px solid #19233E;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;

}

a.blue-outline:hover {
  background-color: #19233E;
  color: #fff;
  text-decoration: none;


  border: 2px solid #19233E;
  padding: 10px 20px;
  font-weight: 600;
}


.service-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}

.service-card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}

.service-title {
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}


.latest-product-card {

  flex-direction: column;
  /* Add this line */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equal-row {
  display: flex;
  /* row becomes flex */
  align-items: stretch;
  /* all cols same height */
}

.equal-col {
  display: flex;
  /* each col fills */
  flex-direction: column;
}

@media (min-width: 576px) {
  .equal-col-md {
    display: flex;
    /* each col fills */
    flex-direction: column;
  }

  .equal-row-md {
    display: flex;
    /* row becomes flex */
    align-items: stretch;
    /* all cols same height */
  }

  .equal-fill-md {
    flex: 1;
    /* fill height */
  }

}


.bg-mustard {
  background-color: #DFC229 !important;
}

.bg-purplegray {
  background-color: #6B6781 !important;
}

.rounded-lg {
  border-radius: 10px !important;
  overflow: hidden;
}

.rounded-xl {
  border-radius: 15px !important;
  overflow: hidden;
}

.rounded {
  border-radius: 8px !important;
  overflow: hidden;
}

.rounded-sm {
  border-radius: 5px !important;
  overflow: hidden;
}


.catalogue-img-wrapper {
  position: absolute;
  top: -10px;
  /* lift it above the box */
  left: 50%;
  /* push to center */
  transform: translateX(-50%);
  /* correct offset */
  text-align: center;
}

.homeCataloguePic {
  max-width: 140px;
  /* size control */
  height: auto;
}

.catalogue-cart-content {
  padding-top: 185px;
  /* space for image */
  text-align: left;
}

/* Base sizes (always apply) */
.text-xss {
  font-size: 0.65rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 3.75rem !important;
}

.text-7xl {
  font-size: 4.5rem !important;
}

.text-8xl {
  font-size: 6rem !important;
}

/* Responsive sizes */
@media (min-width: 576px) {
  .text-sm-xss {
    font-size: 0.65rem !important;
  }

  .text-sm-xs {
    font-size: 0.75rem !important;
  }

  .text-sm-sm {
    font-size: 0.875rem !important;
  }

  .text-sm-base {
    font-size: 1rem !important;
  }

  .text-sm-lg {
    font-size: 1.125rem !important;
  }

  .text-sm-xl {
    font-size: 1.25rem !important;
  }

  .text-sm-2xl {
    font-size: 1.5rem !important;
  }

  .text-sm-3xl {
    font-size: 1.875rem !important;
  }

  .text-sm-4xl {
    font-size: 2.25rem !important;
  }

  .text-sm-5xl {
    font-size: 3rem !important;
  }

  .text-sm-6xl {
    font-size: 3.75rem !important;
  }

  .text-sm-7xl {
    font-size: 4.5rem !important;
  }

  .text-sm-8xl {
    font-size: 6rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-xss {
    font-size: 0.65rem !important;
  }

  .text-md-xs {
    font-size: 0.75rem !important;
  }

  .text-md-sm {
    font-size: 0.875rem !important;
  }

  .text-md-base {
    font-size: 1rem !important;
  }

  .text-md-lg {
    font-size: 1.125rem !important;
  }

  .text-md-xl {
    font-size: 1.25rem !important;
  }

  .text-md-2xl {
    font-size: 1.5rem !important;
  }

  .text-md-3xl {
    font-size: 1.875rem !important;
  }

  .text-md-4xl {
    font-size: 2.25rem !important;
  }

  .text-md-5xl {
    font-size: 3rem !important;
  }

  .text-md-6xl {
    font-size: 3.75rem !important;
  }

  .text-md-7xl {
    font-size: 4.5rem !important;
  }

  .text-md-8xl {
    font-size: 6rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-xss {
    font-size: 0.65rem !important;
  }

  .text-lg-xs {
    font-size: 0.75rem !important;
  }

  .text-lg-sm {
    font-size: 0.875rem !important;
  }

  .text-lg-base {
    font-size: 1rem !important;
  }

  .text-lg-lg {
    font-size: 1.125rem !important;
  }

  .text-lg-xl {
    font-size: 1.25rem !important;
  }

  .text-lg-2xl {
    font-size: 1.5rem !important;
  }

  .text-lg-3xl {
    font-size: 1.875rem !important;
  }

  .text-lg-4xl {
    font-size: 2.25rem !important;
  }

  .text-lg-5xl {
    font-size: 3rem !important;
  }

  .text-lg-6xl {
    font-size: 3.75rem !important;
  }

  .text-lg-7xl {
    font-size: 4.5rem !important;
  }

  .text-lg-8xl {
    font-size: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-xss {
    font-size: 0.65rem !important;
  }

  .text-xl-xs {
    font-size: 0.75rem !important;
  }

  .text-xl-sm {
    font-size: 0.875rem !important;
  }

  .text-xl-base {
    font-size: 1rem !important;
  }

  .text-xl-lg {
    font-size: 1.125rem !important;
  }

  .text-xl-xl {
    font-size: 1.25rem !important;
  }

  .text-xl-2xl {
    font-size: 1.5rem !important;
  }

  .text-xl-3xl {
    font-size: 1.875rem !important;
  }

  .text-xl-4xl {
    font-size: 2.25rem !important;
  }

  .text-xl-5xl {
    font-size: 3rem !important;
  }

  .text-xl-6xl {
    font-size: 3.75rem !important;
  }

  .text-xl-7xl {
    font-size: 4.5rem !important;
  }

  .text-xl-8xl {
    font-size: 6rem !important;
  }
}


.text-base {
  font-size: 1rem !important;
}

.uppercase {
  text-transform: uppercase !important;
}


.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -4px rgba(0, 0, 0, 0.04) !important;
}

.p-5xs {
  padding: 25px !important;
}

.pt-5xs {
  padding-top: 25px !important;
}

.pb-5xs {
  padding-bottom: 25px !important;
}

.px-5xs {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-5xs {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.h-1\/2 {
  height: 50% !important;
}

.h-1\/3 {
  height: 33.3333% !important;
}

.h-2\/3 {
  height: 66.6667% !important;
}

.h-full {
  height: 100% !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-64 {
  height: 16rem !important;
}


.text-darkblue1 {
  color: #19223d !important;
}

.text-darkblue2 {
  color: #010121 !important;
}

.flex-gap-1 {
  display: flex;
  gap: 1rem;
}

.flex-gap-2 {
  display: flex;
  gap: 1.5rem;
}

.flex-gap-3 {
  display: flex;
  gap: 2rem;
}

.flex-gap-4 {
  display: flex;
  gap: 2.5rem;
}


.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.object-fit-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden !important;
}


.mt-5xs {
  padding-top: 25px !important;
}

.mb-5xs {
  padding-bottom: 25px !important;
}


.mx-5xs {
  padding-bottom: 25px !important;
}

.my-5xs {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}


.flex-item {
  flex: 0 0 45%;
  /* 2 per row on mobile */
  max-width: 45%;
}

@media (min-width: 768px) {
  .flex-item {
    flex: 0 0 auto;
    /* go back to auto sizing on md+ */
    max-width: 250px;
    /* optional: cap width for neatness */
  }
}





@media (max-width: 767px) {
  .headerBuffer {
    /* mobile and desktop header height */
    height: 95px;
  }

  .fixedTopMobile {
    position: fixed;
    top: 40px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1000;
   
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    

  }


  .fixedTopBarMobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;


  }

  .logo2025 {
    max-width: 110px;

  }

}


@media (min-width: 768px) {
  .headerBuffer {
    /* mobile and desktop header height */
    height: 0px;
  }



}

@media (min-width: 768px) {

  .columnLeftMargin {
    margin-top: -0px;
  }


}

@media (min-width: 992px) {
  .columnLeftMargin {
    margin-top: -40px;
  }

}

@media (min-width: 1200px) {
  .columnLeftMargin {
    margin-top: -40px;
  }

}

.productListGroup {
  display: inline-flex;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
  /* clips inner corners so it looks joined */
  margin-bottom: 10px;
  margin-right: 2px;
}

.productListGroup button {
  background: transparent;
  border: 0;
  padding: 6px 6px 2px 6px;
  margin: 0;
}



.productListGroup button:hover {
  background: rgba(0, 0, 0, 0.04);
}

.productListBtnActive {
  background-color: #D9D7DC !important;

}

.ucwords {
  text-transform: capitalize !important;
}


.text-gray-50 {
  color: #F9FAFB !important;
}

.text-gray-100 {
  color: #F3F4F6 !important;
}

.text-gray-200 {
  color: #E5E7EB !important;
}


.text-gray-300 {
  color: #D1D5DB !important;
}

.text-gray-400 {
  color: #9CA3AF !important;
}

.text-gray-450 {
  color: #7E7B8A !important;
}

.text-gray-500 {
  color: #6B7280 !important;
}

.text-gray-600 {
  color: #4B5563 !important;
}

.text-gray-700 {
  color: #374151 !important;
}

.text-gray-800 {
  color: #1F2937 !important;
}

.text-gray-900 {
  color: #111827 !important;
}


.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 0.875 !important;
}

.leading-snug {
  line-height: 0.925 !important;
}

.leading-normal {
  line-height: 1
}

.leading-relaxed {
  line-height: 1.125 !important;
}

.leading-loose {
  line-height: 1.5 !important;
}


.vat-toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

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

input:checked + .slider {
    background-color: #F15623; /* Your orange color */
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.shadow-subtle {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.01) !important;
}