@font-face {
  font-family: 'Helvetica';
  src: url(assets/Bold-Condensed.otf);
}

@font-face {
  font-family: 'Helvetica';
  src: url(assets/Medium.otf);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Helvetica", sans-serif;
  overflow-x: hidden;
}

.damage-content li {
  display: flex !important;
}

.tyre-breaking h1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-chambers h1 {
  font-weight: bold;
}

.tyre-pressure h1 a {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-aspect h1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-plus h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

p {
  margin-bottom: 0;
  line-height: 2;
}

.footer p {
  line-height: 1.5;
}

.footer a:hover {
  color: white !important;
}

/*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: black;
  padding: 4px 0;
}

.nav-link:hover {
  color: #d40b04;
}

.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: .255em;
  content: "";
  border-right: .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;
}

/*1.CALCULATOR*/

/*TYRE-DIMENSIONS*/

.tyre-dimension {
  padding: 40px 80px;
}

.tyre-dimension h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-dimension .content {
  line-height: 1;
  margin-bottom: 20px;
}

/*TYRE UPSIZE CALCULATOR*/

.tyre-section {
  padding: 0 0 40px;
}

.tyre-title {
  text-align: center;
  margin-bottom: 15px;
}

.tyre-title h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-title p {
  font-size: 16px;
  color: #666;
}

.tyre-section table {
  margin: auto;
  width: 90%;
  text-align: center;
  border-collapse: separate;
  border: solid grey 1px;
  border-radius: 20px;
}

.tyre-section th,
td {
  padding: 10px;
}

.tyre-section th {
  background-color: #f2f2f2;

}



.tyre-section input[type="text"],
select {
  padding: 5px;
}

.tyre-section img {
  margin: 5px;
}

.tyre-section .tyre-button {
  padding: 8px 12px;
  cursor: pointer;
  border: none;
  background-color: #dc3545;
  color: white;
  font-size: 14px;
}

.tyre-section .tyre-button:hover {
  background-color: #000;
  color: #fff;
}


.upsize-top-line {
  border-top: 1px solid grey;
}

.upsize-border-left {
  border-top-left-radius: 20px;
}

.upsize-border-right {
  border-top-right-radius: 20px;
}

.tyre-section .col-lg-7 {
  padding: 10px;
}

.tyre-section form {
  margin: 0 auto;
}

.tyre-section table {
  border-spacing: 5px;
  width: 100%;
}

.tyre-section table th,
table td {
  padding: 5px;
}

.tyre-section select,
input[type="text"],
input[type="button"] {
  height: 30px;
  font-size: 14px;
}

.tyre-section .tyre-button {
  padding: 5px 10px;
  font-size: 14px;
}

.tyre-section .upsize-top-line {
  padding: 10px 0;
}

.tyre-section td,
th {
  font-size: 14px;
}


/*TYRE-DESIGNATION*/

.tyre-designation {
  padding: 0 80px 40px;
}

.tyre-designation h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.tyre-designation .custom-table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}

.tyre-designation .custom-table th,
.custom-table td {
  width: 50%;
  border: 1px solid black;
  text-align: center;
  padding: 10px;
}

/*2.PLUS-SIZING*/

/*TYRE-PLUS*/

.tyre-plus {
  padding: 40px 80px;
}

.tyre-plus h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.tyre-plus h3 {
  font-weight: bold;
}

.tyre-plus .service-details {
  padding: 20px;
}

.tyre-plus .service-details p {
  text-align: left;
}

.tyre-plus .service-details ul {
  text-align: left;
}

.tyre-plus .service-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  min-height: 100%;
}

.tyre-plus .service-card:hover {
  transform: translateY(-5px);
}

.tyre-plus .col-md-4 {
  margin-top: 30px;
}

.tyre-plus .offset-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tyre-plus h4 {
  font-weight: bold;
}

.tyre-plus .image {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
}

.tyre-plus .content-section {
  margin-top: 30px;
}

/*CARD SCROLLBAR*/

.service-details p {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 10px;
}

/*3.HOW TYRE CONVERSION?*/

/*TYRE-PRESSURE*/

.tyre-pressure {
  padding: 40px 80px;
}

.tyre-pressure h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-pressure img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.tyre-pressure .content-section {
  margin-top: 30px;
}

.tyre-pressure .pressure-info {
  display: flex;
  gap: 25rem;
  flex-wrap: wrap;
}

/*TYRE-CONVERSION*/

