@font-face {
  font-family: 'Acumin Pro BoldItalic';
  src: url('../fonts/acumin-pro/AcuminPro-BoldItalic.eot');
  src: url('../fonts/acumin-pro/AcuminPro-BoldItalic.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.svg#AcuminPro-BoldItalic')
      format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Bold';
  src: url('../fonts/acumin-pro/AcuminPro-Bold.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Bold.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Bold.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Bold.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Italic';
  src: url('../fonts/acumin-pro/AcuminPro-Italic.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Italic.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Italic.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Italic.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Italic.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Italic.svg#AcuminPro-Italic')
      format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Regular';
  src: url('../fonts/acumin-pro/AcuminPro-Regular.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Regular.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Regular.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Regular.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Regular.svg#AcuminPro-Regular')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothicNextLTPro-Rg';
  src: url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.eot');
  src: url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.woff2')
      format('woff2'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.woff')
      format('woff'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.ttf')
      format('truetype'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.svg#TradeGothicNextLTPro-Rg')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fixed / smooth top nav */
.how-work-nav {
  position: relative;
  z-index: 9999;
}

.how-work-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.how-work-nav-placeholder {
  display: none;
  width: 100%;
}

.how-work-nav-placeholder.active {
  display: block;
}

@keyframes navSlideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.new-accc-hardware-wrapper {
  font-family: 'TradeGothicNextLTPro-Rg';
}

.new-accc-hardware-wrapper section {
  float: left;
  width: 100%;
}

img {
  max-width: 100%;
}

.commom-sp {
  padding: 90px 0;
}

.how-work-nav {
  background: #343434;
  padding: 10px 0;
  width: 100%;
  float: left;
  width: 100%;
}

.how-work-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.how-work-nav ul li button {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: 0.3s ease;
  display: inline-block;
  padding: 0 10px 3px;
  border: none !important;
}

.how-work-nav ul li button:hover,
.how-work-nav ul li button.active {
  color: #10d7ff;
}

.how-work-nav ul li button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #10d7ff;
  transition: 0.3s ease;
}

.how-work-nav ul li button:hover::after,
.how-work-nav ul li button.active::after {
  width: 100%;
}

.how-work-nav .nav-link.active {
  color: #10d7ff;
  background: transparent;
  border-color: transparent;
}

.overview-section {
  background-color: #113154;
  color: #fff;
}

.hero-title-main {
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero-desc {
  color: white;
  font-size: 20px !important;
  line-height: 1.4;
  max-width: 450px;
  margin-bottom: 0;
  text-align: left;
}

.hero-video-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  width: 80px;
  height: 80px;
}

.play-btn-overlay img {
  opacity: 0.7;
}

.play-btn-overlay:hover img {
  opacity: 1;
}

.hero-banner-slider {
  position: relative;
}

.hero-banner-slider .item img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
}

.hero-banner-slider.owl-theme .owl-nav {
  display: none;
}

.hero-banner-slider.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  margin-top: 0;
  text-align: center;
}

.hero-banner-slider.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  background: #979797;
  border: none;
}

.hero-banner-slider.owl-theme .owl-dots .owl-dot.active span,
.hero-banner-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #b6b5b5;
}

.section-orange-line {
  display: block;
  width: 80px;
  height: 4px;
  background: #f36f21;
  margin: 0 auto 20px;
}

.section-main-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #003054;
}

.steps-section {
  background: #fff;
}

.steps-section .section-orange-line {
  margin: 0 auto 20px;
}

.btn-case-study {
  background: #f36f21;
  color: #fff;
  padding: 10px 48px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-case-study:hover {
  background: #d95c0f;
  color: #fff;
}

.get-started-sec {
  background: #113154;
  padding: 65px 0;
  text-align: center;
}

.get-started-sec p {
  color: #fff;
  font-size: 34px !important;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto 18px;
  font-weight: 600;
}

.get-started-sec .cta-sub {
  color: #fff;
  font-size: 22px;
  margin-bottom: 22px;
  display: block;
}

.hero-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
}

/* Vimeo iframe */
.hero-video-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Poster */
.video-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Play Button */
.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.play-btn-overlay img {
  width: 80px;
  max-width: 18vw;
  height: auto;
}

