/* -----------------------------------------
    Media 1200px 
--------------------------------------------*/
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .quality-control .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-header {
    padding: 0;
  }
  .site-nav .nav-menu {
    gap: 12px;
    margin: 0 12px 0 0;
  }
  .site-nav > .menu-item {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .solid-btn,
  .line-btn {
    padding: 12px 20px;
  }
}

/* -----------------------------------------
    Media 991px 
--------------------------------------------*/
@media (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 52px;
    line-height: 64px;
  }
  h2,
  .heading-two {
    font-size: 36px;
    line-height: 48px;
  }
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .site-header {
    padding: 20px 0;
  }
  .mobile-only .custom-logo-link {
    display: block;
  }
  .drop-arrow {
    display: inline-block;
  }
  .side-nav .solid-btn {
    width: max-content;
    margin: 12px 20px 0;
    background: transparent;
    color: #002838;
    border: 0;
    font-weight: 600;
    padding: 0;
    font-size: 14px;
  }
  .menu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-left: 12px;
    border: 1px solid #009ee0;
    border-radius: 12px;
    padding: 0;
    background: transparent;
    overflow: hidden;
    width: 44px;
    height: 44px;
  }
  .line-toggle {
    position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    background: #009ee0;
    border-radius: 5px;
    transition: all 0.6s;
  }
  .line-toggle:first-child {
    transform: translateY(-10px) translateX(-4px);
    width: 16px;
    transition-delay: 0s;
  }
  .line-toggle:nth-child(2) {
    transition-delay: 0.12s;
  }
  .line-toggle:last-child {
    transform: translateY(10px) translateX(-5px);
    width: 12px;
    transition-delay: 0s;
  }
  .site-nav.toggled .line-toggle:first-child {
    background: #009ee0;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .site-nav.toggled .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }
  .site-nav.toggled .line-toggle:last-child {
    background: #009ee0;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .side-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    width: 50%;
    height: 100vh;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    padding: 0;
    z-index: 9;
    padding: 20px 0;
    transition: 1s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .site-nav.toggled .side-nav {
    left: 0;
    transition: 1s;
  }
  .side-nav .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    gap: 0;
  }
  .side-nav .custom-logo-link {
    padding: 0 20px 20px;
    border-bottom: 1px solid #efefef;
    display: block;
  }
  .side-nav .nav-menu li {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #efefef;
  }
  .nav-menu .menu-item a {
    overflow: inherit;
    display: block;
  }
  .nav-menu .menu-item a:before,
  .nav-menu .menu-item a:after {
    display: none;
  }
  .drop-arrow {
    position: absolute;
    right: 16px;
    top: 10px;
  }
  .nav-menu .menu-item-has-children .sub-menu {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
  }
  .nav-menu .sub-menu li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .footer-info li {
    margin-bottom: 12px;
  }
  .counter h6 {
    font-size: 16px;
  }
  .capability-box {
    padding: 12px;
  }
  .capability-box img {
    margin-bottom: 12px;
  }
  .about-journey-sec .img-box {
    height: auto;
    margin-bottom: 20px;
  }
  .quality-control .swiper-container {
    height: 100%;
  }
  .quality-control .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
  .value-box,
  .team-box {
    padding: 16px;
  }
}

