/* Box sizing and reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Body styling */
body {
  font-family: 'SF Pro Display';
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  background-color: #ffffff;
  color: #111111;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 99;
}



/* Anchor styles */
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #BFD84C;
  cursor: pointer;
}

button:hover {
 cursor: pointer;
}

/* Image styles */
img {
  max-width: 100%;
  height: auto;
  display: block;
}



/* List reset */
ul, ol {
  list-style-type: none;
}

/* Form elements */
input, textarea, select {
  font-size: 1rem;
  outline: none;
  width: 100%;
}



/* font-family */


/* Font Face Imports */
@font-face {
  font-family: 'DM Serif Display';
  src: url('../new-font/DMSerifDisplay/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../new-font/SFProDisplay/SFProDisplay-Regular.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
}



/* typography */



/* All Headings Default to SF Pro */
h1, h3, h4, h5, h6 {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: bold;
}

/* Only h2 uses DM Serif Display */
h2 {
  font-family: 'DM Serif Display', serif;
  font-weight: normal;
  font-size: 50px;
  line-height: normal;
}


/* ===============================
   Typography Styles (Desktop)
================================= */

h1 {
  font-family: 'DM Serif Display', serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 60px;
}



h3 {
   font-family: 'SF Pro Display';
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

h4 {
   font-family: 'SF Pro Display';
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
}

h5 {
   font-family: 'SF Pro Display';
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

h6 {
   font-family: 'SF Pro Display';
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

/* Extra small heading (optional) */
.heading-small {
   font-family: 'SF Pro Display';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}


/* Inputs */
input,
textarea,
select {
  font-family: 'SF Pro Display';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/* Captions */
.caption {
  font-family: 'SF Pro Display';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}



/* <1499px */
@media (max-width: 1499px) {
  h1 { font-size: 52px; line-height: 56px; }
  h2 { font-size: 46px; line-height: 48px; }
  h3 { font-size: 36px; line-height: 40px; }
  h4 { font-size: 28px; line-height: 32px; }
  h5 { font-size: 22px; line-height: 26px; }
  h6 { font-size: 18px; line-height: 22px; }
  body { font-size: 15px; line-height: 20px; }
}

/* <1399px */
@media (max-width: 1399px) {
  h1 { font-size: 48px; line-height: 52px; }
  h2 { font-size: 42px; line-height: 44px; }
  h3 { font-size: 34px; line-height: 38px; }
  h4 { font-size: 26px; line-height: 30px; }
  h5 { font-size: 20px; line-height: 24px; }
  h6 { font-size: 17px; line-height: 20px; }
  body { font-size: 15px; line-height: 20px; }
}

/* Tablet <1024px */
@media (max-width: 1024px) {
  h1 { font-size: 42px; line-height: 48px; }
  h2 { font-size: 36px; line-height: 40px; }
  h3 { font-size: 30px; line-height: 34px; }
  h4 { font-size: 24px; line-height: 28px; }
  h5 { font-size: 18px; line-height: 22px; }
  h6 { font-size: 16px; line-height: 20px; }
  body { font-size: 14px; line-height: 18px; }
}

/* Mobile <768px */
@media (max-width: 768px) {
  h1 { font-size: 36px; line-height: 42px; }
  h2 { font-size: 30px; line-height: 36px; }
  h3 { font-size: 26px; line-height: 30px; }
  h4 { font-size: 20px; line-height: 24px; }
  h5 { font-size: 16px; line-height: 20px; }
  h6 { font-size: 14px; line-height: 18px; }
  body { font-size: 14px; line-height: 18px; }
}


/* buttonugrapy */


.transparent-button {
 background-color: transparent;
 color: black;
 border: 1px solid black;
 border-radius: 16px;
 padding: 12px 30px;
 font-size: 18px;
}

.transparent-button:hover {
 background: #00572E;
 border: 1px solid #00572E;
 color: white;
}
div#vehicleSubmitBtn button.custom-button.submit-vehicle-size {
    background: #00572e;
    color: white;
    border: none;
}

.read-more-btn {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  transition: 0.3s;
  margin-top: 0px;
  font-size: 18px;
}

.read-more-btn:hover {
 color: #00572E;
 border-bottom: 1px solid #00572E;
}

/* container */


.container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  /* padding: 0 40px; */
}

/* Large Desktop */
@media (max-width: 1799px) {
  .container {
    max-width: 1340px; /* 1799 - 320 */
  }
}

/* Desktop (Large) */
@media (max-width: 1499px) {
  .container {
    max-width: 1280px;
  }
}

/* Desktop (Medium) */
@media (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}

/* Tablet (Landscape) */
@media (max-width: 1199px) {
  .container {
    max-width: 1050px;
    padding: 0 50px !important;
  }
  
}

/* Tablet (Portrait) */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 50px !important;
  }
  #tyrePopup {
    width: 95% !important;
}
}

/* Mobile (Large) */
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 50px !important;
  }
}

/* Mobile (Small) */
@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 20px !important;
  }
}





.title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.title h2 {
  text-align: center; 
}

.title p {
  margin: 30px 0;
  margin-top: 0;
}




/* page-banner */


.page-title-wrapper {
    padding: 58px 0 55px;
    text-align: center;
    background-image: url(/frontend/new-images/inner-banner1.jpeg);
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
    height: 340px;
}

.page-title-wrapper:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

h1.page-header {
    font-weight: 600;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    position: absolute;
    width: 100%;
    bottom: 15%;
   font-size: 32px;
   top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  letter-spacing: 1.5px;
}


.bottom-header, .top-header {
  display: flex;
}

.mobile-header, .mobile-menu-overlay {
  display: none;
}


.page-description {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-top: 0px;
    }
.tyre-size-display.mt-3.mb-4 {
    padding: 40px 0;
}
    .tyre-size-display.mt-3.mb-4 .container p {
    display: flex;
    justify-content: flex-start;
}

    .page-description p {
    text-align: left;
    }
/* header */

header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.home-banner-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%; 
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  z-index: 9999;
  pointer-events: none;
}


.home-banner-main {
  position: relative;
  z-index: 0;
}

.top-header {
  position: relative;
  top: 0;
  z-index: 1000;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px 24px 0 0;
}

.top-header-mail {
    width: 100%;
}

.top-header-menu {
    width: 100%;
}
li.has-submenu.service-sub .service-container {
    flex-direction: column;
}
.top-header-mail img:nth-child(1) {
    width: 30px;
    height: 30px;
}

.top-header-menu ul {
    display: flex;
    gap: 60px;
    color: white;
    justify-content: end;
    align-items: center;
    font-size: 18px;
}

.top-header-mail p {
color: white;
font-size: 18px;
}

.top-header-mail img {
  width: 30px;
  height: 30px;
}

.top-header-mail a {
display: flex;
justify-self: flex-start;
align-items: center;
gap: 10px;
}


.bottom-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 background: white;
 padding: 7px 30px 7px 30px;
 border-radius: 24px;
}

.header-main-menu ul {
display: flex;
align-items: center;
justify-content: space-between;
gap: 50px;
color: black;
font-weight: 500;
font-size: 20px;
}

 .bottm-header-wp img {
 width: 24px;
 height: 24px;
}

.top-header-mail {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-start;
 gap: 12px;
}


.bottm-header-wp a {
 display: flex;
 align-items: center;
 justify-self: flex-end;
 gap: 10px;
 color: black;
 font-size: 16px;
 font-weight: 500;
}

.bottom-header .header-logo {
 width: auto;
 height: 100%;
}

.bottom-header .header-logo img {
 width: auto;
    height: 92px;
    object-fit: contain;
}



.header-main-menu ul {
  display: flex;
  list-style: none;
}

.header-main-menu ul li {
  position: relative;
  padding: 10px 5px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Hover + Active underline animation */
.header-main-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #00572E;
  transition: width 0.4s ease;
}

.header-main-menu ul li:hover::after,
.header-main-menu ul li.active::after {
  width: 100%;
}

/* Text color on hover and active */
.header-main-menu ul li:hover,
.header-main-menu ul li.active {
  color: #00572E;
}

/* Submenu Styling */
.has-submenu {
  position: relative;
}

.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  border-radius: 6px;
  list-style: none;
  display: none;
  min-width: auto;
  z-index: 100;
  width: max-content;
    padding: 20px 15px;
    border-radius: 16px;
}

.service-sub .submenu {
 padding: 30px;
}

 .modal-overlay {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  align-items: center;
  justify-content: center;
}

#popupModal .modal-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 600px;
  width: 95%;
  position: relative;
}
.size-options input.filter-input,.size-options-rear input.filter-input {
    padding: 8px 20px;
    border-radius: 16px;
    border: 1px solid;
    width: 50%;
    margin-bottom: 0px;
}
.size-options-vehicle input.filter-input {
    padding: 8px 20px;
    border-radius: 16px;
    border: 1px solid;
    width: 50%;
    margin-bottom: 0px;
}
#popupModal .modal-content {
    border-top: 40px solid #00572e;
}

#popupModal .close-btn {
  position: absolute;
  top: -55px;
  right: 16px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}



/* battery pop */


.bettery-tab-main .form-container {
    width: 100%;
    text-align: center;
    padding: 0px 30px;
} 

.bettery-tab-main {
    display: flex;
    align-items: center;
    justify-content: center;
}


.bettery-tab-main .form-container {
  
            text-align: center;
        }

        .bettery-tab-main .form-container p {
            margin-bottom: 20px;
            font-size: 18px;
            margin-top: 12px;
        }

        .bettery-tab-main .input-group {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 8px 12px;
            background-color: #fff;
            
        }

        .bettery-tab-main .input-group.name {
          width: 48%;
          padding: 11px;
        }

         .bettery-tab-main .input-group.number {
          width: 48%;
        }

       .bettery-tab-main  .input-group i {
            font-size: 14px;
            color: #000;
        }

       .bettery-tab-main  .input-group input {
            border: none;
            outline: none;
            flex: 1;
            font-size: 14px;
            padding-left: 10px;
            width: 100% !important;
        }

       .bettery-tab-main  .input-group .country-code {
            font-size: 14px;
            color: #000;
            margin-right: 5px;
        }

        .bettery-tab-main .input-group .locate-btn {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 16px;
            color: #00572e;
        }


        

        .bettery-tab-main .input-group i {
    color: #00572e !important;
}

        .bettery-tab-main .proceed-btn {
            width: 100%;
            background-color: #00572e;
            color: white;
            font-weight: bold;
            font-size: 16px;
            padding: 12px 0;
            border: none;
            border-radius: 4px;
            margin-top: 10px;
            cursor: pointer;
        }

        .bettery-tab-main .proceed-btn:hover {
            background-color: #00572e;
        }

        .bettery-tab-main .terms {
            margin-top: 10px;
            font-size: 12px;
        }

        .bettery-tab-main .terms a {
            color: #000;
            text-decoration: underline;

            font-size: 14px;
        }

       .bettery-tab-main .search-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
        box-shadow: inset 0 0 2px rgba(242, 242, 242, .9);
        box-shadow: 0 3px #e2e2e2 inset;
        height: 40px;
        border-top: 0;
        border-left: #f1f1f1 1px solid;
        border-right: #f1f1f1 1px solid;
        border-bottom: #f1f1f1 1px solid;
}

       .bettery-tab-main  .inline-field {
      display: flex;
     flex-direction: row;
     align-items: center;
     gap: 10px;
     
        }


/*  */

.repair-tab-main .service-container {
            text-align: center;
            display: flex;
    justify-content: center;
        }



     .repair-tab-main   .service-container h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }

       .repair-tab-main .service-options {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            gap: 20px;
            width: 400px;
        }

        .repair-tab-main .service-option:hover {
    background: #00572e;
    color: white;
}

.repair-tab-main .service-option:hover p i {
    color: white;
}

