@media only screen and (max-width: 1399px) {
  .industry-we-serve-image,
  .industry-we-serve-content::before {
    width: 41%;
  }
}
@media only screen and (max-width: 1199px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  /* .site-header.sticky {
    transform: translateY(-33px);
  } */
  .header-top-wrapper {
    padding: 6px 0;
  }
  .custom-logo-link {
    max-width: 100px;
  }
  .header-menu {
    gap: 16px;
  }
  .menu {
    gap: 10px;
  }
  .menu .menu-item {
    padding-bottom: 37px;
    margin-top: 38px;
  }
  .menu .menu-item a {
    font-size: 14px;
  }
  .site-content {
    padding-top: 129px;
  }
  .banner-block {
    padding: 102px 0 103px;
  }
  .industry-highlights-block,
  .service-card {
    padding: 20px;
  }
  .industry-highlights-list-image,
  .service-icon,
  .why-us-icon {
    padding: 10px;
  }
  .why-choose-image {
    margin-right: 0;
  }
  .cta-image {
    max-width: 460px;
  }
  .service-icon {
    margin-bottom: 16px;
  }
  .service-card h3,
  .service-card p {
    margin-bottom: 12px;
  }
  .contact-content {
    max-width: 100%;
    margin-left: 0;
  }
  /* 24/6/2025 */
  .menu .menu-item .sub-menu {
        column-count: 2;
    }
  /* 24/6/2025 */

}

