/** Shopify CDN: Minification failed

Line 393:12 Unexpected "#3DViewer-canvas-container"
Line 398:34 Unexpected "#3DViewer-canvas-container"
Line 403:12 Unexpected "#3DViewer-canvas"

**/
          /* General */
        header {
          height: 66.46px;
        }

        #hero {
          min-height: calc(100vh - 66.46px);   /* fallback */
          min-height: calc(100svh - 66.46px);  /* small viewport height (safe area) */
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          box-sizing: border-box;
          padding: 0 1rem;
          overflow: visible; /* allow natural resizing */
        }

        @supports (height: 100dvh) {
          #hero {
            min-height: calc(100dvh - 66.46px);
          }
        }

        .dfc{
           display: flex;
           flex-direction: column; 
        }

        .dfr{
           display: flex;
           flex-direction: row; 
        }


        .hero-wrapper {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          flex: 1;
          width: 100%;
          max-width: 1200px;
          margin: 0 auto;
          box-sizing: border-box;
          max-height:100%;
        }

        .hero-container {
          display: flex;
          align-items: center;
          justify-content: center;
          flex: 1;
          flex-wrap: wrap;
          width: 100%;
          text-align: center;
          padding-top: 1rem;
          max-height:100%;

            gap: 2rem;
        }

        .hero-content {
          flex: 0 1 auto;
          max-width: 600px;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          /*max-height: calc(100dvh - 66.46px);*/
          padding: 1rem;
          box-sizing: border-box;
        }

        /* Logo & headings */
        .hero-logo {
          max-width: 80%;
          width: auto;
          height: auto;
          max-height: 20vh;
          margin-bottom: 1rem;
        }

        .hero-content h2, .hero-content h3 {
          margin: 0.25rem 0;
        }

        /* Buttons */
        .hero-buttons-container {
          display: flex;
          justify-content: center;
          gap: 1rem;
          flex-shrink: 0;
          width: 100%;
          margin-top: 1rem;
        }

        .hero-buttons {
          display: flex;
          /*flex-wrap: wrap;*/
          gap: 1rem;
          justify-content: center;
          width: 100%;
        }

        .hero-button {
          padding: 1rem 2rem;
          background: #0d6efd;
          color: #ffffff;
          border-radius: 12px;
          border: none;
          text-decoration: none;
          text-align: center;
          transition: 0.15s ease-in-out;
          width: 80%
        }

        .hero-button:hover {
          background: #0a58ca;
          box-shadow: 0 8px 20px rgba(0,0,0,0.25);
        }

        /* Video frame */
        /*.hero-video-container {
          position: relative;
          aspect-ratio: 1 / 1;
        }

        .video-frame {
          aspect-ratio: 1 / 1;
          display: inline-block;
          border: 2px solid white;
          border-radius: 1rem;
          overflow: hidden;
          background: rgba(255,255,255,0.05);
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
        }*/

        .hero-video-container {
            position: relative;
            aspect-ratio: 1 / 1;
            max-width: min(90vw, 500px);
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
                background: #3E444A;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 1.25rem;
      padding: 1.5rem;
      text-align: center;
      box-shadow: 0 8px 24px rgba(0,0,0,0.6);
          }

          .video-frame {
            position: relative;
            aspect-ratio: 1 / 1;
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 1rem;
            overflow: hidden;
            background: #242833;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 12px;
          }

        /*.video-frame video {
          aspect-ratio: 1 / 1;
          display: block;
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          border-radius: 0.9rem;
        }*/

        .video-frame video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0.9rem;
            opacity: 0;
            transition: opacity 1s ease-in-out;
          }

          .video-frame video.active {
            opacity: 1;
            z-index: 2;
          }

        /* Video overlays */
        .video-overlay {
          position: absolute;
          width: 100%;
          text-align: center;
          color: #fff;
          text-shadow: 0 2px 10px rgba(0,0,0,0.5);
          opacity: 0;
          /*transition: opacity 1s ease-in-out;*/
          pointer-events: none;
          z-index: 2;
        }

        .video-overlay.top-text { top: 0; }
        .video-overlay.bottom-text { bottom: 0; }

        .fade-in { opacity: 1; }

        /* Swiper slides (if using fallback) */
        .swiper-slide {
          display: flex !important;
          justify-content: center !important;
          align-items: center !important;
          padding: 1rem !important;
        }

        .swiper {
          padding-bottom: 0 !important;
        }

        @media (min-aspect-ratio: 1/1) {
          .hero-container {
            flex-direction: row;
            align-items: center;
            justify-content: center;
          }

          .hero-content {
            flex: 1;
          }

          .hero-video {
            flex: 1;
            max-width: 500px; /* optional max width for video */
          }
          .hero-video-container {
            max-width: 50%
          }
        }

        @media (max-aspect-ratio: 1/1) {
          .hero-content {
            width: 100%;
          }

          .hero-video {
            width: 80%;
          }

          .hero-video-container {
            max-height: 50%
          }
        }

        #framesmart-carousel .title-wrapper {
          margin: 0;
          padding-top: 3rem;
        }

        #framesmart-carousel .title-wrapper h2 {
          margin: 0;
        }

            .carousel-section {
              text-align: center;
              position: relative;
            }

            .carousel-title {
              font-size: 2rem;
              margin-bottom: 0.25rem;
            }

            .carousel-subtitle {
              opacity: 0.8;
              margin-bottom: 2rem;
              font-size: 1.1rem;
            }

            .swiper {
              width: 100%;
              padding-bottom: 20px;
            }

            .mySwiper .swiper-slide {
              display: flex;
              width: 320px;
              flex-shrink: 0;
              flex-direction:column;
              justify-content: center;
              align-items: center;
              box-shadow:none;
              transition: transform 0.3s ease;
              margin-bottom:0;
              z-index:5
            }

            .mySwiper .swiper-slide img:hover {
              transform: scale(1.03);
              cursor:pointer;
            }

            .mySwiper .swiper-slide img {
              /*max-width: 300px;
              height: auto;
              border-radius: 1rem;
              transition: transform 0.3s ease;
                  max-width: 90%;*/
                  max-width: 100%;
    height: auto;
    border-radius: 1rem;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
    background: #242833;
    /* padding: 1rem; */
    margin: 1rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 12px;
            }

            .mySwiper .swiper-slide h1 {
              font-size:2rem;
              margin:0;
              display:flex;
              justify-content:center;
              align-items:center;
              gap:0.5rem;
            }

            .mySwiper .swiper-slide h2 {
              font-size:1.5rem;
              margin:0;
            }

            .swiper-button-next,
            .swiper-button-prev {
              color: #fff;
              transition: 0.3s;
            }

            .swiper-button-next:hover,
            .swiper-button-prev:hover {
              color: #00aaff;
            }

            .swiper-pagination-bullet-active {
              background: #00aaff;
            }

            .swiper-pagination-bullet {
              background: #00aaff;
            }

            .modalBackground.not-ready {
              transition: none !important;
              opacity: 0 !important;
              visibility: hidden !important;
              pointer-events: none !important;
            }

            .modalBackground {
              will-change: opacity;
              position: fixed;
              top: 0;
              left: 0;
              width: 100vw;
              height: 100vh;
              background-color: rgba(52,58,64,0.85);
              z-index: 9999;
              display: flex;
              align-items: center;
              justify-content: center;
              overflow: hidden;

              opacity: 0;
              pointer-events: none;
              transition: opacity 0.3s ease;
            }

            .modalBackground.show {
              opacity: 1;
              pointer-events: auto;
            }

            #3DViewer-canvas-container {
              transform: scale(0.5);
              transition: transform 0.35s ease, opacity 0.35s ease;
              opacity: 0;
            }
            .modalBackground.show #3DViewer-canvas-container {
              transform: scale(1);
              opacity: 1;
            }

            #3DViewer-canvas:active {
              cursor:grabbing;
            }

            body.modal-open {
              overflow-y: scroll;
            }

            .modal3D {
              max-height: calc(-65.66px + 100dvh);
            }

            .canvas-container3D {
                min-height: 0;
                height: calc(-150px + 100dvh);
                position: relative;
            }

            .canvas3D {
                width: 100%;
                height: 100%;
                display: block;
                cursor:grab;
            }

            .canvas3D:active {
                cursor:grabbing;
            }

            .spinner3D {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: rgba(255,255,255,0.7);
                z-index: 100;
                visibility: hidden;
                font-size: 1.2rem;
                color: #0d6efd;
            }

            .spinner3D-text {
                margin-top: 0.5rem;
            }

            .slide-button {
      padding: 1rem 2rem;
      background: #0d6efd;
      color: #ffffff;
      border-radius: 12px;
      border: none;
      text-decoration: none;
      text-align: center;
      transition: 0.15s ease-in-out;
      margin: 1rem;
      width:80%;
    }

    .slide-button:hover {
      background: #0a58ca;
      box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }
  
    .spinner-border {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: text-bottom;
      border: 0.25em solid currentColor;
      border-right-color: transparent;
      border-radius: 50%;
      animation: spinner-border .75s linear infinite;
    }

    @keyframes spinner-border {
      100% {
        transform: rotate(360deg);
      }
    }

    #what-is-framesmart .title-wrapper {
      
      margin: 0;
    }