.repair-tab-main .service-option:hover p  {
    color: white;
}

       .repair-tab-main .service-option {
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px 10px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

       .repair-tab-main  .service-option:hover {
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            transform: translateY(-3px);
        }

        .repair-tab-main .service-option p {
            font-size: 14px;
            font-weight: bold;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #000;
        }

        .repair-tab-main .service-option p i {
            font-size: 30px;
            color: #00572e;
            margin-bottom: 8px;
        }

      




.has-submenu:hover .submenu {
  display: block;
}

.submenu li {
  padding: 10px 20px !important;
  white-space: nowrap;
  transition: background 0.3s;
}

.submenu li:hover {
  background-color: #f5f5f5;
  color: #00572E;
}







/* home banner */


.home-banner {
background-image: url(/frontend/new-images/home-banner.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 100% 100%;
width: 100%;
height: 100vh;
}



.home-banner-title {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-90%, -20%);
  color: white;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.slide-content h1 {
 font-weight: normal;
 text-transform: uppercase;
 font-size: 48px;
}

.home-banner-brands {
 display: flex;
 align-items: center;
 gap: 20px;
}


.home-banner-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-slide {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.8s ease;
  background-repeat: no-repeat;
}

.banner-slide.active {
  opacity: 1;
  z-index: 1;
}
.banner-slide .container {
  height: 100%;
  display: flex;
  align-items: center; /* Vertically center the slide content */
}
.banner-slide img {
   width: auto;
  height: auto;
  object-fit: contain;
}

.slide-content {
  position: absolute;
  top: 55%;
  left: auto;
  transform: translateY(-50%);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}



.home-banner-brands {
  display: flex;
  gap: 20px;
  align-items: center;
}

.home-banner-brands img {
 width: 145px;
 height: 50px;
 object-fit: contain;
}

.slider-dots {
  position: absolute;
  bottom: 15%;
  left: auto;
  display: flex;
  gap: 10px;
  z-index: 999999999;
}

.slider-dots .dot {
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  width: 24px;
  border-radius: 12px;
  background: #fff;
}

.home-banner-slider {
  cursor: grab;
  user-select: none;
}
.home-banner-slider:active {
  cursor: grabbing;
}


/* search-container */



.search-container {
  background-color: #00572E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-radius: 12px;
  flex-wrap: nowrap;
  gap: 30px;
  cursor: auto;
  width: 100%;
    margin: 0 auto;
}

.banner-search.for-tyre-page .search-container {
padding: 15px 200px;
gap: 50px;
}

.search-container-column {
  display: flex;
  align-items: center;
  gap: 30px;
}

.search-container .label {
  color: #fff;
  font-weight: 500;
    font-size: 22px;
    opacity: 0.5;
}

.search-container .label.active {
  opacity: 1;
}

.search-container .select-group {
  display: flex;
  gap: 15px;
  width: 100%;
}

/* .custom-button {
  padding: 10px 16px;
  background-color: #00572E;
  color: white;
  border: 1px solid #FFFFFF4D;
  border-radius: 12px;
  font-size: 14px;
  cursor: pointer;
  min-width: 100%;
} */

/* Toggle switch */
.search-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

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

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

.search-container .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  right: 35px;
  bottom: -4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.search-container input:checked + .slider {
  background-color: #BFD84C;
}

.search-container input:checked + .slider:before {
  transform: translateX(35px);
}

.hidden {
  display: none !important;
}



/* 
.search-container {
  background-color: #00572e;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 12px;
    margin: 40px auto;
    flex-wrap: nowrap;
    height: fit-content;
    margin-bottom: 30px;
    justify-content: space-between;
} */

/* .search-container-column {
 width: 100%;
} */



.banner-search {
 position: relative;
}
/* .search-container-column {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
} */

/* .search-container-column .select-group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
} */


.search-container-column:nth-child(1) {
    width: 43%;
    justify-content: space-between;
}

.search-container-column:nth-child(2) {
    width: 100%;
}



/* .search-container .label {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.5;
  font-size: 20px;
} */

/* .search-container .label.active {
  opacity: 1;
  font-size: 20px;
} */

/* .search-container .select-group {
  display: flex;
  gap: 10px;
} */

/* .tyre-popup.hidden {
  display: none !important;
} */






div#vehicleSubmitBtn button.custom-button.submit-vehicle-size {
    padding: 10px 20px !important;
}






.tyre-popup select {
  padding: 10px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  width: 100%;
  border: 1px solid rgb(207, 207, 207);
}
div#popupSubmitBtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
div#popupSubmitBtnRear {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

button.custom-button.submit-tyre-size {
    width: 100% !important;
    background: #00572e;
    color: white;
    padding: 10px 20px;
    border: white;
    font-size: 16px;
    border-radius: 12px;
}
/* Toggle Switch */
/* .tyre-popup .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
} */

/* .tyre-popup .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
} */

.tyre-popup .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
  z-index: 1;
}

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

/* .tyre-popup input:checked + .slider {
  background-color: #c2ff4d;
} */

/* .tyre-popup input:checked + .slider:before {
  transform: translateX(18px);
} */



.banner-search {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 9;
}
.service-inner-title {
    width: 100%;
}

.service-image {
 width: 50%;
}

.service-inner-col {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 50px;
} 

.icon-button-left-icon {
    position: fixed;
    z-index: 999999999;
    bottom: 20px;
    left: 20px;
    animation: zoomPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
 width: 65px;
 height: 65px;
}

.icon-button-right-icon {
display: none;
}



.home-banner-icons .left-icon,
.home-banner-icons .right-icon {
  animation: zoomPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));

}



@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}






/*  */


 


 .hidden {
  display: none;
}

.tyre-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110vh;
  height: -webkit-fill-available;
  background: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tyre-popup .popup-header {
  background: #00572E;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
}

.tyre-popup .close-btn {
  font-size: 40px;
    cursor: pointer;
    height: 20px;
    line-height: normal;
    position: relative;
    top: -15px;
}

.tyre-popup .back-section {
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: transparent;
}

.tyre-popup .progress-bar {
  display: flex;
  gap: 0px;
  padding: 30px 20px;
  background: #f2f2f2;
}

.tyre-popup .step {
  border: 1px solid #6AA348;
  border-radius: 30px;
  padding: 5px 15px;
  color: #6AA348;
  background: transparent;
}
.tyre-popup .progress-bar {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.tyre-popup .step {
  padding: 8px 25px;
    border: 1px solid black;
    border-radius: 50px;
    background-color: white;
    color: black;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    letter-spacing: 1.4px;
    font-size: 18px;
}

.tyre-popup .step.active {
 background: #6AA348;
    color: white;
    border: 1px solid #6AA348;
}

.tyre-popup .connector {
  height: 3px;
  background-color: black;
 width: 2%;
}


.rear-size-selection {
    overflow: hidden;
    
}

.tyre-popup .step.active {
  background: #6AA348;
  color: white;
}

.tyre-popup .selection-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f2f2f2;
  padding-bottom: 35px;
}

.tyre-popup .tyre-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: left center;
  clip-path: inset(0 0 54% 0); /* top right bottom left */
}

.tyre-popup .tyre-image-container {
  position: relative;
  text-align: center;
  height: 0px;
}

.tyre-popup  .selection-labels {
    display: flex;
    gap: 26px;
    font-size: 20px;
}

.tyre-popup .tyre-img {
  width: 260px;
  position: relative;
    top: -72px;
    z-index: 9;
}
div#currentSelection {
    font-weight: 600;
}

.rear-tyre-col {
    display: flex
;
    align-items: center;
}

div#currentSelectionRear {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 18px;
}

.button-icon-col {
    border: 1px solid #bcbcbc;
    background: transparent;
    color: white;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.tyre-card-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}




.button-icon-col {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.button-icon-col button {
 background-color: transparent;
 box-shadow: none;
 border: none;
 color: white;
 font-size: 16px;
 width: 100%;
 text-align: left;
 padding: 10px 0px 10px 20px;
}

.button-icon-col img {
    padding-right: 12px;
}

 .button-icon-col button:disabled {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: rgb(184, 184, 184); 
  font-size: 16px;
  width: 100%;
  text-align: left;
  
} 


.tyre-labels {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 18px;
}


div#tyreLabelWidth {
    rotate: -24deg;
    position: relative;
    top: 15px;
}

div#tyreLabelHeight {
    position: relative;
    top: 2px;
}

div#tyreLabelRim {
    rotate: 24deg;
    position: relative;
    top: 20px;
}

.tyre-step-label {
  font-weight: bold;
  color: black;
    font-size: 20px;
}

.tyre-step-label.active {
  color: #6AA348;
}




.tyre-values {
  margin-top: 10px;
  font-weight: bold;
  position: absolute;
    width: 100%;
    top: -65px;
    color: #c9dc4b;
    font-size: 18px;
    z-index: 99;
}

#tyrePopup .size-options, #tyrePopup .size-options-rear {
    
    overflow-x: hidden;
    flex-direction: column;
    overflow: hidden;
    
}

#tyrePopup .size-options button,#tyrePopup .size-options-rear button {
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: min-content;

}

#tyrePopup .size-options button:hover {
    background: #00572e;
    color: white;
}
#tyrePopup .size-options-rear button:hover {
    background: #00572e;
    color: white;
}
div#sizeOptionsHeightRear ,
div#sizeOptionsRimRear {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: scroll;
    overflow-x: hidden;
}

#tyrePopup {
    height: auto;
}


.size-options, .size-options-rear, .size-options-vehicle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px 20px;
}

.size-options button, .size-options-rear button, .size-options-vehicle button {
  border: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px !important;
}

#sizeOptionsRim, #sizeOptionsRimRear {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
     width: 100%;
     overflow: scroll;
     overflow-x: hidden;
     height: 150px;
}

#sizeOptionsWidth,#sizeOptionsWidthRear {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
    justify-content: flex-start;
    overflow: scroll;
    overflow-x: hidden;
    height: 150px;
}

#sizeOptionsHeight,#sizeOptionsHeightRear {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    height: 150px;
}

div#vehicleLabelMake {
    rotate: -24deg;
    position: relative;
    top: 15px;
}
div#vehicleLabelModel {
    rotate: 24deg;
    position: relative;
    top: 14px;
}


/* about us  */

.about-section .container {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 20px;
}

p.about-right-p {
    margin-bottom: 50px !important;
}

.about-section .image-box {
  position: relative;
  border: 1px solid #000;
  border-radius: 24px;
  overflow: hidden;
  background: #f0f0f0;
}

.about-section .image-box .main-img {
  width: 100%;
    display: block;
    border-radius: 24px 24px 0 0;
    height: 380px;
    object-fit: cover;
    background-position: 89% 89%;
    overflow: visible;
    transform: translateY(-85px);
}






.about-section .about-right h2 {
  font-size: 50px;
  font-weight: normal;
}

.about-right {
 text-align: center;
}

.about-section .underline {
  height: auto;
    margin-bottom: 20px;
    width: auto;
}

.about-section .about-right p {
  font-size: 20px;
  color: #111212;
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: justify;
}


.about-section {
 padding: 50px 0;
}

/* .about-col {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 30px;
 text-align: justify;
}

.about-col p {
width: 50%;
} */




/* vector bg */

.vector-bg-main {
  position: relative;
  background-image: url(/frontend/new-images/about-bg-vector.png);
  background-repeat: no-repeat;
  background-size: 30% 40%;
  background-position: top right;
  z-index: -1;
  overflow: hidden; /* to contain the pseudo element */
}

.vector-bg-main::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  background-image: url(/frontend/new-images/sps-left-vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  z-index: 0;
  pointer-events: none;
}



/* product section */

.product-card-a {
 overflow: hidden;
 height: 310px;
display: block;
}

.tyre-card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
border: 1px solid #bbbebc;
  border-radius: 16px;
  position: relative;
  overflow: visible;
    visibility: visible;
}
.tyre-inner-wrp .container {
    width: 65%;
}
.tyre-card .tyre-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 30px;
    height: 290px;
    object-fit: contain;
    object-position: center;
    clip-path: inset(0 0 50% 0);
}
div#swiper-wrapper-a15689266b4524cc {
    padding-top: 50px;
}

.blogSwiper .swiper-wrapper {
 gap: 30px;
}
.product-section .title p {
    width: 80%;
    text-align: center;
}


.tyre-card .tyre-content {
  margin-top: -60px;
}

.tyre-card .tyre-title {
  font-weight: bold;
  font-size: 20px;
  color: black;
  line-height: normal;
  margin-bottom: 5px;
  height: auto;
}

.tyre-card .tyre-subtitle {
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
}

.tyre-card .brand-section {
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.warranty-section {
    display: flex;
    align-items: center;
}

.tyre-card-col-1 {
 display: flex;
 align-self: center;
 justify-content: space-between;
 padding: 0 20px;
}

.tyre-card .brand-logo {
  height: 60px;
    width: 150px;
    object-fit: contain;
}

.tyre-card .badge {
  background-color: #6AA348;
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 5px;
}

.tyre-card .tyre-desc {
  font-size: 14px;
  color: #444;
  margin: 10px 0;
  padding: 0 20px;
  height: 45px;
}

.tyre-card .rating-row {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  margin-bottom: 8px;
}

.tyre-card .stars {
  color: #FFC107;
  font-size: 18px;
  letter-spacing: 2px;
}

.tyre-card .rating {
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 10px;
  justify-content:center;
}

.tyre-card .warranty {
  color: #6AA348;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.tyre-card .tyre-details {
  background: white;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    margin: 0 20px;
    border: 1px solid #c1c1c1;
}

.tyre-card .detail-row {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.tyre-card .strike {
  text-decoration: line-through;
  color: #888;
}



.tyre-card .whatsapp-btn {
  display: flex;
    align-items: center;
    justify-content: center;
    background:#00572E;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    transition: 0.3s;
    margin: 20px 20px 20px;
}

.tyre-card .whatsapp-btn img {
  width: 18px;
  margin-right: 8px;
}

.tyre-card .whatsapp-btn:hover {
  background: #157732;
}

.card-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-detail-row {
 padding-left: 20px;
 padding-right: 20px;
   margin-top: -5px; 
    margin-bottom: 0px;
}

.product-section .tyre-card-head {
    background-color: #bbbebc;
    padding: 20px 20px 10px 20px;
    position: relative;
    top: -75px;
}

.tyre-card-listing-main .tyre-card-head {
    position: relative;
    top: -75px;
}

.tyre-inner-wrp .offer-line {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -25px;
    width: auto;
}
.tyre-inner-wrp .product-image img {
    padding-top: 30px;
}
.tyre-inner-wrp .warranty-image-section img {
    padding-top: 0px;
}

.product-desc-col h3 {
    border-bottom: 2px solid !important;
    width: fit-content;
    margin-bottom: 20px;
}
.tyre-card-listing-main .offer-line {
    position: absolute;
    top: -5%;
    width: 100%;
    font-size: 15px;
    left: 0%;
    transform: translate(0px, 0px);
    padding: 5px 0px 0px;
    margin: 0px auto;
}

.tyre-card-listing-main .offer-line img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.card-detail-row-icon img {
 width: 40px;
 height: 40px;
}

.product-section .tyre-card .tyreSwiper {
  padding: 40px 0;
  position: relative;
}

.product-section .swiper-slide {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.product-section .swiper-slide {
    margin-top: 40px !important;
}

/* .product-section.swiper-button-next,
.product-section .swiper-button-prev {
  color: #000;
  top: 35%;
} */


.product-section .offer-line {
    position: absolute;
    top: -7%;
    padding: 5px 0 0 !important;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    left: 0%;
    margin: 0 auto;
    transform: translate(0px, 0px);
    padding: 10px;
}

.product-section .transparent-button {
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 16px;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    line-height: normal;

}

.product-section .transparent-button:hover {
 background: #00572E;
 border: 1px solid #00572E;
 color: white;
}

/* .product-section .swiper-nav-buttons {
  position: relative;
} */

.product-section .swiper-button-prev,
.product-section .swiper-button-next {
  position: absolute;
  top: 60%;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.product-section .container {
 position: relative;
}

.product-section .swiper-button-prev {
  left: -50px;
}

.product-section .swiper-button-next {
  right: -50px;
}

/* Hide default Swiper arrows */
.product-section .swiper-button-prev::after,
.product-section .swiper-button-next::after {
  display: none;
}

/* Style custom arrow containers */
.product-section .custom-nav img {
  width: 40px; /* Adjust as needed */
  height: auto;
  cursor: pointer;
}



@media (max-width: 768px) {
  .product-section .swiper-button-prev {
    left: -50px;
  }
       .box.tyre-image-container {
    display: none;
}
  .vector-bg-main::before {
  display: none;
  }

  .product-section .swiper-button-next {
    right: -50px;
  }

}




















/* offer section */


.our-offer-section {
 padding-top: 80px;
 position: relative;
    z-index: -1;
}

.our-offer-section .container {
  border: 2px solid #000;
  border-radius: 40px;
  padding: 30px;
}

.our-offer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
  position: relative;
  gap: 40px;
}

.our-offer-header .read-more-btn {
    margin-top: 0px;
    position: absolute;
    right: 30px;
    top: 20px;
    margin-top: 10px;
}

.our-offer-title-block {
  max-width: 100%;
}

.our-offer-section .our-offer-title {
  margin-bottom: 0px;
  line-height: normal;
}

.our-offer-section .our-offer-desc {
  padding-top: 30px;
}

.our-offer-section .our-offer-viewall {
  text-decoration: none;
  color: #000;
}

.our-offer-section .popularOfferSwiper {
  width: 100%;
  padding-bottom: 30px;
}

.our-offer-section .our-offer-slide {
  width: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(118, 125, 122, 0.3);
  border-radius: 24px;
}

.our-offer-section .our-offer-img {
  width: 100%;
    border-radius: 12px;
    object-fit: unset;
    border-radius: 24px;
    height: 100%;
}

.our-offer-section .our-offer-pagination {
  text-align: center;
  margin-top: 10px;
}

.our-offer-section .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
  transition: 0.3s;
}

.our-offer-section .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}


/* Pagination container */
.our-offer-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

/* Inactive dots */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot (pill shape) */
.swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.popularOfferSwiper .swiper-wrapper {
 padding-bottom: 20px;
}











/*  steps section */


.how-its-work-section {
 padding-top: 70px;
}

.how-its-work-section .container {
  background-color: #F2F2F2;
  padding: 60px 60px;
  border: 2px solid #000;
  border-radius: 40px;
  text-align: center;
}
.how-its-work-header {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 margin-bottom: 50px;
}

.how-its-work-header p {
  padding-top: 30px;
}

.how-its-work-desc {
 padding: 20px 0;
}

.how-its-work-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.how-its-work-left,
.how-its-work-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 36%;
}

