:root {
  --primary: #c1171a;
  --secondary: #fbc116;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

#gallery .gallery-item img {
  transition: filter 0.5s ease;
  /* Smooth transition for the filter effect */
}

#gallery .gallery-item:hover img {
  filter: grayscale(100%);
  /* Apply grayscale filter on hover */
}

h1 {
  font-size: 40px;
  letter-spacing: -2px;
}

h2 {
  font-size: 34px;
  /* letter-spacing: -2px; */
  font-weight: 500;
}

h3 {
  font-size: 24px;
  letter-spacing: -1px;
}

h4 {
  font-size: 20px;
  letter-spacing: 0.15px;
}

h5 {
  font-size: 18px;
  letter-spacing: 0.15px;
}

button {
  font-size: 14px !important;
  letter-spacing: 0.75px;
  text-transform: capitalize;
}

input:focus {
  box-shadow: 0px 0px 7px 1px rgba(251, 193, 22, 0.71) !important;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(251, 193, 22, 0.71) !important;
  -moz-box-shadow: 0px 0px 7px 1px rgba(251, 193, 22, 0.71) !important;
  border: 1px solid var(--secondary) !important;
}

.mt-10 {
  margin-top: 6.5rem;
}

.heading {
  margin-bottom: 3.5rem !important;
}

.featured-products .heading {
  margin-bottom: unset !important;
}

.featured-products a {
  text-decoration: none;
}

nav a {
  color: #000 !important;
  margin-right: 10px;
  font-weight: 500 !important;
}

nav a:hover {
  color: var(--primary) !important;
}

.navbar .megamenu {
  /* padding: 1rem; */
  border-top: 2px solid var(--primary) !important;
}

.navbar .all-products-link {
  position: absolute;
  right: 0;
  bottom: -200%;
  cursor: pointer;
  padding: 10px;
}

.navbar .all-products-link:hover {
  text-decoration: underline;
}

.navbar .megamenu .nav-link {
  border: unset;
}

.navbar .megamenu .nav-tabs {
  position: relative;
}

.navbar .dd-menu {
  left: unset !important;
  top: unset !important;
}

.navbar .dd-menu a {
  padding: 10px 15px 10px 15px;
}

.navbar .megamenu .nav-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  /* Adjust the desired border thickness */
  height: 100%;
  background: linear-gradient(to top, transparent 0%, #888, transparent 95%);
}

.navbar .megamenu button {
  background-color: unset !important;
  color: #000 !important;
  border-radius: 0 !important;
  text-align: start !important;
  padding: 25px !important;
  width: 250px;
  font-weight: 600;
  position: relative;
}

.navbar .megamenu button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #888);
}

.navbar .megamenu button:last-child::after {
  background: unset !important;
}

.navbar .megamenu .active {
  color: var(--primary) !important;
  background-color: unset !important;
}

.navbar .megamenu a {
  text-decoration: none;
}

.navbar .megamenu .content {
  margin-left: 12px;
}

.navbar .megamenu .megamenu-content .w-320 {
  width: 320px !important;
}

.navbar .megamenu .megamenu-content .card {
  height: 115px;
}

.fs-9 {
  font-size: 9pt !important;
  font-weight: 600;
}

.megamenu-content .card .card-body img {
  /* width: 40px; */
  aspect-ratio: 2/3;
  object-fit: contain;
}

.navbar .megamenu .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: unset !important;
}

.navbar .megamenu .content p {
  font-size: 10.5pt;
  margin-bottom: unset;
}