/*============== 1 =================*/

.hardware-box {
  border: 1px solid #d9d9d9;
  background: #fff;
  text-align: center;
  padding: 15px 12px 25px;
  height: 100%;
}

.hardware-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.hardware-img img {
  width: auto;
}

.hardware-box h4 {
  color: #005da6;
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: normal;
}

.hardware-box p {
  color: #757575;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.hardware-box a {
  color: #757575;
  font-size: 18px;
  text-decoration: underline;
}

.hardware-box a:hover {
  color: #f36f21;
}

/*============== 2 =================*/

.key-benefits-section {
  background: #fff;
}

.benefits-image img {
  width: 100%;
  display: block;
}

.benefit-item {
  margin-bottom: 25px;
}

.benefit-item h4 {
  color: #005da6;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.benefit-item p {
  color: #757575;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 83%;
}
.video-btm-text p {
  color: #757575;
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
}
.benefit-stats {
  display: flex;
  margin-top: 55px;
}

.stat-box {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  border-right: 2px solid #d8d8d8;
}

.stat-box:last-child {
  border-right: none;
}

.stat-box span {
  display: block;
  color: #003054;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-box small {
  display: block;
  color: #8a8a8a;
  font-size: 20px;
  max-width: 80%;
  margin: auto;
  margin-top: 16px;
  line-height: 28px;
}

/*============== 3 =================*/

.world-projects-section {
  background: #113154;
  color: #ffffff;
  overflow: hidden;
}

.world-project-slide {
  padding: 0 40px;
}

.world-project-content {
  position: relative;
}

.world-project-icon {
  position: absolute;
  left: 0;
  top: -18px;
  width: 70px;
  height: 70px;
  background: #005da6;
  display: block;
}

.world-project-content h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 45px;
  z-index: 2;
  padding-left: 50px;
}

.world-project-content p {
  color: #ffffff;
  font-size: 20px !important;
  line-height: 30px;
  max-width: 400px;
  margin-bottom: 28px;
}

.world-project-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 8px 40px;
  font-size: 18px;
  line-height: 1;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.world-project-btn:hover {
  background: #f36f21;
  border-color: #f36f21;
  color: #ffffff;
}

.world-project-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.world-projects-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.world-projects-slider .owl-nav button.owl-prev,
.world-projects-slider .owl-nav button.owl-next {
  position: absolute;
  bottom: -140px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.world-projects-slider .owl-nav button.owl-prev {
  left: 140px;
}

.world-projects-slider .owl-nav button.owl-next {
  right: 140px;
}

.world-projects-slider .owl-nav button.owl-prev:hover,
.world-projects-slider .owl-nav button.owl-next:hover {
  background: #f36f21 !important;
  border-color: #f36f21 !important;
}

.world-projects-slider .owl-dots {
  display: none;
}

.world-thumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 50px auto 0;
  flex-wrap: nowrap;
  max-width: 730px;
}

.world-thumb-item {
  flex: 0 0 155px;
  width: 100%;
  height: 140px;
  cursor: pointer;
  opacity: 0.7;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.world-thumb-item.active {
  opacity: 1;
  border-color: #10d7ff;
}

.world-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*============== 4 =================*/

.testing-certification-section {
  background: #fff;
}

.testing-list {
  padding-right: 20px;
}

.testing-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 35px;
}

.testing-item:last-child {
  margin-bottom: 0;
}

.testing-item::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 1px;
  color: #005da6;
  font-size: 25px;
  line-height: 1;
}

.testing-item h4 {
  color: #005da6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
}

.testing-item p {
  color: #757575;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  max-width: 90%;
}

.testing-image img {
  width: 100%;
  display: block;
}

/* =========================================================
   FULL RESPONSIVE CSS OVERRIDES
   Add this at the bottom of your current CSS file
========================================================= */