.how-its-work-center {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-its-work-tyre {
  width: 300px;
  animation: spin 8s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.how-its-work-step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.how-its-work-right .how-its-work-step {
 flex-direction: row;
}

.how-its-work-icon {
  width: 50px;
  height: 50px;
  padding: 20px;
  background-color: #999;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.how-its-work-text h5 {
 padding-bottom: 10px;
 text-align: left;
}

.how-its-work-text p {
 color: #767D7A;
 font-size: 18px;
 text-align: left;
}



.how-its-work-icon.one { background-color: #767D7A; }
.how-its-work-icon.two { background-color: #BFD84C; }
.how-its-work-icon.three { background-color: #6AA348; }
.how-its-work-icon.four { background-color: #00572E; }

.how-its-work-text {
  text-align: left;
}

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





/*  our specialization */


.specialization-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0 !important;
  position: relative;
        z-index: -1;
}




.specialization-section {
      position: relative;
    background-color: #fff;
    padding: 80px 20px 60px;
    text-align: center;
    background-image: url(/frontend/new-images/sps-left-vector.png), url(/frontend/new-images/sps-right-vector.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 40%;
    background-position-y: -50px;
}


.specialization-col-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.specialization-col-main .specialization-col a.read-more-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}

.specialization-col-main .specialization-col:nth-child(1) {
    text-align: center;
    width: 100%;
}


.specialization-title {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 20px;
}

.specialization-desc {
 padding: 20px 0;
}

.specialization-header {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 margin-bottom: 80px;
}



.specialization-center-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.specializationSwiper {
  padding-bottom: 50px;
   width: 100%;
  overflow: hidden;
}



.specialization-card  {
  border-radius: 46px;
  padding: 30px 0px;
  text-align: center;
  max-width: auto;
  margin: 0 auto;
}

.specializationSwiper .swiper-wrapper {
 padding-top: 60px;
 box-sizing: border-box;
}

.specialization-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.specialization-icon-wrp {
        background: white !important;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: -85px;
    width: auto;
    height: auto;
    border-radius: inherit;
    transform: translate(0%, 80%);
    display: flex;
    justify-content: center;
}

.sps-contant {
    padding-top: 60px;
}

.sps-contant a:hover {
 color: #000;
}

.specialization-icon {
  width: 90px;
  height: 90px;
}

.specialization-icon img {
 border-radius: 50%;
}

 #card-container {
    padding-top: 40px !important;
}

.specialization-icon {
 border-radius: 50%;
}
.sps-contant h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}


.sps-content-inner {
  max-width: 100%;
  margin: 0 auto;
}

.sps-contant {
 background-image: url(/frontend/new-images/sps-shape.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 20px 20px; /* creates space for icon and text */
  border-radius: 25px;
  text-align: center;
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}


.specialization-section .bg-#6AA3481 { background: #c9d92d; }
.specialization-section .bg-#6AA3482 { background: #8bc34a; }
.specialization-section .bg-#6AA3483 { background: #5c9d2a; }
.specialization-section .bg-#6AA3484 { background: #1c5a4a; }

.specialization-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 25px ;
}





.specialization-section .swiper-pagination-bullet {
  background: #999;
  opacity: 0.4;
  transition: 0.3s;
}

.specialization-section .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}





/* shoop by brand */



.shop-brands-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-top: 0 !important;
  z-index: -1;
}


.shop-brands-section {
 background-image: url(/frontend/new-images/shop-by-brand-vector.png);
 background-repeat: no-repeat;
 background-position: top right;
 background-size: 5% 45%;
 
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.shop-brand-header-left {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-self: flex-start;
}




.brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  justify-items: center;
}

.brand-card {
  position: relative;
  width: 100%;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-tyre {
    width: auto;
    height: auto;
    z-index: 2;
    position: relative;
    bottom: -40px;
}

.brand-base {
 background-image: url(/frontend/new-images/shop-by-brand-shape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 260px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-base img {
  width: 130px !important;
  height: auto;
  object-fit: contain;
}






/*  model   */



.model-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-top: 0 !important;
  z-index: -1;
}


.model-section {
 background-image: url(/frontend/new-images/model-vector-bg.png);
 background-repeat: no-repeat;
 background-position: center left;
 background-size: 5% 45%;
 
}

.model-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.model-section-header-left {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-self: flex-start;
 gap: 0px;
}



.model-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  justify-items: center;
  padding-top: 20px;
}

.model-section-card {
  position: relative;
  width: 100%;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.model-section-logo-model {
    width: auto;
    height: 100px;
    z-index: 2;
    position: relative;
    bottom: 0;
    object-fit: contain;
}

.model-section-card-base h5 {
 font-size: 20px;
 text-transform: uppercase;
 text-align: center;
}

.model-section-card-base {
 background-image: url(/frontend/new-images/shop-by-brand-shape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 260px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-section-card-base img {
  width: auto;
  height: auto;
  object-fit: contain;
}








/* testimonial */

.testimonial-section {
 position: relative;
 z-index: -1;
}

.testimonial-section .container {
 background: #F2F2F2;
padding: 40px;
border: 2px solid black;
text-align: center;
border-radius: 40px;
} 


.testimonial-section-title {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 20px;
}

.testimonial-desc {
 padding: 20px 0;
}

.testimonial-section-header {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}

.testi-head-col p {
 margin: 0 auto;
 width: 80%;
 text-align: center;
}

.testi-header-col-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.testi-header-col-main .testi-head-col a.read-more-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}

.testi-header-col-main .testi-head-col:nth-child(1) {
    text-align: center;
    width: 100%;
}

.testimonialSwiper {
   padding: 60px 0; /* Add top and bottom space */
  overflow: hidden; 
}



.testimonial-card  {
 position: relative;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.testimonialSwiper .swiper-wrapper {
 padding-top: 0px !important;
 box-sizing: border-box;
}
/* .form-check.mb-1.d-flex.align-items-center.gap-1 {
    display: flex !important;
} */
.testimonial-icon-wrp {
     position: absolute;
  top: -45px;
  left: 39%;
  transform: translateX(-100%);
  z-index: 2;
  display: none;
}

.testimonial-contant {
    padding-top: 60px;
}

.testimonial-profile {
 width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-profile h6,
.testimonial-profile p,
.testimonial-review p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.testimonial-review {
  width: 60%;
}

.testimonial-icon {
   width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.testimonial-icon img {
 border-radius: 50%;
 display: none;
}

.testimonial-icon {
 border-radius: 50%;
}

.testimonial-contant {
 /* background-image: url(/frontend/new-images/testimonial-content-bg.png); */
 background: white !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 30px 25px;
  box-sizing: border-box;
  border-radius: 40px;
  text-align: center;
}

.testimonial-contant {
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
    height: 260px;
}

.testimonial-profile h6 {
  font-size: 16px;
  text-align: left;
}

.testimonial-profile p {
  text-align: left;
  font-size: 16px;
}

.testimonial-contant .stars {
 text-align: left;
 color: #FFC500;
}

.testimonial-review p {
 text-align: left;
 padding-left: 0px;
 padding-top: 10px;
}


.testimonial-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-card p {
 padding-bottom: 10px;
}



.testimonial-section .swiper-pagination-bullet {
  background: #999;
  opacity: 0.4;
  transition: 0.3s;
}

.testimonial-section .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}



/* blog section */


.blogs-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: -1;
}

.blogs-header p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.blogSwiper {
  padding: 30px 0;
}

.blog-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  text-align: left;
  max-width: auto;
  margin: auto;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.blog-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
}

.blogs-section .read-more-btn {
 margin-top: 22px !important;
}


.blog-meta {
 display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 14px;
    color: #000;
    flex-direction: column-reverse;
    gap: 14px;
}

.blogs-header {
 display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.blogs-header p {
 padding: 0px 0 20px;
}

.blog-category {
  background: #c9d92d;
  padding: 3px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.blog-title {
  font-size: 18px;
  margin: 10px 0;
  color: black;
  font-weight: 600;
  line-height: 1.4em;
}

.blog-link {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin-top: 10px;
}

.blog-info {
 font-size: 14px;
 padding-top: 10px;
}

.blog-button-wrapper {
  margin-top: 20px;
}





/* footer */

footer {
 background: #111212;
 padding: 40px 0;
 font-size: 18px;
 font-weight: 100 !important; 
}

.email-col {
  text-transform: lowercase;
}

footer li {
 text-transform: capitalize;
}

footer p {
 text-transform: capitalize;
}

footer li:hover {
 color: #BFD84C ;
}

footer a:hover {
 color: #BFD84C ;
}

.top-footer {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 20px;
 padding-bottom: 40px;
}

.footer-four-column {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 20px;
 padding-bottom: 40px;
}

.footer-info p {
 line-height: 30px;
}

.footer-col {
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 gap: 20px;
 color: white;
 flex-direction: column;
}

.footer-col ul {
 line-height: 50px;
}

.bottom-footer {
 border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-info img {
 width: 140px;
}

.bottom-footer {
 display: flex;
 align-items: center;
justify-content: space-between;
padding-top:40px;
}

.bottom-footer .copy-right {
 color:white;
 font-weight: 500 !important;
}

.bottom-social a {
 color: white;
 font-size: 20px;
}

.bottom-social {
 display: flex;
 gap: 15px;
}


.footer-social .social-column {
 display: flex;
 gap: 12px;
}

.footer-social .social-column img {
 width: 30px;
 height: 30px;
}

.social-column {
 line-height: 30px;
}


/* pagination */

.pagination-wrp {
 justify-content: space-between;
 align-items: center;
}

nav.d-flex.justify-items-center.justify-content-between.pagination-wrp {
    margin-top: 50px;
    width: 100%;
}
.pagination-wrp .main-wrp-border {
    border: 1px solid;
}

.pagination-wrp li.page-item.active {
    background: #00572e;
    padding: 5px 10px;
    color: white;
}

.pagination-wrp li.page-item{
    padding: 5px 10px;
}

.pagination-wrp .title-link {
    background: #00572e;
    padding: 10px;
    color: white;
}

.pagination-wrp .page-item.disabled {
 padding-left: 0;
}


.page-item.padding-right {
 padding-right: 0 !important;
}



/* warrnty policy */

    .warranty-policy-main {
    padding: 60px 0;
    }

    .warranty-policy-main p {
     font-size: 18px !important;
     line-height: 30px;
    }

    .return-policy-main h4 {
    padding-bottom: 30px;
    }

     .warranty-policy ul {
    list-style-type: disc;
    }

    .warranty-policy {
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}

.warranty-policy h2 {
  font-size: 28px;
  margin-bottom: 20px;
  border-bottom: 2px solid black;
  padding-bottom: 5px;
}

.warranty-policy h3 {
  font-size: 22px;
  margin-top: 30px;
  color: black;
}

.warranty-policy h4 {
  font-size: 18px;
  margin-top: 20px;
}

.warranty-policy ul {
  padding-left: 20px;
  margin-top: 10px;
}

.warranty-policy ul li {
  margin-bottom: 6px;
  font-size: 18px !important;
}



/* return policy */


   .return-policy-main {
    padding: 60px 0;
    }

    .return-policy-main p {
     font-size: 18px;
     line-height: 30px;
    }

    .return-policy-main h4 {
    padding-bottom: 30px;
    }

     .return-policy-main ul {
    list-style-type: disc;
    }




/* warrnty */



 .warrnty-new-main h4 {
    font-size: 24px !important;
    padding-bottom: 0;
}

.warrnty-new-main h3 {
    margin-top: 0px !important;
}

.warrnty-new-main {
 padding-top: 0 !important;
}




/* inner pages csss */

/* blog_bland */



/* auto x3 */

 .makret-presence {
    padding: 50px 0;
}

.market-card2 {
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
    background: #00572e;
    color: #fff;
    width: 50%;
}

 .makret-presence h4 {
    padding-bottom: 20px;
}

 .market-prese-card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 50px;
}

 .market-card1 {
   padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
    background: #bfd84c;
    color: #fff;
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}



 .notabel img {
    padding-top: 20px;
}

    .about-autox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

     .about-autox .left {
   width: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
    }

       .about-autox .right {
   width: 50%;
    }

     .autox-wrp {
    padding: 60px 0;
    } 

     .autox3-map {
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top: 30px;
    }

 .autox-ai-power {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 30px;
 padding: 60px 0;
}

 .autox-card {
    position: relative;
}

 .autox-card p {
    position: absolute;
    bottom: 0;
}

 .autox-card p {
    position: absolute;
    bottom: 0;
    transform: translate(80%, 0%);
    background: #bfd84c;
    padding: 10px;
    border-radius: 0;
    font-weight: 600;
}

 .core-offer-card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
}

 .core-offer-card.reverse {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
    flex-direction: row-reverse;
}

 .core-offer-card .left{
 width: 100%;
}

 .core-offer-card .right{
 width: 100%;
}
  
.core-offer-card-wrp {
 padding-top: 30px;
}

 .core-offer-card h4 {
 padding-bottom: 30px;
}

 .core-offer-card img {
 border-radius: 16px;
}

 .core-offer-card img {
    border-radius: 16px;
    width: 90%;
}

 .core-offering {
 padding-top: 60px;
}




/* rim protector */


.rim-info {
      background: #f2f2f2;
    color: black;
    text-align: center;
    padding: 60px 0;
    }
    .rim-info h1 {
      
      margin-bottom: 10px;
    }
   section.rim-features::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #00000054;
    top: 0;
}


    .rim-highlight {
      background: #ffffff;
      text-align: center;
      padding: 0px 0 0 0;
    }
    .rim-highlight h4 {
      color: black;
      padding-bottom: 20px;
    }
    .rim-features {
    color: black;
    background-image: url(/frontend/new-images/rim-bg-3.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    padding: 100px 0;
    position: relative;
    z-index: 9 !important;
    }
       .rim-features .container {
    position: relative;
    z-index: 9;
       }
    .rim-features h4 {
      text-align: center;
      margin-bottom: 30px;
      color: white;
    }

  .rim-about-info .container {
  display: flex;
  flex-direction: space-between;
  align-items: center;
  padding-top: 0px;
  }

  .rim-about-info .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.rim-about-info .container .rim-left-img {
 width: 40%;
 display: flex;
    justify-content: end;
}

.rim-about-info .container .rim-right-content {
 width: 60%;
}

.rim-right-content {
    line-height: 33px;
}

    
    .rim-features p {
     padding-bottom: 40px;
     text-align: center;
     color: white;
    }


    .rim-features ul {
      list-style: none;
      max-width: 800px;
      margin: 0 auto;
      padding: 0;
    }
    .rim-features ul li {
      background: #ffffff94;
    padding: 20px;
    margin-bottom: 10px;
    border-left: 4px solid #00572e;
    color: #00572e;
    border-radius: 12px;
    }
    .why-barari-rim {
      background: #fff;
      padding: 60px 0;
    }
    .why-barari-rim h4 {
      text-align: center;
      margin-bottom: 30px;
    }
    .why-barari-rim .rim-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 20px;
      margin: 0 auto;
    }
    .why-barari-rim .card {
      background: #f2f2f2;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .rim-steps {
      padding: 20px 0 0;
    }

    .rim-step-col {
    display: flex;
    gap: 30px;
}


    .rim-steps h4 {
      text-align: center;
      margin-bottom: 80px;
    }
    .rim-steps .rim-step {
      margin: 0 auto 30px;
      padding: 20px;
      background: #f2f2f2;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      position: relative;
    }
    .rim-step-number {
      font-weight: bold;
    color: #000000;
    position: absolute;
    top: 0;
    transform: translate(-50%, -70%);
    left: 50%;
    background: #bfd84c;
    padding: 10px 30px;
    border-radius: 10px;
    }

    .rim-step p {
    text-align: center;
    padding: 0 20px 30px;
}

    .rim-info h4 {
    padding-bottom: 20px;
    }

    .rim-protector-wrp {
    padding: 0px 0 70px;
   }


   .rim-steps strong {
    font-size: 22px;
    }

    .why-barari-rim strong {
    font-size: 22px;
    }


/* lubricant */


 .lubricant-info {
      background: #f2f2f2;
    color: black;
    text-align: center;
    padding: 60px 0;
    }
    .lubricant-info h1 {
      
      margin-bottom: 10px;
    }

    .lubri-about-left h5 {
     font-size: 24px;
     padding-bottom: 15px;
    }

    .lubri-about-left {
      line-height: 30px
    }


.lubricant-about-info {
    padding: 50px 0;
}
.rim-left-img img {
    height: 400px;
}
    .lubricant-about-info .container {
     display: flex;
     justify-content: center;
     gap: 40px;
     align-items: center;
    }
   
    .lubri-about-right {
     width: 40%;
     display: flex;
    justify-content: center;
}


    .lubri-about-left {
     width: 60%;
    }

    .lubricant-highlight {
      background: #ffffff;
      text-align: center;
      padding: 60px 0;
    }
    .lubricant-highlight h4 {
      color: black;
      padding-bottom: 20px;
    }
    .lubricant-features {
    color: black;
    background-image: url(/frontend/new-images/lubricant-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    padding: 100px 0;
    position: relative;
    z-index: 9 !important;
    }

    .lubricant-features .container {
   position: relative;
    z-index: 999;
    }

    .lubri-step-col {
     display: flex;
     justify-content: space-between;
     gap: 30px;
    }

    .lubri-step-col .lubricant-step {
     position: relative;
    }

  .lubricant-step-number {
    font-weight: bold;
    color: #000000;
    background: #bfd84c;
    text-align: center;
    position: absolute;
    top: 0;
    transform: translate(-50%, -70%);
    left: 50%;
    padding: 10px 30px;
    border-radius: 10px;
}


    .lubricant-features::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.377);
    z-index: 0;
    top: 0;
    }

    .lubricant-features h4 {
      text-align: center;
      margin-bottom: 30px;
      color: white;
    }

    .lubricant-features p {
     padding-bottom: 40px;
     text-align: center;
     color: white;
    }


    .lubricant-features ul {
      list-style: none;
      max-width: 800px;
      margin: 0 auto;
      padding: 0;
    }
    .lubricant-features ul li {
      background: #ffffff94;
      padding: 20px;
      margin-bottom: 10px;
      border-left: 4px solid #00572e;
      color: #00572e;
    }
    .why-barari-lubricant {
      background: #fff;
      padding: 60px 0;
    }

    .why-barari-lubricant .why-barari-lubricant-p {
     text-align: center;
     padding-bottom: 40px;
    }

    .why-barari-lubricant h4 {
      text-align: center;
      margin-bottom: 30px;
    }
    .why-barari-lubricant .lubricant-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 20px;
      margin: 0 auto;
    }
    .why-barari-lubricant .card {
      background: #f2f2f2;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .lubricant-steps {
      padding: 20px 0 0;
    }
    .lubricant-steps h4 {
      text-align: center;
      margin-bottom: 80px;
    }
    .lubricant-steps .lubricant-step {
      margin: 0 auto 30px;
      padding: 20px;
      background: #f2f2f2;
      border-left: 0px solid #00572e;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .lubricant-step-number {
      font-weight: bold;

    }

    .lubricant-step-number {
    top: -5px;
}

.core-offer-card-wrp {
    padding-top: 0;
}


.market-prese-card {
    gap: 25px;
}

.notabel h4 {
    padding-bottom: 10px;
}
    .lubricant-step p {
    text-align: center;
    }

    .lubricant-info h4 {
    padding-bottom: 20px;
    }

    .lubricant-wrp {
    padding: 0px 0 70px;
   }


   .lubricant-steps strong {
    font-size: 22px;
    }

    .why-barari-lubricant strong {
    font-size: 22px;
    }
  
    .why-barari-lubricant .card p {
    padding-top: 12px;
}


/* mobile garage */

.mobile-garage-wrp {
    padding: 50px 0;
}

.mobile-garage-info {
    padding-bottom: 30px;
}

.mobile-garage-info h4 {
 padding-bottom: 20px;
}

.why-nashmi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.why-nashmi h4 {
 padding-bottom:20px;
}

.why-nashmi ul {
 padding-bottom:20px;
}

.why-nashmi ul {
    line-height: 35px;
}

/* battery page */


.battery-listing-card a {
    
    display: flex;
    justify-content: center;
    align-items: center;
}





.tyre-inner-wrp .warranty-image-section {
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
}

.tyre-inner-wrp .desc-grid {
    display: flex;
    flex-direction: column;
    gap: 10px 20px;
    font-size: 16px;
    margin-top: 10px;
}

.tyre-inner-wrp .tyre-product-call {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: normal;
    align-items: end;
}

.tyre-inner-wrp .product-container {
    padding-top: 12px !important;
}

.tyre-inner-wrp {
    padding-top: 80px !important;
}


.swiper.tyreSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-top: 70px;
}

.offer-line {
    display: flex;
    justify-content: center;
}


/* make pop */

.tyre_model {
    padding: 60px 50px !important;
    padding-top: 100px !important;
}

.tyre_model h4{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
}

.tyre_model h3.text-lg.font-semibold.mt-6.mb-4.capitalize {
    font-size: 20px;
}

.tyre_model h4 span {
    color: #00572e;
}
h5.tyre_model_breadcramb2 {
    padding-top: 22px;
}

h5.tyre_model_breadcramb2 span {
    color: #00572e;
}


#display_modification .flex.items-center.gap-2.px-4.py-3 {
    display: flex;
    gap: 40px;
    align-items: center;
}

