/* Hide scrollbar */
.service-carousel-section{
  margin: 0 auto;
  max-width: 4440px;
}
.card-services {
  padding-bottom: 4rem !important;
  padding-top: 2rem !important;
}
.default .image-service  a {
  width: 100%;
  margin: 0 auto;
  margin-left: 5%;
  margin-top: -30%;
}
@media (max-width: 767px) {
  .default .image-service a {
    margin-top: -20%;
  }
}
.service-carousel-content h1 {

  margin-bottom: 2rem;
}
.service-carousel-content .text-service-content {

  font-size: 20px;
}
@media (max-width: 768px) {
  .card-services {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}
@media (max-width: 1919px) {
  .no-ml {
    margin-left: 0 !important;
  }
}

.default .product-card-body {
  margin-bottom: 0px;
}
/* @media (min-width: 1024px) {
  .image-service {
    width: 50%;
  }
  .image-service {
    margin-left: 10%;
    margin-top: -5%;
  }
}
@media (min-width: 1200px) {
  .image-service {
    margin-left: 10%;
    margin-top: -5%;
  }
}
@media (min-width: 768px) {
  .image-service {
    margin-left: 7%;
    margin-top: -5%;
  }
}

@media (max-width: 576px) {
  .image-service {
    margin-left: 10%;
    margin-top: -5%;
  }
} */
.custom-carousel-wrapper {
  padding-top: 2rem;
}
.service-carousel-section {
  background-color: var(--color-primary-yellow);
  padding: 40px 0; /* Adjusted padding for better spacing */
  overflow: hidden;
}
.service-carousel-content .btn {
  margin-top: 40px;
}
/* Default Image Container */
.image-container-service {
  position: relative;
  width: 100%; 
  overflow: hidden;
}

.image-container-service img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: right;
}
@media (max-width: 1023px) {
  
  .image-container-service img {
    width: 95% !important;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: right;
  }
}
/* @media (max-width: 1023px) and (min-width: 768px) {
  .pr-md-256, .content-banner .content-caption, .px-md-256 {
    padding-right: 10rem !important;
}
.pl-sm-48, .content-banner .content-caption, .px-sm-48 {
  padding-left: 10rem !important;
}
} 
@media (min-width: 576px) {
  .pr-sm-48, .content-banner .content-caption, .px-sm-48 {
      padding-right: 3rem !important;
  }
}

  */
  /* Small screens: 576px to 767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-carousel-section #service-content-caption {
    padding-right: 3rem !important;
  }
}

/* Medium screens: 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .service-carousel-section #service-content-caption{
    padding-right: 10rem !important;
  }

  .service-carousel-section #service-content-caption{
    padding-left: 10rem !important;
  }
}



/* Responsive Adjustments */

/* Tablets (768px and up) */

.product-card-feature-tags {
  background-color: var(--color-primary-yellow); /* Yellow background */
  color: #000; /* Black text */
  font-weight: bold;
  font-size: 12px; /* Properly readable */
  padding: 2px 180px 2px 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 12px; /* Rounded top-right */
  text-transform: uppercase;
  display: inline-block;
  /* font-style: italic; */
  height: 1.5rem;
}

.product-card-feature-tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px; 
  width: 20px;
  height: 100%;
  background-color: var(--color-primary-yellow); 
  transform: skewX(-5deg); /* Slant effect sa gilid */
  border-bottom-left-radius: 10px; /* Rounded bottom-left corner */
}

.arrow-store {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.135rem;
}
@media (max-width: 768px) {
  .arrow-store {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.135rem;
  }
}
@media (max-width: 768px) {
  .product-card-feature-tags {
    padding: 2px 90px 2px 10px;
  }
}

@media (max-width: 576px) {
  .product-card-feature-tags {
    padding: 2px 70px 2px 10px;
  }
}

@media (max-width: 575px) and (min-width: 400px) {
  .product-card-feature-tags {
    padding: 2px 150px 2px 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) { 
  .product-card-feature-tags {
    padding: 2px 100px 2px 10px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) { 
  .product-card-feature-tags {
    padding: 2px 120px 2px 10px;
  }
}


.service-carousel-section {
  position: relative;
  z-index: 5;
}

/* Scrollbar Drag */
.swiper-scrollbar-drag {
  background: #e9e9e9;
  border-radius: 4rem;
}

/* Swiper Buttons */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #595959;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9e9e9;
  font-size: 15px;
  transition: 0.3s;
  position: static;
  margin-left: 8px;
}

/* Hover Effects */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #444444;
}

