 /*1)How do you find out tyre life?*/

 /*NAVBAR*/

 .navbar {
   position: fixed;
   top: 0;
   z-index: 1000;
   background-color: #ffffff;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   padding: 10px 15px;
   width: 100%;
 }

 .nav {
   position: relative;
   height: 109px;
 }

 .navbar-nav {
   margin-left: auto;
   gap: 25px;
 }

 .nav-link {
   color: #000 !important;
 }

 .nav-link:hover {
   color: #d40b04 !important;
 }

 .dropdown-item:hover {
   background-color: #d40b04;
   color: #fff;
 }

 @media (min-width: 992px) {
   .navbar-nav .dropdown:hover .dropdown-menu {
     display: block;
     margin-top: 0;
   }
 }

 .nav-link i {
   display: inline-block;
   margin-left: 0.255em;
   content: "";
   border-right: 0.3em solid transparent;
   border-bottom: 0;
   font-size: 14px;
 }

 .navbar-toggler {
   border: none;
   background: transparent;
   outline: none;
   position: relative;
 }

 .navbar-toggler-icon {
   width: 30px;
   height: 3px;
   background-color: black;
   display: block;
   transition: all 0.3s ease-in-out;
   position: relative;
 }

 .navbar-toggler-icon::before,
 .navbar-toggler-icon::after {
   content: "";
   width: 30px;
   height: 3px;
   background-color: black;
   position: absolute;
   left: 0;
   transition: all 0.3s ease-in-out;
 }

 .navbar-toggler-icon::before {
   top: -8px;
 }

 .navbar-toggler-icon::after {
   top: 8px;
 }

 /* Change icon to 'X' when navbar is open */
 .navbar-toggler.open .navbar-toggler-icon {
   background: transparent;
 }

 .navbar-toggler.open .navbar-toggler-icon::before {
   transform: rotate(45deg);
   top: 0;
 }

 .navbar-toggler.open .navbar-toggler-icon::after {
   transform: rotate(-45deg);
   top: 0;
 }

 /* Ensure navbar items are visible when open */
 .navbar-collapse {
   transition: all 0.3s ease-in-out;
 }

 /*MEDIA QUERIES*/

 /*NAVBAR*/

 @media (max-width: 992px) {
   .navbar-collapse {
     max-height: 300px;
     /* Adjust height as needed */
     overflow-y: auto;
   }

   .dropdown-menu {
     border: none !important;
     box-shadow: none !important;
   }

   .navbar-toggler:focus,
   .navbar-toggler:active {
     outline: none !important;
     box-shadow: none !important;
     border: none !important;
   }
 }

 @media (max-width: 768px) {
   .navbar-collapse {
     max-height: 300px;
     /* Adjust height as needed */
   }
 }

 @media (max-width: 576px) {
   .navbar-collapse {
     max-height: 300px;
     /* Adjust height as needed */
   }
 }

 @media (max-width: 480px) {
   .navbar-collapse {
     max-height: 300px;
     /* Adjust height as needed */
   }
 }

 p {
   margin-bottom: 0;
   line-height: 2;
 }

 /*BANNER*/

 .banners .about-banner {
   background-image: url('images/banner-content-1.jpg');
   background-size: cover;
   background-position: center;
   height: 300px;
   width: 100%;
   position: relative;
 }

 .banners .about-banner::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
 }

 .banners .about-banner .container {
   position: relative;
   z-index: 1;
 }

 .banners .about-banner h1 {
   font-size: 48px;
   font-weight: 700;
 }

 .banners .about-banner p {
   font-size: 18px;
   font-weight: 300;
 }

 /*BLOG IMAGE (for all pages)*/

 .page .blog-section {
   display: flex;
   gap: 20px;
   padding: 40px 20px 20px;
 }

 .page .blog-section .blog-image img {
   width: 100%;
   height: 500px;
   border-radius: 8px;
   object-fit: cover;
 }

 .page .blog-section h2 {
   font-weight: bold;
   margin-top: 15px;
 }

 .recent-products {
   transition: 1s all;
   z-index: 9 !important;
 }

 .scrolled.recent-products {
   padding-top: 6rem;
 }

 /*TYRE-WEAR*/

 .tyre-wear {
   padding: 0 20px;
 }

 .tyre-wear h2 {
   font-weight: bold;
 }

 .tyre-wear h4 {
   font-weight: bold;
 }

 .tyre-wear .content-section {
   margin-top: 20px;
 }

 /*TYRE-LIFE*/

 .tyre-life {
   padding: 0 20px 40px;
 }

 .tyre-life h2 {
   margin-bottom: 20px;
   font-weight: bold;
   margin-top: 20px;
 }

 .tyre-life .content-section {
   margin-top: 20px;
 }

 /*2)Handling complaint & Handling ride disturbances*/

 /*BANNER*/

 .banners-two .about-banner {
   background-image: url('images/banner-content-2.jpg');
   background-size: cover;
   background-position: center;
   height: 300px;
   width: 100%;
   position: relative;
 }

 /*TYRE-RIDE*/

 .tyre-ride {
   padding: 0 20px;
 }

 .tyre-ride h2 {
   font-weight: bold;
   margin-bottom: 20px;
 }

 .tyre-ride .content-section {
   margin-top: 20px;
 }

 .tyre-ride h4 {
   font-weight: bold;
 }

 /*TYRE-HANDLING*/

 .tyre-handling {
   padding: 0 20px 40px;
 }

 .tyre-handling h2 {
   font-weight: bold;
   margin-bottom: 20px;
   margin-top: 20px;
 }

 .tyre-handling .content-section {
   margin-top: 20px;
 }

 .tyre-handling h4 {
   font-weight: bold;
 }

 /*3.Tyre fitment safety precautions*/

 /*BANNER*/

 .banners-three .about-banner {
   background-image: url('images/banner-content-3.jpg');
   background-size: cover;
   background-position: center;
   height: 300px;
   width: 100%;
   position: relative;
 }

 /*TYRE-FITMENT*/

 .tyre-fitment {
   padding: 0 20px 40px;
 }


 .tyre-fitment h2 {
   font-weight: bold;
 }

 .tyre-fitment h4 {
   font-weight: bold;
 }

 .tyre-fitment .content-section {
   margin-top: 20px;
 }

 .table-container {
   max-width: 600px;
   margin: 0 auto;
   background: #fff;
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 }

 .table th {
   background-color: #343a40;
   color: #fff;
 }

 /*4.suv*/

 /*BANNER*/

 .banners-four .about-banner {
   background-image: url('images/banner-content-4.jpg');
   background-size: cover;
   background-position: center;
   height: 300px;
   width: 100%;
   position: relative;
 }

 /*TYRE-SUV*/

 .tyre-suv {
   padding: 0 20px 40px;
 }

 .tyre-suv h2 {
   font-weight: bold;
   margin-bottom: 20px;
 }

 .tyre-suv h4 {
   font-weight: bold;
 }

 .tyre-suv .content-section {
   margin-top: 20px;
 }

 .tyre-suv ul {
   padding-left: 1rem;
   line-height: 2;
 }

 .tyre-suv .suv-list {
   padding-left: 2rem;
 }

 /*5.rapid air loss*/

 /*BANNER*/

 .banners-five .about-banner {
   background-image: url('images/banner-content-5.jpg');
   background-size: cover;
   background-position: center;
   height: 300px;
   width: 100%;
   position: relative;
 }

 /*TYRE-RAPID*/

 .tyre-rapid {
   padding: 0 20px 40px;
 }

 .tyre-rapid h2 {
   font-weight: bold;
   margin-bottom: 20px;
 }

 .tyre-rapid h4 {
   font-weight: bold;
 }

 .tyre-rapid .content-section {
   margin-top: 10px;
 }

 .tyre-rapid ul {
   padding-left: 1rem;
   line-height: 2;
 }

 /*6.Radial tyre production*/

 /*BANNER*/

 .banners-six .about-banner {
   background-image: url('images/banner-content-6.jpg');
   background-size: cover;
   background-position: center;
   height: 300px;
   width: 100%;
   position: relative;
 }



 /*TYRE-PRODUCTION*/

 .tyre-production {
   padding: 0 20px 40px;
 }

 .tyre-production h2 {
   font-weight: bold;
   margin-bottom: 20px;
 }

 .tyre-production h4 {
   font-weight: bold;
 }

 .tyre-production .content-section {
   margin-top: 20px;
 }

 /*7.Procedure to repair tubeless tyres*/

 /*BANNER*/

 .banners-seven .about-banner {
   background-image: url('images/banner-content-7.jpg');
   background-size: cover;
   background-position: center;
   height: 300px;
   width: 100%;
   position: relative;
 }


 /*TYRE-TUBELESS*/

 .tyre-tubeless {
   padding: 0 20px 40px;
 }

 .tyre-tubeless h2 {
   font-weight: bold;
   margin-bottom: 20px;
 }

 .tyre-tubeless h4 {
   font-weight: bold;
 }

 .tyre-tubeless .content-section {
   margin-top: 15px;
 }

 .tyre-tubeless ol {
   padding-left: 1.5rem;
   line-height: 2;
 }

 /*SIDEBAR*/

 /* .sidebar {
   background-color: #f8f9fa;
   padding: 20px;
   height: 800px;
   position: sticky;
   top: 109px;
   right: 0;
   overflow-y: auto;
   border-left: 1px solid #ddd;
 }

 .sidebar h2 {
   font-size: 24px;
   margin-bottom: 15px;
 }

 
 .sidebar ul {
   list-style: none;
   padding: 0;
 }

 .sidebar ul li {
   margin-bottom: 10px;
 }

 .sidebar ul li a {
   text-decoration: none;
   display: block;
   padding: 10px;
   background-color: #dc3545;
   color: white;
   border-radius: 5px;
   transition: 0.3s;
 }

 .sidebar ul li a:hover {
   background-color: #eb8f98;
 } */


 .recent-products .service-btn-card {
   border-radius: 10px;
   padding: 1rem;
 }

 .service-btn-card ul {
   padding: 0;
 }

 .service-btn {
   width: 100%;
   text-align: center;
   padding: 10px 15px;
   display: inline-block;
   border-radius: 5px;
   border: 1px solid #4b4b4b;
   margin-bottom: 1rem;
 }

 .service-btn.active {
   color: #fff;
   background-color: #4b4b4b;
 }


 .recent-products .service-btn-card {
   border-radius: 10px;
   padding: 1rem;
 }

 .service-btn-card ul {
   padding: 0;
   list-style-type: none;
 }

 .sidebar-list li {
   display: flex;
 }

 .recent-products .service-btn {
   width: 100%;
   text-align: center;
   padding: 10px 15px;
   display: inline-block;
   border-radius: 5px;
   border: 1px solid #4b4b4b;
   margin-bottom: 1rem;
   text-decoration: none;
   color: #212529;
 }

 .service-btn.active {
   color: #fff;
   background-color: #4b4b4b;
 }

 .recent-products .service-btn-card {
   border-radius: 10px;
   padding: 1rem;
 }

 .recent-products .sidebar-img {
   width: 80px;
   height: 80px;
   border-radius: 8px;
   margin-right: 15px;
   object-fit: cover;
 }

 .recent-products .sidebar-content {
   display: flex;
   flex-direction: column;
 }

 .recent-products .sidebar-link {
   text-decoration: none;
   font-size: 1.1em;
   font-weight: bold;
   color: #333;
   transition: color 0.3s;
 }

 .recent-products .sidebar-link:hover {
   color: #d40b04;
 }

 .recent-products .date {
   font-size: 0.9em;
   color: #d40b04;
   margin-bottom: 5px;
   display: flex;
   align-items: center;
   gap: 8px;
 }

 .recent-products .date img {
   height: 15px;
   width: 15px;
 }

 .recent-products .read-more-btn {
   background-color: #dc3545;
   color: #fff;
   padding: 10px 20px;
   text-decoration: none;
   border-radius: 8px;
   font-weight: bold;
   display: block;
   max-width: 125px;
   align-items: center;
   margin: 25px auto;
 }

 .recent-products .read-more-btn:hover {

   background-color: #dc3545;
   color: #fff;
 }

 .blog-tyre p {
   text-align: center;
 }



 /* Media Queries */

 /*CONTENT-ALIGNMENT*/

 /* Hide first h3 on 576px and 480px */
 @media (max-width: 576px) {
   .hide-small {
     display: none;
   }
 }

 /* Hide second h3 on 1200px, 992px, and 768px */
 @media (min-width: 768px) and (max-width: 2600px) {
   .hide-large {
     display: none;
   }
 }

 /*1)How do you find out tyre life?*/

 /*BANNER*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .banners .about-banner {
     height: 280px;
   }

   .banners .about-banner h1 {
     font-size: 42px;
   }

   .banners .about-banner p {
     font-size: 17px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .banners .about-banner {
     height: 260px;
   }

   .banners .about-banner h1 {
     font-size: 36px;
   }

   .banners .about-banner p {
     font-size: 16px;
   }

 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .banners .about-banner {
     height: 240px;
   }

   .banners .about-banner h1 {
     font-size: 26px;
   }

   .banners .about-banner p {
     font-size: 15px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .banners .about-banner {
     height: 220px;
   }

   .banners .about-banner h1 {
     font-size: 26px;
   }

   .banners .about-banner p {
     font-size: 14px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .banners .about-banner {
     height: 200px;
   }

   .banners .about-banner h1 {
     font-size: 26px;
   }

   .banners .about-banner p {
     font-size: 13px;
   }
 }


 /*BLOG IMAGE*/

 @media (max-width: 1200px) {
   .page .blog-section {
     gap: 15px;
     padding: 35px 18px 18px;
   }

   .page .blog-section .blog-image img {
     height: 450px;
   }

   .page .blog-section h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .page .blog-section {
     flex-direction: column;
     padding: 30px 16px 16px;
   }

   .page .blog-section .blog-image img {
     height: 400px;
   }

   .page .blog-section h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .page .blog-section {
     gap: 10px;
     padding: 25px 14px 14px;
   }

   .page .blog-section .blog-image img {
     height: 350px;
   }

   .page .blog-section h2 {
     font-size: 18px;
   }

   .scrolled.recent-products {
     padding-top: 0;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .page .blog-section {
     padding: 20px 12px 12px;
   }

   .page .blog-section .blog-image img {
     height: 300px;
   }

   .page .blog-section h2 {
     font-size: 18px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .page .blog-section {
     padding: 15px 10px 10px;
   }

   .page .blog-section .blog-image img {
     height: 250px;
   }

   .page .blog-section h2 {
     font-size: 18px;
   }
 }


 /*TYRE-WEAR*/

 @media (max-width: 1200px) {
   .tyre-wear {
     padding: 0 18px;
   }

   .tyre-wear h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-wear {
     padding: 0 16px;
   }

   .tyre-wear h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-wear {
     padding: 0 14px;
   }

   .tyre-wear h2 {
     font-size: 18px;
     margin-bottom: 10px;
   }

   .tyre-wear h4 {
     font-size: 17px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-wear {
     padding: 0 12px;
   }

   .tyre-wear h2 {
     font-size: 18px;
   }

   .tyre-wear .content-section {
     margin-top: 15px;
   }

   .tyre-wear .wear-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-wear {
     padding: 0 10px;
   }

   .tyre-wear h2 {
     font-size: 18px;
   }
 }

 /*TYRE-LIFE*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .tyre-life {
     padding: 0 18px 35px;
   }

   .tyre-life h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-life {
     padding: 0 16px 30px;
   }

   .tyre-life h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-life {
     padding: 0 14px 25px;
   }

   .tyre-life h2 {
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 10px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-life {
     padding: 0 12px 20px;
   }

   .tyre-life h2 {
     font-size: 18px;
   }

   .tyre-life .content-section {
     margin-top: 15px;
   }

   .tyre-life .life-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-life {
     padding: 0 10px 15px;
   }

   .tyre-life h2 {
     font-size: 18px;
   }
 }

 /*2)Handling complaint & Handling ride disturbances*/

 /*TYRE-RIDE*/

 @media (max-width: 1200px) {
   .tyre-ride {
     padding: 0 18px;
   }

   .tyre-ride h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-ride {
     padding: 0 16px;
   }

   .tyre-ride h2 {
     font-size: 26px;
   }


 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-ride {
     padding: 0 14px;
   }

   .tyre-ride h2 {
     font-size: 18px;
     margin-bottom: 10px;
   }

   .tyre-ride h4 {
     font-size: 17px;
   }

 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-ride {
     padding: 0 12px;
   }

   .tyre-ride h2 {
     font-size: 18px;
   }

   .tyre-ride .content-section {
     margin-top: 15px;
   }

 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-ride {
     padding: 0 10px;
   }

   .tyre-ride h2 {
     font-size: 18px;
   }

 }

 /*TYRE-HANDLING*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .tyre-handling {
     padding: 0 18px 35px;
   }

   .tyre-handling h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-handling {
     padding: 0 16px 30px;
   }

   .tyre-handling h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-handling {
     padding: 0 14px 25px;
   }

   .tyre-handling h2 {
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 10px;
   }

   .tyre-handling h4 {
     font-size: 17px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-handling {
     padding: 0 12px 20px;
   }

   .tyre-handling h2 {
     font-size: 18px;
   }

   .tyre-handling .content-section {
     margin-top: 15px;
   }

   .tyre-handling .life-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-handling {
     padding: 0 10px 15px;
   }

   .tyre-handling h2 {
     font-size: 18px;
   }
 }

 /*3.Tyre fitment safety precautions*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .tyre-fitment {
     padding: 0 18px 35px;
   }

   .tyre-fitment h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-fitment {
     padding: 0 16px 30px;
   }

   .tyre-fitment h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-fitment {
     padding: 0 14px 25px;
   }

   .tyre-fitment h2 {
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 10px;
   }

   .tyre-fitment .content-section {
     margin-top: 15px;
   }

   .tyre-fitment h4 {
     font-size: 17px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-fitment {
     padding: 0 12px 20px;
   }

   .tyre-fitment h2 {
     font-size: 18px;
   }

   .tyre-fitment .content-section {
     margin-top: 15px;
   }

   .tyre-fitment .life-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-fitment {
     padding: 0 10px 15px;
   }

   .tyre-fitment h2 {
     font-size: 18px;
   }
 }

 /*4.suv*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .tyre-suv {
     padding: 0 18px 35px;
   }

   .tyre-suv h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-suv {
     padding: 0 16px 30px;
   }

   .tyre-suv h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-suv {
     padding: 0 14px 25px;
   }

   .tyre-suv h2 {
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 10px;
   }

   .tyre-suv .content-section {
     margin-top: 15px;
   }

   .tyre-suv h4 {
     font-size: 17px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-suv {
     padding: 0 12px 20px;
   }

   .tyre-suv h2 {
     font-size: 18px;
   }

   .tyre-suv .content-section {
     margin-top: 10px;
   }

   .tyre-suv .life-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-suv {
     padding: 0 10px 15px;
   }

   .tyre-suv h2 {
     font-size: 18px;
   }
 }

 /*5.rapid air loss*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .tyre-rapid {
     padding: 0 18px 35px;
   }

   .tyre-rapid h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-rapid {
     padding: 0 16px 30px;
   }

   .tyre-rapid h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-rapid {
     padding: 0 14px 25px;
   }

   .tyre-rapid h2 {
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 10px;
   }

   .tyre-rapid .content-section {
     margin-top: 15px;
   }

   .tyre-rapid h4 {
     font-size: 17px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-rapid {
     padding: 0 12px 20px;
   }

   .tyre-rapid h2 {
     font-size: 18px;
   }

   .tyre-rapid .content-section {
     margin-top: 10px;
   }

   .tyre-rapid .life-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-rapid {
     padding: 0 10px 15px;
   }

   .tyre-rapid h2 {
     font-size: 18px;
   }
 }

 /*6.Radial tyre production*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .tyre-production {
     padding: 0 18px 35px;
   }

   .tyre-production h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-production {
     padding: 0 16px 30px;
   }

   .tyre-production h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-production {
     padding: 0 14px 25px;
   }

   .tyre-production h2 {
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 10px;
   }

   .tyre-production .content-section {
     margin-top: 15px;
   }

   .tyre-production h4 {
     font-size: 17px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-production {
     padding: 0 12px 20px;
   }

   .tyre-production h2 {
     font-size: 18px;
   }

   .tyre-production .content-section {
     margin-top: 10px;
   }

   .tyre-production .life-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-production {
     padding: 0 10px 15px;
   }

   .tyre-production h2 {
     font-size: 18px;
   }
 }

 /*7.Procedure to repair tubeless tyres*/

 /* Extra Large Devices (1200px and above) */
 @media (max-width: 1200px) {
   .tyre-tubeless {
     padding: 0 18px 35px;
   }

   .tyre-tubeless h2 {
     font-size: 28px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .tyre-tubeless {
     padding: 0 16px 30px;
   }

   .tyre-tubeless h2 {
     font-size: 26px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .tyre-tubeless {
     padding: 0 14px 25px;
   }

   .tyre-tubeless h2 {
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 10px;
   }

   .tyre-tubeless .content-section {
     margin-top: 15px;
   }

   .tyre-tubeless h4 {
     font-size: 17px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .tyre-tubeless {
     padding: 0 12px 20px;
   }

   .tyre-tubeless h2 {
     font-size: 18px;
   }

   .tyre-tubeless .content-section {
     margin-top: 10px;
   }

   .tyre-tubeless .life-content {
     margin-top: 5px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .tyre-tubeless {
     padding: 0 10px 15px;
   }

   .tyre-tubeless h2 {
     font-size: 18px;
   }
 }

 /*SIDEBAR*/

 @media (max-width: 1200px) {
   .recent-products .service-btn-card {
     padding: 0.8rem;
   }

   .recent-products .sidebar-img {
     width: 70px;
     height: 70px;
   }

   .recent-products .read-more-btn {
     padding: 6px 14px;
     font-size: 0.95rem;
     max-width: 110px;
   }
 }

 /* Large Devices (992px and below) */
 @media (max-width: 992px) {
   .recent-products .service-btn-card {
     padding: 0.7rem;
   }

   .recent-products .read-more-btn {
     padding: 6px 14px;
     font-size: 0.8rem;
     max-width: 95px;
   }
 }

 /* Medium Devices (768px and below) */
 @media (max-width: 768px) {
   .recent-products .service-btn-card {
     padding: 0.6rem;
   }

   .recent-products .read-more-btn {
     padding: 6px 12px;
     font-size: 0.85rem;
     max-width: 95px;
   }
 }

 /* Small Devices (576px and below) */
 @media (max-width: 576px) {
   .recent-products .service-btn-card {
     padding: 0.5rem;
   }

   .recent-products .read-more-btn {
     padding: 6px 12px;
     font-size: 0.7rem;
     max-width: 85px;
   }
 }

 /* Extra Small Devices (480px and below) */
 @media (max-width: 480px) {
   .recent-products .service-btn-card {
     padding: 0.4rem;
   }

   .recent-products .read-more-btn {
     padding: 8px 15px;
     font-size: 0.75rem;
     max-width: 95px;
   }
 }