#display_modification span.text-xs.text-blue-600.font-semibold {
    font-size: 16px;
    line-height: normal;
    color: #00572e;
    font-weight: 600;
}

.trim-button {
   box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 21px -5px rgba(167, 167, 167, .3);
    cursor: pointer;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    position: relative;
    width: 20%;
    display: flex;
    justify-content: center;
}
.make-result-id {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
    text-transform: capitalize;

}

.tyre_model h3.text-lg.font-semibold.mt-6.mb-4.capitalize {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
}

.make-result-name {
    position: absolute;
    right: 0;
    top: 0;
    color: #444;
    padding: 6px;
    font-size: 14px;
}

.tyre_model .flex.flex-wrap.gap-3.trim-button-group {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.make-result-num {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px;
    background: #00572e;
    color: #fff;
    border-radius: 5px 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

#display_modification {
    margin-top: 50px;
}

#display_modification li.flex.items-center.justify-between.bg-white.rounded-md.overflow-hidden.border {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 45px;
    background: white;
    position: relative;
}

#display_modification .bg-gray-300.px-4.py-3 a {
    padding: 10px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

#display_modification .bg-gray-300.px-4.py-3 a {
    background: #00572e;
}

#display_modification .bg-gray-300.px-4.py-3 {
    padding: 15px 50px;
    background: #bcb9b9;
}

#display_modification ul.space-y-2 {
    padding: 60px;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#display_modification span.text-xs.bg-red-600.text-white.px-2.py-1.rounded {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    background: #00572e;
    color: white;
    border-radius: 6px 0;
    font-size: 14px;
}

.mobile-contact-info {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

a.mobile-contact-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

a.mobile-contact-link i {
    background: #6aa348;
    padding: 10px;
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.container.vehical-inner {
    margin-top: 50px;
}

.vehical-inner-wrp .section-title.mb-20 h3 {
    margin-bottom: 10px;
}

.vehical-inner-wrp ul.list-none li {
    letter-spacing: 0.1px;
}

.vehical-inner-wrp .section-title.mb-20 h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: 700;
}

.vehical-inner-wrp .row.g-md-5.align-items-center {
    margin-bottom: 30px;
    gap: 50px;
}
.vehical-inner-wrp .col-12.col-sm-12.col-md-7.col-lg-7 {
    width: 60%;
}

.vehical-inner-wrp .col-12.col-sm-12.col-md-5.col-lg-5 {
    width: 40%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}




.vehical-inner-wrp .col-12.col-sm-12.col-md-5.col-lg-5 .image-wrap.img-auto.aspect-custom img.lazy.entered.loaded {
    width: 100%;
    height: 100%;
}

.vehical-inner-wrp .row.g-md-5.align-items-center .col-12.col-sm-12.col-md-5.col-lg-5 img.lazy.entered.loaded {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 30px;
}

.vehical-inner-wrp .custom-list li i {
    color: #28a745; /* Green check circle */
    margin-right: 10px;
    font-size: 18px;
}

.section-title.mb-20 p {
    letter-spacing: 0.1px;
}

.vehical-inner-wrp .col-12.col-sm-12.col-md-7.col-lg-7 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vehical-inner-wrp ul.list-none li i.fas.fa-check-circle {
    color: #6aa348;
    margin-right: 12px;
}





/* extra */


.tyre_model_inbr-wrp_col {
    width: 100%;
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.tyre_model_inbr-wrp_col .how-its-work-center {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tyre_model_inbr-wrp_col:nth-child(2) {
    display: flex
;
    justify-content: center;
    align-items: center;
}

.tyre_model-inr-wrp {
 display: flex;
 justify-content: space-between;
}






.step-options-rear button{
padding: 10px 30px !important;
}
div#vehicleCurrentSelection {
    color: black !important;
    font-weight: 600 !important;
}
div#vehicleSubmitBtn {
    display: flex
;
    justify-content: end;
    align-items: end;
    width: 100%;
}


li.flex.items-center.justify-between.bg-white.rounded-md.overflow-hidden.border .flex.flex-col.text-sm.font-medium {
    display: flex;
    flex-direction: column;
}

section.error__area.pt-200.pb-200 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a2727;
}

