:root {
  --dark-blue: #18313B;
  --main-light: #05AED0;
  --main-light-blue: #18597B
}

html, body {
  overflow-y: scroll; 
  overflow-x: hidden;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

* {
  outline: none !important;
}

.container {
  max-width: 1600px !important;
}

@media (min-width: 1056px) {
  .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.hero #hero-banner1-carousel .owl-stage-outer {
  /* overflow: visible !important; */
}

ul.container {
  margin: 0 auto !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
}


.main-text-dark {
  color: var(--dark-blue) !important;
}

.main-text-light {
  color: var(--main-light) !important;
}

.main-bg-dark {
  background-color: var(--dark-blue) !important;
}

.main-bg-light {
  background-color: var(--main-light) !important;
}

.main-bg-light-blue {
  background-color: var(--main-light-blue) !important;
}

.main-text-light-blue {
  color: var(--main-light-blue) !important;
}

.dashboard-banners img {
  max-height: 200px !important;
}

.menu-view-all {
  color: var(--main-light-blue) !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

#mapCard {
  display: none;
}

#mapSm .mapboxgl-canvas {
  width: 100% !important;
  height: 500px;
}

#mapSm .mapboxgl-popup-content {
  min-width: auto !important;
  width: auto !important;
  font-size: 15px;
  font-weight: bold;
}

#mapCard #map .mapboxgl-popup-content {
  min-width: auto !important;
  width: auto !important;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  color: #18313B;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #05AED0;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #18597B;
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}


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

.fs-19 {
  font-size: 19px;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px;
}

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

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

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


.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}


.t-glacier-blue {
  color: #05AED0;
}

.bg-glacier-blue {
  background-color: #05AED0;
}

.t-royal-blue {
  color: #18597B;
}

.bg-royal-blue {
  background-color: #18597B;
}

.text-bg-primary {
  background-color: #05AED0 !important;
}

.text-bg-secondary {
  background-color: #18597B !important;
}

.form-check-input:checked {
  background-color: #05AED0;
  border-color: #05AED0;
}

.form-check-input:focus {
  box-shadow: none;
}

section {
  padding: 30px 0;
}

.btn {
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}

.btn-lg {
  font-size: 20px;
  padding: 15px 30px;
}

.btn-primary {
  background-color: #05AED0;
  border-color: #05AED0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.primary:first-child:active,
:not(.btn-check)+.btn-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
:not(.btn-check)+.btn-outline-primary:active {
  background-color: #0091ad !important;
  border-color: #0091ad !important;
  color: #fff;
}


.btn-danger {
  background-color: #D10A38;
  border-color: #D10A38;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.danger:first-child:active,
:not(.btn-check)+.btn-danger:active,
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
:not(.btn-check)+.btn-outline-danger:active {
  background-color: #b50b33 !important;
  border-color: #b50b33 !important;
  color: #fff;
}

.badge.badge-xs {
  font-size: 10px;
  padding: 5px 9px;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-outline-primary {
  border-color: #05AED0;
  color: #18597B;
}


.btn-secondary {
  background-color: #18597B;
  border-color: #18597B;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.secondary:first-child:active,
:not(.btn-check)+.btn-secondary:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
:not(.btn-check)+.btn-outline-secondary:active {
  background-color: #104865 !important;
  border-color: #104865 !important;
  color: #fff !important;
}

.btn-light {
  background-color: #F2F2F2;
}

.btn.btn-white.btn-outline-primary {
  color: #fff;
  border-color: #fff;
}

.btn.btn-white.btn-outline-primary:hover,
.btn.btn-white.btn-outline-primary:focus,
.btn.btn-white.btn-outline-primary:active,
:not(.btn-check)+.btn.btn-white.btn-outline-primary:active {
  background-color: #fff;
  border-color: #fff;
  color: #0091ad;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next {
  background-image: url("/img/chevron-white.svg");
  background-position: center center;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #18597B;
  border-radius: 50%;
  background-size: 13px;
}

.owl-carousel.owl-theme .owl-nav button span {
  display: none;
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
  transform: rotate(-90deg);
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
  transform: rotate(90deg);
}

/* top header start */
.top-header {
  background-color: white;
  padding: 5px 0px;
  color: var(--dark-blue);
  font-size: 15px;
}

.main-light-color {
  color: var(--main-light);
}


/* middle header start */
.middle-header {
  background-color: #00587a;
  color: white;
  padding: 15px 0 0px 0;
}

.header-icon-btn a {
  color: white;
}

a.logo img {
  width: 176px;
}

.search-form {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  display: flex;
  padding: 7px 15px;
  margin-top: 7.5px;
  border-radius: 50px;
}

.search-form .form-control {
  padding: 0 0 0 10px;
  border: 0px;
  font-size: 15px;
  line-height: normal;
  color: #18597B;
  background-color: #fff;
  box-shadow: none;
  border-radius: 50px;
}

.search-form .btn {
  border-left: 1px solid #CBCBCB;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
  margin-left: 5px;
  color: #05AED0;
  padding: 0px 0px 0px 15px;
  font-size: 20px;
}

.search-form .btn-check:checked+.btn,
.search-form .btn.active,
.search-form .btn.show,
.search-form .btn:first-child:active,
.search-form :not(.btn-check)+.btn:active {
  border-left: 1px solid #CBCBCB;
  border-right: none;
  border-top: none;
  border-bottom: none;
  color: #18597B;
}

.header-icon-btn .btn {
  text-align: center;
  padding: 10px 0px;
  border: none;
  margin-left: 15px;
  font-weight: 500;
  font-size: 14px;
  display: inline-grid;
}

.header-icon-btn .btn i {
  margin-bottom: 5px;
  font-size: 20px;
  color: white;
}


/* bottom header start */

.bottom-header {
  background-color: #05AED0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#text-carousel {
  padding: 0 30px;
}

#text-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}


#text-carousel .owl-nav button {
  margin: 0;
  position: absolute;
  background-color: transparent;
  height: 30px;
  top: -4px;
  width: 30px;
}

#text-carousel .owl-nav button.owl-prev {
  left: -15px;
}

#text-carousel .owl-nav button.owl-next {
  right: -15px;
}

/* hero section start */

/*#hero-banner1-carousel .item img {*/
/*  width: 100%;*/
/*  height: 550px;*/
/*  !* object-fit: cover; *!*/
/*  object-fit: contain;*/
/*}*/


#hero-banner1-carousel .owl-nav {
  margin-top: 0px;
  top: 50%;
  width: 100%;
  position: absolute;
}

