@media (min-width: 0) and (max-width: 575.98px) {
	
    .career-table thead {
        display: none; /* Hide table header */
    }

    .career-table,
    .career-table tbody,
    .career-table tr,
    .career-table td {
        display: block;
        width: 100%;
    }

    .career-table tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 8px;
        background: #fff;
    }
	
    .career-table td {
        display: flex;
/*         justify-content: space-between; */
        padding: 8px 0;
        border: none;
/*         border-bottom: 1px solid #eee; */
    }
	.career-table td::before{
		min-width:120px;
	}

    .career-table td:last-child {
        border-bottom: none;
    }

    /* Add labels before each field */
    .career-table td:nth-child(1)::before {
        content: "Job Title :";
        font-weight: 600;
    }

    .career-table td:nth-child(2)::before {
        content: "Openings :";
        font-weight: 600;
    }

    .career-table td:nth-child(3)::before {
        content: "Posted On :";
        font-weight: 600;
    }

    .career-table td:nth-child(4)::before {
        content: "Apply Before :";
        font-weight: 600;
    }

    .career-table td:nth-child(5)::before {
        content: "";
    }
	.product-card:hover figure .overlay-content{
		display:none;
	}
	
}
@media (min-width: 575.98px) and (max-width: 768px) {
	.product-card:hover figure .overlay-content{
		display:none;
	}
}

@media (min-width: 576px) {
  .block {
    padding: 70px 0;
  }

  .hero-slider .swiper-slide {
    height: 600px;
  }

  .offer-section .lft img {
    width: 100px;
  }

  .offer-section .lft h2 {
    font-size: 42px;
  }

  .offer-section .lft p {
    font-size: 24px;
  }

}

@media(min-width:600px){
					.history-timeline-wrap::after {
  left: 50%;
}
}

@media (min-width: 768px) {
  .page-banner h1 {
    font-size: 45px;
  }

  .section-title {
    font-size: 30px;
  }
	
	
	

}

@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }
  .block {
    padding: 100px 0;
  }
  .section-title {
    font-size: 35px;
  }
  header .container-fluid {
    padding: 0 30px;
  }
  .site-branding .site-logo {
    width: 250px;
  }

  /* Menu */

  .main-navigation {
    display: block;
  }

  .main-navigation ul {
    display: flex;
  }
  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    width: 250px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    top: 100%;
    margin-left: 0;
    gap: 0;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
      transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
      transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.08);
    z-index: 9;
  }

  .menu-item-has-children > a:before {
    content: '\f107';
    font-family: 'Fontawesome';
    position: absolute;
    right: -12px;
    font-size: 10px;
    top: 33px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
      -webkit-filter 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
      filter 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
      filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
      -webkit-filter 0.3s ease-in-out;
  }

  .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 20px;
  }

  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children.hover-active > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }

  .menu-item-has-children .sub-menu li a:hover {
    color: var(--secondary-color);
  }

  .current_page_item > a,
  .menu-item > a:hover {
    color: var(--secondary-color);
  }

  .offer-section {
    padding: 90px 0;
  }

  .offer-section .lft {
    gap: 30px;
  }

  .offer-section .lft h2 {
    font-size: 50px;
  }

  .offer-section .lft p {
    font-size: 32px;
  }
	
	.dealer-card {
  padding: 25px;
	}
.dealer-card h3 {
  font-size: 20px;
}
	
}

@media (min-width: 1200px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 35px;
  }

  .page-banner h1 {
    font-size: 45px;
  }

  .page-banner {
    padding: 100px 0 100px 0;
  }

  .aside-title {
    font-size: 32px;
  }
}

@media (min-width: 1400px) {
}