.error__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}


.error__content a.e-btn.e-btn-3.e-btn-4 {
    background: #01572e;
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
}

h3.error__title {
    color: white;
}

.error__content p {
    color: white;
}




div#sizeOptionsWidthRear {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
}

.size-options-rear {
    padding: 20px 0 20px 0px !important;
}
.pair-grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 50px 30px;
    padding-top: 40px;
}

.pair-grid .front-rear-pair {
    display: flex;
}

div#swiper-wrapper-ab6d4b1e73d2bd6b {
    gap: 30px;
}

.swiper-slide.blog-card {
    margin: 0 !important;
}


#vehiclePopup .size-options, #vehiclePopup .size-options-rear,#vehiclePopup .size-options-vehicle {
    overflow: hidden;
}
.shop-make-listing .page-description p {
    text-align: left;
}

a.tyre-card-head-link:hover .tyre-index {
    color: black;
}
a.tyre-card-head-link {
    display: block;
    height: 10px;
}
.for-inner-tyre {
 padding-top: 10px !important;
 padding-bottom: 60px;
}

.product-section .tyre-card-head:hover .tyre-index {
 color:black;
}
.about-us-wrap {
 padding: 60px 0;
}

.about-us-wrap h3 {
 padding-bottom: 15px;
}

.specialization-card h4:hover {
 color: #00572E;
}

div#vehiclePopup {
    height: auto;
}
/* div#makeOptions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
    padding-bottom: 50px !important;
} */

#vehiclePopup .size-options button, #vehiclePopup .size-options-rear button, #vehiclePopup .size-options-vehicle button {
    padding: 10px 30px !important;
    height: min-content;
}

  #vehiclePopup #makeOptions {
    display: flex;
    flex-wrap: wrap !important;
    gap: 10px;
    max-height: 100% !important;
    padding-bottom: 10px;
    overflow: scroll;
    width: 100%;
    height: 150px;
  overflow-x: hidden;
    }
div#makeOptions button:hover {
    background: #00572e;
    color: white;
}

div#yearOptions button:hover {
    background: #00572e;
    color: white;
} 

div#modelOptions button:hover {
    background: #00572e;
    color: white;
}

#vehiclePopup #yearOptions {
    display: flex;
    flex-wrap: wrap !important;
    gap: 10px;
    max-height: min-content;
    padding-bottom: 0px;
    overflow: scroll;
    overflow-x: hidden;
    height: 150px;
    padding: 10px;
}

span.front-rear-type {
    color: #00572e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
div#popupSubmitBtn button.custom-button.submit-tyre-size {
    padding: 10px 20px !important;
     border-radius: 6px !important;
    font-size: 14px !important;
}

#vehiclePopup #modelOptions {
    display: flex;
    flex-wrap: wrap !important;
    gap: 10px;
    max-height: 100% !important;
    padding-bottom: 0px;
    overflow: scroll;
    overflow-x: hidden;
    height: 150px;
    padding: 10px;
border: 1px solid #d9d9d9;
    border-radius: 10px;
}
    #vehiclePopup .size-options, #vehiclePopup .size-options-vehicle {
    margin-bottom: 10px !important;
    }


#yearOptions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
}

#modelOptions {
display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
}
.tyre-inner-wrp .offer-line img {
    width: auto !important;
}
.offer-line img {
    padding: 0 !important;
    border-radius: 10px !important;
}


.title-under-line {
  position: relative;
  display: inline-block; 
 margin-bottom: 30px;
 text-align: center ;
}
/* span.rating-stars i {
    color: #ff9600 !important;
} */

.title-under-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px; /* adjust if needed to fine-tune spacing */
  width: 100%;
  height: 3px;
  background-color: #000; /* change to your desired underline color */
  z-index: 1; /* keeps the underline behind the text */
}
.button-icon-col button:disabled {
  filter: blur(1px); 
  opacity: 0.5;        
  pointer-events: none; 
  position: relative;
  color: white;         
  border: none;
  font-weight: bold;
  backdrop-filter: blur(2px); 
}

.button-icon-col:nth-child(2) {
    border-color: #ffffff2e;
}

.button-icon-col:nth-child(3) {
    border-color: #ffffff2e;
}

.button-icon-col:nth-child(2) img {
    filter: blur(1px); 
  opacity: 0.5;        
  pointer-events: none; 
  position: relative;
  color: white;         
  border: none;
  font-weight: bold;
  backdrop-filter: blur(2px); 
}

.button-icon-col:nth-child(3) img {
    filter: blur(1px); 
  opacity: 0.5;        
  pointer-events: none; 
  position: relative;
  color: white;         
  border: none;
  font-weight: bold;
  backdrop-filter: blur(2px); 
}

.button-icon-col button:disabled::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: none;
}

.tyre-slider-container.d-flex.flex-wrap.gap-4 {
    padding: 20px 0;
}

.filter-box.mb-4.p-3.bg-dark.text-white.rounded {
    background: #00572e !important;
}

.search-page {
 padding-top: 60px !important;
}

.search-page h2{
 padding-bottom: 20px !important;
}


.pagination {
    display: flex;
     gap: 0px;
    justify-content: space-between;
  }
  .d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
	display: flex;
}
.d-flex.justify-items-center.justify-content-between {
	display: flex;
}

.refund-new-main {
    font-size: large !important;
    padding: 0;
}

nav.d-flex.justify-items-center.justify-content-between.pagination-wrp p.small.text-muted {
    padding: 0;
    color: #00572E;
}

.home-brand .brand-grid {
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    gap: 50px;
}

.thank-you-header.mb-4 {
    text-align: center;
}

.border.rounded.p-4.shadow-sm.bg-light.hover-card.thank-you-card {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tyre-inner-wrp .warranty-image-section img {
    width: 120px !important;
}


/* Container */
.product-image {
  position: relative;
  overflow: hidden;
}

/* The zoom lens */
.lens {
  position: absolute;
  border: 2px solid #ccc;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: none;
  visibility: hidden;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 200% 200%; /* Controls the zoom level */
  pointer-events: none;
}



/* responsive */


@media (max-width: 1899px){
.search-container-column:nth-child(1) {
    width: 55%;
}
}

@media (max-width: 1799px){
.about-section .image-box .main-img {
    width: 100%;
    display: block;
    border-radius: 24px 24px 0 0;
    height: 100%;
    object-fit: none;
    background-position: 89% 89%;
    overflow: hidden;
    transform: none;
}

.trim-button {
    width: 25%;
}

.search-container-column:nth-child(1) {
    width: 55%;
}

.banner-search.for-tyre-page .search-container {
padding: 15px 150px;
gap: 50px;
}

.tyre-card-listing-main .offer-line {
    top: -5%;
}

.product-section .offer-line {
    top: -5%;
}


.about-section .count {
    font-size: 30px;
}

.brand-base img {
    width: 110px !important;
}
.bottom-header .header-logo img {
    height: 85px;
}
}


@media (max-width: 1699px){
 .market-card1 {
    height: 100px;
}

.banner-search.for-tyre-page .search-container {
padding: 15px 100px;
gap: 50px;
}


#tyrePopup {
    width: 55%;
}
.home-banner-slider {
    height: 100vh !important;
}
 .market-card2{
    height: 100px;
}
.tyre-results {
    width: auto;
}
}

@media (max-width:1599px){
.home-banner-slider {
    height: 112vh !important;
}
.product-section .swiper-slide {
    margin-top: 25px !important;
}
}

@media (max-width: 1499px){
.about-section .counter {
    gap: 30px;
}
.brand-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.brand-base {
    width: 200px;
    height: 120px;
}

.brand-tyre {
    width: auto;
    height: 120px;
    bottom: -35px;
}

.brand-base img {
        width: 90px !important;
    }

.brand-grid {
    gap: 0px;
}
.search-container .label {
    font-size: 20px;
}

.specialization-card h4 {
    padding-top: 0px;
}

.specialization-icon-wrp {
    top: -95px;
}

.header-main-menu ul {
    gap: 25px;
    font-size: 18px;
}
.tyre-values {
    top: -50px;
}
}


@media (max-width:1399px) {
.how-its-work-section .container {
    padding: 60px;
}

.model-section-card-base h5 {
    font-size: 14px;
}

.slider-dots {
    position: absolute;
    bottom: 18%;
}

.pair-grid {
        grid-template-columns: 1fr 1fr !important;
    }
    .banner-search.for-tyre-page .search-container {
        padding: 15px 50px;
        gap: 40px;
    }
#tyre-cards {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.tyre-card-listing-main.pair-listing-main #tyre-cards {
    grid-template-columns: 1fr 1fr !important;
}

   nav.d-flex.justify-items-center.justify-content-between.pagination-wrp {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .home-banner-slider {
        height: 102vh !important;
    }

   .banner-slide {
    background-size: cover;
    background-position: center;
   }

.pagination-wrp .title-link {
    padding: 6px;
}

    .product-section .offer-line {
        top: -3%;
    }

    .tyre-popup .tyre-img {
    width: 215px;
    top: -55px;
}

.tyre-labels {
    top: -75px;
}

    .battery-listing-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.top-footer {
 gap: 50px;
}

.model-section-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.model-section-card-base {
    width: 200px;
    height: 120px;
}
.model-section-card-base h5 {
    text-align: center;
}
.model-section-logo-model {
    width: auto;
    height: 70px;
}

.footer-info {
    width: 30% !important;
}

.footer-menu1.footer-col {
    width: 10% !important;
}

.footer-menu2.footer-col {
    width: 10% !important;
}

.footer-menu3.footer-col {
    width: 17% !important;
}


.footer-social.footer-col {
    width: 30% !important;
}
.bottom-header .header-logo img {
    height: 56px;
}
.filter-sidebar {
    width: 30% !important;
}
}


@media (max-width: 1299px){
 .about-section .about-right h2 {
    font-size: 42px;
}

.slider-dots {
    bottom: 18%;
}

.tyre-values {
    top: -50px;
}
    .home-banner-slider {
        height: 90vh !important;
    }
   
    #tyrePopup {
    width: auto;
}

    .search-container-column:nth-child(1) {
        width: 55%;
    }
    .product-section .swiper-slide {
    margin-top: 10px !important;
}
}


@media (max-width: 1199px) {
    .header-main-menu ul {
        font-size: 18px;
    }

    .container.vehical-inner-main .container.custom-width.vehical-inner-wrp {
    padding: 0 !important;
}

    section.shop-brands-section .container {
    padding: 0 !important;
}

    section.model-section .container {
    padding: 0px !important;
}

    .pair-grid {
        grid-template-columns: 1fr 1fr !important;
    }
.pair-listing-main .container {
    padding: 0 20px !important;
} 

    .container.my-8.service-pop-thankyou-wrp {
    padding: 60px 0 !important;
}
    .bottom-header .header-logo img {
        height: 60px;
    }
    .blog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
    .rim-about-info {
    padding: 60px 0 0;
}

.rim-features {
    background-size: cover;
}

        .home-banner-slider {
        height: 83vh !important;
    }

        .battery-listing-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
}

    .how-its-work-section .container {
        padding: 60px !important;
    }

    .how-its-work-section {
    padding: 70px 30px 0;
}


    #tyre-cards {
    grid-template-columns:1fr 1fr !important;
}

   .tyre-card-listing-main.pair-listing-main #tyre-cards {
    grid-template-columns:1fr 1fr !important;
}

    .our-offer-section .container {
    padding: 30px 30px 0 !important;
}

.model-section-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.brand-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.shop-make-listing .container {
    max-width: 100%;
}

.shop-brand-listing .container {
    max-width: 100%;
}

    .bottom-header .header-logo {
    width: 100px;
}
    .search-container-column:nth-child(1) {
        width: 85%;
    }
        .search-container .label {
        font-size: 16px;
    }
    .search-container-column:nth-child(1) {
    justify-content: center;
}
.search-container {
    gap: 30px;
}

.contact-left {
    width: 40%;
}
.contact-right {
    width: 60%;
}
.why-barari-rim .rim-grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.why-barari-lubricant .lubricant-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
#tyre-cards {
    grid-template-columns: 1fr 1fr 1fr !important;
}
}


@media (max-width:1099px){
#tyre-cards {
    grid-template-columns: 1fr 1fr !important;
}
    .filter-sidebar {
        width: 40% !important;
    }

    .tyre-results {
    width: 70%;
}



        .brand-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

        .search-container-column:nth-child(1) {
        width: 77%;
        justify-content: space-between;
    }
        .banner-search.for-tyre-page .search-container {
        padding: 15px 30px;
        gap: 30px;
    }
        .trim-button {
        width: 35%;
    }
}



@media (max-width: 1024px){
 .our-offer-section {
    padding-left: 30px;
    padding-right: 30px;
}

    .search-container .label {
        font-size: 16px;
    }

.how-its-work-section {
    padding: 70px 30px 0;
}

    .home-banner-slider {
        height: 75vh !important;
    }

section.testimonial-section {
    padding: 0 30px;
}

.testimonial-section .container {
    padding: 40px !important;
}

.blog-grid {
    grid-template-columns: 1fr 1fr !important;
}

    .how-its-work-section .container {
        padding: 40px !important;
    }

  .top-header, .bottom-header {
    display: none;
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-header img {
    height: 65px;
        object-fit: contain;
  }

  .hamburger-icon {
    font-size: 24px;
    cursor: pointer;
  }

  .mobile-menu-overlay {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  z-index: 10000;
}
  .mobile-menu-overlay.active {
    display: flex;
    padding-top: 80px;
  }

  .mobile-menu-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: relative;
  }

  .submenu {
    display: none;
    padding-left: 20px;
  }

  .submenu.open {
    display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 15px;
            margin-bottom: 10px;
  }

  .arrow-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .why-barari-rim .rim-grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.why-barari-lubricant .lubricant-grid {
    grid-template-columns: 1fr 1fr 1fr;
}

#tyre-cards {
    grid-template-columns: 1fr 1fr !important;
}
  
}