#hero-banner1-carousel .owl-nav button {
  margin: 0px;
  position: absolute;
  top: -22.5px;
  background-color: transparent;
}

#hero-banner1-carousel .owl-nav button.owl-next {
  right: 20px;
}

#hero-banner1-carousel .owl-nav button.owl-prev {
  left: 20px;
}

#hero-banner1-carousel .btn,
.hero-banner2 .btn,
.hero-banner3 .btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.hero-banner3,
.hero-banner2 {
  position: relative;
}

.hero-banner3 img,
.hero-banner2 img {
  min-height: 262px;
  width: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}

.hero-banner3 {
  margin-top: 25px;
}

#hero-banner1-carousel .owl-dots {

  position: absolute;
  bottom: 9px;
  right: 13px;
}

#hero-banner1-carousel .owl-dots .owl-dot span {
  width: 25px;
  height: 3px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.3);

}

#hero-banner1-carousel .owl-dots .owl-dot.active span,
#hero-banner1-carousel .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 1);
}

/* We Compare section start */


#we-compare-carousel .item img {
  height: 100px;
  object-fit: contain;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#we-compare-carousel .item {
  padding: 15px;
  text-align: center;
}

/* custom carousel */

.custom-carousel h2 {
  padding: 0 105px 25px 0px;
  margin-bottom: 0;
  text-align: center;
}

.custom-carousel .owl-nav {
  position: absolute;
  margin: 0;
  top: -65px;
  right: -5px;
}

.custom-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #18597B;
}

.custom-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #18597B;
}

.custom-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #18597B;
}

.custom-carousel .owl-dots .owl-dot.active span,
.custom-carousel .owl-dots .owl-dot:hover span {
  background: #05AED0;
}

.custom-carousel .owl-dots {
  margin-top: 20px;
}

/* Popular Products section start */

.products-card {
  text-decoration: none;
}

.products-card img {
  border: 1px solid #CBCBCB;
  height: 305px;
  object-fit: contain;
  width: 100%;
}

.products-card .btn {
  width: 48%;
}