.garaj-mail-p {
  font-size: 9pt !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

  .slick-prev {
    left: -29px !important;
  }

  .steps {
    margin-top: unset !important;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .why-choose-garaj .tab-content .img-content {
    display: none;
  }

  .why-choose-garaj .content p {
    width: 100% !important;
  }

  .megamenu .megamenu-items {
    display: none !important;
  }

  .megamenu .megamenu-mv {
    display: block !important;
  }

  .megamenu .megamenu-mv button {
    padding: 12px !important;
    /* color: var(--secondary); */
  }

  .megamenu .megamenu-mv .accordion-body a {
    padding: 5px !important;
  }

  .megamenu {
    box-shadow: none !important;
  }

  .digital-park .main-img img {
    height: auto !important;
  }

  .right-side {
    display: none;
  }

  .register-type a .card {
    width: unset !important;
  }
}

@media (max-width: 600px) {
  .vmcarousel>.vmc_active {
    margin-left: -3.5% !important;
    width: 300px !important;
  }

  .vmc-arrow-left {
    left: -12px !important;
  }

  .vmc-arrow-right {
    right: -12px !important;
  }

  .vmc-centered {
    height: 200px;
  }

  .slick-slide img {
    margin-right: 10px;
    margin-left: 10px;
  }

  .digital-park-galary {
    height: unset !important;
  }

  .digital-park-galary ul {
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    overflow-x: auto;
    padding-left: 0 !important;
  }

  .digital-park-galary ul li {
    margin-right: 20px;
  }

  .digital-park-galary ul li .d-flex {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer-content .footer-mv {
    display: none;
  }

  .how-it-works img {
    display: none;
  }

  .how-it-works .main {
    text-align: center !important;
  }

  .how-it-works .steps {
    flex-direction: column;
    margin-top: 2rem;
    height: unset;
    flex-grow: 1;
  }

  .how-it-works {

    .step1,
    .step2,
    .step3 {

      padding: 20px;
      /* Example padding */
      margin-bottom: -2px;
      /* Adjust spacing between steps */
      width: 100%;
      /* Ensure each step takes up the full width */
    }

    .step1 p {
      margin-bottom: unset !important;
    }

    .step2 p {
      margin-bottom: unset !important;
    }

    .step3 p {
      margin-bottom: unset !important;
    }

    .step3 {
      align-self: unset;
    }
  }

  .featured-partner-products .card {
    height: unset !important;
  }

  .testimonials .carousel-inner {
    width: 85% !important;
  }

  .testimonials .btn-left,
  .btn-right {
    width: 30px !important;
    height: 30px !important;
  }

  .testimonials .btn-left {
    left: 0% !important;
  }

  .testimonials .btn-right {
    right: 0% !important;
  }
}

/* ============ mobile view .end// ============ */

.slider {
  width: 85vw;
  margin: auto;
  /* width: 81.6%;
  margin: 100px auto; */
}

.slick-slide {
  margin: 0px 20px;
}

.product-categories .slick-slide:hover p {
  color: var(--primary);
}

.product-categories .slick-slide img {
  filter: grayscale(1);
}

.product-categories .slick-slide:hover img {
  filter: grayscale(0);
}

.product-categories .slick-slide:hover .card .card-body {
  border: 1px solid var(--primary) !important;
  cursor: pointer;
  background-color: #fff !important;
}

.product-categories .slick-slide img {
  width: 40px;
}

.product-categories .slick-slide p {
  margin-top: 5px;
  font-weight: 650;
}

.product-categories .slick-slide .card {
  width: 350px !important;
  height: 135px;
}

.product-categories .slick-slide .card .card-body {
  background-color: #f4f4f4 !important;
  height: 100%;
  border-radius: 10px !important;
}

.slick-prev:before,
.slick-next:before {
  /* color: black; */
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
}

.slick-next:before {
  float: right;
}

.slick-prev:before {
  float: left;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-track {
  height: 135px !important;
}

.slick-btn {
  background-color: var(--primary);
  color: #fff;
}

.featured-partner-products {
  position: relative;
}

.featured-partner-products .img-bg {
  width: 100%;
  height: 753px;
}

.featured-partner-products .container {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.featured-partner-products .card {
  background-color: #f5f5f5;
  cursor: pointer;
  height: 200px;
}

.featured-partner-products .card:hover {
  background-color: #fff;
}

.center {
  width: 50%;
  margin: auto;
}

.center img {
  width: 100%;
}

.why-choose-garaj {
  position: relative;
}

.why-choose-garaj .nav-item button {
  color: #82808a;
}

.why-choose-garaj .nav-item button:hover {
  color: #82808a;
  text-decoration: underline;
  text-decoration-color: var(--secondary);
  text-decoration-thickness: 3px;
  text-underline-position: under;
  text-underline-offset: 3px;
}

.why-choose-garaj .nav-item .active {
  color: var(--primary) !important;
  background-color: unset !important;
  text-decoration: underline;
  text-decoration-color: var(--secondary);
  font-weight: 650;
  text-decoration-thickness: 3px;
  text-underline-position: under;
  text-underline-offset: 3px;
}

.why-choose-garaj .card {
  border-radius: 15px !important;
}

.why-choose-garaj .content p {
  width: 60%;
  text-align: justify;
}

.why-choose-garaj .img-box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.why-choose-garaj .img-box img {
  width: 52px;
  height: 52px;
}

.why-choose-garaj .bg-svg {
  position: absolute;
  z-index: -1;
  left: -2%;
  top: 40%;
  height: 70%;
}

.why-choose-garaj .tab-content .img-content {
  /* width: 30%; */
  height: 250px;
}

@media (max-width: 1200px) {
  .bg-svg {
    display: none;
  }

  .featured-partner-products .img-bg {
    display: none;
  }

  .featured-partner-products {
    position: unset !important;
  }

  .featured-partner-products .container {
    position: unset;
    transform: translateX(0);
  }

  .how-it-works img {
    display: none;
  }

  .how-it-works .number {
    display: flex !important;
    background-color: #c1171a;
    color: white;
    border-radius: 50%;
    width: 39px;
    height: 38px;
  }

  .how-it-works .number p {
    font-size: 19pt;
    margin: auto;
    font-weight: bold;
  }
}

.testimonials .card {
  border-radius: 0;
  border: unset;
  border-left: 5px solid var(--primary) !important;
}

.testimonials p {
  text-align: justify;
}

.testimonials .profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonials .testimonials-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c6c6c6;
}

.testimonials .testimonials-img span {
  color: #888;
  font-weight: bold;
  font-size: 18pt;
  letter-spacing: 2px;
}

.testimonials .btn-left {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  left: 10%;
  top: 50%;
}

.testimonials .btn-right {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  right: 10%;
  top: 50%;
}

.partnered-with-best .d-flex {
  /* margin-top: 12% !important;
  margin-bottom: 7% !important; */
  overflow-x: auto;
}

.partnered-with-best .logo img {
  width: 100px;
  height: auto;
  margin-right: 50px;
  margin-left: 50px;
}

/* .organizations-with-garaj .d-flex {
  overflow-x: auto;
}

.organizations-with-garaj .logo img {
  width: 100px;
  height: auto;
  margin-right: 50px;
  margin-left: 50px;
} */

.organizations-with-garaj {
  .slick-slide {
    margin: 0px 20px;
  }

  .slick-slide img {
    width: 100px;
    height: auto;
    /* margin: auto; */
    margin-right: 50px;
    margin-left: 50px;
  }

  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }

  [dir="rtl"] .slick-slide {
    float: right;
  }

  .slick-slide img {
    display: block;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }
}

/* 
footer{
    margin-top: 12% !important;
} */

footer .input-email {
  border-radius: 0;
  border: unset;
  background-color: #f9f9f9;
}

footer .email-subc {
  background-color: var(--primary) !important;
  color: #fff !important;
  border-radius: 0;
}

footer .social-logos img {
  height: 30px;
  width: 30px;
  margin: 0 10px 0 0;
}

.footer-mv ul li a {
  /* font-size: 11pt; */
  /* font-weight: bold; */
}

.footer-mv ul li a:hover {
  color: var(--primary) !important;
  font-weight: bold;
}

.digital-park {
  position: relative;
}

.digital-park {
  .digital-park-galary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }

  .digital-park-galary::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }

  .digital-park-galary::-webkit-scrollbar-thumb {
    background-color: var(--primary);
  }
}