@media only screen and (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 50px;
    line-height: 62px;
  }
  h2,
  .heading-two {
    font-size: 36px;
    line-height: 46px;
  }
  h3,
  .heading-three {
    font-size: 30px;
    line-height: 40px;
  }
  h4,
  .heading-four,
  .recent-post .widget_block .wp-block-heading {
    font-size: 24px;
    line-height: 30px;
  }
  h5,
  .heading-five {
    font-size: 22px;
    line-height: 24px;
  }
  h6,
  .heading-six {
    font-size: 18px;
  }
  .text-xl {
    font-size: 16px;
    line-height: 24px;
  }
  .solid-btn,
  .wpcf7-submit,
  .line-btn {
    padding: 10px 20px;
    gap: 8px;
  }
  .button-row,
  .button-row > p {
    gap: 16px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-30,
  .mb-32 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .header-social {
    gap: 6px;
  }
  .header-social span.text-sm {
    font-size: 12px;
    line-height: 18px;
  }
  .header-bottom {
    padding: 4px 0;
  }
  .custom-logo-link {
    max-width: 80px;
  }
  .header-menu {
    gap: 18px;
  }
  .hamburger-wrapper {
    display: block;
  }
  .hamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin: 0;
    border: none;
    padding: 0;
    background: transparent;
    overflow: hidden;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2591eb;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 2px;
  }
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    top: 10px;
  }
  .hamburger span:nth-child(4) {
    top: 18px;
  }
  .hamburger.is-active span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .hamburger.is-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.is-active span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .side-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: #ffffff;
    width: 35%;
    height: 100vh;
    box-shadow: 0px 4px 44px 0px #00000012;
    padding: 0;
    z-index: 1000;
    padding: 5px 0;
    transition: all ease-in-out 0.5s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .side-nav.shownav {
    left: 0;
    transition: all ease-in-out 0.5s;
  }
  .side-nav.shownav .hide.is-active {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .side-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    gap: 0;
  }
  .drop-arrow {
    display: block;
    position: absolute;
    right: 16px;
    top: 8px;
    cursor: pointer;
  }
  .menu .menu-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
  }
  .menu .menu-item .sub-menu,
  .menu .menu-item.menu-item-400 .sub-menu {
    column-count: 1;
  }
  .menu .sub-menu .menu-item {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
  }
  .menu .sub-menu .menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .menu .menu-item a {
    font-size: 14px;
    overflow: inherit;
    display: block;
    white-space: initial;
    padding: 0;
    padding: 10px 20px;
    transition: 0.3s;
  }
  .menu .menu-item.menu-item-has-children {
    padding: 0;
  }
  .menu .menu-item.menu-item-has-children .sub-menu {
    display: none;
    flex-direction: column;
    position: static;
    width: 100%;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
    background: transparent;
    border: none;
    padding: 0;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu .sub-menu .menu-item a {
    padding: 10px 30px;
  }
  .menu .sub-menu .menu-item a:hover {
    left: 0;
  }
  .menu .menu-item a::before,
  .menu .menu-item a::after {
    display: none;
  }
  .drop-arrow {
    display: block;
  }
  .site-content {
    padding-top: 116px;
  }
  .banner {
    padding-bottom: 0;
  }
  .industry-highlights {
    position: static;
    padding-top: 60px;
  }
  .industry-highlights-list-image,
  .service-icon,
  .why-us-icon {
    padding: 8px;
  }
  .industry-highlights-list-image img,
  .service-icon img,
  .why-us-icon img {
    width: 30px;
    height: 30px;
  }
  .industry-highlights-block h2 {
    margin-bottom: 8px;
  }
  .title-wrapper {
    text-align: left;
  }
  .title-wrapper p.light-grey-text {
    max-width: 100%;
  }
  .why-choose-list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer-top {
    padding: 40px 0;
  }
  .footer-left p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-info li p,
  .footer-info li a {
    font-size: 13px;
    column-gap: 6px;
  }
  .menu-footer-quick-links-container .menu {
    column-gap: 12px;
  }
  .go-top.solid-btn {
    right: 12px;
  }
  .industry-we-serve-content {
    max-width: 100%;
  }
  .industry-we-serve-content::before {
    display: none;
  }
  .industry-we-serve-content .white-text {
    color: #262020;
  }
  .industry-we-serve-list.common-list {
    column-gap: 30px;
  }
  .industry-we-serve-list.common-list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .content h1.wrong {
    font-size: 140px;
    line-height: 160px;
  }
  .why-us-list li {
    gap: 20px;
  }
  .why-us-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .why-us-image {
    margin-bottom: 24px;
  }
  .why-us-icon {
    width: 52px;
    height: 52px;
  }
  .why-us-icon img {
    width: 36px;
    height: 36px;
  }
  .cta-content .text-xl {
    font-size: 16px;
    max-width: 400px;
  }
  .cta-image {
    max-width: 370px;
  }
  .service-card {
    padding: 12px;
  }
  .service-card h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .service-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-card h3,
  .service-card p {
    margin-bottom: 8px;
  }
  .service-card a {
    font-size: 14px;
  }
  .career-from-block {
    padding: 30px;
  }
  .blog-image {
    height: 180px;
  }
  .blog-content h2,
  .blog-content p,
  .blog-content a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .recent-post #rpwwt-recent-posts-widget-with-thumbnails-3 img {
    max-width: 60px;
  }
  .recent-post .widget_block {
    padding: 12px;
  }
  .recent-post .rpwwt-widget ul {
    padding: 12px;
  }
  .recent-post .rpwwt-widget ul li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .contact-us-from {
    margin-top: 40px;
  }
  /* 24/6/2025 */
.pt-60 {
  padding-top: 40px;
}
.py-60 {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* 24/6/2025 */
}