/* Popular categories section start */
.categories-card {
  background-color: #F9F9F9;
  float: left;
  border-radius: 10px;
  border: 0.5px solid var(--dark-blue, #18597B);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
  min-height: 500px;
  padding: 15px;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  flex: 1 0 0;
}

.categories-card .card-footer a {
  border-radius: 10px;
}

.categories-card p {
  font-size: 16px;
  color: #18313B;
}

.custom-card {
  border-radius: 10px;
  overflow: hidden;
  /* Ensures image respects border radius */
  border: 0.5px solid #9ea7aa;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
}

.custom-card img {
  display: block;
  /* Avoid extra space below image */
  width: 100%;
  /* Ensure it fits the card */
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.custom-card .card-header {
  padding: 15px 15px 0px 15px;
  border: none;
}

.custom-card img:hover {
  padding: 0;
  /* Remove padding smoothly */
  transform: scale(1.05);
  /* Slight zoom effect instead */
  border-radius: 0;
  /* Reset border radius */
}


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

.view-product-btn {
  align-self: center;
  background-color: var(--main-light);
  border-radius: 10px;
  border: 1px solid var(--main-light, #05AED0);
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 175% */
}

.categories-card img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.products-card .stars {
  color: #05AED0;
}

.stars {
  padding-left: 0;
  list-style: none;
  display: flex;
  font-size: 13px;
}

.stars li {
  padding-right: 2px;
}

/* rated section start */
.rated {
  background-color: #F9F9FA;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-muted {
  color: rgba(24, 49, 59, 0.4) !important;
}

.rated-main-card .rated-img {
  width: 180px;
  margin-bottom: .5rem;
}

.trustpilot-img {
  width: 125px;
}

.owl-carousel .owl-item .rated-card .rated-img {
  /*width: 110px;*/
}

.rated .owl-carousel.owl-theme .owl-nav button.owl-prev,
.rated .owl-carousel.owl-theme .owl-nav button.owl-next {
  background-image: url("/img/chevron-gray.svg");
  width: 30px;
  border: 2px #CBCBCB solid;
  height: 30px;
  background-color: transparent;
  background-size: 12px;
}

.rated .owl-nav {
  margin-top: 0px;
  top: 50%;
  left: 0px;
  width: 100%;
  position: absolute;
}

.rated .owl-nav button.owl-prev {
  left: -5px;
}

.rated .owl-nav button.owl-next {
  right: -5px;
}

.rated .owl-nav button {
  margin: 0px;
  position: absolute;
  top: -22.5px;
}

#rated-carousel {
  padding: 0 40px;
}

/* DIY Tips & Tricks section start */

.tips-tricks-card {
  position: relative;
}

.tips-tricks-card .badge {
  position: absolute;
  left: 20px;

  top: 20px;
}

.badge {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 400;
  border-radius: 50px;
}

/* CTA section start */

.CTA-maim {
  background-color: #F9F9FA;
}

#CTA-carousel .owl-nav {
  margin-top: 0px;
  top: 50%;
  width: 100%;
  position: absolute;
}

#CTA-carousel .owl-nav button {
  margin: 0px;
  position: absolute;
  top: -22.5px;
  background-color: transparent;
}

#CTA-carousel .owl-nav button.owl-prev {
  left: 20px;
}

#CTA-carousel .owl-nav button.owl-next {
  right: 20px;
}

#CTA-carousel .owl-dots {
  position: absolute;
  bottom: 9px;
  right: 13px;
}

#CTA-carousel .owl-dots .owl-dot.active span,
#CTA-carousel .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 1);
}

#CTA-carousel .owl-dots .owl-dot span {
  width: 25px;
  height: 3px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.3);
}

/* footer start */
footer {
  background-color: #18313B;
  padding: 15px 0;
  margin-top: 30px;
  color: #fff;
}

footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer ul li .nav-link {
  font-weight: 400;
  padding: 5px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

footer ul li .nav-link:hover {
  color: #05aed0;
}

.social-media {
  list-style: none;
  float: right;
}

.social-media li {
  display: inline;
}

.social-media li a {
  color: #18313b;
  background: #fff;
  padding: 6px 9px;
  width: 35px;
  float: left;
  margin: 0 5px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
}

footer .form-control {
  background-color: white;
  border-radius: 5px;
  color: var(--dark-blue);
  height: 42px;
}

.rounded-5px {
  border-radius: 5px;
}

@media (max-width: 991px) {

  /* Small screens */
  .bottom-header .row {
    display: none;
  }

  .bottom-header .container {
    display: block;
  }
}

@media (min-width: 992px) {

  /* Large screens */
  .bottom-header .row {
    display: flex;
  }

  .bottom-header .container {
    display: none;
  }
}

.menu-footer {
  width: 100%;
  background: rgba(5, 174, 208, 0.10);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}

.project-container {
  max-width: 1600px !important;
  padding: 0px 50px;
}

.logo img {
  max-width: 180px;
  /* Adjust logo size */
  height: auto;
}

.banners {
  display: flex;
  gap: 10px;
  /* Spacing between banners */
}

.banners img {
  max-width: 300px;
  /* Ensures responsiveness */
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* #expandedMap canvas {
  width: 100% !important;
  height: 400px !important;
} */

/* Responsive adjustments */
@media (max-width: 768px) {

  /* .owl-item {
    max-width: 220px;
    max-height: 220px;
  } */

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banners {
    flex-direction: column;
  }

  .banners img {
    width: 200px;
    /* Adjust for smaller screens */
  }
}

.CTA-sm {
  display: none;
}

/* breadcrumb start */
nav .breadcrumb {
  padding: 20px 0;
  margin-bottom: 0px;
  font-size: 14px;
}

nav .breadcrumb li a {
  color: #18597B;
}

.breadcrumb-item+.breadcrumb-item::before {
  background-image: url("/img/chevron-gray.svg");
  content: "";
  width: 11px;
  height: 5px;
  transform: rotate(-90deg);
  background-size: contain;
  margin: 8px 0 0 0;
  background-repeat: no-repeat;
}

/* Log In start */

.form-control,
.form-select {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #F9F9F9;
  border-color: #D6D6D6;
  border-radius: 0px;
}

.form-control:focus,
.form-select:focus {
  border-color: #86b7fe;
  box-shadow: unset;
}

select.form-select {
  padding-right: 30px;
}

.form-check-input {
  border-color: #D6D6D6;
  background-color: #F9F9F9;
}

hr {
  border-color: #CBCBCB;
}

.form-check-label,
.form-check-input {
  cursor: pointer;
}

/* Parent Category start */
.category-card {
  float: left;
  width: 100%;
}

.ad-banner {
  float: left;
  width: 100%;
}

.ad-banner img {
  width: 100%;
}

.category-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.side-bar {
  border: 1px solid #D9D9D9;
  padding: 20px;
  float: left;
  width: 100%;
}

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

ul.categories li a {
  color: #18313B;
  padding: 6px 30px 6px 0;
  width: 100%;
  position: relative;
  display: block;
}

ul.categories li a:after {
  content: "";
  margin: 0;
  background: url("/img/chevron.svg") center center no-repeat;
  height: 12px;
  width: 12px;
  top: 12px;
  right: 0px;
  transform: rotate(-90deg);
  position: absolute;
}

ul.categories li a:hover,
ul.categories li a:focus {
  color: #05AED0;
}

.side-bar .form-check .form-check-input {
  float: right;
}

.side-bar .form-check {
  padding-left: 0em;
}

.side-bar .form-check .form-check-label {
  width: 100%;
}

.category-card h4 {
  font-size: 16px;
}


/* Child Category start */
.sort-pagination .form-label,
.sort-pagination .form-control,
.sort-pagination .form-select,
.sort-pagination .btn {
  font-size: 16px;
  font-weight: 500;
}

.results-page-control {
  max-width: 70px;
  text-align: center;
}

.sort-pagination .btn {
  padding: 10px 15px;
}

/* Product Detail start */


#product-detail .owl-stage-outer {
  border: 1px solid #CBCBCB;
  margin-bottom: 10px;
}

.product-detail-page #thumbs .owl-stage-outer .item {
  border: 1px solid #CBCBCB;
  cursor: pointer;
  margin-bottom: 1px;
}

.product-detail-spacing {
  padding: 0px 60px;
}

.card-gray {
  background-color: #F7F7F7;
  padding: 20px;
}

.best-prices .best-prices-logo {
  max-width: 50px;
}

.best-prices table {
  width: 100%;
}

.merchant-name {
  font-size: 16px;
  color: #18597B;
  font-weight: 500;
  margin-bottom: 0px;
}

.merchant-distance {
  font-size: 12px;
  color: #18597B;
  font-weight: 500;
  margin-bottom: 0px;
}

.best-prices table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0px;
}

.best-prices table td {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
}

.card-border {
  border: 1px solid #CBCBCB;
  padding: 20px;
}

.product-detail-page .accordion-button:not(.collapsed),
.product-detail-page .accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
  color: #05AED0;
}

/* Guide page start */

.guide-card {
  position: relative;
}

.guide-card .badge {
  position: absolute;
  right: 20px;
  top: 20px;
}

.guide-card .card-img-top {
  height: 350px;
  object-fit: cover;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #05AED0;
}

.nav-pills .nav-link {
  border-radius: 0px;
  font-size: 14px;
  color: #18597B;
  font-weight: 500;
}