.digital-park .main-img img {
  border-radius: 10px !important;
}

.digital-park iframe {
  width: 100%;
  height: 100%;
}

.digital-park .digital-park-galary {
  overflow-y: auto;
  height: 410px;
}

.digital-park .digital-park-galary .d-flex {
  margin-bottom: 15px;
}

.digital-park .digital-park-galary .d-flex p {
  font-size: 10pt;
}

.digital-park .digital-park-galary img {
  border-radius: 10px;
  margin-right: 5px;
}

.digital-park .digital-park-galary li {
  list-style: none;
  border-bottom: 2px solid #dee1e6;
  margin-top: 10px;
}

.digital-park .digital-park-galary li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.01em;
  text-align: left;
}

.digital-park .digital-park-galary li .active {
  border: 2px solid var(--primary) !important;
}

.digital-park .digital-park-galary li:hover {
  cursor: pointer !important;
}

.digital-park .digital-park-galary li img:hover {
  border: 2px solid var(--primary) !important;
}

.digital-park .bg-svg {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  height: 80%;
  top: 35%;
  z-index: -1;
}

.how-it-works {
  margin-top: 10rem;
  position: relative;
}

.how-it-works img {
  position: absolute;
  width: 100%;
  top: -17%;
  z-index: -1;
}

.steps {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  /* height: 500px; */
  margin-top: -8%;
}