.tyre-conversion {
  padding: 0 80px 40px;
}

.tyre-conversion h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.tyre-conversion img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.tyre-conversion .content-section {
  margin-bottom: 30px;
}

/*4.ASPECT-RATIO*/

/*TYRE-ASPECT*/

.tyre-aspect {
  padding: 40px 80px;
}

.tyre-aspect h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-aspect .content-section {
  margin-top: 30px;
}

.tyre-aspect img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

/*TYRE-DAMAGE*/

.tyre-damage {
  padding: 0 80px 40px;
}

.tyre-damage h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-damage h3 {
  font-weight: bold;
}

.tyre-damage img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.tyre-damage .content-section {
  margin-top: 30px;
}

.tyre-damage .section {
  margin-top: 10px;
}

.tyre-damage ul {
  list-style: none;
}



/*5.CHAMBER OF HORROW*/

/*TYRE-CHAMBERS*/

.tyre-chambers {
  padding: 40px 80px;
}

.tyre-chambers h2 {
  font-weight: bold;
}

.tyre-chambers .service-details {
  padding: 20px;
}

.tyre-chambers .service-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  min-height: 100%;
}

.tyre-chambers .service-card:hover {
  transform: translateY(-5px);
}

.tyre-chambers .offset-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tyre-chambers .col-md-4 {
  margin-top: 30px;
}

/*6.BREAKING-DISTANCE*/

/*TYRE-BREAKING*/

.tyre-breaking {
  padding: 40px 80px;
}

.tyre-breaking h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tyre-breaking img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.tyre-breaking .breaking-list {
  display: flex;
  gap: 60rem;
  padding: 0;
  counter-reset: list-counter;
}

.tyre-breaking .breaking-list {
  counter-increment: list-counter;
  position: relative;
  padding-left: 25px;
}


/*FOOTER*/

.footer {
  background-color: #dc3545;
  color: #ffffff;
  padding: 20px 0;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.footer .icon {
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

.footer .address {
  margin-bottom: 10px;
}



.footer a:hover {
  color: #eb8f98;
}

.footer .logo {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.footer .social-icons a {
  text-decoration: none;
  border-radius: 50%;
  background: #fff;
  height: 27px;
  width: 27px;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  margin-left: 20px;

}

.footer .social-icons a:hover {
  color: #000;
}

.footer .social-icons i {
  font-size: 16px;
  margin-right: 10px;
  color: #dc3545;
  cursor: pointer;
  display: contents;
  justify-content: center;
  align-items: center;
}

.footer .social-icons i:hover {
  color: #eb8f98;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.company {
  margin: 0;
  padding-left: 40px;
  color: #fff;
}

.company:hover {
  color: #eb8f98;
}

.copyrights {
  text-align: left;
  padding-right: 40px;
  margin: 0;
}

.disclaimer {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-right: 110px;
  font-size: 14px;
}

.disclaimer a {
  color: #fff;
}

.disclaimer a:hover {
  color: #eb8f98;
}

.disclaimer-content {
  display: block;
  /* Treats the span as a block element */
  text-align: center;
  /* Centers the text content */
  margin: 0 auto;
  /* Centers the block element itself */
  margin-top: 5px;
  font-size: 10px;
  /* Adjust font size as needed */
  line-height: 1.5;
  /* Adjust line height for better spacing */
  width: 80%;
  /* Optional: Restrict width for better readability */
}

#contacts iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 1400px) {
  #contacts iframe {
    width: 100%;
    height: 550px;
  }
}


/*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;
  }

  .navbar-nav {
    gap: 5px;
  }
}

@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 */
  }
}

/*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.CALCULATOR*/

/*TYRE-DIMENSIONS*/

/* 1200px and Below */
@media (max-width: 1200px) {
  .tyre-dimension {
    padding: 30px 60px;
  }

  .tyre-dimension .content {
    margin-bottom: 18px;
  }
}

/* 992px and Below */
@media (max-width: 992px) {
  .tyre-dimension {
    padding: 30px 40px;
  }

  .tyre-dimension .content {
    line-height: 1.2;
    margin-bottom: 16px;
  }
}

/* 768px and Below */
@media (max-width: 768px) {
  .tyre-dimension {
    padding: 20px 30px;
  }

  .tyre-dimension h2 {
    font-size: 24px;
  }

  .tyre-dimension .content {
    line-height: 1.3;
    margin-bottom: 14px;
  }
}