/* Large screens */
@media (max-width: 1199px) {
  .commom-sp {
    padding: 75px 0;
  }

  .section-main-title {
    font-size: 44px;
  }

  .hero-title-main {
    font-size: 42px;
  }

  .hero-banner-slider .item img {
    height: 340px;
  }

  .hardware-box h4,
  .benefit-item h4 {
    font-size: 26px;
  }

  .hardware-box p,
  .benefit-item p,
  .testing-item p {
    font-size: 18px !important;
    line-height: 28px;
  }

  .world-projects-slider .owl-nav button.owl-prev {
    left: 70px;
  }

  .world-projects-slider .owl-nav button.owl-next {
    right: 70px;
  }

  .world-thumb-wrapper {
    max-width: 650px;
  }

  .world-thumb-item {
    height: 120px;
  }
  .stat-box span {
    font-size: 40px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .commom-sp {
    padding: 60px 0;
  }
  .hero-banner-slider .item img {
    height: 320px;
  }

  .section-main-title {
    font-size: 38px;
  }

  .how-work-nav ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
  }

  .how-work-nav ul li button {
    font-size: 17px;
  }

  .hero-title-main {
    font-size: 38px;
    text-align: center;
  }

  .hero-desc {
    font-size: 18px !important;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .hero-banner-slider .item img {
    height: 320px;
  }

  .hero-video-wrap {
    margin-top: 30px;
  }

  .play-btn-overlay img {
    width: 65px;
  }

  .hardware-box {
    margin-bottom: 20px;
  }

  .hardware-box h4 {
    font-size: 24px;
  }

  .hardware-box p {
    font-size: 16px !important;
    line-height: 24px;
  }

  .benefits-image {
    margin-bottom: 30px;
  }

  .benefit-item {
    text-align: center;
  }

  .benefit-item p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-stats {
    margin-top: 40px;
  }

  .stat-box span {
    font-size: 42px;
  }

  .stat-box small {
    font-size: 18px;
    line-height: 24px;
  }

  .world-project-slide {
    padding: 0 30px;
  }

  .world-project-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .world-project-icon {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .world-project-content h3 {
    padding-left: 0;
    font-size: 26px;
    margin-bottom: 35px;
    padding-top: 9px;
  }

  .world-project-content p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .world-projects-slider .owl-nav button.owl-prev,
  .world-projects-slider .owl-nav button.owl-next {
    bottom: -115px;
  }

  .world-projects-slider .owl-nav button.owl-prev {
    left: 10px;
  }

  .world-projects-slider .owl-nav button.owl-next {
    right: 10px;
  }

  .world-thumb-wrapper {
    max-width: 540px;
    margin-top: 45px;
  }

  .world-thumb-wrapper .owl-stage {
    display: flex;
    align-items: center;
  }

  .world-thumb-wrapper .owl-item {
    display: flex;
    justify-content: center;
  }

  .world-thumb-item {
    height: 100px;
  }

  .testing-list {
    padding-right: 0;
  }

  .testing-item {
    padding-left: 25px;
  }

  .testing-item h4 {
    font-size: 22px;
  }

  .testing-item p {
    max-width: 100%;
  }

  .testing-image {
    margin-top: 25px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .commom-sp {
    padding: 45px 0;
  }

  .section-main-title {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .section-orange-line {
    width: 65px;
    height: 4px;
    margin-bottom: 16px;
  }

  .how-work-nav {
    padding: 15px 10px;
  }

  .how-work-nav ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .how-work-nav ul li button {
    font-size: 16px;
    padding: 0 5px 3px;
  }

  .hero-title-main {
    font-size: 32px;
  }

  .hero-desc {
    font-size: 17px !important;
    line-height: 1.5;
  }

  .hero-banner-slider .item img {
    height: 260px;
  }

  .hero-banner-slider.owl-theme .owl-dots {
    bottom: -34px;
  }

  .hero-video-wrap {
    aspect-ratio: 18 / 10;
  }

  .play-btn-overlay img {
    width: 55px;
  }

  .hardware-box {
    height: auto;
    padding: 18px 15px 25px;
  }

  .hardware-img {
    margin-bottom: 15px;
  }

  .hardware-box h4 {
    font-size: 24px;
  }

  .hardware-box p {
    font-size: 17px !important;
    line-height: 26px;
  }

  .hardware-box a {
    font-size: 17px;
  }

  .benefit-item h4 {
    font-size: 24px;
  }

  .benefit-item p {
    font-size: 17px;
    line-height: 26px;
  }

  .video-btm-text p {
    font-size: 20px !important;
  }

  .world-project-slide {
    padding: 0;
  }

  .world-project-content h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .world-project-content p {
    font-size: 16px !important;
    line-height: 26px;
  }

  .world-project-btn {
    padding: 8px 28px;
    font-size: 16px;
  }

  .world-project-image img {
    height: 220px;
  }

  .world-projects-slider .owl-nav button.owl-prev,
  .world-projects-slider .owl-nav button.owl-next {
    bottom: -90px;
    width: 32px;
    height: 32px;
    font-size: 13px !important;
  }

  .world-projects-slider .owl-nav button.owl-prev {
    left: 0px;
  }

  .world-projects-slider .owl-nav button.owl-next {
    right: 0px;
  }

  .world-projects-slider .owl-nav button i {
    font-size: 13px;
  }

  .world-thumb-wrapper {
    max-width: calc(100% - 95px);
    margin-top: 35px;
  }

  .world-thumb-item {
    height: 70px;
    flex: auto;
  }

  .testing-item {
    margin-bottom: 25px;
  }

  .testing-item h4 {
    font-size: 20px;
  }

  .testing-item p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }

  .get-started-sec {
    padding: 45px 0;
  }

  .get-started-sec p {
    font-size: 26px !important;
  }

  .get-started-sec .cta-sub {
    font-size: 19px;
  }

  .btn-case-study {
    padding: 9px 30px;
    font-size: 17px;
  }
  .hardware-box {
    margin-bottom: 10px;
  }
  .world-project-content {
    margin-bottom: 10px;
  }
}

/* Small mobile */
@media (max-width: 575px) {
  .commom-sp {
    padding: 40px 0;
  }
  .new-accc-hardware-wrapper section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefit-stats {
    flex-direction: column;
    gap: 24px;
    margin-top: 35px;
  }

  .stat-box {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 22px;
  }

  .stat-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .stat-box span {
    font-size: 38px;
  }

  .stat-box small {
    max-width: 100%;
    margin-top: 10px;
  }

  .hero-banner-slider .item img {
    height: 240px;
  }

  .section-main-title {
    font-size: 28px;
  }

  .how-work-nav {
    padding: 12px 0;
  }

  .how-work-nav ul {
    gap: 14px;
  }

  .how-work-nav ul li button {
    font-size: 15px;
    padding: 0 3px 3px;
  }

  .hero-title-main {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 16px !important;
  }

  .hero-banner-slider .item img {
    height: 230px;
  }

  .play-btn-overlay {
    width: 60px;
    height: 60px;
  }

  .play-btn-overlay img {
    width: 50px;
  }

  .hardware-box h4,
  .benefit-item h4 {
    font-size: 22px;
  }

  .hardware-box p,
  .benefit-item p {
    font-size: 16px;
    line-height: 25px;
  }

  .stat-box span {
    font-size: 34px;
  }

  .stat-box small {
    font-size: 17px;
    line-height: 23px;
  }

  .world-project-content h3 {
    font-size: 20px;
    padding-top: 13px;
  }

  .world-project-content p {
    font-size: 15px !important;
    line-height: 24px;
  }

  .world-project-image img {
    height: 190px;
  }

  .world-projects-slider .owl-nav button.owl-prev,
  .world-projects-slider .owl-nav button.owl-next {
    bottom: -78px;
    width: 30px;
    height: 30px;
  }

  .world-projects-slider .owl-nav button.owl-prev {
    left: 0;
  }

  .world-projects-slider .owl-nav button.owl-next {
    right: 0;
  }

  .world-thumb-wrapper {
    max-width: calc(100% - 80px);
    margin-top: 30px;
  }

  .world-thumb-item {
    height: 58px;
  }

  .testing-item {
    padding-left: 22px;
  }

  .testing-item h4 {
    font-size: 19px;
  }

  .testing-item p {
    font-size: 15px;
    line-height: 24px;
  }

  .get-started-sec p {
    font-size: 22px !important;
  }

  .get-started-sec .cta-sub {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .btn-case-study {
    font-size: 16px;
  }
}

/* Extra small mobile */
@media (max-width: 420px) {
  .section-main-title {
    font-size: 25px;
  }

  .hero-title-main {
    font-size: 25px;
  }

  .hero-banner-slider .item img {
    height: 200px;
  }

  .world-project-image img {
    height: 170px;
  }

  .world-thumb-wrapper {
    max-width: calc(100% - 70px);
  }

  .world-thumb-item {
    height: 50px;
  }

  .world-projects-slider .owl-nav button.owl-prev {
    left: -10px;
  }

  .world-projects-slider .owl-nav button.owl-next {
    right: -10px;
  }
}

/* ==============================
   WEDGE CLAMP SECTION
================================= */

.wedge-page-section {
  width: 100%;
  background: #ffffff;
  font-family: inherit;
  color: #003054;
  overflow: hidden;
}

.wedge-page-section *,
.wedge-page-section *::before,
.wedge-page-section *::after {
  box-sizing: border-box;
}

/* ==============================
   HERO
================================= */

.wedge-hero {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.wedge-hero-container {
  max-width: 1320px;
  width: 100%;
  min-height: 430px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.wedge-hero-text {
  width: 38%;
  position: relative;
  z-index: 2;
}

.wedge-hero-text h1 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 48px;
  color: #003054;
  line-height: 1.2;
  margin-bottom: 15px;
}

.wedge-hero-text h3 {
  color: #005da6;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.wedge-hero-image {
  width: 62%;
  height: 430px;
  visibility: hidden;
}

.wedge-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ==============================
   CONTENT
================================= */

.wedge-content-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 75px 20px 70px;
}

.wedge-section-title {
  text-align: center;
  margin-bottom: 55px;
}

.wedge-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 55px;
}

.wedge-feature-box h4 {
  color: #005da6;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wedge-feature-box p {
  color: #757575;
  font-size: 19px !important;
  line-height: 1.35;
  max-width: 440px;
}

.fullwidth-content p {
  max-width: 100% !important;
}

.wedge-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wedge-bullet-list li {
  position: relative;
  color: #757575;
  font-size: 18px;
  line-height: 1.45;
  padding-left: 40px;
  margin-bottom: 13px;
}

.wedge-bullet-list li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width: 10px;
  height: 10px;
  background: #005da6;
  border-radius: 50%;
}

/* ==============================
   RESOURCE TABS
================================= */

.wedge-resource-area {
  padding: 0 0 90px;
}

.wedge-resource-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 70px;
}

.wedge-resource-tabs button {
  position: relative;
  background: transparent;
  border: none;
  color: #003054;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  padding: 0 15px 12px;
  cursor: pointer;
  text-align: center;
}

.wedge-resource-tabs button.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 145px;
  height: 3px;
  background: #10d7ff;
  transform: translateX(-50%);
}

