
.custom-mobile-link {
    display: none !important;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1729px) {
    .e-con>.e-con-inner {
        width: 80%;
    }
}

@media (max-width: 1200px) {
  
    .insight-header .elementor-nav-menu > li > a {
      font-size: 14px;
    }
  
    .insight-header-main-menu .elementor-nav-menu {
      gap: 16px;
    }

  }
  
  @media (max-width: 1024px) {

    .insight-header-main-menu {
        position: static !important;
        width: 100% !important;
      }
    
      .insight-header-main-menu .elementor-nav-menu--dropdown ul,
      .insight-header-main-menu .elementor-nav-menu--dropdown li,
      .insight-header-main-menu .elementor-nav-menu--dropdown a {
        width: 100% !important;
        max-width: 100% !important;
      }
      
      .insight-header-main-menu .elementor-nav-menu--dropdown a {
        white-space: normal !important;
        line-height: 1.3 !important;
      }

    /* header layout */
    .insight-header .e-con-inner {
      display: grid !important;
      grid-template-columns: auto 1fr;
      align-items: center;
    }
  

    .insight-header-main-menu .elementor-menu-toggle {
        margin-left: auto;
      }

    .insight-header-logo {
      justify-self: start;
    }
  
    .insight-header-main-menu {
      justify-self: end;
    }
  
    /* show burger only */
    .insight-header-main-menu .elementor-menu-toggle {
      display: flex !important;
      color: #fff;
      background: transparent;
      padding: 0;
    }
  
    /* fix dropdown panel */
    .insight-header-main-menu .elementor-nav-menu--dropdown {
      position: absolute !important;
      top: calc(86% + 0px) !important;
      left: 0 !important;
      right: 0 !important;
      width: 80% !important;
      background: rgba(0,0,0,0.95) !important;
      border-bottom: 2px solid #007D99;
      border-radius: 0 0 8px 8px;
      padding: 15px 0;
      z-index: 9999;
      margin: auto;
    }
  
    .insight-header-main-menu .elementor-nav-menu--dropdown ul {
      display: block !important;
      width: 100%;
    }
  
    .insight-header-main-menu .elementor-nav-menu--dropdown li {
      display: block !important;
      width: 100%;
    }
  
    .insight-header-main-menu .elementor-nav-menu--dropdown a {
      display: block !important;
      width: 100%;
      padding: 14px 20px !important;
      color: #fff !important;
      font-size: 15px !important;
      text-align: left;
      background: transparent !important;
    }
  
    .insight-header-main-menu .elementor-nav-menu--dropdown a:hover,
    .insight-header-main-menu .elementor-nav-menu--dropdown .elementor-item-active {
      color: #007D99 !important;
    }
  
    /* hide desktop menu list on tablet/mobile */
    .insight-header-main-menu .elementor-nav-menu--main {
      display: none !important;
    }
  
    /* show mobile-only menu items */
    .custom-mobile-link {
      display: block !important;
    }
  }
  
  @media (max-width: 767px) {
    .pad-top-90 {
      padding-top: 50px;
    }
  
    .pad-bot-90 {
      padding-bottom: 50px;
    }
  
    .insight-header {
      top: 10px;
      padding: 10px;
    }
  
    .insight-header .e-con-inner {
      padding: 16px;
    }
  
    .insight-header-logo img {
      max-width: 130px;
    }
  
    .insight-video-hero > .e-con-inner {
      padding: 130px 20px 60px;
    }
  
    .insight-video-hero h1 {
      font-size: 38px;
    }
  
    .insight-video-hero p {
      font-size: 30px;
    }

    .insight-video-hero .elementor-button {
      font-size: 20px;
    }
  
    .insight-footer-inner > .e-con-inner {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 30px;
    }
  
    .insight-footer-inner img {
      margin: 0 auto;
    }
  
    .footer-social-media-icons p {
      margin: 0 6px;
    }
  }
  
  @media (max-width: 480px) {
    .insight-video-hero h1 {
      font-size: 36px;
    }
  
    .insight-video-hero .elementor-button {
      padding: 12px 20px;
      font-size: 14px;
    }
  }

  /* ================================
   Footer Responsive
================================ */