@media only screen and (max-width: 767px) {
  h1,
  .heading-one,
  .inner-banner h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2,
  .heading-two {
    font-size: 30px;
    line-height: 40px;
  }
  h3,
  .heading-three {
    font-size: 24px;
    line-height: 32px;
  }
  h4,
  .heading-four,
  .recent-post .widget_block .wp-block-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  /* .site-header.sticky {
    transform: translateY(-30px);
  } */
  .header-info {
    gap: 12px;
  }
  .header-info li i {
    width: 14px;
    height: 14px;
  }
  .header-social-media {
    gap: 8px;
  }
  .header-social-media li a {
    width: 18px;
    height: 18px;
  }
  .side-nav {
    width: 50%;
  }
  .site-content {
    padding-top: 114px;
  }
  .banner-block {
    padding: 82px 0 83px;
  }
  .industry-highlights {
    padding-top: 40px;
  }
  .industry-highlights-col:not(:last-child) {
    margin-bottom: 24px;
  }
  .why-choose-image {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .footer-col:not(:first-child) {
    margin-top: 20px;
  }
  .footer-left .custom-logo-link {
    float: left;
    margin: 0 12px 0 0;
  }
  .footer-bottom-wrapper {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
  .industry-we-serve-col .common-list {
    margin-left: 0;
  }
  .about-us-img {
    display: none;
  }
  .about-us-content .about-us-img {
    display: block;
    position: static;
    margin-bottom: 24px;
    max-height: 340px;
  }
  .why-us-icon {
    width: 42px;
    height: 42px;
  }
  .why-us-icon img {
    width: 30px;
    height: 30px;
  }
  .cta-content {
    text-align: center;
  }
  .cta-content .text-xl {
    max-width: 100%;
  }
  .cta-image {
    display: none;
  }
  .service-detail-image {
    position: static;
  }
  .career-from-block {
    padding: 24px;
  }
  .recent-post {
    margin-top: 24px;
  }
  .contact-map iframe {
    height: 360px;
  }
  .contact-us-info li:not(:last-child) {
    margin-bottom: 12px;
  }
  .contact-us-map iframe {
    height: 360px;
  }
  /* 27/6/2025 */
  .header-top-wrapper {
        flex-direction: column;
    }
  /* 27/6/2025 */

}

@media only screen and (max-width: 575px) {
  h1,
  .heading-one,
  .inner-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .heading-two {
    font-size: 26px;
    line-height: 30px;
  }
  h3,
  .heading-three {
    font-size: 22px;
    line-height: 28px;
  }
  h4,
  .heading-four,
  .recent-post .widget_block .wp-block-heading {
    font-size: 20px;
    line-height: 26px;
  }
  h5,
  .heading-five {
    font-size: 18px;
    line-height: 26px;
  }
  h6,
  .heading-six {
    font-size: 16px;
  }
  p,
  a,
  p > a,
  .text-normal {
    font-size: 14px;
    line-height: 24px;
  }
  input,
  textarea,
  .form-control {
    padding: 10px 13px;
  }
  label {
    margin-bottom: 6px;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .solid-btn,
  .wpcf7-submit,
  .line-btn {
    font-size: 14px;
    padding: 8px 12px;
    gap: 6px;
  }
  .solid-btn i,
  .wpcf7-submit i,
  .line-btn i {
    width: 16px;
    height: 16px;
  }
  .button-row,
  .button-row > p {
    gap: 12px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
  .py-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .py-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .custom-logo-link {
    max-width: 70px;
  }
  .header-info {
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }
  .header-top-wrapper {
    display: none;
  }
  .side-nav {
    width: 82%;
  }
  .footer-info li p,
  .footer-info li a {
    column-gap: 8px;
  }
  .site-content {
    padding-top: 74px;
  }
  .banner-block {
    padding: 52px 0 53px;
  }
  .industry-highlights {
    padding-top: 30px;
  }
  .industry-highlights-col:not(:last-child) {
    margin-bottom: 16px;
  }
  .industry-highlights-block,
  .why-us-block {
    padding: 16px;
  }
  .industry-highlights-list-image,
  .service-icon,
  .why-us-icon {
    padding: 6px;
  }
  .industry-highlights-list-image img,
  .service-icon img,
  .why-us-icon img {
    width: 24px;
    height: 24px;
  }
  .industry-highlights-block h2 {
    margin-bottom: 4px;
  }
  .common-list li,
  .blog-detail-content ul li {
    padding-left: 18px;
  }
  .common-list li::before,
  .blog-detail-content ul li::before {
    top: 10px;
    left: 7px;
    width: 4px;
    height: 4px;
  }
  .why-choose-list li:not(:last-child) {
    margin-bottom: 4px;
  }
  .cta {
    padding: 40px 0;
  }
  .menu-footer-quick-links-container .menu {
    column-gap: 0;
  }
  .industry-we-serve-list.common-list {
    column-gap: 8px;
  }
  .industry-we-serve-col .common-list li::before {
    top: 8px;
    left: 7px;
    width: 4px;
    height: 4px;
  }
  .industry-we-serve-col .common-list li {
    padding-left: 18px;
  }
  .blog-detail-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-detail-content ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .content h1.wrong {
    font-size: 100px;
    line-height: 120px;
  }
  .thank-you-block {
    padding: 12px;
  }
  .thank-you-image {
    max-width: 80px;
    margin-bottom: 16px;
  }
  .about-us-content .about-us-img {
    max-height: 300px;
    margin-bottom: 16px;
  }
  .why-us-list li {
    gap: 16px;
  }
  .why-us-list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .why-us-icon {
    width: 38px;
    height: 38px;
  }
  .why-us-icon img {
    width: 26px;
    height: 26px;
  }
  .industries-col {
    margin-bottom: 16px;
  }
  .industries-col:nth-child(odd) {
    padding-right: 8px;
  }
  .industries-col:nth-child(even) {
    padding-left: 8px;
  }
  .industries-block {
    padding: 12px;
  }
  .industries-block h3,
  .industries-block p {
    line-height: 20px;
  }
  .services-row {
    margin-bottom: 8px;
  }
  .services-col {
    margin-bottom: 16px;
  }
  .services-col:nth-child(odd) {
    padding-right: 8px;
  }
  .services-col:nth-child(even) {
    padding-left: 8px;
  }
  .service-card h3,
  .service-card p {
    margin-bottom: 4px;
  }
  .service-card h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .career-from-block {
    padding: 14px;
  }
  .blog-col {
    margin-bottom: 16px;
  }
  .blog-col:nth-child(odd) {
    padding-right: 8px;
  }
  .blog-col:nth-child(even) {
    padding-left: 8px;
  }
  .blog-card {
    padding: 8px;
  }
  .blog-image {
    height: 180px;
  }
  .contact-content .footer-info li:not(:last-child),
  .contact-us-content .footer-info li:not(:last-child) {
    margin-bottom: 8px;
  }
  .contact-content .footer-info li a,
  .contact-us-content .footer-info li a {
    font-size: 14px;
  }
  .contact-content .footer-info li a i,
  .contact-us-content .footer-info li a i {
    width: 18px;
    height: 18px;
  }
  .contact-us-from {
    margin-top: 30px;
  }
  /* 23/6/2025 */
  .service-detail .common-list-numeric > li, .service-detail .common-list li {
        font-size: 14px;
        line-height: 24px;
    }
  /* 23/6/2025 */
  /* 24/6/2025 */
.pt-60 {
  padding-top: 30px;
}
.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* 24/6/2025 */
/* 26/6/2025 */
.area-serve-listing {
    column-count: 2;
}
/* 26/6/2025 */

}

@media only screen and (max-width: 480px) {
  .header-info {
    gap: 6px;
  }
  .header-info li {
    gap: 4px;
  }
  .header-info li .text-xs {
    font-size: 11px;
  }
  .industry-we-serve-list.common-list {
    column-count: 1;
  }
  .industry-highlights-col,
  .why-us-col {
    width: 100%;
  }
  .industries-block {
    padding: 8px;
  }
  .industries-col {
    margin-bottom: 8px;
  }
  .industries-col:nth-child(odd) {
    padding-right: 4px;
  }
  .industries-col:nth-child(even) {
    padding-left: 4px;
  }
  .services-col:nth-child(odd) {
    padding-right: 12px;
    width: 100%;
  }
  .services-col:nth-child(even) {
    padding-left: 12px;
    width: 100%;
  }
  .services .col-12.text-center {
    text-align: left !important;
  }
  .blog-col {
    width: 100%;
  }
  .blog-col:nth-child(odd) {
    padding-right: 12px;
  }
  .blog-col:nth-child(even) {
    padding-left: 12px;
  }
  .blog-image {
    height: 200px;
    max-width: 100%;
  }
  .blog-content {
    height: calc(100% - 200px);
  }
  .contact-us-info li:not(:last-child) {
    margin-bottom: 10px;
  }
  .contact-us-map iframe {
    height: 300px;
  }
}