.wedge-resource-panels {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.wedge-resource-panel {
  display: none;
}

.wedge-resource-panel.active {
  display: block;
}

/* Video */
.wedge-video-box {
  width: 100%;
}

.wedge-video-frame {
  width: 610px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background: #f5f5f5;
  border: 1px solid #999999;
}

.wedge-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Installation */
.wedge-download-row {
  display: grid;
  grid-template-columns: 430px 1fr;
  align-items: center;
  gap: 120px;
}

.wedge-doc-image {
  text-align: center;
}

.wedge-doc-image img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 371px;
}

.wedge-doc-content h2 {
  color: #005da6;
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 8px;
}

.wedge-doc-content h3 {
  color: #777777;
  font-size: clamp(20px, 3vw, 38px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 70px;
}

.wedge-download-btn {
  display: inline-block;
  min-width: 220px;
  padding: 8px 20px;
  border: 1px solid #005da6;
  border-radius: 6px;
  color: #777777;
  background: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  transition: 0.3s ease;
}

.wedge-download-btn:hover {
  background: #005da6;
  color: #ffffff;
}

/* Brochure */
.wedge-brochure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px;
  align-items: start;
}

.wedge-brochure-card {
  text-align: center;
}

.wedge-brochure-card .wedge-doc-image {
  margin-bottom: 30px;
}