.nav.nav-pills {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.nav-item {
  flex: 1;
  /* Equal width on larger screens */
  text-align: center;
}

.nav-item .nav-link {
  display: block;
  width: 100%;
}

/* Mobile styles */
@media (max-width: 768px) {
  .nav.nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    /* Stack vertically on small screens */
  }

  .nav-item {
    width: 100%;
    white-space: nowrap;
    /* Each item takes full width */
  }
}

.merchant-store-btn {
  height: 40px;
  width: 40px;
  margin-left: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #05AED0;
  align-content: center;
}


.merchant-row.active {
  background-color: #007dad;
}

.merchant-row>td {

  padding-left: 10px;
  padding-right: 10px;
}

.merchant-row.active * {
  color: #ffffff !important;
}

/* Saved Products start */

.custom-dropdown .dropdown-toggle {
  padding: 0px;
  outline: none !important;
  border: none !important;
}

.border-tab {
  border-bottom: 1px solid #CCCCCC;
  /*padding: 15px 0 10px 0;*/
}

.border-tab .nav-item {
  padding-right: 20px;
}

.border-tab .nav-pills .nav-link {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}


.border-tab .nav-pills .nav-link.active,
.border-tab .nav-pills .show>.nav-link {
  background-color: transparent;
  color: #18597B;
}

.border-tab .nav-pills .nav-link.active::after,
.border-tab .nav-pills .show>.nav-link::after {
  background-color: #05AED0;
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  bottom: 0px;
  left: 0px;
}

.custom-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0px;
  background-image: url("/img/chevron-royal-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 5px;
}

.products-table .img-thumbnail {
  max-width: 30px;
}

.products-table .img-thumbnail {
  max-width: 30px;
}

.products-table .img-logo {
  max-width: 40px;
}

.products-table tr td {
  vertical-align: middle;
  color: var(--main-light-blue);
}

.project-coast-chart {
  min-height: 200px !important;
  border-radius: 10px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 7px 0px rgba(56, 67, 72, 0.13) !important;
  padding: 30px 0px !important;
}

