:root {
  --jpk-accent-1: #0b2045;
  --jpk-accent-2: #8cbb2b;
  --jpk-color-white: #fff;
  --jpk-color-black: #000;
  --jpk-color-gray: #525252;
  --jpk-color-light-gray: #f8f9fb;
  --jpk-primary-font: "Nunito Sans";
  --jpk-transition: all 300ms ease-in-out;
}

/* ===== Header Area Responsive Styles ===== */
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 10px;
  }
  .navbar-collapse .navbar-nav {
    background-color: var(--jpk-color-white);
    padding: 1.2rem;
    border-radius: 6px;
  }
  .navbar-nav .nav-item .nav-link {
    color: var(--jpk-accent-01);
    line-height: 1;
    padding-bottom: 0.75rem;
  }
  .navbar-nav .nav-item:first-of-type .nav-link {
    padding-top: 0.2rem;
  }
  .navbar-nav .nav-item:last-of-type .nav-link {
    padding-bottom: 0.1rem;
  }
  .header-scrolled .navbar-collapse .navbar-nav {
    padding: 0.7rem 0.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    width: 66px;
    height: 66px;
  }
  .header-scrolled .navbar-brand {
    width: 56px;
    height: 56px;
  }
  .form-container {
    padding: 50px;
  }
  .contact-item-flex {
    margin-top: 25px;
  }
  .contact-icon {
    margin-right: 13px;
  }
  .contact-address .contact-link {
    max-width: 70%;
    font-size: 16px;
    line-height: 20px;
  }
  .contact-icon img {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
  .contact-address span {
    font-size: 20px;
  }
  .contact-address a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    width: 76px;
    height: 76px;
  }
  .header-scrolled .navbar-brand {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1700px) {
  .navbar-brand {
    width: 90px;
    height: 90px;
  }
  .header-scrolled .navbar-brand {
    width: 62px;
    height: 62px;
  }
}