/* 576px and Below */
@media (max-width: 576px) {
  .tyre-dimension {
    padding: 15px 20px;
  }

  .tyre-dimension h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-dimension .content {
    line-height: 1.4;
    margin-bottom: 12px;
  }
}

/* 480px and Below */
@media (max-width: 480px) {
  .tyre-dimension {
    padding: 20px 10px;
  }

  .tyre-dimension h2 {
    font-size: 24px;
  }

  .tyre-dimension .content {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

/*TYRE UPSIZE CALCULATOR*/

/* Up to 1200px */
@media (max-width: 1200px) {
  .tyre-section {
    padding: 0 0 30px;
  }

  .tyre-title h2 {
    font-size: 36px;
  }

  .tyre-title p {
    font-size: 16px;
  }

  .tyre-section table {
    width: 95%;
  }

  .tyre-section th,
  .tyre-section td {
    padding: 8px;
  }

  .tyre-section button {
    padding: 7px 10px;
    font-size: 13px;
  }
}

/* Up to 992px */
@media (max-width: 992px) {
  .tyre-section {
    padding: 0 0 30px;
  }

  .tyre-title h2 {
    font-size: 32px;
  }

  .tyre-title p {
    font-size: 16px;
  }

  .tyre-section table {
    width: 100%;
  }

  .tyre-section th,
  .tyre-section td {
    padding: 7px;
    font-size: 14px;
  }

  .tyre-section img {
    width: 80px;
    height: auto;
  }

  .tyre-section input[type="text"],
  select {
    width: 100%;
  }
}

/* Up to 768px */
@media (max-width: 768px) {
  .tyre-section {
    padding: 0 0 20px;
  }

  .tyre-title h2 {
    font-size: 28px;
  }

  .tyre-title p {
    font-size: 16px;
  }

  .tyre-section th,
  .tyre-section td {
    padding: 6px;
    font-size: 13px;
  }

  .tyre-section img {
    width: 70px;
    height: auto;
  }

  .tyre-section button {
    font-size: 12px;
    padding: 6px 8px;
  }
}

/* Up to 576px */
@media (max-width: 576px) {
  .tyre-section {
    padding: 0 0 20px;
  }

  .tyre-title h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-title p {
    font-size: 16px;
  }

  .tyre-section table {
    font-size: 12px;
  }

  .tyre-section th,
  .tyre-section td {
    padding: 5px;
  }

  .tyre-section img {
    width: 60px;
  }

  .tyre-section button {
    font-size: 11px;
    padding: 5px 6px;
  }
}

/* Up to 480px */
@media (max-width: 480px) {
  .tyre-section {
    padding: 0 0 20px;
  }

  .tyre-title h2 {
    font-size: 24px;
  }

  .tyre-title p {
    font-size: 16px;
  }

  .tyre-section table {
    font-size: 11px;
  }

  .tyre-section th,
  .tyre-section td {
    padding: 4px;
  }

  .tyre-section img {
    width: 50px;
  }

  .tyre-section button {
    font-size: 10px;
    padding: 4px 5px;
  }
}

/*TYRE-DESIGNATION*/

/* 1200px and Below */
@media (max-width: 1200px) {
  .tyre-designation {
    padding: 0 60px 30px;
  }

  .tyre-designation .custom-table th,
  .tyre-designation .custom-table td {
    padding: 8px;
    font-size: 16px;
  }
}

/* 992px and Below */
@media (max-width: 992px) {
  .tyre-designation {
    padding: 0 40px 30px;
  }

  .tyre-designation h2 {
    font-size: 24px;
  }

  .tyre-designation .custom-table th,
  .tyre-designation .custom-table td {
    padding: 8px;
    font-size: 15px;
  }
}

/* 768px and Below */
@media (max-width: 768px) {
  .tyre-designation {
    padding: 0 30px 20px;
  }

  .tyre-designation h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-designation .custom-table th,
  .tyre-designation .custom-table td {
    padding: 6px;
    font-size: 14px;
  }
}

/* 576px and Below */
@media (max-width: 576px) {
  .tyre-designation {
    padding: 0 20px 15px;
  }

  .tyre-designation h2 {
    font-size: 24px;
  }

  .tyre-designation .custom-table {
    overflow-x: auto;
    /* Enables horizontal scrolling */
  }

  .tyre-designation .custom-table th,
  .tyre-designation .custom-table td {
    font-size: 13px;
    padding: 5px;
    white-space: nowrap;
    /* Prevents text wrapping */
  }
}

/* 480px and Below */
@media (max-width: 480px) {
  .tyre-designation {
    padding: 0 10px 20px;
  }

  .tyre-designation h2 {
    font-size: 24px;
  }

  .tyre-designation .custom-table th,
  .tyre-designation .custom-table td {
    font-size: 12px;
    padding: 4px;
  }
}

/*2.PLUS-SIZING*/

/*TYRE-PLUS*/


/* 1200px and Below */
@media (max-width: 1200px) {
  .tyre-plus {
    padding: 30px 60px;
  }

  .tyre-plus .image {
    height: 320px;
  }

  .tyre-plus .service-details {
    padding: 15px;
  }
}

/* 992px and Below */
@media (max-width: 992px) {
  .tyre-plus {
    padding: 30px 40px;
  }

  .tyre-plus h2 {
    font-size: 26px;
  }

  .tyre-plus .image {
    height: 300px;
  }

  .tyre-plus .service-card {
    min-height: auto;
  }

  .tyre-plus .content-section {
    margin-top: 25px;
  }
}

/* 768px and Below */
@media (max-width: 768px) {
  .tyre-plus {
    padding: 20px 30px;
  }

  .tyre-plus h2 {
    font-size: 24px;
  }

  .tyre-plus h3 {
    font-size: 21px;
  }

  .tyre-plus .image {
    height: 280px;
  }

  .tyre-plus .service-details {
    padding: 15px;
  }

  .tyre-plus .content-section {
    margin-top: 20px;
  }

  .tyre-plus .col-md-4 {
    margin-top: 20px;
  }
}

/* 576px and Below */
@media (max-width: 576px) {
  .tyre-plus {
    padding: 15px 20px;
  }

  .tyre-plus h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-plus h3 {
    font-size: 21px;
  }

  .tyre-plus h4 {
    font-size: 20px;
  }

  .tyre-plus .image {
    height: 250px;
  }

  .tyre-plus .service-card {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }

  .tyre-plus .service-details {
    padding: 15px;
  }

  .tyre-plus .content-section {
    margin-top: 15px;
  }

  .tyre-plus .section {
    margin-top: 10px;
  }
}

/* 480px and Below */
@media (max-width: 480px) {
  .tyre-plus {
    padding: 20px 10px;
  }

  .tyre-plus h2 {
    font-size: 24px;
  }

  .tyre-plus h3 {
    font-size: 21px;
  }

  .tyre-plus h4 {
    font-size: 20px;
  }

  .tyre-plus .image {
    height: 220px;
  }

  .tyre-plus .service-details {
    padding: 15px;
  }

  .tyre-plus .content-section {
    margin-top: 20px;
  }

  .tyre-plus .col-md-4 {
    margin-top: 20px;
  }
}

/*3.HOW TYRE CONVERSION?*/

/*TYRE-PRESSURE*/

/* 1200px and Below */
@media (max-width: 1200px) {
  .tyre-pressure {
    padding: 30px 60px;
  }

  .tyre-pressure img {
    height: 280px;
  }

  .tyre-pressure .pressure-info {
    gap: 10rem;
  }
}

/* 992px and Below */
@media (max-width: 992px) {
  .tyre-pressure {
    padding: 30px 40px;
  }

  .tyre-pressure h2 {
    font-size: 26px;
  }

  .tyre-pressure img {
    height: 250px;
  }

  .tyre-pressure .content-section {
    margin-top: 25px;
  }

  .tyre-pressure .pressure-info {
    gap: 14px;
  }

}

/* 768px and Below */
@media (max-width: 768px) {
  .tyre-pressure {
    padding: 20px 30px;
  }

  .tyre-pressure h2 {
    font-size: 24px;
  }

  .tyre-pressure img {
    height: 220px;
  }

  .tyre-pressure .content-section {
    margin-top: 20px;
  }

}

/* 576px and Below */
@media (max-width: 576px) {
  .tyre-pressure {
    padding: 15px 20px;
  }

  .tyre-pressure h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-pressure img {
    height: 200px;
  }

  .tyre-pressure .content-section {
    margin-top: 15px;
  }

  .tyre-pressure .pressure-info {
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center items */
  }
}

/* 480px and Below */
@media (max-width: 480px) {
  .tyre-pressure {
    padding: 20px 10px;
  }

  .tyre-pressure h2 {
    font-size: 24px;
  }

  .tyre-pressure img {
    height: 180px;
  }

  .tyre-pressure .content-section {
    margin-top: 10px;
  }

  .tyre-pressure .pressure-info {
    flex-direction: column;
    align-items: center;
  }
}

/*TYRE-CONVERSION*/

/* 1200px and Below */
@media (max-width: 1200px) {
  .tyre-conversion {
    padding: 0 60px 30px;
  }

  .tyre-conversion img {
    height: 280px;
  }

  .tyre-conversion h2 {
    font-size: 28px;
  }

  .tyre-conversion .content-section {
    margin-bottom: 25px;
  }
}

/* 992px and Below */
@media (max-width: 992px) {
  .tyre-conversion {
    padding: 0 40px 30px;
  }

  .tyre-conversion h2 {
    font-size: 26px;
  }

  .tyre-conversion img {
    height: 250px;
  }

  .tyre-conversion .content-section {
    margin-bottom: 20px;
  }
}

/* 768px and Below */
@media (max-width: 768px) {
  .tyre-conversion {
    padding: 0 30px 20px;
  }

  .tyre-conversion h2 {
    font-size: 24px;
  }

  .tyre-conversion img {
    height: 220px;
  }

  .tyre-conversion .content-section {
    margin-bottom: 15px;
  }

}

/* 576px and Below */
@media (max-width: 576px) {
  .tyre-conversion {
    padding: 0 20px 15px;
  }

  .tyre-conversion h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .tyre-conversion img {
    height: 200px;
  }

  .tyre-conversion .content-section {
    margin-bottom: 10px;
  }

  .tyre-conversion .conversion-text {
    order: 2;
    padding: 15px 15px 0;
  }

  .tyre-conversion .conversion-image {
    order: 1;
  }
}

/* 480px and Below */
@media (max-width: 480px) {
  .tyre-conversion {
    padding: 0 10px 20px;
  }

  .tyre-conversion h2 {
    font-size: 24px;
  }

  .tyre-conversion img {
    height: 180px;
  }

  .tyre-conversion .content-section {
    margin-bottom: 5px;
  }
}

/*4.ASPECT-RATIO*/

/*TYRE-ASPECT*/

/* 1200px and Below */
@media (max-width: 1200px) {
  .tyre-aspect {
    padding: 30px 60px;
  }

  .tyre-aspect h2 {
    font-size: 28px;
  }

  .tyre-aspect img {
    height: 280px;
  }

  .tyre-aspect .content-section {
    margin-top: 25px;
  }
}

/* 992px and Below */
@media (max-width: 992px) {
  .tyre-aspect {
    padding: 30px 40px;
  }

  .tyre-aspect h2 {
    font-size: 26px;
  }

  .tyre-aspect img {
    height: 250px;
  }

  .tyre-aspect .content-section {
    margin-top: 20px;
  }
}

/* 768px and Below */
@media (max-width: 768px) {
  .tyre-aspect {
    padding: 20px 30px;
  }

  .tyre-aspect h2 {
    font-size: 24px;
  }

  .tyre-aspect img {
    height: 220px;
  }

  .tyre-aspect .content-section {
    margin-top: 15px;
  }
}

/* 576px and Below */
@media (max-width: 576px) {
  .tyre-aspect {
    padding: 15px 20px;
  }

  .tyre-aspect h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-aspect img {
    height: 200px;
  }

  .tyre-aspect .content-section {
    margin-top: 10px;
  }
}

/* 480px and Below */
@media (max-width: 480px) {
  .tyre-aspect {
    padding: 20px 10px;
  }

  .tyre-aspect h2 {
    font-size: 24px;
  }

  .tyre-aspect img {
    height: 180px;
  }

  .tyre-aspect .content-section {
    margin-top: 5px;
  }
}

/*TYRE-DAMAGE*/

@media (max-width: 1200px) {
  .tyre-damage {
    padding: 0 60px 30px;
  }

  .tyre-damage img {
    height: 280px;
  }
}

@media (max-width: 992px) {
  .tyre-damage {
    padding: 0 40px 30px;
  }

  .tyre-damage img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .tyre-damage {
    padding: 0 20px 20px;
  }

  .tyre-damage h2 {
    font-size: 24px;
  }

  .tyre-damage h3 {
    font-size: 21px;
  }

  .tyre-damage img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .tyre-damage {
    padding: 0 15px 15px;
  }

  .tyre-damage h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-damage h3 {
    font-size: 21px;
  }

  .tyre-damage img {
    height: 200px;
  }

  .tyre-damage .content-section {
    margin-top: 20px;
  }

  .tyre-damage ul {
    margin-top: 10px;
  }

  .tyre-damage .damage-content {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .tyre-damage {
    padding: 0 10px 20px;
  }

  .tyre-damage h2 {
    font-size: 24px;
  }

  .tyre-damage h3 {
    font-size: 21px;
  }

  .tyre-damage img {
    height: 180px;
  }

  .tyre-damage .content-section {
    margin-top: 15px;
  }

  .tyre-damage .section {
    margin-top: 5px;
  }
}

/*5.CHAMBER OF HORROW*/

/*TYRE-CHAMBERS*/

/* Large screens (1200px and above) */
@media (max-width: 1200px) {
  .tyre-chambers {
    padding: 30px 60px;
  }

  .tyre-chambers .service-details {
    padding: 15px;
  }
}

/* Medium-large screens (992px - 1199px) */
@media (max-width: 992px) {
  .tyre-chambers {
    padding: 30px 40px;
  }

  .tyre-chambers .service-card {
    min-height: auto;
  }

  .tyre-chambers .col-md-4 {
    margin-top: 20px;
  }
}

/* Tablets (768px - 991px) */
@media (max-width: 768px) {
  .tyre-chambers {
    padding: 20px 30px;
  }

  .tyre-chambers .service-details {
    padding: 15px;
  }

  .tyre-chambers .col-md-4 {
    margin-top: 30px;
  }

  .tyre-chambers .service-card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

/* Small devices (576px - 767px) */
@media (max-width: 576px) {
  .tyre-chambers {
    padding: 15px 20px;
  }

  .tyre-chambers h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-chambers h4 {
    font-size: 20px;
  }

  .tyre-chambers .service-details {
    padding: 15px;
  }

  .tyre-chambers .col-md-4 {
    margin-top: 20px;
  }
}

/* Extra small devices (up to 480px) */
@media (max-width: 480px) {
  .tyre-chambers {
    padding: 20px 10px;
  }

  .tyre-chambers h2 {
    font-size: 24px;

  }

  .tyre-chambers h4 {
    font-size: 20px;
  }

  .tyre-chambers .service-card {
    box-shadow: none;
    border: 1px solid #ccc;
  }

  .tyre-chambers .col-md-4 {
    margin-top: 20px;
  }

  .tyre-chambers .service-details {
    padding: 15px;
  }
}

/*6.BREAKING-DISTANCE*/

/*TYRE-BREAKING*/

/* Large screens (1200px and below) */
@media (max-width: 1200px) {
  .tyre-breaking {
    padding: 30px 60px;
  }

  .tyre-breaking .breaking-list {
    gap: 45rem;
  }
}

/* Medium-large screens (992px - 1199px) */
@media (max-width: 992px) {
  .tyre-breaking {
    padding: 30px 40px;
  }

  .tyre-breaking .breaking-list {
    gap: 34rem;
  }

  .tyre-breaking img {
    height: 250px;
  }
}

/* Tablets (768px - 991px) */
@media (max-width: 768px) {
  .tyre-breaking {
    padding: 20px 30px;
  }

  .tyre-breaking h2 {
    font-size: 24px;
  }

  .tyre-breaking .breaking-list {
    flex-direction: column;
    /* Stack items vertically */
    gap: 1rem;
  }

  .tyre-breaking img {
    height: 220px;
  }
}

/* Small devices (576px - 767px) */
@media (max-width: 576px) {
  .tyre-breaking {
    padding: 15px 20px;
  }

  .tyre-breaking h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tyre-breaking img {
    height: 200px;
  }

  .tyre-breaking .breaking-list {
    gap: 1rem;
    padding-left: 20px;
  }
}

/* Extra small devices (up to 480px) */
@media (max-width: 480px) {
  .tyre-breaking {
    padding: 20px 10px;
  }

  .tyre-breaking h2 {
    font-size: 24px;

  }

  .tyre-breaking img {
    height: 180px;
  }

  .tyre-breaking .breaking-list {
    gap: 0.8rem;
    padding-left: 20px;
  }
}


/*FOOTER*/

/* Up to 1200px */
@media (max-width: 1200px) {
  .footer {
    padding: 30px 0;
  }

  .footer .social-icons i {
    font-size: 1rem;
  }

  .footer-bottom {
    font-size: 16px;
  }

  .company {
    padding-left: 30px;
  }

  .copyrights {
    padding-right: 30px;
  }

  .disclaimer {
    flex-direction: row;
    justify-content: center;

    font-size: 14px;
  }

  .footer .icon {
    font-size: 22px;
  }

  .footer .address {
    margin-bottom: 8px;
  }

  .address {
    justify-content: center;
  }

  .address .col-md-4 {
    min-width: 280px;
  }

  .address .icon {
    font-size: 12px;
  }

  .footer .logo {
    width: 150px;
  }


}

/* Up to 992px */
@media (max-width: 992px) {
  .footer {
    padding: 25px 0;
  }

  .footer .social-icons i {
    font-size: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    font-size: 15px;
  }

  .company,
  .copyrights,
  .social-icons {
    padding: 10px 0;
    text-align: center;
  }

  .company {
    padding-left: 0;
  }

  .copyrights {
    padding-right: 0;
    margin: 0;
  }

  .social-icons {
    padding-left: 0;
  }

  .footer a {
    order: 3;
    margin-left: 15px;
  }

  .footer:nth-child(even) .company {
    order: 2;
    padding-left: 20px;
  }

  .footer:nth-child(odd) .company {
    padding-right: 20px;
  }

  .disclaimer {
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
    font-size: 14px;
    margin-top: 8px;
  }

  .footer .icon {
    font-size: 20px;
  }

  .footer .address {
    margin-bottom: 6px;
  }

  .address {
    justify-content: center;
    text-align: center;
  }

  .address .col-md-4 {
    flex-direction: column;
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .address .icon {
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .footer .logo {
    width: 130px;
  }

}

/* Up to 768px */
@media (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }

  .footer .social-icons i {
    font-size: 16px;
    margin-right: 8px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    font-size: 15px;
  }

  .company,
  .copyrights {
    padding: 5px;
    text-align: center;
  }

  .footer a {
    margin-left: 15px;
  }

  .disclaimer {
    flex-direction: row;
    justify-content: center;
    margin-right: 0px;
    font-size: 13px;
  }

  .footer .icon {
    font-size: 18px;
  }

  .footer .address {
    margin-bottom: 5px;
  }

  .address {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .address .col-md-4 {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
  }

  .address .icon {
    font-size: 12px;
  }

  .footer .logo {
    width: 120px;
  }
}

/* Up to 576px */
@media (max-width: 576px) {
  .footer {
    padding: 15px 0;
  }

  .footer .social-icons i {
    font-size: 14px;
    margin-right: 6px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .company,
  .copyrights,
  .social-icons {
    padding: 5px 0;
  }

  .footer a {
    margin-left: 10px;
  }

  .disclaimer {
    flex-direction: column;
    text-align: center;
    margin-right: 0;
    font-size: 12px;
  }

  .footer .icon {
    font-size: 16px;
    margin-right: 8px;
  }

  .footer .address {
    margin-bottom: 4px;
  }

  .address .icon {
    font-size: 12px;
    margin-right: 6px;
  }

  .address p,
  .address a {
    font-size: 14px;
  }

  .footer .logo {
    width: 100px;
  }

  .footer .footer-links {
    text-align: center;
  }
}

/* Up to 480px */
@media (max-width: 480px) {
  .footer {
    padding: 10px 0;
    text-align: center;
  }

  .footer .social-icons i {
    font-size: 14px;
    margin-right: 5px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .company,
  .copyrights,
  .social-icons {
    padding: 5px 0;
    text-align: center;
  }

  .company {
    padding-left: 0;
  }

  .copyrights {
    padding-right: 0;
    padding-bottom: 0;
  }

  .social-icons {
    padding-left: 0;
  }

  .footer a {
    margin-left: 10px;
  }

  .disclaimer {
    flex-direction: column;
    text-align: center;
    margin-right: 0;
    font-size: 12px;
  }

  .footer .icon {
    font-size: 14px;
    margin-right: 6px;
  }

  .footer .address {
    margin-bottom: 3px;
  }

  .address {
    padding: 10px;
  }

  .address .icon {
    font-size: 12px;
    margin-right: 5px;
  }

  .address p,
  .address a {
    font-size: 14px;
  }

  .footer .logo {
    width: 90px;
  }
}
#btn-back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  z-index: 9999;
}
