/* Very Large Screens (3160px and below) */
@media screen and (max-width: 3160px) {
  /* Styles for very large screens */
}
/* Large Screens (2560px and below) */
@media screen and (max-width: 2560px) {
  /* Styles for large screens */
}
/* Desktop Screens (1920px and below) */
@media screen and (max-width: 1920px) {
  /* Styles for desktop screens */
}
/* Mid-Large Screens (1680px and below) */
@media screen and (max-width: 1680px) {
  /* Styles for mid-large screens */
}
/* Mid Screens (1600px and below) */
@media screen and (max-width: 1600px) {
  /* Styles for mid screens */
}
/* Mid-Small Screens (1536px and below) */
@media screen and (max-width: 1536px) {
  /* Styles for mid-small screens */
}
/* Large Laptop Screens (1440px and below) */
@media screen and (max-width: 1440px) {
  /* Styles for large laptop screens */
}
/* Small Laptop Screens (1366px and below) */
@media screen and (max-width: 1366px) {
  p, a, .btn {
    font-size: 14px;
  }
  /* Styles for small laptop screens */
}
/* Large Tablet Screens (1024px and below) */
@media screen and (min-width: 1024px) {
  /* Styles for large tablet screens */
}
/* Large Tablet Screens (1023px and below) */
@media screen and (max-width: 1023px) {
  /* Styles for large tablet screens */
}
/* Mid Tablet Screens (992px and below) */
@media screen and (max-width: 992px) {
  /* Styles for mid tablet screens */
}
/* Small Tablet Screens (991px and below) */
@media screen and (max-width: 991px) {
  header {
    padding: 16px 0px 0px 0px;
  }
  header .navbar {
    border-radius: 40px;
  }
  header .top-bar {
    display: none;
  }
  .header-active .navbar {
    padding: 1rem;
  }
  .hero-banner-sec {
    margin-top: 2rem;
    padding: 0px 6.2vw;
  }
  .hero-banner-sec .row {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .hero-banner-sec .img-part img {
    width: 100%;
    border-radius: 20px;
  }
  .hero-banner-sec .text-part {
    padding-left: 0px;
  }
  .contact-sec .row {
    max-width: 100%;
  }
}
/* Extra-Small Tablet Screens (768px and below) */
@media screen and (max-width: 767px) {
    .prev-img {
    position: static;
}
    .prev-img img {
    width: 100%!important;
    height: auto!important;
    position: static;
}
.hero-banner-new .text-part {
    position: static;
}
.hero-banner-new > img {
    display: none;
}
.hero-banner-new {
    background: url(https://www.praktan.com/wp-content/themes/praktan/assets/images/herobg.png);
    padding: 80px 0px 40px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#Enquiry form .row {
    padding: 0px;
}
.hero-banner-new h2 {
    font-size: 36px;
}
.hero-banner-new h2 br {
    display:none;
}
.hero-banner-new .text-part p {
    max-width: 100%;
}
  .main-head h2 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .clients-sec, .explore-sec, .contact-sec {
    padding-bottom: 40px;
  }
  .contact-sec .form-part {
    padding: 40px 0px 0px 0px;
  }
  .about-us-sec {
    padding: 80px 0px 40px 0px;
  }
  .clients-sec {
    padding-bottom: 40px;
  }
  .clients-sec .form-part {
    padding: 40px 0px 0px 0px;
  }
  .clients-sec .row {
    max-width: 100%;
  }
  .clients-sec .row .client-logo {
    margin-bottom: 20px;
  }
  .blog-sec {
    margin-bottom: 4rem;
  }
  .blog-sec .blog-card {
    margin-bottom: 40px;
  }
  .explore-card {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
  .explore-card h3 {
    font-size: 1.45em;
  }
  .explore-card::after {
    display: none;
  }
  .main-footer .footer-card {
    margin-bottom: 40px;
  }
  .main-footer .footer-card:has(.footer-logo) {
    padding-right: 0px;
  }
  .main-footer .social-flex ul {
    margin-top: 1rem;
  }
  .main-footer .col-lg-4:nth-last-of-type(1) .footer-card {
    margin-bottom: 40px;
  }
  .preview-sec p {
    font-size: 16px;
    max-width: 80%;
    line-height: 30px;
}
.preview-sec strong {
    font-size: 30px;
    margin: 20px 0px;
}
}
/* Large Mobile Screens (576px and below) */
@media screen and (max-width: 576px) {
  /* Styles for large mobile screens */
  header.main.main-header {
    padding: 0px;
  }
  .main-header .logo {
    width: 80px;
    padding: 0px;
  }
  .hero-banner-new img {
    width: 100%;
    height: auto;
  }
  .hero-banner-new .text-part strong {
    font-size: 16px;
  }
  
  .hero-banner-new .text-part p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  #scroller {
    padding: 20px;
  }
  #scroller h4 {
    font-size: 20px;
  }
  .about-sec-new {
    padding: 40px 0px;
  }
  .about-sec-new p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .contact-sec-new p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .contact-sec-new input, .contact-sec-new select, .contact-sec-new textarea {
    font-size: 16px !important;
  }
  .footer-new {
    margin: 40px 0px 0px 0px;
    text-align: center;
  }
  .footer-new p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .footer-new ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0px;
  }
  .btn-submit {
    font-size: 14px !important;
  }
}
/* Mid Mobile Screens (480px and below) */
@media screen and (max-width: 480px) {
  /* Styles for mid mobile screens */
}
/* Small Mobile Screens (425px and below) */
@media screen and (max-width: 425px) {
  /* Styles for small mobile screens */
}
/* Extra-Small Mobile Screens (375px and below) */
@media screen and (max-width: 375px) {
  /* Styles for extra-small mobile screens */
}
/* Very Small Mobile Screens (320px and below) */
@media screen and (max-width: 320px) {
  p {
    font-size: 12px;
  }
  /* Styles for very small mobile screens */
}/*# sourceMappingURL=responsive.css.map */