.step1,
.step2,
.step3 {
  width: 190px;
  margin-bottom: -6px;
  text-align: justify;
  margin-top: 20px;
}

.step3 {
  align-self: end;
}

.step2 {
  align-self: center;
}

.step1 {
  align-self: start;
}

/* .step img {
    width: 100%;
    height: auto;
  }

  .step h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .step p {
    font-size: 1rem;
  }

  .button {
    display: block;
    margin: 0 auto;
    padding: 1rem 2rem;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    cursor: pointer;
  } */

.products-by-garaj {
  .nav i.fa {
    font-size: 18px;
  }

  .vmc-centered {
    padding: 10px 0;
  }

  .vmc-centered .card {
    transition: all 0.3s ease;
    width: 500px;
  }

  .vmc-centered .vmc_active .card {
    transform: scale(1.2);
    border: 1px solid var(--primary);
    z-index: 1;
  }

  .vmc-centered .content p {
    font-size: 8pt !important;
    margin-left: 1rem;
    margin-bottom: unset !important;
  }

  .vmc-centered li {
    opacity: 0.3 !important;
  }

  .vmc-centered .vmc_active {
    opacity: 1 !important;
  }

  .vmc-centered .card {
    /* height: 100px; */
  }

  .vmc-centered .card-body {
    display: flex;
    align-items: center;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: var(--primary);
  --bs-btn-hover-bg: ##fff;
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary);
  --bs-gradient: none;
}

.infinite-scroll {
  .slider {
    margin: auto;
    overflow: hidden;
    position: relative;
  }

  .slider::before,
  .slider::after {
    background: linear-gradient(to right,
        white 0%,
        rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
  }

  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }

  .slider::before {
    left: 0;
    top: 0;
  }

  .slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(160px * 14);
    align-items: center;
  }

  .slider .slide img {
    height: auto;
    width: 100px;
    margin: 0 30px 0 30px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-160px * 7));
  }
}