.performance-list {
  padding-top: 18px;
}

.performance-list li h4 {
  font-size: 23px;
  margin-bottom: 10px;
  color: #757575 !important;
}

.performance-list li {
  margin-bottom: 25px;
}

/* ==============================
   RESPONSIVE
================================= */

@media (max-width: 1199px) {
  .wedge-hero-container {
    max-width: 1000px;
    min-height: 390px;
  }

  .wedge-hero-image {
    height: 390px;
  }

  .wedge-content-wrap {
    padding: 65px 20px 60px;
  }

  .wedge-feature-grid {
    gap: 40px;
  }

  .wedge-resource-tabs {
    margin-bottom: 60px;
  }

  .wedge-download-row {
    gap: 80px;
  }

  .wedge-brochure-grid {
    gap: 90px;
  }

  .wedge-feature-box h4 {
    font-size: 26px;
  }

  .wedge-hero-text h1 {
    font-size: 42px;
  }

  .performance-list {
    padding-top: 18px;
  }

  .performance-list li h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .performance-list li {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .wedge-hero-container {
    min-height: 340px;
  }

  .wedge-hero-text {
    width: 42%;
  }

  .wedge-hero-image {
    width: 58%;
    height: 340px;
  }

  .wedge-feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .wedge-feature-box p {
    font-size: 17px !important;
  }

  .wedge-bullet-list li {
    font-size: 17px !important;
  }

  .wedge-resource-tabs button {
    font-size: 21px;
  }

  .wedge-download-row {
    grid-template-columns: 300px 1fr;
    gap: 55px;
  }

  .wedge-doc-image img {
    max-width: 285px;
  }

  .wedge-doc-content h3 {
    margin-bottom: 45px;
  }

  .wedge-brochure-grid {
    gap: 60px;
  }

  .wedge-hero-text h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .wedge-hero-container {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  .wedge-hero-text {
    width: 100%;
    padding: 45px 20px 25px;
    text-align: center;
  }

  .wedge-hero-image {
    width: 100%;
    height: 280px;
  }

  .wedge-content-wrap {
    padding: 50px 20px;
  }

  .wedge-section-title {
    margin-bottom: 35px;
  }

  .wedge-feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }

  .wedge-feature-box p {
    max-width: 100% !important;
    font-size: 16px !important;
    text-align: left !important;
    line-height: 1.7 !important;
  }

  .wedge-bullet-list li {
    font-size: 16px !important;
    padding-left: 30px !important;
    margin-bottom: 12px !important;
  }

  .wedge-bullet-list li::before {
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
  }

  .wedge-resource-area {
    padding-bottom: 55px;
  }

  .wedge-resource-tabs {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    border-bottom: none;
  }

  .wedge-resource-tabs button {
    font-size: 22px;
    padding: 14px 15px;
    border-bottom: 1px solid #d9d9d9;
  }

  .wedge-resource-tabs button.active::after {
    width: 120px;
  }

  .wedge-resource-panels {
    padding: 0 15px;
  }

  .wedge-video-frame {
    width: 100%;
  }

  .wedge-download-row {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .wedge-doc-content h3 {
    margin-bottom: 28px;
  }

  .wedge-brochure-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wedge-hero {
    background-image: none !important;
  }

  .wedge-hero-image {
    visibility: visible;
  }

  .wedge-feature-box h4 {
    font-size: 24px;
  }

  .wedge-hero-text h1 {
    font-size: 32px;
  }
  .performance-list li h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .wedge-hero-text {
    padding: 38px 15px 22px;
  }

  .wedge-hero-text h1 {
    font-size: 30px;
  }

  .wedge-hero-text h3 {
    font-size: 21px;
  }

  .wedge-hero-image {
    height: 230px;
  }

  .wedge-content-wrap {
    padding: 42px 15px;
  }

  .wedge-feature-box p,
  .wedge-bullet-list li {
    font-size: 15px !important;
  }

  .wedge-resource-tabs button {
    font-size: 20px;
  }

  .wedge-download-btn {
    min-width: 200px;
    font-size: 16px;
  }

  .wedge-feature-box h4 {
    font-size: 22px;
  }

  .wedge-hero-text h1 {
    font-size: 25px;
  }
  .wedge-bullet-list li {
    padding-left: 23px !important;
  }
}
