@media only screen and (max-width: 980px) {
  .home-about-section {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
  }
  .home-about-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home-about-container::before {
    background: linear-gradient(
      180deg,
      rgba(11, 37, 69, 0.92) 0%,
      rgba(11, 37, 69, 0.76) 50%,
      rgba(11, 37, 69, 0.25) 100%
    );
  }
  .home-about-picture,
  .home-about-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .home-about-overlay {
    position: relative;
    top: 75px;
    bottom: auto;
    left: 20px;
    right: auto;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 550px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
  }
  .about-journey-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-journey-content-col {
    order: 1;
  }
  .about-journey-images-col {
    display: none !important;
  }
  .about-journey-title {
    font-size: 30px;
  }
  .about-journey-img-card-2 {
    margin-top: 40px;
  }
  .about-mv-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .about-mv-card {
    padding: 40px 22px 35px 22px;
    border-radius: 20px;
  }
  .about-mv-title {
    font-size: 26px;
  }
  .about-mv-desc {
    font-size: 14px;
  }
  .about-mv-vector-badge {
    top: -5px;
    right: 18px;
  }
  .about-mv-vector-img {
    width: 120px;
  }
  .about-process-section {
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: visible;
  }
  .process-header {
    margin-bottom: 25px;
  }
  .process-title {
    font-size: 28px;
  }
  .process-radial-container {
    width: 100%;
    max-width: 100%;
    height: 300px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .process-radial-stage {
    transform: scale(0.78);
    transform-origin: top center;
    margin: 0 auto;
  }
  .about-values-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .values-title {
    font-size: 30px;
  }
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .about-product-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-overview-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .product-media-col {
    order: 1;
    width: 100%;
  }
  .product-content-col {
    order: 2;
  }
  .product-image-card {
    max-width: 100%;
    height: 540px;
  }
  .product-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .contact-main-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-form-card {
    padding: 35px 30px;
  }
  .form-grid-2col {
    column-gap: 25px;
  }
  .contact-details-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .contact-detail-underline {
    width: 100%;
    max-width: 180px;
  }
  .contact-map-section {
    padding-bottom: 60px;
  }
  .contact-map-card {
    height: 420px;
  }
  .map-info-card {
    bottom: 20px;
    right: 20px;
    width: 340px;
    padding: 22px 24px 18px 24px;
  }
  .products-grid-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .section-title-center {
    font-size: 28px;
  }
  .section-header-center {
    margin-bottom: 40px;
  }
  .industries-section {
    padding-bottom: 85px;
  }
  .industries-container {
    padding-left: 25px;
  }
  .industries-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .industries-content-col {
    max-width: 100%;
    padding-right: 25px;
  }
  .industries-title {
    font-size: 30px;
  }
  .industries-controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
  }
  .industry-card {
    height: 360px;
  }
  .projects-header-overlay {
    top: 35px;
    left: 25px;
  }
  .projects-swiper {
    height: 500px;
  }
  .project-card-overlay {
    padding: 30px 25px 65px 25px;
  }
  .projects-nav-btn {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
  .projects-nav-prev {
    left: 20px;
  }
  .projects-nav-next {
    right: 20px;
  }
  .blogs-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 36px;
  }
  .blog-card {
    height: 380px;
  }
  .blogs-grid-3col,
  .blogs-grid-2col,
  .projects-grid-3col,
  .projects-grid-2col,
  .portfolio-grid-3col {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .site-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
  }
  .footer-bg-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .footer-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .footer-overlay {
    position: relative;
    z-index: 2;
    padding: 20px 0 20px 0;
  }
  .footer-main-grid {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .site-container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .section-padding {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
  }
  .site-header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height-mobile, 76px);
  }
  .site-header.is-sticky .header-container {
    height: var(--header-height-mobile-sticky, 66px);
  }
  .header-nav {
    display: none !important;
  }
  .header-cta-btn {
    display: none !important;
  }
  .mobile-hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .logo-img {
    max-height: 38px;
  }
  .site-header.is-sticky .logo-img {
    max-height: 32px;
  }
  .offcanvas-sidebar {
    width: 300px;
  }
  .sidebar-content {
    padding: 24px 20px;
  }
  .sidebar-header {
    padding: 20px 20px;
  }
  .page-banner-section {
    padding: 15px 0 0 0;
  }
  .page-banner-card {
    height: 75vh;
    height: 75dvh;
    min-height: auto;
    border-radius: 16px;
    align-items: flex-start;
  }
  .contact-page .page-banner-card {
    align-items: flex-start;
  }
  .page-banner-overlay {
    position: relative;
    top: 35px;
    transform: none;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
  }
  .contact-page .page-banner-overlay {
    padding: 0 20px;
  }
  .page-banner-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page-banner-desc {
    font-size: 14px;
    margin-bottom: 0;
  }
  .page-banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 22px;
  }
  .page-banner-actions .btn,
  .page-banner-actions .btn-style-2 {
    width: 100%;
    padding: 11px 6px;
    font-size: 12.5px;
    text-align: center;
    justify-content: center;
  }
  .about-journey-content-col {
    order: 1;
  }
  .about-journey-images-col {
    display: none !important;
  }
  .about-journey-images-wrapper {
    gap: 15px;
  }
  .about-journey-img-card {
    border-radius: 16px;
  }
  .about-journey-img-card-2 {
    margin-top: 30px;
  }
  .about-journey-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .about-journey-desc {
    font-size: 14px;
  }
  .about-stats-grid {
    gap: 12px;
  }
  .about-stat-card {
    padding: 18px 16px;
    border-radius: 12px;
  }
  .about-stat-number {
    font-size: 26px;
  }
  .about-stat-label {
    font-size: 13px;
  }
  .about-mv-section {
    padding-top: 0 !important;
    padding-bottom: 50px;
  }
  .about-mv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-mv-card {
    padding: 35px 20px 30px 20px;
    border-radius: 18px;
    overflow: visible;
  }
  .about-mv-vector-badge {
    top: -2px;
    right: 20px;
    width: auto;
    height: auto;
  }
  .about-mv-vector-img,
  .about-mv-vector-badge picture,
  .about-mv-vector-img {
    width: 110px;
  }
  .about-mv-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .about-mv-icon {
    width: 38px;
    height: 38px;
  }
  .about-mv-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .about-mv-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-process-section {
    padding-top: 0;
    padding-bottom: 30px;
    overflow: visible;
  }
  .process-header {
    margin-bottom: 15px;
  }
  .process-title {
    font-size: 22px;
  }
  .process-subtitle {
    font-size: 13px;
  }
  .process-radial-container {
    width: 100%;
    max-width: 100%;
    height: 165px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .process-radial-stage {
    transform: scale(0.42);
    transform-origin: top center;
    margin: 0 auto;
  }
  .about-values-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .values-header {
    margin-bottom: 25px;
  }
  .values-title {
    font-size: 24px;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .value-card {
    padding: 24px 12px 20px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
  }
  .value-icon-box {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }
  .value-icon {
    width: 44px;
    height: 44px;
  }
  .value-card-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .value-card-desc {
    font-size: 12px;
    line-height: 1.45;
  }
  .about-product-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .product-image-card {
    height: 300px;
  }
  .product-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .faq-question-text {
    font-size: 15px;
  }
  .faq-answer-text {
    font-size: 13.5px;
  }
  .contact-main-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .contact-main-title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .contact-main-desc {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .contact-form-card {
    padding: 28px 20px;
    border-radius: 18px;
  }
  .form-grid-2col,
  .form-grid-3col {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .form-footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .btn-contact-submit {
    width: 100%;
    text-align: center;
  }
  .contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .contact-detail-underline {
    width: 200px;
    max-width: 100%;
  }
  .contact-map-section {
    padding-bottom: 45px;
  }
  .contact-map-card {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .contact-map-iframe {
    height: 360px;
    margin-top: -95px;
  }
  .map-info-card {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 24px 24px;
    box-shadow: none;
    padding: 26px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .map-info-header {
    justify-content: center;
    margin-bottom: 8px;
  }
  .map-info-address {
    text-align: center;
    font-size: 13.5px;
    margin-bottom: 18px;
  }
  .btn-map-action {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 12px 20px;
  }
  .products-grid-4col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-title-center {
    font-size: 24px;
  }
  .section-desc-center {
    font-size: 14px;
  }
  .section-header-center {
    margin-bottom: 30px;
  }
  .hero-section {
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero-content-wrapper {
    max-width: 100%;
    padding-top: 0;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  .hero-title {
    margin-bottom: 14px;
    text-align: left;
  }
  .hero-desc {
    margin-bottom: 24px;
    text-align: left;
    font-size: 14px;
  }
  .hero-cta-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .hero-btn {
    width: 100%;
    max-width: 280px;
    padding: 13px 20px;
  }
  .marquee-section {
    padding: 8px 0;
  }
  .marquee-content {
    gap: 25px;
    padding-right: 25px;
  }
  .marquee-item {
    gap: 25px;
    font-size: 12px;
  }
  .marquee-star-icon {
    width: 14px;
    height: 14px;
  }
  .solutions-header {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  .solutions-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .solutions-cards-grid .solution-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .solution-card-body {
    padding: 16px;
  }
  .home-about-overlay {
    top: 75px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 0;
  }
  .cta-section {
    position: relative;
    width: 100%;
    height: 75vh;
    height: 75dvh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0 !important;
  }
  .cta-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cta-picture,
  .cta-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .cta-overlay {
    position: absolute;
    top: 35px;
    bottom: auto;
    left: 15px;
    right: auto;
    transform: none !important;
    z-index: 2;
    width: calc(100% - 30px);
    max-width: 440px;
    padding: 0;
    background: transparent;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .cta-content-wrapper {
    align-items: flex-start;
    text-align: left;
  }
  .cta-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
  }
  .cta-desc {
    font-size: 14px;
    margin-bottom: 22px;
    text-align: left;
  }
  .cta-btn-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .home-about-title {
    margin-bottom: 12px;
  }
  .home-about-desc {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
  }
  .industries-section {
    padding-bottom: 75px;
  }
  .industries-container {
    padding-left: 15px;
  }
  .industries-content-col {
    padding-right: 15px;
  }
  .industries-title {
    font-size: 26px;
  }
  .industries-controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
  }
  .industry-card {
    height: 360px;
  }
  .projects-header-overlay {
    top: 30px;
    left: 15px;
  }
  .projects-title {
    font-size: 24px;
  }
  .projects-swiper {
    height: 460px;
  }
  .project-card-overlay {
    padding: 20px 15px 60px 15px;
  }
  .project-category-badge {
    font-size: 11px;
    padding: 4px 14px;
    margin-bottom: 10px;
  }
  .project-card-title {
    font-size: 16px;
  }
  .project-location {
    font-size: 12px;
  }
  .projects-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
  .projects-nav-prev {
    left: 12px;
  }
  .projects-nav-next {
    right: 12px;
  }
  .projects-pagination-wrapper {
    bottom: 16px;
  }
  .blogs-header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }
  .blogs-grid-3col,
  .blogs-grid-2col,
  .projects-grid-3col,
  .projects-grid-2col,
  .portfolio-grid-3col {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-card {
    height: 360px;
  }
  .blog-card-overlay {
    padding: 20px;
  }
  .blog-date-pill {
    top: 15px;
    left: 15px;
    font-size: 11px;
    padding: 4px 14px;
  }
  .blog-card-title {
    font-size: 17px;
  }
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-brand-col {
    max-width: 100%;
  }
  .footer-brand-desc {
    max-width: 100%;
  }
  .footer-divider {
    margin: 20px 0 15px 0;
  }
  .blogs-title br,
  .projects-title br {
    display: none !important;
  }
  .project-card-overlay,
  .project-card-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .process-label {
    width: 150px;
    text-wrap: wrap;
    text-align: center;
  }
  .process-node.node-1 {
    right: 414px;
  }
  .process-node.node-2 {
    right: 372px;
  }
  .process-node.node-3 {
    right: 282px;
  }
  .process-node.node-5 {
    left: 302px;
  }
  .process-node.node-6 {
    left: 372px;
  }
  .process-node.node-7 {
    left: 414px;
  }
  .process-node,
  .process-node.node-4 {
    gap: 16px;
  }
  .product-gallery-slider-wrapper {
    padding-bottom: 25px !important;
  }
  .gallery-pagination {
    bottom: -47px !important;
  }
  .solution-card-title {
    font-size: 16px !important;
  }
  .solution-card-desc {
    min-height: auto !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  body.about-page .page-banner-img {
    object-position: top !important;
  }
  .home-about-section {
    height: 75dvh !important;
  }
  .home-about-img {
    object-position: top !important;
  }
  .home-about-overlay {
    top: 50px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .solutions-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .solutions-cards-grid .solution-card {
    flex: 0 1 calc(50% - 10px);
    max-width: 360px;
  }
  .solutions-section {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .site-container {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
  }
  .section-padding {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
  }
  .site-header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height-mobile, 76px);
  }
  .site-header.is-sticky .header-container {
    height: var(--header-height-mobile-sticky, 66px);
  }
  .header-nav {
    display: none !important;
  }
  .header-cta-btn {
    display: none !important;
  }
  .mobile-hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .logo-img {
    max-height: 42px;
  }
  .site-header.is-sticky .logo-img {
    max-height: 36px;
  }
  .page-banner-section {
    padding: 25px 0 25px 0;
  }
  .page-banner-card {
    height: 75vh;
    height: 75dvh;
    min-height: auto;
    border-radius: 18px;
    align-items: flex-start;
  }
  .contact-page .page-banner-card {
    height: 35vh;
    height: 35dvh;
    min-height: 260px;
    align-items: center;
  }
  .page-banner-overlay {
    position: relative;
    top: 40px;
    transform: none;
    padding: 0 25px;
    max-width: 85%;
    width: 100%;
  }
  .contact-page .page-banner-overlay {
    top: 0;
    padding: 0 35px;
    max-width: 90%;
  }
  .page-banner-title {
    font-size: 28px;
  }
  .about-journey-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-journey-content-col {
    order: 1;
  }
  .about-journey-images-col {
    display: none !important;
  }
  .about-journey-title {
    font-size: 28px;
  }
  .about-mv-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .about-mv-card {
    padding: 40px 20px 35px 20px;
    border-radius: 20px;
  }
  .about-mv-title {
    font-size: 24px;
  }
  .about-mv-desc {
    font-size: 13.5px;
  }
  .about-mv-vector-badge {
    top: -3px;
    right: 20px;
  }
  .about-mv-vector-img,
  .about-mv-vector-badge picture,
  .about-mv-vector-img {
    width: 115px;
  }
  .about-process-section {
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: visible;
  }
  .process-radial-container {
    width: 100%;
    max-width: 100%;
    height: 290px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .process-radial-stage {
    transform: scale(0.76);
    transform-origin: top center;
    margin: 0 auto;
  }
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .hero-section {
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 110px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero-content-wrapper {
    max-width: 450px;
    padding-top: 0;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  .hero-title {
    text-align: left;
  }
  .hero-desc {
    text-align: left;
  }
  .hero-cta-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .marquee-section {
    padding: 9px 0;
  }
  .marquee-content {
    gap: 30px;
    padding-right: 30px;
  }
  .marquee-item {
    gap: 30px;
    font-size: 13px;
  }
  .marquee-star-icon {
    width: 16px;
    height: 16px;
  }
  .solutions-header {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }
  .solutions-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
  }
  .solutions-cards-grid .solution-card {
    flex: 0 1 calc(50% - 13px);
    max-width: 400px;
  }
  .industries-section {
    padding-bottom: 85px;
  }
  .industries-container {
    padding-left: 25px;
  }
  .industries-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .industries-content-col {
    max-width: 100%;
    padding-right: 25px;
  }
  .industries-controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
  }
  .industry-card {
    height: 360px;
  }
  .projects-header-overlay {
    top: 40px;
    left: 25px;
  }
  .projects-swiper {
    height: 520px;
  }
  .project-card-overlay {
    padding: 30px 25px 65px 25px;
  }
  .cta-section {
    position: relative;
    width: 100%;
    height: 75vh;
    height: 75dvh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0 !important;
  }
  .cta-overlay {
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 25px;
    right: auto;
    transform: none !important;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .cta-content-wrapper {
    align-items: flex-start;
    text-align: left;
  }
  .cta-title {
    font-size: 30px;
    text-align: left;
  }
  .cta-desc {
    font-size: 15px;
    text-align: left;
  }
  .cta-btn-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .footer-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 24px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-main-grid > .footer-col:nth-child(1) {
    grid-column: span 2;
    max-width: 100%;
    width: 100%;
  }
  .footer-main-grid > .footer-col:nth-child(2) {
    grid-column: span 1;
    max-width: 100%;
    width: 100%;
  }
  .footer-main-grid > .footer-col:nth-child(3) {
    grid-column: span 1;
  }
  .footer-main-grid > .footer-col:nth-child(4) {
    grid-column: span 1;
  }
  .footer-main-grid > .footer-col:nth-child(5) {
    grid-column: span 1;
  }
  .footer-brand-desc {
    max-width: 420px;
  }
  .solutions-header,
  .home-about-overlay {
    max-width: 100%;
  }
  .home-about-section {
    height: 75dvh;
  }
  .home-about-img {
    object-position: center 75%;
  }
  .blogs-title br,
  .projects-title br {
    display: none !important;
  }
  .project-card-overlay,
  .project-card-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .cta-section {
    height: 75dvh !important;
  }
  .cta-container,
  .cta-picture,
  .cta-picture img {
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
  }
  .cta-bg-img {
    object-position: bottom !important;
  }
  .about-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-stat-label {
    width: 100%;
  }
  .project-card-overlay,
  .project-card-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .process-label {
    width: 150px;
    text-wrap: wrap;
    text-align: center;
  }
  .process-node.node-1 {
    right: 608px;
  }
  .process-node.node-2 {
    right: 566px;
  }
  .process-node.node-3 {
    right: 476px;
  }
  .process-node.node-5 {
    left: 496px;
  }
  .process-node.node-6 {
    left: 566px;
  }
  .process-node.node-7 {
    left: 608px;
  }
  .process-node,
  .process-node.node-4 {
    gap: 16px;
  }
  .product-gallery-slider-wrapper {
    padding-bottom: 25px !important;
  }
  .gallery-pagination {
    bottom: -43px !important;
  }
  .solution-card-title {
    font-size: 16px !important;
  }
  .solution-card-desc {
    min-height: auto !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .contact-details-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .hero-bg-img,
  body#accessories-page .page-banner-img,
  body.blogs-page .page-banner-img {
    object-position: bottom !important;
  }
  .home-about-img {
    object-position: center 35% !important;
  }
  body.about-page .page-banner-img {
    object-position: center 85% !important;
  }
  .cta-bg-img,
  body.products-page .page-banner-img {
    object-position: center 75% !important;
  }
  .contact-page .page-banner-card {
    height: 75vh !important;
    align-items: flex-start !important;
    min-height: auto !important;
    padding: 25px !important;
  }
  .contact-page .page-banner-overlay {
    padding: 0px !important;
    padding-top: 25px !important;
    max-width: 85% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .site-container {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
  }
  .section-padding {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
  }
  .nav-list {
    gap: 20px;
  }
  .header-cta-btn {
    padding: 8px 16px;
  }
  .page-banner-section {
    padding: 20px 0 35px 0;
  }
  .page-banner-card {
    min-height: 450px;
    border-radius: 20px;
    align-items: center;
  }
  .page-banner-overlay {
    position: relative;
    top: 0;
    padding: 40px 0 40px 35px;
    max-width: 450px;
  }
  .page-banner-title {
    font-size: 32px;
  }
  .about-journey-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-journey-content-col {
    order: 1;
  }
  .about-journey-images-col {
    display: none !important;
  }
  .hero-section {
    min-height: 100vh;
    min-height: 100dvh;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero-content-wrapper {
    max-width: 450px;
    padding-top: 0;
    text-align: left;
  }
  .hero-title {
    text-align: left;
  }
  .hero-desc {
    text-align: left;
  }
  .hero-cta-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .marquee-section {
    padding: 9px 0;
  }
  .marquee-content {
    gap: 30px;
    padding-right: 30px;
  }
  .marquee-item {
    gap: 30px;
    font-size: 13px;
  }
  .marquee-star-icon {
    width: 16px;
    height: 16px;
  }
  .solutions-header {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .solutions-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
  }
  .solutions-cards-grid .solution-card {
    flex: 0 1 calc(33.333% - 17px);
    max-width: 380px;
  }
  .industries-section {
    padding-bottom: 75px;
  }
  .industries-container {
    padding-left: 25px;
  }
  .industries-layout {
    grid-template-columns: 320px 1fr;
    gap: 35px;
  }
  .industries-content-col {
    max-width: 320px;
    padding-right: 0;
  }
  .industries-title {
    font-size: 28px;
  }
  .industries-controls {
    position: absolute;
    left: 25px;
    bottom: 80px;
    transform: none;
  }
  .industry-card {
    height: 360px;
  }
  .projects-header-overlay {
    top: 40px;
    left: 25px;
  }
  .projects-swiper {
    height: 520px;
  }
  .project-card-overlay {
    padding: 30px 25px 65px 25px;
  }
  .cta-overlay {
    position: absolute;
    top: 50px;
    bottom: auto;
    left: 35px;
    right: auto;
    transform: none !important;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .cta-content-wrapper {
    align-items: flex-start;
    text-align: left;
  }
  .cta-title {
    font-size: 32px;
    text-align: left;
  }
  .cta-desc {
    font-size: 16px;
    text-align: left;
  }
  .cta-btn-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .footer-main-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  .cta-section {
    height: 50dvh !important;
  }
  .cta-container,
  .cta-picture,
  .cta-picture img {
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
  }
  .cta-bg-img {
    object-position: bottom !important;
  }
  .about-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-stat-label {
    width: 100%;
  }
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .product-gallery-slider-wrapper {
    padding-bottom: 25px !important;
  }
  .gallery-pagination {
    bottom: -43px !important;
  }
  .solution-card-title {
    font-size: 16px !important;
  }
  .solution-card-desc {
    min-height: auto !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .solutions-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
  }
  .solutions-cards-grid .solution-card {
    flex: 0 1 calc(33.333% - 17px);
    max-width: 380px;
  }
  .industries-container {
    padding-left: 50px;
  }
  .industries-layout {
    grid-template-columns: 360px 1fr;
    gap: 50px;
  }
  .industries-controls {
    position: absolute;
    left: 50px;
    bottom: 80px;
    transform: none;
  }
  .industry-card {
    height: 360px;
  }
  .footer-main-grid {
    grid-template-columns: 1.5fr 1fr 1.1fr 1.1fr 1.2fr;
    gap: 30px;
  }
  .about-mv-vector-badge {
    right: 30px;
  }
  .about-mv-vector-img,
  .about-mv-vector-badge picture,
  .about-mv-vector-img {
    width: 150px;
  }
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .product-details-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-details-left {
    padding: 0;
  }
  .product-main-img-wrapper {
    padding: 0;
    max-width: 100%;
  }
  .product-details-right {
    max-width: 100%;
  }
  .product-details-heading {
    font-size: 28px;
  }
  .gallery-card {
    padding: 16px;
  }
  .gallery-nav-prev {
    left: -12px;
  }
  .gallery-nav-next {
    right: -12px;
  }
  .gallery-pagination {
    bottom: -35px !important;
  }
  .quick-specs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .product-overview-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .construction-card {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .product-details-left,
  .product-main-img-wrapper {
    padding: 0;
  }
  .product-checklist-grid {
    grid-template-columns: 1fr;
  }
  .product-actions-row {
    flex-direction: column;
    width: 100%;
  }
  .btn-quote-primary,
  .btn-brochure-secondary {
    width: 100%;
  }
  .gallery-section-title,
  .specs-section-title,
  .overview-title,
  .tech-specs-title {
    font-size: 24px;
  }
  .gallery-card {
    padding: 12px;
  }
  .gallery-nav-btn,
  .related-nav-btn {
    display: flex !important;
    width: 36px;
    height: 36px;
    z-index: 30;
  }
  .gallery-nav-prev,
  .related-nav-prev {
    left: -6px;
  }
  .gallery-nav-next,
  .related-nav-next {
    right: -6px;
  }
  .quick-specs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .spec-card {
    padding: 16px 14px;
  }
  .spec-value {
    font-size: 14px;
  }
  .construction-card {
    padding: 24px 18px;
  }
  .construction-diagram-view {
    height: 150px;
  }
  .tech-specs-table th,
  .tech-specs-table td {
    padding: 12px 16px;
    font-size: 13.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .site-container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
  }
  .section-padding {
    width: 100%;
    max-width: 100%;
    padding: 75px 0;
  }
  .nav-list {
    gap: 24px;
  }
  .hero-content-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }
  .solutions-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .solutions-cards-grid .solution-card {
    flex: initial;
    max-width: 100%;
  }
  .industries-container {
    padding-left: 50px;
  }
  .industries-layout {
    grid-template-columns: 360px 1fr;
    gap: 60px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .site-container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
  }
  .section-padding {
    width: 100%;
    max-width: 100%;
    padding: 75px 0;
  }
  .nav-list {
    gap: 30px;
  }
  .hero-content-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }
  .industries-container {
    padding-left: 50px;
  }
  .industries-layout {
    grid-template-columns: 370px 1fr;
    gap: 70px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .site-container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
  }
  .section-padding {
    width: 100%;
    max-width: 100%;
    padding: 75px 0;
  }
  .nav-list {
    gap: 38px;
  }
  .hero-content-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }
  .industries-container {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 980px) {
  .terms-modern-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .terms-sidebar-col {
    position: static;
  }
  .terms-nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms-warranty-stats {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 8px !important;
  }
  .warranty-stat-item {
    padding: 12px 6px !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .warranty-stat-label {
    font-size: 10.5px !important;
  }
  .warranty-stat-years {
    font-size: 15px !important;
  }
  .terms-payment-track {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 16px !important;
    gap: 16px !important;
  }
  .payment-track-step {
    flex: 0 0 auto !important;
  }
  .payment-track-step:last-child {
    max-width: 52% !important;
  }
  .payment-track-line {
    display: block !important;
    flex: 1 !important;
    min-width: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-bottom-links {
    justify-content: center;
  }
  .terms-nav-links {
    grid-template-columns: 1fr;
  }
  .terms-warranty-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .warranty-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 10px;
  }
  .terms-warranty-stats .warranty-stat-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
  }
  .warranty-stat-label {
    text-align: center;
  }
  .warranty-stat-years {
    text-align: center;
  }
  .terms-payment-track {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
  }
  .terms-payment-track .payment-track-step,
  .terms-payment-track .payment-track-step:last-child {
    max-width: 100% !important;
    width: 100% !important;
  }
  .payment-track-line {
    display: none;
  }
  .terms-section-h2 {
    font-size: 20px;
  }
  .terms-text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
  }
}