@media (max-width: 991px){
.model-section-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
.tyre-results {
    width: 100% !important;
}
.vehical-inner-wrp .row.g-md-5.align-items-center {
    gap: 30px;
}

.tyre_model_inbr-wrp_col .how-its-work-center {
    width: 40%;

}
    .model-section-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.tyre_model {
    padding-top: 150px !important;
}

.tyre_model h4 {
    font-size: 24px;
    line-height: 30px;
}

 .pair-grid {
        padding: 0 0 !important;
    }
.tyre-card-listing-main {
    padding-top: 130px !important;
}
.shop-make-listing {
    padding-top: 120px !important;
}
.tyre-results {
     padding: 0 !important; 
}
    .trim-button {
        width: 100%;
    }

    .filter-sidebar {
        width: 45% !important;
    }
.service-inner-wrp .service-inner-col-main {
    flex-direction: column;
}
.service-inner-wrp .service-image {
    width: auto !important;
}

.tyre-results {
    padding-top: 70px;
}
.service-inner-wrp .service-inner-col-wrp {
    width: 100% !important;
}

.service-inner-wrp .service-image img {
    height: auto !important;
}

.for-tyre-page .search-container {
   border-radius: 0;
   width: 100% !important;
    margin: 0 auto;
}
.banner-search {
    position: absolute;
    width: 100%;
    bottom: -120px;
    z-index: 9;
}
.search-container {
    width: 100%;
}
.battery-listing-wrp {
    padding: 30px 0 !important;
}
.service-pop-thankyou {
    padding: 0 30px;
}
.tyre-inner-wrp .container {
    width: 100%;
}

nav.d-flex.justify-items-center.justify-content-between.pagination-wrp {
    margin-top: 50px;
    flex-direction: column;
    gap: 12px;
}

.rim-about-info .container {
    flex-direction: column;
    gap: 30px;
}
.rim-about-info .container .rim-right-content {
    width: 100%;
}

    .why-barari-rim .rim-grid {
        grid-template-columns: 1fr 1fr;
    }
.page-title-wrapper {
    height: 230px;
}

.for-tyre-page {
    bottom: -112px !important;
}

h1.page-header {
    top: 0;
}

.about-section {
    padding-top: 180px;
}

    .home-banner-slider {
        overflow: visible;
    }

    .search-container {
        flex-direction: column;
    }
        .search-container-column:nth-child(1) {
        width: auto;
    }
    .search-container-column:nth-child(2) {
    width: 100%;
}

      .battery-listing-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.battery-listing-base a {
   height: auto;
}

.brand-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
    #tyre-cards {
        grid-template-columns: 1fr 1fr !important;
        padding: 0 80px;
    }
.offer-section .tab-content.active {
    grid-template-columns: 1fr 1fr;
}
    .home-banner-slider {
        height: 62vh !important;
    }

  

        .top-footer {
        flex-direction: column;
    }

        .footer-info {
        width: 100% !important;
    }

    .footer-four-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.why-nashmi {
    flex-direction: column;
}

    .footer-menu1.footer-col {
        width: 100% !important;
    }
        .footer-menu2.footer-col {
        width: 100% !important;
    }
        .footer-menu3.footer-col {
        width: 100% !important;
    }

    .battery-listing-wrp {
    background-size: auto !important;
}

        .footer-social.footer-col {
        width: 100% !important;
    }
.why-barari-lubricant .lubricant-grid {
    grid-template-columns: 1fr 1fr;
}
#tyre-cards {
    grid-template-columns: 1fr 1fr !important;
}

.filter-sidebar {
    display: none;
}
#mobileFilterSidebar  .filter-sidebar {
    display: block;
}
   #mobileFilterSidebar .filter-sidebar {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 40px !important;
    }

}


@media (max-width:899px){
    #tyre-cards {
        padding: 0 40px;
    }

    #display_modification .bg-gray-300.px-4.py-3 {
    padding: 15px 20px;
}

       .pair-grid {
        grid-template-columns: 1fr !important;
    }
}




@media (max-width: 768px) {
 .about-section .about-right h2 {
  font-size: 30px;
 }
 #tyre-cards {
        padding: 0 0px;
    }
     .service-card {
    flex-direction: column !important;
}
 .testimonial-contant {
    padding-top: 20px;
    height: auto !important;
}

.testimonial-contant {
 gap: 10px;
}

.service-card img {
    width: auto !important  ;
}
 .how-its-work-left, .how-its-work-right {
    gap: 20px;
}
.service-pop-thankyou {
    gap: 0;
    padding: 0 30px;
    flex-direction: column;
}
.thank-you-card-wrp {
    padding: 20px 0;
    flex-direction: column;
    gap: 20px;
}
.service-pop-thankyou-card {
    margin: 10px 0;
}
  .lubri-about-right {
     width: 100%;
    }

    .lubri-about-left {
     width: 100%;
    }

    .lubricant-about-info .container {
     flex-direction: column;
    }
     .battery-listing-grid {
    grid-template-columns: 1fr 1fr !important;
}
 .rim-step-col {
    flex-direction: column;
}


.how-its-work-left, .how-its-work-right {
    width: 100%;
}
.how-its-work-center {
    display: none;
}
.how-its-work-right .how-its-work-step {
    flex-direction: row;
    text-align: left;
    padding-top: 25px;
}
.text-right {
    text-align: left;
}

    .home-banner-slider {
        height: 55vh !important;
    }
.how-its-work-right {
    gap: 0;
}
    .model-section-grid {
        grid-template-columns: 1fr 1fr;
    }
        .brand-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tyre-popup .selection-status {
    flex-direction: column-reverse;
    height: 10vh;
}

.tyre-popup .tyre-img {
    top: -15px;
}

.tyre-values {
    top: 0px;
}

.bettery-tab-main h5 {
 font-size: 24px;
}

.bettery-tab-main .form-container {
    padding: 0;
}

.bettery-tab-main .inline-field {
    flex-direction: column;
}
.bettery-tab-main .input-group.name {
    width: 100%;
}

.bettery-tab-main .input-group.number {
    width: 100%;
}

.tyre-popup .progress-bar {
    justify-content: space-between;
}

.tyre-labels {
    top: -35px;
}
#tyrePopup {
    height: auto;
}
.why-barari-rim .rim-grid {
    grid-template-columns: 1fr 1fr;
}
.pagination {
    gap: 0 !important;
}

.testimonial-contant {
    height: auto;
}



.pagination-wrp li.page-item {
    padding: 5px 3px;
}
    .pagination-wrp .title-link {
        padding: 5px;
        font-size: 10px;
    }

.pagination-wrp li.page-item.active {
    padding: 5px 5px;
}
.pagination-wrp li.page-item {
    padding: 0px 3px;
}

.pagination-wrp li.page-item.active {
    padding: 0px 5px;
}
}

@media (max-width: 699px){
 .our-offer-header .read-more-btn {
    position: relative;
        left: 10%;
        top: 0px;
        margin-top: 10px;
        transform: translate(-50%, -50%);
        height: auto;
}

.tyre_model-inr-wrp {
    flex-direction: column;
    gap: 30px;
}

    section.model-section .container {
        padding: 20px !important;
    }

        section.shop-brands-section .container {
        padding: 20px !important;
    }

.tyre-card-listing-main.pair-listing-main #tyre-cards {
    grid-template-columns: 1fr !important;
}
    .product-section .swiper-slide {
        margin-top: 30px !important;
    }
/* div#makeOptions {
    grid-template-columns: 1fr 1fr;

} */
.rear-tire-selection {
    display: flex;
    align-items: baseline !important;
    padding: 0px 20px;
}
#differentRearTyreSize {
    padding: 0 0 0 10px !important;
}
span.text-xs.text-blue-600.font-semibold {
    font-size: 14px;
}

.container.custom-width.vehical-inner-wrp .row.g-md-5.align-items-center {
    flex-direction: column;
    align-items: center;
}

.section-title.mb-20 p {
    letter-spacing: 0.1px;
    text-align: center;
}

.vehical-inner-wrp .row.g-md-5.align-items-center {
    margin-bottom: 30px;
    gap: 30px;
}

.vehical-inner-wrp .col-12.col-sm-12.col-md-7.col-lg-7 {
    width: 100%;
}

.vehical-inner-wrp .col-12.col-sm-12.col-md-5.col-lg-5 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    
}

.vehical-inner-wrp .section-title.mb-20 h3 {
    text-align: center;
}


.container.vehical-inner {
    margin-top: 30px;
}




#display_modification .flex.items-center.gap-2.px-4.py-3 {
    display: flex
;
    gap: 15px;
    flex-direction: column;
    padding: 10px 0;
    text-align: left;
    justify-content: left;
    align-items: baseline;
}
.rear-tire-selection {
    display: flex
;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
}
#display_modification ul.space-y-2 {
    padding: 20px;
    gap: 16px;
}

#display_modification .bg-gray-300.px-4.py-3 {
    padding: 15px 30px;
}

#differentRearTyreSize {
    font-size: 16px;
}

.remove-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
}
div#currentSelection {
    font-size: 16px !important;
}
div#currentSelectionRear {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px !important;
}

.tyre-popup .selection-labels {
    font-size: 18px;
}

#differentRearTyreSize {
    font-size: 16px !important;
    margin: 0 !important;
}

.remove-icon {
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
}
.tyre-card-listing-main .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.testimonial-card p {
    text-align: center;
}
.filter-btn-wrp {
    margin-bottom: 30px;
    position: relative !important;
    z-index: 9 !important;

}
.service-inner-wrp form {
    padding: 20px !important;
}
.battery-inner-card {
    display: flex;
    justify-content: space-between;
    align-items: baseline !important;
    width: 100%;
    gap: 25px !important;
    flex-direction: column !important   ;
}
.warranty-policy-main.warrnty-new-main .warranty-policy {
    padding: 0;
}
.warranty-policy-main p {
    font-size: 16px !important;
    line-height: 30px;
}
.service-inner-form-column {
    flex-direction: column;
}

.about-autox {
    flex-direction: column;
    gap: 10px;
}
.core-offer-card {
    padding-top: 20px;
}
   .service-inner-price .transparent-button {
        padding: 8px 10px !important;
        font-size: 12px !important;
    }

    .blog-title {
    font-size: 16px;
}

    .service-inner-wrp .service-price {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.service-inner-wrp .service-title {
    font-size: 22px !important;
}
.pagination {
    gap: 0 !important;
}
.pagination-wrp li.page-item {
    padding: 5px 3px;
    font-size: 12px !important;
}
    .pagination-wrp .title-link {
        padding: 5px;
        font-size: 10px;
    }

    .tyre-inner-wrp .offer-line img {
    width: 100% !important;
}

.pagination-wrp li.page-item.active {
    padding: 5px 5px;
}
.pagination-wrp li.page-item {
    padding: 0px 3px;
}

.pagination-wrp li.page-item.active {
    padding: 0px 5px;
}
.our-offer-header {
    gap: 25px;
}

.our-offer-title-block p {
    text-align: justify;
}

.our-offer-title-block {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper.tyreSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-top: 35px;
}


section.specialization-section .container {
    padding: 0 !important;
}

.offer-line img {
    width: 100%; 
}
.product-container {
 gap: 0;
}
.testimonialSwiper {
    padding: 20px 0 60px;
}

    .tyre-popup .selection-status {
        height: auto;
        padding-bottom: 30px;
        text-align: left;
        display: flex
;
        justify-content: left;
        align-items: baseline;
    }
.tyre-inner-wrp .offer-line {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px !important;
    width: auto;
}
.tyre-popup .tyre-image-container {
    display: none;
}
    #tyrePopup {
        height: 60%;
        z-index: 999999;
    }
.product-description .container {
    padding: 0 !important;
}

.tyre-size-display.mt-3.mb-4 .container {
    padding: 0 !important;
}
.service-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 20px;
    align-items: baseline;
}
.product-container {
    box-shadow: none !important;
}

.service-inner-form-column {
    gap: 0 !important;
}
.blogs-section {
    padding: 40px 20px 50px;
    background: #fff;
    text-align: justify;
    position: relative;
    z-index: -1;
}

.service-description p {
    font-size: 16px;
    text-align: justify;
}
.call-now {
    font-size: 12px !important;
    padding: 10px !important;
}
 .product-details {
    border-right: 0 !important;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
.page-info-breadcrumb {
    padding-top: 0px;
}
 .shop-brand-listing {
    padding-top: 120px;
}
.tyre-inner-wrp .tyre-product-call {
    align-items: center;
}
.product-details {
    padding: 20px;
}
#tyrePopup {
    height: auto;
}

#differentRearTyreSize:hover {
    font-size: 16px;
}

/* #sizeOptionsWidth {
    display: grid;
    gap: 10px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
} */
.testimonialSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content !important; 
}


.tyre-values {
    font-size: 16px;
}
.offer-line {
    height: auto !important;
    top: -6% !important;
}
    .our-offer-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-offer-section {
    padding-top: 0 !important;
}
.return-policy-main {
    padding: 40px 0;
}
 .rim-about-info {
        padding: 30px 0 0;
    }
.container.my-8.service-pop-thankyou-wrp {
    padding: 40px 0 50px !important;
}
 .lubricant-wrp {
    padding: 0px 0 20px;
}

.why-barari-lubricant {
    padding: 40px 0;
}

.lubricant-about-info .container {
    gap: 15px;
}
.core-offer-card.reverse {
    flex-direction: column;
}

.market-card1 {
    height: auto;
}
.battery-listing-wrp .container {
    padding-top: 0px !important;
}

.stepone-service-container-wrapper .service-section {
    padding: 0;
    box-shadow: none;
}

.stepone-service-container-wrapper .service-heading {
    font-size: large;
}