.project-coast-chart+.chartjs-size-monitor>.chartjs-size-monitor-expand {
  color: #ff5733 !important;
  font-size: 24px !important;
  font-weight: bold !important;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.products-table th {
  background-color: #18597B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
}

.products-table {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}


/* Parent Projects start */


.card-parent-projects {
  position: relative;
  float: left;
  width: 100%;
}

.card-parent-projects .card-body {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 20px;
  color: #fff;
  width: 100%;
}

.card-parent-projects::after {
  position: absolute;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.card-parent-projects .card-body h4 {
  color: #fff;
}

/* CheckATrade start */

.CheckATrade {
  background-color: #f8f7f5;
}

.hero-CheckATrade {
  background-image: radial-gradient(circle, rgba(5, 132, 195, 1) 0%, rgba(3, 88, 162, 1) 100%);
  padding: 30px 0 0 0;
  margin-bottom: 30px;
  background-color: #18597B;
}

.hero-CheckATrade h1,
.hero-CheckATrade h5,
.hero-CheckATrade a,
.hero-CheckATrade p {
  color: #fff;
}

.hero-CheckATrade .form-select {
  max-width: 160px;
}

.CheckATrade-head-btn img {
  max-width: 130px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.CheckATrade .profile-btn .btn {
  width: 42px;
  padding: 0;
  height: 42px;
  border: 1px solid #b8bbc4;
  margin: 0px;
  border-radius: 50%;
  overflow: hidden;
}

.nav-right .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.CheckATrade header {
  padding: 10px 0;
  position: relative;
  min-height: unset;
  background-color: #fff;
}


.CheckATrade header ul a.nav-link {
  color: #18597B;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 10px;
}

.CheckATrade header ul a.nav-link.active,
.CheckATrade header ul a.nav-link.show,
.CheckATrade header ul a.nav-link:hover {
  color: #05AED0;
}

.CheckATrade #we-compare-carousel .item {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.CheckATrade .custom-carousel .owl-nav {
  top: 55px;
  right: 0px;
  width: 100%;
}

.CheckATrade .custom-carousel .owl-nav button.owl-prev {
  left: -50px;
  position: absolute;
}

.CheckATrade .custom-carousel .owl-nav button.owl-next {
  right: -50px;
  position: absolute;
}

.CheckATrade .custom-carousel h2 {
  padding: 0 0px 25px 0px;
  text-align: center;
}


.recent-searches .accordion-item {
  background-color: #18597B;
  color: #fff;
  border-color: #3883aa;
}

.recent-searches .accordion-button {
  background-color: #18597B;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

button {
  box-shadow: unset !important;
}

.recent-searches .accordion-item .accordion-body {
  padding-top: 0;
}

.recent-searches .accordion-button::after {
  background-image: url("/img/chevron-white.svg");
  background-size: 13px auto;
  background-position: center center;
}

.recent-searches-card .img-thumbnail {
  max-width: 60px;
}

.recent-searches-card h6,
.recent-searches-card p {
  color: #fff;
}

.recent-searches-card .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}

.recent-searches-card {
  border: 1px solid #3079a0;
  padding: 15px;
  position: relative;
  border-radius: 5px;
}

.recent-searches-card .close-btn {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #fff;
  font-size: 13px;
}

.CheckATrade-section-three {
  text-align: center;
}

.CheckATrade-section-three img {
  max-width: 60px;
}


.CheckATrade .card {
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.CheckATrade .card-body {
  padding: 20px;
}

.CheckATrade .btn {
  border-radius: 5px;
}

.CheckATrade .card .card-top-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.tradespeople .accordion-button {
  background-color: #fff;
  color: #18597B;
  font-weight: 600;
  font-size: 16px;
}

.hero-CheckATrade input.form-control {
  border-radius: 5px 0 0px 5px;
  border: none;
}

.CheckATrade footer {
  background-color: #fff;
  padding: 30px 0;
  color: #18313B;
  text-align: center;
  margin-top: 30px;
  border-top: 2px solid #18313B;
}

.CheckATrade footer ul.footer-nav li {
  display: inline-block;
  padding: 0px 10px;
  margin: 10px 0px;
  border-right: 1px solid #c9c9c9;
}

.CheckATrade footer ul.footer-nav li .nav-link {
  padding: 0px 0;
  ;
}

.CheckATrade footer .social-media {
  float: none;
  margin: 20px auto;
}

.CheckATrade footer .social-media li a {
  float: none;
  color: #fff;
  background: #18597B;
}

.find-tradesmen-logo {
  max-width: 90px;
}


.find-tradesmen table {
  width: 100%;
}

.find-tradesmen table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0px;
}

.find-tradesmen table td {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: top;
}

.find-tradesmen table td .img-thumbnail {
  max-width: 40px;
}

span.required {
  color: red !important;
}


.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.detail-qty>a {
  font-size: 16px;
  position: absolute;
  right: 8px;
  color: #00587a;
}

.detail-qty>a:hover {
  color: #003e56;
}

.detail-qty>a.qty-up {
  top: 0;
}

.detail-qty>a.qty-down {
  bottom: -4px;
}

.tools-and-material-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.tools-and-material-block h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.tools-and-material-block .item {
  background-image: url("./../img/front/placeholder/tools-build/tools-metterial.jpeg");
  height: 250px;
  background-size: cover;
  /* Cover the entire area */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Prevent tiling */
  display: flex;
  padding: 35px 27px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}

.tools-and-material-block .item a {
  display: flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  height: 30px;
  max-height: 30px;
  border-radius: 6px;
  border: 1px solid var(--main-light, #05AED0);
  background: var(--main-light, #05AED0);
  color: white;
}

.tools-and-material-block .item h3 {
  color: #FFF;
  align-self: flex-start;
  /*font-family: Poppins;*/
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: auto;
}

.tools-and-material-block .row .col-lg-4:first-child .item {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.20) 0%,
      rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg,
      rgba(5, 174, 208, 0.80) 0%,
      rgba(5, 174, 208, 0.80) 100%),
    url("./../img/front/placeholder/tools-build/tools-metterial.jpeg") lightgray 0px 0px / 100% 100% no-repeat;
}

.tools-and-material-block .row .col-lg-4 .item {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 62, 74, 0.90) 0%, rgba(0, 62, 74, 0.90) 100%),
    url("./../img/front/placeholder/tools-build/tools-metterial.jpeg") lightgray 0px 0px / 100% 100% no-repeat;
}

.tools-and-material-block .row .col-lg-4:last-child .item {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.20) 0%,
      rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg,
      rgba(5, 174, 208, 0.80) 0%,
      rgba(5, 174, 208, 0.80) 100%),
    url("./../img/front/placeholder/tools-build/tools-metterial.jpeg") lightgray 0px 0px / 100% 100% no-repeat;
}

#hero-banner1-carousel .item img {
  height: auto;
  /* Set desired height */
  object-fit: cover;
  border-radius: 10px;
}

#brand-carousel .item img {
  border-radius: 10px;
}

/* Search container */
.search-container {
  /* position: relative; */
  width: 100%;
}

/* Search input */
.search-form {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  /* max-width: 600px; */
  /* Set max width for better alignment */
}

.search-form {
  border-radius: 50px !important;
}