/* Navigation Arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
  color: #e9e9e9;
}

@media (max-width: 767px) {
  .service-carousel-content p br {
    display: none;
  }
  #text-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.text-service {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.33333;
  letter-spacing: 0.09rem;
  /* font-style: italic; */
  text-transform: uppercase;
  color: black;
}
.autocare {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1rem;
  letter-spacing: 0.09rem;
  /* font-style: italic; */
  text-transform: uppercase;
  color: black;
}
.btn-services {
  margin-bottom: 0px !important;
}
.single-services.product-card-product-name {
  /* font-size: 3rem; */
  margin-top: 0px !important;
}
.product-detail-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20.4375rem;
  height: 20.4375rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-detail-content {
    max-width: 31.625rem;
    height: 31.625rem;
  }
}
.product-detail-content__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .product-detail .top-content-area .swiper-wrapper {
    margin-bottom: 15px;
  }
  .product-detail .top-content-area .thumb-carousel__content {
    margin-bottom: 1rem;
    padding-bottom: 0;
    position: relative;
    text-align: center;
  }
  .product-detail .top-content-area .product-detail-content {
    margin-bottom: 1rem;
  }
}
.product-360-content,
.product-360-preview,
.product-detail-content__images {
  width: 20rem;
  height: 20rem;
}
@media (min-width: 768px) {
  .product-360-content,
  .product-360-preview,
  .product-detail-content__images {
    width: 31rem;
    height: 31rem;
  }
}
@media (max-width: 767px) {
  .web-title {
    display: none !important;
  }
  .single-services.product-card-product-name {
    /* font-size: 2rem; */
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .mobile-title {
    display: none !important;
  }
}

.content-item {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .content-item {
    padding-top: 0px !important; /* Reduced padding for screens 767px and below */
  }
}

span.wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: red;
  font-weight: bold;
}

img.error-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.product-detail-nav {
  font: 0.75rem / 1rem "monte-stella", sans-serif;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.04);
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 4rem; /* Added bottom padding */
}

.product-detail-nav.fixed {
  position: fixed;
  display: block;
}

@media (min-width: 1024px) {
  .product-detail-nav.fixed {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .product-detail-nav.fixed {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.product-detail-nav .product-nav-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-flow: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding: 0;
}

@media (max-width: 768px) {
  .product-detail-nav .product-nav-list {
    justify-content: center;
  }
}

.product-detail-nav .product-nav-link {
  white-space: nowrap;
  padding: 1.5rem 1.5rem;
  color: #000000;
  border-bottom: 0.1875rem solid #c7c7c7;
  border-radius: 0.25rem 0.25rem 0 0;
  display: block;
}

.product-detail-nav .product-nav-link.active,
.product-detail-nav .product-nav-link:hover {
  color: #113dad;
  border-bottom: 0.1875rem solid #113dad;
  text-decoration: none;
}

@media (max-width: 768px) {
  .product-detail-nav .product-nav-link.active,
  .product-detail-nav .product-nav-link:hover {
    color: #222;
    background-color: #fff;
    border-bottom: 0.1875rem solid #113dad;
    text-decoration: none;
  }
}

.product-submenu .product-nav-link {
  font-size: 1rem;
  /* font-style: italic; */
  font-weight: bold;
}
@media (max-width: 576px) {
  .text-content {
    position: relative;
    text-align: left;
  }
  #scrollbar-service {
    left: 0px !important;
  }
}
#scrollbar-service {
  left: -60px;
}

@media (max-width: 1023px) {
  #scrollbar-service {
    left: 0px !important;
  }
}
#title-service{
   font-family: "futura-pt-condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.135rem;
}
.pt-48, .py-48 #title-service{
  padding-top: 6rem !important;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  #title-service {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.135rem;
  }
  .pt-48, .py-48 #title-service{
    padding-top: 1rem !important;
  }
}
@media (max-width: 1023px) {
  .pt-48, .py-48 #title-service {
    padding-top: 3rem !important;
  }
}
@media (max-width: 767px) {
  #title-service {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.135rem;

  }
}

#container-service.container-full-bleed {
  margin: 0 auto;
  max-width: 4000px;
}
.service-text{
  font-size: 20px;
  padding-bottom: 2rem;
}

#button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

#button-container a {
  width: 100%;
  max-width: 350px; /* Adjust width as needed */
  text-align: center;
}

#bullet-list {
  list-style-type: disc !important;
  padding-left: 20px;
  margin-left: 0;
}

#bullet-list li {
  display: list-item;
  margin-left: 10px;
}
.no-underline-link:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
  .pdp-nav .pdp-nav-list {
    justify-content: start;
  }
}

.service-item {
  margin-top: 15px;
  padding: 10px;
}

.content-tile-container {
  border-radius: 12px;
  overflow: hidden;
}

.content-img-block {
  height: 80px;
  width: 100%;
}

.cta-image {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

.content-text-block {
  padding: 5px !important;
}

.content-image {
  margin-right: 5px;
 
}
.text-large, .store-card-header.store-name.text-large {
  margin-top: 50px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .content-tile-container .content-text-block {
     
      flex-direction: unset; 
     
  }
  .title-card-service{
    text-align: center;
  }
}
.content-image {
  flex: 0 0 auto; /* prevent shrinking */
  width: 80px;
  height: 80px;
}

.service-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cta-title {
  min-height: 48px;
  display: flex;
  align-items: flex-start; 
}
/* Center the card when only 1 card is available */
@media (max-width: 1023px) {
  #service-container {
      display: flex;
      justify-content: center;
  }
  
  /* Centering the card when there's only 1 card */
  #service-container .service-item {
      flex: 0 0 100%; /* The card takes up 100% of the width */
      margin: 0 auto;  /* Center the card horizontally */
  }
  #web-title-service br{
    display: none;
  }
}
#service-archive br,
#mobile-title-service br,
#breadcrumb-service br, #service-card-template br{
  display: none;
}
@media (max-width: 575px) {
  .text-large,
  .store-card-header.store-name.text-large {
    margin-top: 25px;
    line-height: 1;
  }
  .content-text-block {
  padding: 15px !important;
}
}