/* -----------------------------------------
    Media 767px 
--------------------------------------------*/
@media (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 42px;
    line-height: 50px;
  }
  h2,
  .heading-two {
    font-size: 32px;
    line-height: 48px;
  }
  h3,
  .heading-three {
    font-size: 18px;
    line-height: 28px;
  }
  h5,
  h6,
  .heading-five,
  .heading-six {
    font-size: 16px;
  }
  .site-header {
    padding: 12px 0;
  }
  .solid-btn,
  .line-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .py-80,
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .mb-40,
  .mb-30 {
    margin-bottom: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .hide-desktop {
    display: block;
  }
  .top-footer {
    padding: 40px 0 20px;
  }
  .bottom-footer {
    padding-top: 16px;
  }
  .footer-link-col {
    border-bottom: 1px solid #003c55;
    margin-bottom: 16px;
  }
  .bottom-footer .list-title {
    position: relative;
    margin-bottom: 16px;
  }
  .bottom-footer .list-title::after {
    content: "";
    position: absolute;
    right: 16px;
    background: url(../images/icon-arrow-down.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease-in-out;
  }
  .bottom-footer .list-title.active::after {
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
  }
  .bottom-footer .footer-links {
    margin-bottom: 16px;
  }
  .footer-info li {
    margin-bottom: 6px;
  }
  .about-sec::before {
    width: 100%;
  }
  .counter li {
    align-items: flex-start;
    padding: 0 20px;
  }
  .counter li:first-child {
    padding-left: 0;
  }
  .counter li:last-child {
    padding-right: 0;
  }
  .product-counter-box {
    padding: 12px;
  }
  .product-counter-box .count-content {
    margin-left: 12px;
    padding-left: 12px;
  }
  .quality-control .blue-box {
    padding: 12px;
  }
  .career-stroy .img-box::after {
    display: none;
  }
  .form-card {
    padding: 30px 10px;
  }
  .approach-sec .nav-pills {
    display: flex;
    overflow-x: auto;
  }
  .approach-sec .nav-pills .nav-link {
    white-space: nowrap;
  }
  /* Error Page */
  .error-page-text {
    font-size: 100px;
    line-height: 150px;
  }
}

/* -----------------------------------------
    Media 640px 
--------------------------------------------*/
@media (max-width: 640px) {
  h1,
  .heading-one {
    font-size: 30px;
    line-height: 40px;
  }
  h2,
  .heading-two {
    font-size: 26px;
    line-height: 34px;
  }
  h4,
  .heading-four {
    font-size: 18px;
    line-height: 28px;
  }
  h3,
  .heading-three {
    font-size: 16px;
    line-height: 26px;
  }
  p,
  a {
    font-size: 14px;
    line-height: 26px;
  }
  .site-header {
    padding: 12px 0;
  }
  .side-nav {
    width: 60%;
  }
  .top-footer img {
    max-width: 260px;
  }
  .banner-sec .swiper-slide img {
    height: 350px;
    object-fit: cover;
  }
  .counter {
    flex-wrap: wrap;
  }
  .counter li {
    width: 50%;
    margin-bottom: 24px;
    align-items: center;
    padding: 0 12px;
  }
  .counter li:nth-child(2)::after {
    display: none;
  }
  .counter li:nth-child(3) {
    padding-left: 0;
    margin-bottom: 0;
  }
  .counter li:last-child {
    margin-bottom: 0;
  }
  .counter li:nth-child(2) {
    padding-right: 0;
  }
  .counter .count-wrap {
    text-align: center;
  }
  .counter h6 {
    font-size: 14px;
  }
  .nav-pills .nav-link {
    padding: 8px 24px;
  }
  .manufacture-facility .icon-box {
    width: 60px;
    height: 60px;
    padding: 4px;
  }
  .manufacture-facility .icon-box img {
    width: 50px;
    height: 50px;
  }
  .swiper-nav {
    gap: 16px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
  /* Thank You */
  .thank-you-block {
    padding: 20px;
  }
  .thank-you-image {
    max-width: 80px;
  }
  .counter-list li {
    width: 50%;
  }
  /* Error */
  .error-page-text {
    font-size: 80px;
    line-height: 120px;
  }
  .about-sec::before,
  .career-form-sec::before {
    width: 100%;
  }
  .contact-info .info-item {
    margin-bottom: 6px;
  }
}

/* -----------------------------------------
    Media 480px 
--------------------------------------------*/
@media (max-width: 480px) {
  .side-nav {
    width: 75%;
  }
  .side-nav .custom-logo-link {
    padding: 0 20px 12px;
  }
  .menu-toggle {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
  .site-nav.toggled .side-nav {
    padding: 12px 0;
  }
  .line-toggle:first-child {
    transform: translateY(-8px) translateX(-4px);
    width: 14px;
  }
  .line-toggle {
    width: 22px;
  }
  .line-toggle:last-child {
    transform: translateY(8px) translateX(-5px);
    width: 10px;
  }
  .site-nav.toggled .line-toggle:last-child,
  .site-nav.toggled .line-toggle:first-child {
    width: 24px;
  }
  .nav-pills .nav-link {
    padding: 6px 18px;
    font-size: 14px;
  }
  .product-counter-box {
    flex-wrap: wrap;
  }
  .product-counter-box .count-content {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 12px;
  }
  .form-card {
    padding: 20px 0;
  }
}