.login-form {
  .left-side {
    .card .card-body .title h3 {
      font-size: 24px !important;
      font-weight: 700 !important;
      line-height: 28px !important;
      letter-spacing: -0.01em !important;
    }

    .terms>input,
    .terms>label {
      cursor: pointer;
    }

    .card .card-body .title p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0.4399999976158142px;
    }

    .card .card-body form a {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
      letter-spacing: 0.4000000059604645px;
      color: var(--primary);
      text-decoration: none;
    }

    .card .card-body form a:hover {
      text-decoration: underline;
    }

    .card .card-body .register {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0.10000000149011612px;
    }

    .card .card-body .register a {
      font-size: 14px;
      font-weight: 700;
      line-height: 22px;
      letter-spacing: 0.10000000149011612px;
      color: var(--primary);
    }

    .separator-line {
      position: relative;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      line-height: 16px;
      letter-spacing: 0.4000000059604645px;
      color: var(--primary);
    }

    .separator-line:before {
      content: "";
      display: inline-block;
      width: 45%;
      height: 1px;
      background-color: #cbcbcb;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
    }

    .separator-line:after {
      content: "";
      display: inline-block;
      width: 45%;
      height: 1px;
      background-color: #cbcbcb;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
    }

    .separator-line:before {
      right: 0;
    }

    .separator-line:after {
      left: 0;
    }

    .register-type a {
      text-decoration: none;
    }

    .register-type a .card {
      width: 382px !important;
      border: 1px solid #353839;
    }

    .register-type a:hover .card {
      border: 1px solid var(--primary);
      color: var(--primary);
    }

    .register-type a:hover .card .card-body img {
      filter: none;
    }

    .register-type a .card .card-body p {
      margin-bottom: 0;
    }

    .register-type a .card .card-body img {
      filter: grayscale(1);
    }

    .register-type a .card .card-body .register-heading {
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      letter-spacing: 0.4399999976158142px;
    }

    .register-type a .card .card-body .content {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0.25px;
    }

    .go-back {
      text-decoration: none;
      color: #000;
    }

    .go-back:hover {
      cursor: pointer;
      color: var(--primary);
    }
  }



  /* .register-form-right {
    height: 100vh;
  } */

  /* .signup-form-right {
    height: 100vh;
  } */

  .right-side {
    background-image: url("../images/login-signup/bg.png");
    background-position: center;
    background-size: 650px 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
  }

  .signup-form-right .content {
    margin-top: 140px !important;
  }

  .right-side .content {
    margin-top: 75px;
  }

  .right-side .content .card-body .title {
    color: #fff;
    text-align: center;
  }

  .right-side .content .card-body .title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
  }

  .right-side .content .card-body .title h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-align: center;
  }

  .right-side .carousel-item .card {
    width: 365px;
    /* height: 100px; */
  }

  .right-side .carousel-item .card .card-body .carousel-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    margin-bottom: 0;
  }

  .right-side .carousel-item .card .card-body .carousel-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    margin-bottom: 0;
  }

  .right-side .carousel-indicators {
    margin-bottom: -35px !important;
  }

  .right-side .carousel-indicators button {
    border-radius: 50%;
    height: 8px;
    width: 8px;
  }

  .right-side .carousel-indicators .active {
    background-color: var(--secondary) !important;
    width: 25px !important;
    height: 6px !important;
    border: 1px solid var(--secondary);
    border-radius: 10px !important;
    margin-top: 10px;
  }

  .right-side .carousel-slider {
    margin-top: 4rem !important;
  }

  .left-side form .password-field {
    position: relative;
  }

  .left-side form .pass-eye {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 23px;
  }
}

@media screen and (max-width: 600px) {
  .login-form .right-side {
    display: none;
    /* Hide the right side content on screens with width up to 600px */
  }

  .login-form {
    width: 100%;
    /* Set the width of the left side to 100% on screens with width up to 600px */
  }
}