@media (max-width: 1200px) {
    .insight-footer-inner > .e-con-inner {
      display: grid !important;
      grid-template-columns: 1.4fr 1fr 1fr;
      gap: 40px 35px;
      width: 100%;
    }
  }

  @media (max-width: 1024px) {
    .insight-footer-inner > .e-con-inner {
        display: grid !important;
        grid-template-columns: 2fr 2fr;
        gap: 40px 35px;
        width: 100%;
        text-align: center;
    }
}
  
  @media (max-width: 767px) {

    .image-patent:before {
      left: 25px;
  }

    .insight-footer {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .insight-footer-inner > .e-con-inner {
      display: grid !important;
      grid-template-columns: 1fr;
      gap: 28px;
      text-align: center;
      width: 100%;
    }
  
    .insight-footer-inner img {
      margin: 0 auto;
      max-width: 160px;
    }
  
    .insight-footer h3 {
      margin-bottom: 8px;
    }
  
    .insight-footer p,
    .insight-footer a,
    .insight-footer li {
      font-size: 13px;
    }
  
    .footer-social-media-icons {
      text-align: center;
    }
  
    .footer-social-media-icons p {
      display: inline-block;
      margin: 0 6px;
    }
  
    .footer-social-media-icons img {
      margin: 0;
    }
  
    .insight-footer-bottom {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .insight-footer-bottom p {
      font-size: 11px;
    }
  }

  @media (max-width: 1500px) {
    .insight-testimonials-slider {
      max-width: calc(100% - 120px);
    }
  
    .insight-testimonial-prev {
      left: -45px;
    }
  
    .insight-testimonial-next {
      right: -45px;
    }
  }
  
  @media (max-width: 1024px) {
    .insight-testimonial-card {
      flex: 0 0 calc((100% - 28px) / 2);
    }
  
    .insight-testimonial-card h3 {
      font-size: 20px;
    }
  
    .insight-testimonial-card strong {
      font-size: 15px;
    }
  
    .insight-testimonial-card p {
      font-size: 16px;
    }
  
    .insight-testimonial-progress {
      width: 360px;
    }
  }
  
  @media (max-width: 767px) {
    .insight-testimonials-slider {
      max-width: calc(100% - 60px);
      padding-bottom: 65px;
    }
  
    .insight-testimonial-track {
      gap: 0;
    }
  
    .insight-testimonial-card {
      flex: 0 0 100%;
      padding: 22px;
      min-height: auto;
    }
  
    .insight-testimonial-card h3 {
      font-size: 18px;
      margin-bottom: 14px;
    }
  
    .insight-testimonial-card strong {
      font-size: 14px;
      margin-bottom: 14px;
    }
  
    .insight-testimonial-card p {
      font-size: 15px;
    }
  
    .insight-testimonial-arrow {
      top: 42%;
      font-size: 30px;
    }
  
    .insight-testimonial-prev {
      left: -38px;
    }
  
    .insight-testimonial-next {
      right: -38px;
    }
  
    .insight-testimonial-progress {
      width: 220px;
      height: 4px;
    }
  }

  @media (max-width: 1200px) {
    .insight-history__arrow--prev {
      left: 10px;
    }
  
    .insight-history__arrow--next {
      right: 10px;
    }
  }
  
  @media (max-width: 1024px) {
    .insight-history__slide {
      flex: 0 0 calc((100% - 28px) / 2);
    }
  
    .insight-history__tabs {
      flex-wrap: wrap;
      gap: 15px 25px;
    }
  }
  
  @media (max-width: 767px) {
    .insight-history {
      padding: 20px 0 45px;
    }
  
    .insight-history__slide {
      flex: 0 0 100%;
    }
  
    .insight-history__slide img {
      height: 260px;
    }
  
    .insight-history__title {
      font-size: 28px;
    }
  
    .insight-history__tab::after {
      display: none;
    }
  
    .insight-history__text {
      font-size: 13px;
      padding: 0 15px;
    }
  }

  .elementor-menu-toggle .e-font-icon-svg {
    fill: #007D99;
    height: 1em;
    width: 1em;
}


@media (max-width: 500px) {



}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.elementor,
.elementor-location-header,
.elementor-location-footer,
.site-main,
.page-content {
  max-width: 100%;
  overflow-x: clip;
}

/* Homepage pattern overflow fix */
.section-patterns,
.gray-scale-section-pattern-bottom,
.gray-scale-section-pattern-top {
  overflow: hidden;
}

/* Testimonial slider overflow fix */
.insight-testimonials-slider {
  overflow: hidden;
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.insight-testimonial-prev {
  left: 5px;
}

.insight-testimonial-next {
  right: 5px;
}

@media (max-width: 767px) {
  .insight-testimonials-slider {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .insight-testimonial-prev {
    left: 0;
  }

  .insight-testimonial-next {
    right: 0;
  }
}