#additionalInfoBox h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.makret-presence {
    padding: 30px 0;
}
.core-offering {
    padding-top: 30px;
}
.battery-listing-batter {
    bottom: 0px !important;
}
.battery-listing-base img {
    width: 90px ;
}
.rim-protector-wrp {
    padding: 0px 0 20px;
}
.tyre-popup .step {
 font-size: 12px;
}
.copy-right {
    text-align: center;
    padding-bottom: 20px;
}
.vector-bg-main {
    background-size: auto;
}
.lubri-step-col {
    flex-direction: column;
}
.battery-listing-wrp {
    padding: 0px 0 20px !important;
}

.battery-listing-base img {
    width: 90px !important;
}

.lubricant-about-info {
    padding: 40px 0;
}

.lubri-about-left h5 {
    font-size: 22px;
    line-height: 32px;
}

.mobile-garage-info {
    padding-bottom: 30px;
}
.mobile-garage-wrp {
    padding: 30px 0;
}

.blog-inner p {
    font-size: 16px;
}
h1.page-header {
    line-height:normal;
}
.blog-inner img {
    padding-bottom: 10px !important;
}

.page-header span.base {
    font-size: 20px;
        line-height: normal !important;
        display: block;
}

.blog-inner p {
    font-size: 16px !important;
    line-height: normal !important;
}

.blog-inner h4 {
    padding-bottom: 15px !important;
    line-height: 28px !important;
}
.about-us-wrap {
    padding: 40px 0 50px;
}
.why-nashmi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

    .blog-grid {
    grid-template-columns: 1fr !important;
}
.specialization-card {
    padding-bottom: 0;
}

    .shop-brands-section {
        padding-top: 50px !important;
    }

    .shop-brands-section {
    padding: 60px 0px;
    }

    .shop-brand-header-right {
    right: 10px;
}
.model-section-header-right {
    right: 10px;
}
.footer-four-column {
    gap: 0px;
}
    .footer-menu3.footer-col {
        padding-bottom: 20px;
    }
.shop-brands-section {
    background-size: auto;
}
.top-footer {
 padding-bottom: 0px; 
}

.page-description p {
   text-align: justify !important;
        font-size: 16px !important;
}

#tyre-cards {
    padding-top: 20px !important;
}


.service-pop-inner .custom-stepper-repair { 
    width: auto !important;
}

.return-policy-main.refund-new-main {
    padding: 40px 20px;
    text-align: justify;
}
.lubricant-features {
    padding: 50px 0;
}

.warrnty-new-main h4 {
    font-size: 22px !important;
    line-height: 30px;
    padding-bottom: 15px !important;
}

.warranty-policy ul li {
    margin-bottom: 6px;
    font-size: 16px !important;
    line-height: 24px;
}

.service-listing {
    padding: 40px 0 30px !important;
}

.stepone-service-container-wrapper {
    padding: 18px !important; 

}

.stepone-service-container-wrapper .service-section {
    margin-bottom: 24px !important;
}
.stepone-service-container-wrapper .service-item span {
    display: flex;
    align-items: center;
}
.rim-features {
    padding: 50px 0;
}
.return-policy-main.refund-new-main h4 {
    font-size: 24px;
}

    .mobile-garage-wrp {
        text-align: justify;
    }

.about-us-wrap {
    text-align: justify;
}

    .top-footer {
        gap: 30px;
    }

.tyre-inner-wrp {
    padding: 60px 0;
    padding-top: 170px;
}
.return-policy-main p {
    font-size: 16px !important;
    line-height: 24px !important;
}


.about-autox .right {
    width: 100%;
}

.autox-wrp {
    padding: 20px 0;
}

.core-offer-card {
    flex-direction: column;
}

.core-offer-card h4 {
    padding-bottom: 10px;
}

.market-prese-card {
    flex-direction: column;
}

.market-card1 {
    width: 100%;
}

.market-card2 {
    width: 100%;
}


    .brand-grid {
        grid-template-columns: 1fr 1fr;
    }

.brand-base {
  width: 170px;
    height: 100px;
}
.thank-you-card-wrp {
    flex-direction: column;
}
.thank-you .thank-you-header p {
    font-size: 16px !important;
    line-height: normal;
}

.thank-col h5 {
    font-size: 20px;
}

.shop-brand-listing {
    padding-top: 120px !important;
}

    .brand-base img {
        width: 80px !important;
    }
    .how-its-work-section {
        padding: 0 30px 0;
    }

.testimonial-card {
 margin-right: 30px !important;
 background: white;
 border-radius: 16px;
}


.testimonial-contant {
 background-image: none;
}

    .our-offer-section .container {
        padding: 50px 0 !important;
        border: none;
    }

        .our-offer-header {
        justify-content: center;
    }

        .how-its-work-section .container {
        padding: 20px !important;
        padding-bottom: 40px !important;
    }

    .specialization-col div {
     width: 100% !important;
    }

    .how-its-work-icon {
    width: 20px;
    height: 20px;
    }

    .how-its-work-header {
    margin-bottom: 0 !important;
}

.tyre-popup {
    width: 96%;
}

.tyre-popup .tyre-img {
    width: 270px;
}

.specialization-section { 
  padding-left: 0;
  padding-right: 0;
}

.our-offer-header {
    margin-bottom: 70px;
}
.about-section .about-right p {
    font-size: 14px;
}
.submit-btn
 {
    width: 100% !important;
}

.page-title-wrapper {
    height: 133px !important;
}
.rim-steps strong {
    font-size: 16px;
}

h1.page-header {
bottom: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
}
.lubricant-steps strong {
    font-size: 16px;
}
.why-barari-lubricant strong {
    font-size: 16px;
}

      .battery-listing-grid {
    grid-template-columns: 1fr 1fr !important;
}


.battery-listing-base {
    width: 170px !important;
    height: 100px !important;;
}

.battery-listing-batter {
    width: 90px;
}

.battery-listing-card a {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.battery-listing-base {
    margin-top: 0px;
}
.battery-listing-grid {
    gap: 0;
}
.battery-listing-base a {
 align-items: center;
}

.why-barari-rim strong {
    font-size: 16px;
}
    .model-section-grid {
        grid-template-columns: 1fr 1fr;
    }
        .brand-grid {
        grid-template-columns: 1fr 1fr;
    }
    .model-section {
    background-position: top left;
    background-size: 40%;
}

.about-section {
    padding: 50px 0 60px;
    padding-top: 200px;
}
    .home-banner-slider {
        overflow: visible;
    }
.product-section .title div {
    padding-bottom: 20px !important;
}

    .banner-search {
    bottom: -20%;
}

    .testimonial-section .container {
        padding: 20px !important;
    }

.testimonial-contant {    

    padding: 20px;
    flex-direction: column;
}
.testimonial-review {
    width: auto;
}

.testimonial-icon-wrp {
    left: 65%;
}

.testimonial-profile {
    width: auto;
}
.testimonial-contant {
    padding-top: 20px;
}

.blogs-section {
 padding-left: 0 !important;
 padding-right: 0 !important;
}

.testi-head-col div {
 width: 100%  !important;
}

.blogs-header div {
  width: 100%  !important;
}

.product-section .title div {
  width: 100% !important;
}

footer {
    font-size: 16px;
}
.bottom-footer {

    flex-direction: column;
}

    .footer-four-column {
        grid-template-columns: 1fr;
    }

.vector-bg-main {
    z-index: -1;
}

.search-container .label {
        font-size: 18px !important;
    }    
    .search-container {
        gap: 20px;
    }

    .button-icon-col button {
    font-size: 13px !important;
    }
.slider-dots .dot {
    width: 5px;
    height: 5px;
}
    .search-container {
    padding: 15px;
    border-radius: 0;
    }

    .banner-search .container {
    padding: 0 !important;
}

    

.slider-dots .dot.active {
    width: 20px;
}

    


    .model-section-card-base {
    width: 170px;
    height: 100px;
}

.brand-tyre {
    width: 100px;
    height: 100px;
    bottom: -30px;
    object-fit: contain;
}

.model-section-logo-model {
    height: 70px;
}

.model-section-card-base h5 {
    font-size: 16px;
}

.model-section {
    padding-left: 0;
    padding-right: 0;
}

.model-section-grid {
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 599px){
    #display_modification .bg-gray-300.px-4.py-3 {
        padding: 0;
    }
}

@media (max-width: 499px){
 .home-banner-slider {
    height: 22vh !important;
}
.button-icon-col img {
    padding-right: 5px;
}
#display_modification .flex.items-center.gap-2.px-4.py-3 {
    align-items: center;
}

.tyre_model-inr-wrp {
    gap: 15px;
}

    #display_modification .flex.items-center.gap-2.px-4.py-3 {
        padding: 0px 0;
    }

    
#sizeOptionsWidth, #sizeOptionsWidthRear {
    gap: 10px;
    max-height: 100%;
        padding-bottom: 50px;
}
.front-rear-pair {
    flex-direction: column !important;
}

#display_modification .bg-gray-300.px-4.py-3 a {
    font-size: 12px;
}



.tyre_model {
    padding: 20px !important;
    padding-bottom: 40px !important;
    padding-top: 150px !important;
}
    .search-container-column:nth-child(1) {
        width: max-content;
    }

    #display_modification .bg-gray-300.px-4.py-3 {
    padding: 0;
}

    .tyre_model h4 {
    font-size: 20px;
}

.make-result-id {
    font-size: 14px;
}

.make-result-num {
    font-size: 12px;
}
.tyre_model .flex.flex-wrap.gap-3.trim-button-group {
    gap: 20px;
}
#tyre-cards {
    padding: 0 50px;
}

    .search-container .label {
        font-size: 16px !important;
    }

        .banner-search.for-tyre-page .search-container {
        padding: 15px 20px;
        gap: 30px;
    }

    .banner-search {
        bottom: -55%;
    }
.rim-about-info .container .rim-left-img {
    width: auto;
}
.specialization-section {
    padding: 50px 20px 60px;
}
    .our-offer-header {
        margin-bottom: 0;
    }
    .about-section {
        padding-top: 160px;
    }
.transparent-button {
    padding: 10px 20px;
    font-size: 16px;
}

.read-more-btn {
    font-size: 16px;
}

    .model-section-card-base h5 {
        font-size: 13px;
    }

    .about-section .about-right h2 {
        font-size: 22px;
    }

h2 {
 font-size: 22px;
}

.why-barari-rim {
    padding: 60px 0 40px;
}

.why-barari-lubricant .lubricant-grid {
    grid-template-columns: 1fr;
}

    #tyre-cards {
    grid-template-columns: 1fr !important;
}
.offer-section .tab-content.active {
    grid-template-columns: 1fr;
}
 
    .why-barari-rim .rim-grid {
    grid-template-columns: 1fr;
}
#tyre-cards {
    grid-template-columns: 1fr !important;
}

.specialization-col-main .specialization-col a.read-more-btn {
    position: absolute;
    right: 40%;
    top: 130px;
    margin-top: 10px;
}
.slider-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    display: flex;
   gap: 10px;
    z-index: 999999999;
    transform: translate(-50%, -50%);
}
   .button-icon-col button {
    padding: 10px 0px 10px 10px;
}
}



@media (max-width:450px){
#tyre-cards {
    padding: 0 25px;
}
}

@media (max-width: 399px){
.banner-search .container {
    padding: 0 !important;
}

    .slider-dots {
        bottom: 8%;
    }


#display_modification li.flex.items-center.justify-between.bg-white.rounded-md.overflow-hidden.border {
    flex-direction: column;
        padding: inherit;
        gap: 15px;
}
#display_modification li.flex.items-center.justify-between.bg-white.rounded-md.overflow-hidden.border .flex.flex-col.text-sm.font-medium {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.tyre_model .flex.flex-wrap.gap-3.trim-button-group {
    flex-direction: column;
}
.pagination .page-link {
    font-size: 10px !important;
}
    .search-container {
        border-radius: 0;
    }
        .banner-search {
        bottom: -68%;
    }
    .model-section-card-base {
        width: 165px;
        height: 90px;
    }

    #tyre-cards {
    padding: 0px 0px;
}

.tyre-results {
     padding: 0 !important; 
}

        .model-section-logo-model {
        height: 60px;
    }

        .brand-base {
        width: 150px;
        height: 95px;
    }
    .brand-tyre {
        width: 90px;
        height: 90px;
    }
    
}



@media (max-width:350px){
    #display_modification li.flex.items-center.justify-between.bg-white.rounded-md.overflow-hidden.border {
        padding: 0px 0px 0 30px;
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
}

/*  */

.shop-brands-section .section-header {
 position: relative;
}

.shop-brand-header-right {
    position: absolute;
    right: 30px;
    top: 0;
}

.shop-brand-header-right .read-more-btn  {
 margin-top: 10px;
}

p.blog-title {
    font-weight: 500;
}

.model-section-header-right a.read-more-btn {
    margin-top: 10px;
}




.shop-brand-header-left P {
    text-align: left;
}


.model-section-header {
    position: relative;
}

.model-section-header-right {
    position: absolute;
    top: 0;
    right: 30px;
}

.model-section-header-left p {
    text-align: left;
}







.for-tyre-page .search-container {
   border-radius: 0;
   width: 100%;
    margin: 0 auto;
}

.for-tyre-page {
    bottom: -70px;
    background: #00572e;
}

.for-tyre-page .search-container .container {
   display: flex;
   gap: 100px;
}



.tyre-card-listing-main {
 padding-top: 80px ;
} 


.shop-brand-listing {
 padding-top: 80px ;
}


.shop-make-listing {
 padding-top: 80px ;
}
.return-policy-main {
    padding: 60px 0;
}
.shop-make-listing p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.tyre-card-listing-main p {
    text-align: center;
    /* padding-bottom: 40px; */
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1499px) {
 .for-tyre-page .search-container .container {
   gap: 30px;
}
    .search-container .label {
        font-size: 18px;
    }
    #popupModal .close-btn {
    top: -35px;
}
.service-inner-wrp .service-price {

    margin-top: 15px;
}
.testimonial-contant {
    height: 230px;
}
}