.search-form button {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* Full-width menu dropdown */
.search-dropdown {
  display: none;
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* Ensure it stays inside viewport */
  background: white;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
  z-index: 1000;
  overflow-x: hidden;
  /* Prevent horizontal scrolling */
}

/* Align dropdown with the full viewport */
.search-dropdown .search-header {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}

.search-header .search-form {
  max-width: 90%;
}

/* Search bar inside dropdown */
.search-header .search-box {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Grid layout for categories */
.menu-content {
  display: flex;
  flex-wrap: wrap;
  /* Ensure responsiveness */
  gap: 20px;
  justify-content: center;
  /* Keep items centered */
}

.menu-column {
  flex: 1;
  min-width: 200px;
  /* Ensure it doesn't shrink too much */
}

.menu-column .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-column .header a {
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}

.menu-column h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.menu-column .nav-link {
  display: block;
  padding: 5px 0;
  line-height: normal;
  color: var(--main-light);
}

.nav-button {
  display: inline-block;
  /* Makes the button only as wide as the text */
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  padding: 10px 15px;
  /* Adjust padding for better spacing */
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  /* Adds spacing between buttons */
}

.menu20Content {
  text-align: left !important;
}

.nav-link:hover {
  color: var(--dark-blue);
}

#search-items {
  overflow: auto;
  z-index: 10;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}

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

.product-card img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  height: auto;
  /* Ensuring equal height */
  object-fit: contain;
  border-radius: 10px;
}

#close-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 10px;
}

.search-dropdown .view-all-btn {
  order: 0;
  /* Default position on desktop */
}

.view-all-btn-sm {
  display: none !important;
}

.product-name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: var(--dark-blue);
}

.product-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-light);
  margin-top: 5px;
}

.subcategory-link {
  display: block;
  /* Ensure each link appears on a new line */
  margin-bottom: 5px;
  /* Space between subcategory items */
}

.custom-card-header {
  margin: 15px;
  padding-top: 50%;
  position: relative;
  /* Keep padding on the container */
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}

.custom-card-header img {
  width: 100%;
  height: 100%;
  /* max-height: 200px; */
  /* border-radius: 10px; */
  display: block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.custom-card-header:hover {
  /* padding: 0; */
  /* Only remove padding from the container */
}

#hero-mobile-banner-carousel {
  display: none;
}

.mobile-categories {
  display: none;
}

.view-more-mobile-categories-btn {
  font-size: 12px;
  padding: 5px 10px;
  width: 95px !important;
}

#SavedProducts .card .table-responsive {
  border-radius: 10px !important;
}

#Discounts .card .table-responsive {
  border-radius: 10px !important;
}

.copy-discount-code {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  font-family: monospace;
  background: transparent;
  color: var(--main-light-blue, #18597B);
}

#account-settings input {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(56, 67, 72, 0.20);
  margin-top: 5px;
  margin-bottom: 10px;
  color: var(--main-light-blue) !important;
}

.account-container {
  padding: 10px 100px;
}

.select2-search__field {
  border-radius: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
}

#account-settings input:focus {
  border: var(--main-light-blue)
}

#account-settings .form-group label {
  color: var(--main-light-blue) !important;
  font-weight: bold;
}

/*#account-settings select {*/
/*  border-radius: 10px;*/
/*  background: #FFF;*/
/*  box-shadow: 0px 0px 14px 0px rgba(56, 67, 72, 0.20);*/
/*  margin-top: 5px;*/
/*  margin-bottom: 10px;*/
/*  color: var(--dark-blue) !important;*/
/*}*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--dark-blue) !important;
  margin-top: 5px;
  margin-bottom: 10px;
  color: var(--main-light-blue);
}

.select2-selection select2-selection--multiple {
  border: 0px !important;
}

.select2-selection__choice {
  color: var(--main-light-blue);
}

.select2-results__option {
  color: var(--main-light-blue);
}

.select2-container {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(56, 67, 72, 0.20);
  border: none;
}

.border-sm {
  border: 0px;
}

.tc-red {
  color: red;
}

.product-price-sm {
  display: none;
}

.rounded-10px {
  border-radius: 10px;
}

.bar-chart-prices {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 7px 0px rgba(56, 67, 72, 0.13);
  padding: 20px 10px;
  min-height: 200px;
}

.bar-chart-model {
  height: auto !important;
  max-height: 300px !important;
  width: 100% !important;
}

.discount-box-sm {
  display: none;
}

.mapboxgl-popup {
  min-width: 280px !important;
}

.mapboxgl-popup-content {
  min-width: 280px !important;
  /*padding: 5px;*/
}