.knowledge-base {
  .activeQ {
    background-color: var(--primary);
    color: #fff !important;
    border-color: var(--primary) !important;
  }

  .how-to-vids {
    border: 1px solid #d0d0d0;
    padding: 10px;
    border-radius: 5px, 0px, 0px, 5px;
    cursor: pointer;
  }

  .how-to-vids a {
    text-decoration: none;
    color: unset;
  }

  .how-to-vids:hover {
    border-color: var(--primary);
  }

  .how-to-vids p {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.75px;
    text-align: center;
    margin-bottom: 0;
  }

  .faq {
    border: 1px solid #d0d0d0;
    padding: 10px;
    border-radius: 5px, 0px, 0px, 5px;
    cursor: pointer;
  }

  .faq a {
    text-decoration: none;
    color: unset;
  }

  .faq:hover {
    border-color: var(--primary);
  }

  .faq p {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.75px;
    text-align: center;
    margin-bottom: 0;
  }

  .sub-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
  }

  .knowledge-videos .video {
    margin-bottom: 10px;
  }

  .knowledge-videos .card .card-footer h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
  }

  .knowledge-videos .card .card-footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
  }

  .faqs ul {
    border: unset;
  }

  .faqs ul li {
    margin: 0 20px;
  }

  .faqs ul li button {
    border-radius: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
  }

  .faqs ul li .active {
    background-color: var(--primary);
    color: #fff;
  }

  .faqs .question p {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--primary);
    margin-top: 10px;
  }

  .faqs .answer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* input:invalid {
  border: 1px solid red;
} */

input:valid {
  /* border: 1px solid green; */
}

.errorMsg {
  color: var(--primary) !important;
  margin-left: 10px !important;
  font-style: italic !important;
}

.collapse-btn-primary {
  color: var(--primary);
  cursor: pointer;
}

.collapse-btn-primary:hover {
  color: #000;
}

.product-documentation {
  .products .card img {
    width: 50px;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
}

@media only screen and (min-width: 600px) {

  /* Show the section for screens larger than 768px */
  .products-by-garaj {
    display: block;
  }
}

/* CSS for mobile view */
@media only screen and (max-width: 600px) {

  /* Hide the section for screens smaller than or equal to 767px */
  .products-by-garaj {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .product-categories .slick-slide .card {
    width: 600px !important;
  }
}



.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.containerservicerequest input {
  width: 350px;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 1px #eaeaea;
  padding-left: 10px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #c11718;
}



.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}


.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.containerservicerequest textarea {
  width: 100%;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 1px #eaeaea;
  padding-left: 10px;
  height: 60px !important;
  border-radius: 0 !important;
  padding-top: 10px !important;
}

.containerservicerequest select {
  width: 100%;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 1px #eaeaea;
  padding-left: 10px;
  color: #7D7975;
  font-size: 14px;
}

.containerservicerequest label {
  color: #c11718;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}


@media (max-width: 767px) {
  .register-form-left {
    width: 100%;
    /* Full width on mobile */
    padding: 0;
    /* Remove padding for better space utilization */
  }

  .card-body {
    padding: 15px;
    /* Add padding for better spacing */
  }

  .title h3 {
    font-size: 24px;
    /* Increase font size for better readability */
  }

  .register-type {
    margin-top: 20px;
    /* Add spacing between sections */
  }

  .card {
    margin-bottom: 20px;
    /* Add spacing between cards */
  }

  .card-body {
    padding: 15px;
    /* Add padding for better spacing */
  }

  .register-heading {
    margin-bottom: 5px;
    /* Add spacing between heading and content */
  }

  .content {
    font-size: 14px;
    /* Adjust font size for better readability */
  }
}



.price {
  font-family: sans-serif;
  /* Specify your preferred font family */
  font-weight: 600;
  /* Make the price text bold */
  font-size: 16px;
  /* Adjust the font size as needed */
  color: #141414;
  /* Set the price color */
  /* Add any other styling you want for the price */
}

#estimated-price {
  font-family: sans-serif;
  /* Specify your preferred font family */
  font-weight: 600;
  /* Make the price text bold */
  font-size: 16px;
  /* Adjust the font size as needed */
  color: #141414;
  /* Set the price color */
  /* Add any other styling you want for the price */
}