/* battery-pop */

.thank-you-card-wrp {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.thank-you-card {
    background: #00572e !important;
    color: white;
    font-size: 20px;
    padding: 30px;
    border-radius: 16px;
}

.thank-you-header h2 {
 color: #00572E;
}

.thank-you .thank-you-header p {
 font-size: 18px ;
}
.thank-you-card-wrp {
    margin-top: 20px;
}

.thank-you i.fas.fa-check-circle.fa-4x.text-success.mb-3 {
    color: #00572E;
}
/*  */


/* service-pop */

.custom-stepper-repair {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button.service-option.active {
    background: #00572e;
    color: white;
}

.service-option.active i {
    font-size: 48px;
    color: #ffffff !important;
    margin-bottom: 8px;
}

.service-option.active p {
    color: #ffffff;
}

.service-option:hover i {
   color: #ffffff !important;
}

.custom-stepper-repair::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 4px;
  background-color: #e5e7eb; /* Tailwind's gray-300 */
  z-index: 0;
  transform: translateY(-50%);
}

.step-progress-line {
  position: absolute;
  top: 50%;
  left: 5%;
  height: 4px;
  background-color: #dc2626; /* Tailwind's red-600 */
  z-index: 1;
  transform: translateY(-50%);
  transition: width 0.3s ease;
}


.service-step-line {
position: relative;
    z-index: 1;
    background: white;
}


.service-pop-inner {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.quote-buttn-col {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.service-pop-inner .custom-stepper-repair {
margin: 0 auto !important;
padding-top: 50px;
padding-bottom: 30px;
display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
}

.service-pop-inner-main-title {
 padding: 10px 0 50px;
 text-align: center;
}

.about-right-p {
 margin-top: 50px;
} 

.quote-mail-col {
 display: flex;
 flex-direction: column;
 gap: 20px;
}

.service-pop-thankyou-wrp {
 padding: 60px 0;
}


.service-pop-thankyou {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 30px;
}

.service-pop-thankyou-card {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 30px;
 gap: 5px;
 background-color: #00572E;
 border-radius: 16px;
 margin: 30px 0;
 color: white;
 width: 300px;
}

.service-thank-icon {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 gap: 20px;
}

.service-thank-icon i {
font-size: 30px;
}

.service-pop-thankyou-button {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 20px;
 margin-top: 20px;
}



#additionalInfoBox h4 {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 22px;
}

.back-col {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}

.pop-srv-step-line {
 text-align: center;
}

.your-car-container {
        border: 1px solid #00572e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* gray-300 */
        border-radius: 8px;
        padding: 24px;
        margin-bottom: 40px;
        padding-top: 0;
    }

   .your-car-container  .car-heading {
        font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    top: -16px;
    background: #f8faff;
    }

    .your-car-container .car-heading::before,
    .your-car-container .car-heading::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0px;
        height: 1px;
        background-color: #d1d5db; /* gray-300 */
        margin: 0 8px;
    }

    .your-car-container .car-info {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-bottom: 16px;
        justify-content: center;
    }

  .your-car-container .car-info i.fas.fa-car.car-icon {
    font-size: 60px;
}

    .your-car-container .car-title {
        font-weight: 600;
        font-size: 1.125rem;
        margin-bottom: 8px;
    }

    .your-car-container .not-my-car {
        color: #00572e; /* red-600 */
        font-size: 0.875rem;
        text-decoration: underline;
        cursor: pointer;
    }

    .your-car-container .not-my-car:hover {
        color: #00572e; /* red-700 */
    }

    .your-car-select-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
    }

    @media (min-width: 768px) {
        .your-car-select-container {
            flex-direction: row;
        }

 
/* div#makeOptions {
    grid-template-columns: 1fr 1fr 1fr;
} */
    

.battery-inner-card {
    flex-direction: column !important;
}
.battery-dis {
    width: 100%;
}
.battery-dis p {
    text-align: justify;
}
.battery-image {
    width: auto;
}


.battery-inner-card {
    gap: 25px;
}

       .your-car-select-container .select-box,
        .your-car-select-container  .update-btn {
            width: 25%;
        }
    }

    .your-car-select-container .select-box {
        border: 1px solid #00572e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 8px 16px;
        width: 100%;
    }

    .your-car-select-container .update-btn {
        background-color: #00572e;
        color: white;
        padding: 8px 24px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        border: none;
    }

    .your-car-select-container .update-btn:hover {
        background-color: #00572e;
    }



    /* for location */



    .location-container {
        border: 1px solid #00572e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 24px;
        margin-bottom: 40px;
        margin-top: 30px;
        padding-top: 0;
    }

    .location-container .location-heading {
        font-size: 1.25rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 16px;
        position: relative;
        display: inline-block;
        top: -16px;
        background: #f8faff;
    }

   .location-container .location-heading::before,
   .location-container .location-heading::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0px;
        height: 1px;
        background-color: #d1d5db;
        margin: 0 8px;
    }

    .location-container .location-input-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    @media (min-width: 640px) {
       .location-container .location-input-container {
            flex-direction: row;
            align-items: center;
        }
    }

    .location-container .location-input {
        flex: 1;
        border: 1px solid #00572e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 12px 16px;
    }

   .location-container .location-button {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #00572e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 12px 16px;
        border-radius: 8px;
        color: #374151;
        cursor: pointer;
        background: white;
    }

   .location-container .location-button:hover {
        border-color: #00572e;
    }

    .location-container .location-hint {
        font-size: 0.875rem;
        color: #6b7280;
        margin-top: 8px;
    }



    /* */

    .stepone-service-container-wrapper {
        border: 1px solid #00572e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 24px;
        margin-bottom: 40px;
        padding-top: 0;
    }

    .stepone-service-container-wrapper .service-heading {
        font-size: 1.25rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 16px;
        position: relative;
        text-align: center;
        top: -16px;
        background-color: white;
        width: fit-content;
    }

    .stepone-service-container-wrapper .service-heading::before,
    .stepone-service-container-wrapper .service-heading::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0px;
        height: 1px;
        background-color: #d1d5db;
        margin: 0 8px;
    }
ul#selectedServiceList {
    list-style-type: disc;
    margin-left: 40px;
    padding-bottom: 10px;
}
    .stepone-service-container-wrapper .service-options {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .stepone-service-container-wrapper .service-option {
        flex: 1;
        padding: 16px;
        border: 1px solid #00572e;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        text-align: center;
        cursor: pointer;
        transition: border-color 0.3s;
        background-color: #f9f9f9;
    }

    .stepone-service-container-wrapper .service-option:hover {
        border-color: #00572e;
    }

    .stepone-service-container-wrapper .service-option i {
        font-size: 48px;
        color: #00572e;
        margin-bottom: 8px;
    }

    .stepone-service-container-wrapper .service-option p {
        font-weight: 600;
    }

   .stepone-service-container-wrapper .alert-text {
        text-align: center;
        color: #00572e;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .stepone-service-container-wrapper .service-section {
        background-color: #ffffff;
        padding: 24px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
    }

    .stepone-service-container-wrapper .service-section h2 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .stepone-service-container-wrapper .service-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        cursor: pointer;
    }

    .stepone-service-container-wrapper .service-item span {
        font-size: 1rem;
    }

    .stepone-service-container-wrapper .service-item input {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .stepone-service-container-wrapper .service-list-icon {
        margin-right: 8px;
        color: #00572e;
        font-size: 18px;
    }

.steps-line {
 text-align: center;
 color: black;
}

.service-option:hover .stepone-service-container-wrapper .service-option i {
    color: white !important;
}

    /* pop-step2 */

    .pop-step2 {
     padding: 70px 0 10px; 
    }

#mileageInput {
    width: 100%;
    padding: 8px 12px !important;
    margin-bottom: 6px !important;
}

#notesInput {
    width: 100%;
    padding: 8px 12px !important;
    margin-bottom: 6px !important;
}

a.back.text-red-600.read-more-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}



    .step2buttons {
     display: flex;
     justify-content: space-between;
     align-items: center;
    }


    #step1 {
   padding-bottom: 70px;
    }


    div#step3 {
    padding-bottom: 20px;
}

.step3-field {
 width:100%;
 padding: 8px 12px !important;
}

.step3-number {
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: white;
}

.flex.items-center.gap-4.step3-number {
    background: white;
    border: 1px solid #767676;
    padding-left: 10px;
    gap: 10px;
    font-size: 16px;
}

.quote-mail-col input.w-full.border.border-gray-300.px-4.py-3.rounded-lg.mt-4 {
 padding: 8px 10px;
 
}

.step3-number-border {
    border: none !important;
    outline: none;
    padding-left: 0 !important;
}

#step3 .stepone-service-container-wrapper {
    margin-top: 70px;
    margin-bottom: 40px;
}

.confirm-md {
 margin-top: 30px;
}

div#topConfirmWrapper {
    margin-bottom: 0 !important;
}
.step3-wrp-title h2 {
    text-align: center;
}

.step3-wrp-title p {
    text-align: center;
}

.step3-buttons {
 display: flex;
 align-items: center;
 justify-content: space-between;
}





   .step-options {
      max-height: 300px; /* Fixed height */
      overflow-y: auto; /* Enable vertical scrolling */
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background-color: #fff;
    } 
    .tyre-popup{
      z-index: 9999;
    }
    .size-options button,.size-options-rear button{
      margin-bottom: 0px;
    }


    /* // For rating css */
    /* span.rating-stars i {
    color: #ff9600 !important;
} */
    .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.rating-value {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}


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

.rating-stars .fas.fa-star {
    font-size: 14px;
    color: #ddd; /* Default unfilled color */
    transition: color 0.3s ease;
}

.rating-stars .fas.fa-star.filled {
    color: #ff9600; /* Gold color for filled stars */
}

/* Alternative colors */
.rating-stars .fas.fa-star.filled {
    color: #ff9600; /* Orange */
}

/* Hover effect */
.rating-stars .fas.fa-star:hover {
    transform: scale(1.1);
}

/* Rating container styling */
/* .rating {
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
} */
/* To make inline image nad width, vehicle  */

.box-inline-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.stars-outer {
    display: inline-block !important;
    position: relative !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

.stars-outer::before {
    content: '\f005 \f005 \f005 \f005 \f005' !important; /* 5 star icons */
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    color: #ccc !important; /* empty star color */
}

.stars-inner {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important; 
    color: #ffc107 !important; /* gold filled stars */
}

.stars-inner::before {
    content: '\f005 \f005 \f005 \f005 \f005' !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}









/* rating update */
.rating-stars i {
    font-size: 14px;
    color: #e4e5e9;
    margin-right: 2px;
}

.rating-stars i.filled {
    color: #ff9600;
}

.rating-stars i.half-filled {
    color: #ff9600;
}

.rating-stars i.empty {
    color: #e4e5e9;
}

.rating-value {
    font-size: 12px;
    color: #666;
    margin-left: 8px;
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 12px;
}

.stars-outer {
    display: inline-block !important;
    position: relative !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}
 
.stars-outer::before {
    content: '\f005 \f005 \f005 \f005 \f005' !important; 
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    color: #ccc !important; 
}
 
.stars-inner {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    color: #ffc107 !important; 
}
 
.stars-inner::before {
    content: '\f005 \f005 \f005 \f005 \f005' !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

div#tyre-cardfilter:hover {

    transform: translateY(-5px);

    transition: all 0.5s;

}
 


       .blog-inner {
            padding: 50px 0;
        }

        .blog-inner img {
            padding-bottom: 40px;
    width: 70%;
    margin: 0 auto;
        }

        .blog-inner p {
            font-size: 18px;
            line-height: 28px;

        }

      .blog-inner h2 {
    padding-bottom: 12px;
    font-size: 32px;
    font-weight: 600;
}

.blog-inner ul {
    list-style-type: disc;
    margin-left: 35px;
}

.blog-inner h3 {
    font-size: 24px;
}

.blog-inner a {
    color: #01572e;
}

        .blog-inner h4 {
            padding-bottom: 20px;
            padding-top: 20px;
        }

        .blog-inner img {
    margin-bottom: 20px !important;
    border: 1px solid #f2f5f7;
}



.blog-inner ul {
    padding-left: 40px !important;
    padding-top: 0px !important;
}

.blog-inner p {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.blog-inner ul {
    margin-bottom: 0px !important;
}

.blog-inner li {
    color: black;
    font-size: 15px;
    font-weight: 400;
}

.blog-inner h5 {
    margin: 20px 0px 15px 0 !important;
    padding: 0;
}

.blog-inner h4 {
    margin: 20px 0px 15px 0 !important;
    padding: 0;
}

.blog-inner h3 {
    padding: 0;
}

.blog-inner h2 {
    margin: 20px 0px 15px 0 !important;
    padding: 0;
}

.brand-content-wrp {
    margin: 0 auto;
    line-height: 1.7;
    padding-top: 0;
}
 
.brand-content-wrp h3 {
    font-size: 28px;
    margin: 30px 0 15px;
    position: relative;
    padding-left: 10px;
    border-left: 3px solid #00572e;
}
 
.brand-content-wrp p {
    margin-bottom: 20px;
    text-align: left;
    margin-left: 20px;
}
 
.brand-content-wrp ul li {
    margin-bottom: 0;
    line-height: normal;
    position: relative;
    display: flex;
    flex-direction: column;
}
 
.brand-content-wrp ul {
  list-style: disc;     
  margin: 15px 0 25px 25px;
  padding-left: 15px;
}
 
 
.brand-content-wrp a {
    color: #00572e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s 
ease;
}
 
.brand-content-wrp a:hover {
  color: #00572e;
}
 
.brand-content-wrp strong {
  color: #111;
  font-weight: 600;
}

.brand-content-wrp ul li {
    display: list-item !important;
}
 
.brand-content-wrp br {
    display: none !important;
}
 
.brand-content-wrp ul li {
    margin-bottom: 16px !important;
}
 
.brand-content-wrp a strong {
    color: #00572e !important;
}    
    
    