#what-is-framesmart .title-wrapper h2 {
      color: #ffffff;
      margin: 0;
    }

    .what-is-framesmart {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.what-is-framesmart .text {
  flex: 1 1 400px;
  text-align: center;
}

.what-is-framesmart .image {
      flex: 1 1 400px;
    text-align: center;
    max-width: unset;
}

.what-is-framesmart .image img {
    max-width: 100%;
    border-radius: 1rem;
    box-shadow: 0 8px 12px rgba(0,0,0,0.3);
    border: inherit;
    padding: 1rem;
    background: #242833;
}

.what-is-framesmart .heading {
  margin:0;
  padding:3rem;
  text-align: center;
}

.what-is-framesmart .intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: rgba(255,255,255,0.85);
}

.features-grid {
      display: grid;
      grid-template-columns: 1fr; /* Mobile default */
      grid-auto-rows: 1fr;
      gap: 2rem;
      justify-items: center;
    }

@media screen and (min-width: 750px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1100px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Feature cards */
.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.25s ease, background 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  
      justify-content: center; /* optional: center horizontally in the card */
    }

.feature-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-card h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.feature-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.8);
}

/* Long description */
.full-desc {
  margin-top: 1rem;
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
}

/* CTA button */
.what-is-framesmart .button {
  margin-top: 2rem;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .what-is-framesmart {
    flex-direction: column;
  }
  .what-is-framesmart .text,
  .what-is-framesmart .image {
    flex: 1 1 100%;
  }
}
#why-choose-framesmart .title-wrapper {
      
      margin: 0;
    }

    #why-choose-framesmart .title-wrapper h2 {
      color: #ffffff;
      margin: 0;
    }

    #why-choose-framesmart .subtitle {
      max-width: 60ch;
      margin: 0 auto 3rem;
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.75);
    }

    /* --- Grid Layout --- */
    .why-choose__grid {
      display: grid;
      grid-template-columns: 1fr; 
      grid-auto-rows: 1fr; 
      gap: 2rem;
      justify-items: center;
    }

    @media screen and (min-width: 750px) {
      .why-choose__grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media screen and (min-width: 1100px) {
      .why-choose__grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    /* --- Card Styling --- */
    .why-choose__card {
      background: #3E444A;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 1.25rem;
      padding: 1.5rem;
      text-align: center;
      width: 100%;
      /*max-width: 360px;*/ /* Consistent width */
      min-height: 125px; /* Consistent height */
      display: flex;
      flex-direction: column;
      justify-content: start;
      /*box-shadow: 0 2px 10px rgba(0,0,0,0.25);*/
      box-shadow: 0 8px 24px rgba(0,0,0,0.6);
      transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }

    .why-choose__card:hover {
      transform: translateY(-4px);
      background: #44494F;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    }

    .why-choose__card h2 {
      margin:0;
      padding:1rem;
    }

    .why-choose__card span.h2 {
      font-size:1.5rem;
    }

    .why-choose__card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.5;
      display:flex;
      flex-grow:1;
      justify-content: center;
    }

    

    .feature-icon {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; /* prevents icon from shrinking */
    }

    /* --- Trial Box --- */
    .why-choose__trial {
      text-align: center;
      margin: 2rem 0;
    }

    .trial-box {
      background-color: #ffffff;
      color: #000000;
      border-radius: 1.25rem;
      padding: 2rem 1.5rem;
      text-align: center;
      width: 100%;
      max-width: 800px;
      min-height: 125px; /* Consistent height */
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.25); 
      align-items: center;
      margin: 0px auto;
    }

    /*.trial-box1 {
      background-color: #ffffff;
      color: #242833;
      padding: 3rem 2rem;
      border-radius: 1.5rem;
      max-width: 800px;
      margin: 0 auto;
      box-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
    }*/

    .trial-box h2 {      
      color: #000000;
      padding: 1rem;
      margin:0;
    }

    .trial-box h3 {
      /**font-size: 1.5rem;
      margin-bottom: 1rem;
      color: #121212;*/
      color: #000000;
    }