/* ===== Container Responsive Styles ===== */
@media only screen and (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ===== Responsive Styles ===== */
@media only screen and (min-width: 576px) {
  .single-product-item img {
    width: 70%;
  }
  /* === Product Page Style === */
  .certificate-area {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .single-certi {
    width: calc((100% / 2) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .single-certi:not(:last-of-type) {
      margin-bottom: 20px;
  }
}
@media only screen and (min-width: 767px) {
  /* === Home Page Styles === */
  .banner-sec {
    background: url(../img/banner-background-img.jpeg) no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .banner-content h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .banner-content h1::before {
    width: 12px;
  }
  .banner-content p {
    font-size: 18px;
    line-height: 24px;
    max-width: 74%;
  }
  .btn {
    font-size: 16px;
    padding: 0.7rem 2.6rem;
  }
  .single-feature img {
    height: 46px;
    margin-right: 15px;
  }
  .single-feature p {
    font-size: 18px;
    line-height: 25px;
  }
  .small-heading {
    font-size: 22px;
  }
  .large-heading {
    font-size: 48px;
    line-height: 54px;
  }
  .content {
    font-size: 18px;
    line-height: 24px;
  }
  .abt-img {
    margin: auto;
    width: 74%;
  }
  .infoSlider .swiper-slide {
    min-height: 850px;
  }
  .infoSlider .swiper-pagination {
    bottom: 30px;
  }
  .absolute-btn {
    bottom: 3rem;
  }
  .adblue-title h2 {
    font-size: 34px;
  }
  .applicationSlider {
    margin-top: 25px;
  }
  .icon-container {
    height: 80px;
    width: 80px;
  }
  .whyjpk-list li {
    font-size: 18px;
    line-height: 24px;
  }
  .whyjpk-list li::before {
    width: 18px;
    height: 26px;
  }
  .jpk-prod-img img {
    width: 74%;
  }
  .testimonialSlider .tst-content {
    max-width: 84%;
  }
  .testimonialSlider .content {
    padding: 4% 8%;
  }
  .testimonialSlider .content::before,
  .testimonialSlider .content::after {
    width: 38px;
    height: 38px;
  }
  .testimonialSlider .content::before {
    top: 0;
  }
  .testimonialSlider .content::after {
    bottom: 2%;
  }
  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    height: 48px;
    width: 48px;
  }
  .custom-swiper-button-next img,
  .custom-swiper-button-prev img {
    height: 20px;
    width: 20px;
  }
  .testimonialSlider blockquote {
    padding: 0 8%;
  }
  footer {
    background: url(../img/footer-background.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .ft-title {
    font-size: 22px;
  }
  .ft-content {
    max-width: 56%;
  }
  .follow-title {
    font-size: 20px;
  }
  .imp-links-list li:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .imp-links-list li a {
    font-size: 17px;
  }
  address {
    max-width: 84%;
  }
  address a {
    font-size: 17px;
  }
  .footer-bottom {
    padding: 0.75rem;
  }
  .footer-bottom p {
    text-align: left;
  }
  .designBy {
    text-align: right !important;
  }

  /* === About Us PAge Styles === */
  .inner-banner {
    height: 420px;
  }
  .single-item {
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
  }
  .single-item::before {
    width: 18px;
    height: 24px;
  }

  /* === Product Page Styles === */
  .single-product-item {
    width: calc(100% / 2);
    padding: 2rem;
    border: 1px solid #e8e8e8;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .single-product-item:not(:first-of-type) {
    margin-top: 0;
  }
  .contact-container .btn {
    font-size: 18px;
    padding: 0.7rem 2rem;
  }
  .contact-container span {
    width: 100%;
  }
  .prod-jpk-product-img img {
    width: 64%;
  }
  .single-certi {
    padding: 30px 30px 20px 30px;
  }
  .certi-name {
    font-size: 24px;
    margin-top: 20px;
  }

  /* === Partner Page Styles === */
  .partner-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .single-contact-item {
    width: calc(100% / 2 - 5px);
    justify-content: center;
  }
  .single-contact-item:not(:last-of-type) {
    margin-bottom: 0;
  }

  /* === FAQs Page Styles ===  */
  .accordion {
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-icon-width: 1.4rem;
  }
  .accordion-button {
    font-size: 1.2rem;
  }
  .accordion-body p {
    font-size: 1rem;
    line-height: 19px;
  }
  .accordion .accordion-item {
    margin-bottom: 15px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .banner-content h1 {
    font-size: 56px;
    line-height: 62px;
  }
  .banner-content p {
    max-width: 50%;
  }
  .single-feature img {
    height: 52px;
  }
  .single-feature p {
    line-height: 24px;
  }
  .single-feature p br {
    display: block;
  }
  .small-heading {
    font-size: 24px;
  }
  .large-heading {
    font-size: 54px;
    line-height: 62px;
  }
  .abt-img {
    width: 80%;
  }
  .infoSlider .swiper-slide {
    min-height: 930px;
  }
  .ft-content {
    max-width: 64%;
  }
  .jpk-prod-img img {
    width: 92%;
  }
  .testimonialSlider .content {
    padding: 4% 6%;
  }
  address {
    max-width: 94%;
  }
  .footer-top {
    padding: 3rem 0 3rem 0;
  }
  .ft-content {
    max-width: 78%;
  }
  .footer-bottom {
    padding: 1rem 0;
  }
  .footer-bottom p {
    font-size: 13px;
  }
  .copyright {
    margin-bottom: 0 !important;
  }

  /* === About Us PAge Styles === */
  .box-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .single-box {
    width: calc((100% / 3) - 3px);
    transition: var(--jpk-transition);
    text-align: center;
    min-height: 380px;
    padding: 2rem 1.2rem;
  }
  .single-box:not(:last-of-type) {
    margin-bottom: 0;
  }
  .single-box:hover {
    background-color: var(--jpk-accent-2);
  }
  .single-box:hover img {
    filter: brightness(10);
  }
  .single-box:hover h3 {
    color: var(--jpk-color-white);
  }
  .single-box:hover p {
    color: var(--jpk-color-white);
  }

  /* === About Us Page Styles === */
  .single-item {
    max-width: 100%;
  }

  /* === Product Page Styles === */
  .single-product-item {
    min-height: 500px;
  }
  .single-product-item img {
    width: 60%;
  }
  .single-product-item h3 {
    margin-top: 20px;
    font-size: 26px;
  }
  .contact-container h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .contact-container .call-link {
    font-size: 30px;
  }
  .contact-container span {
    width: 70%;
  }
  .contact-container span::before,
  .contact-container span::after {
    width: calc(100% / 2 - 30px);
  }
  .contact-container span::before {
    left: 0;
  }
  .single-certi {
    width: calc((100% / 3) - 20px);
  }

  /* === Partner Page Style === */
  .single-contact-item {
    width: calc(100% / 2 - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-contact-item span {
    width: auto;
    font-size: 20px;
  }
  .single-contact-item img {
    margin: 0 12px;
  }

  /* === FAQs Page Styles ===  */
  .accordion {
    --bs-accordion-btn-padding-x: 1.45rem;
    --bs-accordion-btn-padding-y: 1.1rem;
    --bs-accordion-btn-icon-width: 1.8rem;
  }
  .accordion-button {
    font-size: 1.3rem;
  }
  .accordion-body {
    padding: 0 1.45rem;
  }
  .accordion-body p {
    font-size: 1.1rem;
    line-height: 23px;
    max-width: 86%;
  }

  /* === Contact Us Page Style === */
  .form-container {
    padding: 60px 46px;
  }
  .form-right-area {
    padding-top: 0;
    padding-left: 40px;
  }
  .contact-item-flex {
    margin-top: 25px;
    margin-bottom: 33px;
  }
  .contact-address .contact-link {
    max-width: 100%;
  }
  .form-right-area .form-title {
    margin-top: 17px;
  }
  .contact-items {
    margin-top: 68px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content h1 {
    font-size: 68px;
    line-height: 74px;
  }
  .banner-content p {
    font-size: 19px;
    line-height: 26px;
    max-width: 42%;
  }
  .small-heading {
    font-size: 26px;
  }
  .large-heading {
    font-size: 64px;
    line-height: 72px;
  }
  .abt-img {
    width: 84%;
    position: relative;
    bottom: -40px;
  }
  .abt-content {
    max-width: 90%;
  }
  .infoSlider .content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .absolute-btn {
    position: absolute;
    right: 0;
    bottom: 8rem;
  }
  .infoSlider .swiper-slide {
    min-height: 880px;
  }
  .applicationSlider {
    margin-top: 0;
  }
  .adblue-title h2 {
    font-size: 36px;
  }
  .applicationSlider .swiper-slide {
    text-align: center;
  }
  .icon-container {
    margin: 0 auto 15px auto;
  }
  .applicationSlider .swiper-slide h4 {
    font-size: 20px;
    justify-content: center;
    font-weight: 500;
    height: 46px;
  }
  .jpk-prod-img img {
    width: 76%;
  }
  .testimonialSlider .tst-content {
    max-width: 60%;
  }
  .testimonialSlider .content {
    padding: 1.5% 6%;
    font-size: 19.5px;
    line-height: 26px;
  }
  .testimonialSlider blockquote {
    padding: 0 6%;
  }
  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    height: 54px;
    width: 54px;
  }
  .custom-swiper-button-next img,
  .custom-swiper-button-prev img {
    height: 22px;
    width: 22px;
  }
  .logo img {
    width: 80px;
    height: 80px;
  }
  .ft-title {
    font-size: 24px;
  }
  .ft-content {
    max-width: 42%;
  }
  address {
    max-width: 90%;
    margin: 15px 0;
  }
  address a {
    line-height: 25px;
  }
  .footer-bottom p {
    font-size: 14px;
  }

  /* === About Us PAge Styles === */
  .inner-banner {
    height: 520px;
  }
  .single-box {
    min-height: 400px;
    padding: 3rem 1.6rem;
  }
  .single-box img {
    height: 66px;
    width: 66px;
    margin-bottom: 28px;
  }
  .single-box h3 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .single-item {
    max-width: 90%;
    font-weight: 400;
    min-height: 42%;
    margin-bottom: 25px;
    padding-left: 38px;
  }
  .single-item::before {
    width: 22px;
    height: 30px;
    top: -6px;
  }

  /* === Product Styles === */
  .single-product-item {
    min-height: 560px;
    padding: 3rem;
  }
  .single-product-item img {
    width: 56%;
  }
  .single-product-item h3 {
    font-size: 28px;
  }

  /* === Partner Page Style === */
  .single-contact-item span {
    font-size: 22px;
  }
  .single-contact-item img {
    width: 44px;
    margin: 0 15px;
  }
  .single-contact-item a {
    font-size: 30px;
  }

  /* === Contact Us Page Style === */
  .form-title h6 {
    font-size: 22px;
  }

  /* === Contact Us Page Style === */
  .form-container {
    padding: 60px;
  }
  .form-right-area {
    padding-left: 80px;
  }
  .contact-icon img {
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
  }
  .contact-address .contact-link {
    margin-top: 4px;
    max-width: 78%;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1700px) {
  .banner-content h1 {
    font-size: 80px;
    line-height: 88px;
  }
  .banner-content p {
    font-size: 20px;
    line-height: 28px;
    max-width: 47%;
  }
  .featureSlider .swiper-slide {
    padding-top: 2px;
  }
  .featureSlider .swiper-slide:first-of-type {
    min-width: 240px !important;
  }
  .single-feature img {
    height: 60px;
    position: relative;
    top: -2px;
  }
  .single-feature p {
    font-size: 20px;
    line-height: 26px;
  }
  .small-heading {
    font-size: 28px;
  }
  .large-heading {
    font-size: 74px;
    line-height: 84px;
  }
  .content {
    font-size: 20px;
    line-height: 28px;
  }
  .abt-sec .row .col-xxl-6:first-of-type {
    width: 58%;
  }
  .abt-sec .row .col-xxl-6:last-of-type {
    width: 42%;
  }
  .abt-img {
    width: 100%;
    position: relative;
    bottom: -50px;
  }
  .abt-content {
    max-width: 90%;
  }
  .jpk-prod-img {
    top: 45px;
  }
  .infoSlider .swiper-slide {
    min-height: 950px;
  }
  .testimonialSlider .content {
    font-size: 20px;
    line-height: 27px;
  }

  /* === About Us PAge Styles === */
  .inner-banner {
    height: 600px;
  }
  .inner-banner h1 {
    padding-left: 25px;
  }
  .single-box {
    min-height: 430px;
    padding: 3rem 2rem;
  }
  .single-item {
    font-size: 19px;
    line-height: 25px;
  }

  /* === Product Page Styles === */
  .single-product-item {
    min-height: 630px;
    padding: 4rem;
  }
  .single-product-item img {
    width: 60%;
  }
  .single-product-item h3 {
    font-size: 30px;
  }
  .contact-container h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .contact-container .call-link {
    font-size: 50px;
    margin: 14px auto 0 auto;
  }
  .contact-container span {
    width: 90%;
    margin: 25px 0;
    font-size: 26px;
  }
  .contact-container .btn {
    border-radius: 50px;
    font-size: 28px;
    padding: 0.95rem 5rem 0.98rem 5rem;
  }
  .prod-jpk-product-img {
    top: 0;
  }
}