.projects-box {
  border-radius: 10px;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(6, 184, 220, 0.10);
  box-shadow: 0px 0px 7px 0px rgba(56, 67, 72, 0.13);
  margin-bottom: 30px;
}

#job-postal {
  max-width: 300px;
  border-radius: 5px;
}

.outlined-btn {
  border-radius: 5px;
  border: 1px solid var(--main-light-blue);
  color: var(--main-light-blue);
  padding: 5px 30px;
  font-weight: bold;
}

.project-btn-box {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.outlined-btn:hover {
  background-color: var(--main-light-blue);
  color: white;
}

.dashboard-banners-sm {
  display: none;
}

#sortDropdown {
  position: absolute;
  top: 100%;
  /* Appears below the button */
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: none;
  width: 180px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  z-index: 1000;
}

#sortDropdown .dropdown-item {
  display: block;
  padding: 8px 15px;
  color: #18597B;
  text-decoration: none;
  cursor: pointer;
}

#sortDropdown .dropdown-item:hover {
  background: #f1f1f1;
}

.project-btn-box {
  display: flex;
  justify-content: space-between;
  /* H3 on the left, buttons on the right */
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  /* Adjust spacing between elements */
}

.project-btn-box h3 {
  margin: 0;
  /* Remove default margin */
}

.project-btn-box .buttons {
  display: flex;
  gap: 10px;
  /* Spacing between buttons */
}

.project-detail-sm {
  display: none;
}

.menu-container {
  padding-left: 10rem;
}

.multiselectCard label {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  gap: 10px;
  background-color: #f7f7f7;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 15px;
}


.multiselectCard label.active {}

.parent-projects-page .discount-cards .card .card-body p {
  color: #26597A;
}

.parent-projects-page .discount-cards .card .card-body .btn-primary {
  background-color: #26597A;
  color: white;
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 14px;
  border: none;
  outline: 0;
}

/* toggleBtn */
.toggleBtn {
  margin: 0;
}

.toggleBtn input {
  appearance: none;
  border-radius: 30px;
  border: 2px solid var(--bs-border-color);
  cursor: pointer;
  width: 60px;
  height: 30px;
  position: relative;
  transition: .5s;
}

.toggleBtn input::before {
  top: 50%;
  left: 3px;
  width: 24px;
  content: '';
  transform: translateY(-50%);
  background-color: var(--bs-border-color);
  height: 24px;
  border-radius: 30px;
  position: absolute;
  transition: .5s;
}

.toggleBtn input:checked {
  border-color: #003e56;
  background-color: #003e56;
}

.toggleBtn input:checked::before {
  left: 32px;
  background-color: var(--main-light);
}

/* .desktop-categories> .row>div:nth-child(1) {
  order: 1;
}

.desktop-categories>.row>div:nth-child(2) {
  order: 8;
}

.desktop-categories>.row>div:nth-child(3) {
  order: 2;
}

.desktop-categories>.row>div:nth-child(4) {
  order: 5;
}

.desktop-categories>.row>div:nth-child(5) {
  order: 7;
}

.desktop-categories>.row>div:nth-child(6) {
  order: 4;
}

.desktop-categories>.row>div:nth-child(7) {
  order: 3;
}

.desktop-categories>.row>div:nth-child(8) {
  order: 6;
} */


.multiple {
  display: grid;
  grid-template-columns: 2fr 2fr;
}

.multiple img {
  aspect-ratio: 1 / 1
}

.subscribe-box {
  border-radius: 8px;
  box-shadow: 0px 0px 14px 0px #38434833;
  padding: 24px;
}

/* filter */
.filter {
  width: 100%;
  overflow: hidden;
}

.filter .filterItem {
  border-top: 1px solid #D9D9D9;
  margin-top: 10px;
  padding-top: 15px;
}

.filterItem .filterItemHead {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 10px;
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 10px;
}

.filterItem .filterItemHead .clearBtn {
  color: #b94f39;
}

.product-detail-page .product-detail-spacing .product-detail .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
  .search-dropdown {
    top: 81px;
    position: absolute;
    /* top: 132px; */
  }

  .search-header {
    display: none;
  }
}

@media (min-width: 1800px) {
  #priceForm>.priceWrap {
    flex-direction: row !important;
  }
}

/* hide number‐input spinners */
.detail-qty-input::-webkit-inner-spin-button,
.detail-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.detail-qty-input {
    -moz-appearance: textfield !important;
    appearance: none;
}
.detail-qty-input {
    border: none !important;
    padding: 0;
    text-align: center;
    width: 45px;
    margin-left: -15px;
}