/** Shopify CDN: Minification failed

Line 358:7 Unexpected "/"

**/


/* CSS from section stylesheet tags */
.ai-enhancer-section {
            background: #000;
            padding: 60px 0px;
            color: #fff;
            text-align: center;
          }
    .text-ai-enhance{
      max-width: 800px;
      margin:auto;
    }
    .tool-btn-wrap.is-1{
      display: none;
    }
          .ai-enhancer-heading {
          margin: 0 0 10px;
          font-weight: 700;
          font-size: 36px;
          line-height: 140%;
          color: #FFFFFF;
          }
          .ai-enhancer-subheading {
          font-weight: 400;
          font-size: 18px;
          line-height: 140%;
          color: #D1D4E2;
            margin: 0;
          }
          .ai-enhancer-wrapper {
               display: grid;
      grid-template-columns: 1.7fr 0.8fr;
            gap: 20px;
            max-width: 1300px;
              margin: auto;
              padding-top: 48px;
            justify-content: center;
            min-height: 700px;

          align-items: stretch;
          }
          .ai-upload-box {
            height: 100%;
            max-height: 90svh;
      position: sticky;
      top: 5svh;
            flex: 1 1 300px;
            min-width: 300px;
            max-width: 860px;
            border: 2px dashed #FFFFFF80;

        overflow: hidden;
            border-radius: 20px;
            background:#1E1F2580;
            text-align: center;
            display: flex;
              flex-direction: column;
              align-items: center;
            justify-content: center;
          }
          .ai-upload-icon {
           margin-bottom: 32.25px;
          }
          .ai-upload-icon svg {
            width: auto;
            height: auto;

          }
          .ai-upload-text {
          font-weight: 400;
          font-size: 16px;
          line-height: 140%;
          color: rgba(255, 255, 255, 0.8);
            margin-bottom: 30px;
            max-width: 426px;
          }
          .ai-upload-button, .browse-creation-button {
          display: inline-flex;
              align-items: center;
              gap: 10px;
              padding: 14px 18px;
              border-radius: 10px;
              background: rgba(30, 31, 37, 0.5);
              color: #fff;
              border: 1px solid #434651;
              cursor: pointer;
              font-weight: 600;
              font-size: 16px;
              line-height: 140%;
              width: 100%;
              max-width: 215px;
              justify-content: center;
              text-decoration: none;
          }
          .ai-upload-box input[type="file"] {
            display: none;
          }

          .ai-controls-card {
           background: transparent;
              padding: 20px;
              border-radius: 12px;
              width: 100%;
              max-width: 420px;
              display: flex;
              flex-direction: column;
              gap: 20px;
              border: 2px solid #43465180;
          }

          .ai-card-inner {
            background: #101011;
              padding: 20px;
              border-radius: 12px;
          }

          .ai-controls-card label {
          font-weight: 700;
          font-size: 14px;
          line-height: 140%;
          color: #FFFFFF;
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 10px;
          }

          .tooltip-wrapper-enh {
            position: relative;
            display: inline-block;
            height: 16px;
          }

          .tooltip-icon {
            cursor: pointer;
            color: #999;
            transition: color 0.3s ease;
          }

          .tooltip-icon:hover {
            color: #fff;
          }

          .tooltip-text-eng {
                    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 220px;
    background-color: #222;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    top: -320%;
    left: 0;
    z-index: 99999;
    transition: opacity .3s ease;
    box-shadow: 0 2px 6px #0000004d;
          }

          .tooltip-wrapper-enh:hover .tooltip-text-eng {
            visibility: visible;
            opacity: 1;
          }

          .range-wrapper {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
            width: 100%;
          }

          /* Slider track */
          .range-wrapper input[type=range] {
            -webkit-appearance: none;
            width: 100%;
            height: 10px;
            border-radius: 25px;
            background: linear-gradient(to right, #F94A5C 50%, #ECECEC 50%);
            outline: none;
            cursor: pointer;
            transition: background 0.2s ease;
            margin: 0;
          }

          /* Webkit Track */
          .range-wrapper input[type=range]::-webkit-slider-runnable-track {
            height: 8px;
            border-radius: 25px;
            background: transparent;
          }

          /* Firefox Track */
          .range-wrapper input[type=range]::-moz-range-track {
            height: 8px;
            border-radius: 25px;
            background: transparent;
          }

          /* Hide thumb by default */
          .range-wrapper input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            height: 16px;
            width: 16px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid #F94A5C;
            opacity: 0; /* Hidden initially */
            pointer-events: none;
            transition: opacity 0.2s ease, transform 0.2s ease;
            margin-top: -4px;
          }

          .range-wrapper input[type=range]:hover::-webkit-slider-thumb,
          .range-wrapper input[type=range]:active::-webkit-slider-thumb {
            opacity: 1; /* Show on hover or active */
            pointer-events: auto;
            transform: scale(1.1);
          }

          /* Firefox Thumb */
          .range-wrapper input[type=range]::-moz-range-thumb {
            height: 16px;
            width: 16px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid #F94A5C;
            opacity: 0;
            transition: opacity 0.2s ease, transform 0.2s ease;
          }

          .range-wrapper input[type=range]:hover::-moz-range-thumb,
          .range-wrapper input[type=range]:active::-moz-range-thumb {
            opacity: 1;
            transform: scale(1.1);
          }

          /* Value label */
          .range-wrapper .range-value {
          font-family: 'Outfit';
          font-style: normal;
          font-weight: 700;
          font-size: 12px;
          line-height: 140%;
          color: #FFFFFF;
            text-align: right;
          }



          .range-value {
          font-weight: 700;
          font-size: 12px;
          line-height: 140%;
          color: #FFFFFF;

            min-width: 24px;
          }

          .ai-controls-card select {
           background: #1E1F2580;
              color: #fff;
              border: 1px solid #434651;
              border-radius: 8px;
              padding: 11.5px 20px;
              width: 100%;
              margin-bottom: 20px;
              font-family: 'Outfit';
              font-style: normal;
              font-weight: 700;
              font-size: 16px;
          }
            .ai-controls-card select:last-of-type {
            margin-bottom: 0;
          }

          .ai-controls-card button {
            width: 100%;
          font-weight: 600;
          font-size: 16px;
          line-height: 140%;
          padding: 14px;
          color: #FFFFFF;
              background: linear-gradient(28deg, #f94a5c, #a346f1, #3f88ff);
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
                font-family: 'Outfit';
            font-style: normal;
          }

    /* .boost-btn-main {
        position: relative;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: linear-gradient(90deg, #F94A5C, #A346F1, #3F88FF);
        border: 2px solid transparent;
        text-align: center;
        cursor: pointer;
        transition: all 0.4s ease;
        z-index: 1;
        overflow: hidden;
    }

    .boost-btn-main {
        position: relative;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: linear-gradient(70deg, rgba(249,74,92,0.3), rgba(163,70,241,0.3), rgba(63,136,255,0.3)) !important;
        border: 1px solid transparent;
        text-align: center;
        cursor: pointer;
        transition: all 0.4s ease;
        z-index: 1;
        overflow: hidden;
    }

    /* Gradient border on hover */
    .boost-btn-main::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px; /* border thickness */
        background: linear-gradient(90deg, #F94A5C, #A346F1, #3F88FF) !important;
        opacity: 0; /* hidden initially */
        transition: opacity 0.4s ease;
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
        pointer-events: none;
        box-shadow: none !impo;
    }

    .boost-btn-main:hover::before {
        opacity: 1; /* show border on hover */
    } */




          /*
          .frame-btn {
            background: linear-gradient(to right, #ff416c, #3f51b5);
          } */

            .text-ai-enhance{
                  max-width: 800px;
              display: flex;
              gap: 10px;
              flex-direction: column;
              margin: auto;
            }
            .custom-select {
            position: relative;
            width: 100%;
              margin-bottom: 20px;
          }

          .custom-select select {
            appearance: none;             /* Hide default arrow (modern browsers) */
            -webkit-appearance: none;     /* Safari */
          }
          .custom-select:last-child {
            margin-bottom: 0;
          }
          .select-arrow {
            position: absolute;
            top: 60%;
            right: 12px;
            transform: translateY(-50%);
            pointer-events: none;
          }
        .ai-upload-preview{
          height: 100%;
          width: 100%;
          max-height: 700px;
        }
           .ai-upload-preview img {
                 height: 100%;
                width: 100%;
                object-fit: contain;
            }
            .ai-upload-container {
            display: flex;
              gap: 20px;
              align-items: center;
              width: 100%;
              justify-content: center;
          }


          /* Slider shell */
          .custom-slider {
            --progress: 50%;          /* updated in JS */
            --thumb-size: 16px;
            --track-height: 10px;
            --track-bg: #ECECEC;
            --track-fill: #F94A5C;
            --thumb-border-color: #F94A5C;

            position: relative;
            flex: 1;
            height: var(--track-height);
            background: var(--track-bg);
            border-radius: 999px;
          }

          #uploadPreview{
            display:none;
          }
          /* Filled progress bar */
          .custom-slider::before {
            content: "";
            position: absolute;
            inset: 0;
            width: var(--progress);
            background: var(--track-fill);
            border-radius: inherit; /* keeps round leading + trailing edge */
            transition: width 0.22s cubic-bezier(.25,.8,.25,1);
            will-change: width;
            pointer-events: none;
            z-index: 1;
          }

          /* Hover thumb (only visible on hover) */
          .custom-slider::after {
            content: "";
            position: absolute;
            top: 50%;
            left: var(--progress);
            transform: translate(-50%, -50%) scale(.9);
            width: var(--thumb-size);
            height: var(--thumb-size);
            background: #fff;
            border: 2px solid var(--thumb-border-color);
            border-radius: 50%;
            opacity: 0;
            box-shadow: 0 0 0 0 rgba(249,74,92,.35);
            transition:
              opacity 0.18s ease,
              transform 0.18s ease,
              box-shadow 0.18s ease;
            will-change: transform, opacity;
            pointer-events: none; /* let you drag */
            z-index: 2;
          }

          /* Reveal thumb ONLY on hover */
          .custom-slider:hover::after {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.15);
            box-shadow: 0 0 0 4px rgba(249,74,92,.35);
          }

          /* Invisible but interactive range input */
          .custom-slider input[type=range] {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            opacity: 0;          /* hidden track & native thumb */
            cursor: pointer;
            z-index: 3;          /* capture pointer events */
          }

          .custom-slider:hover::after {
            box-shadow: 0 0 0 6px rgba(249,74,92,.35);
          }

        .ai-upload-button-icon{
          height: 20px;
        }
          .sticky-box{
            height: 100%;
           position:  relative;
            gap: 20px;
            display: flex;
            flex-direction: column;
      justify-content: space-between;
          }
        .ai-upload-preview {
        position: relative;
        display: inline-block;
          height: 100%;
        width: 100%;
      }
  .art-container {
      background: #101011;
      border-radius: 12px;
      padding: 20px;
  }
  .art-output-format h3 {
      font-family: Outfit;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      color: #fff;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 6px;
  }
  .art-format-options {
      display: flex;
      gap: 10px;
      margin-top: 10px;
  }
  .art-output-format-lable{
        display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .art-format-btn {
      flex: 1 !important;
      background: #1e1f2533 !important;
      color: #fff !important;
      padding: 8px !important;
      border-radius: 6px !important;
      cursor: pointer !important;
      border: 1px solid #43465133 !important;
      font-family: Outfit !important;
      font-style: normal !important;
      font-weight: 300 !important;
      font-size: 12px !important;
      line-height: 140% !important;
  }
  .art-format-btn.face.active , .art-format-btn.formate.active {
    background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
      linear-gradient(90deg, #f94a5c, #a346f1, #3f88ff) border-box !important;

  }
      /* Twinkling stars overlay */
      .stars-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-image: radial-gradient(white 1px, transparent 1px),
                          radial-gradient(white 1px, transparent 1px);
        background-position: 0 0, 10px 10px;
        background-size: 20px 20px;
        animation: twinkle 1.2s infinite ease-in-out;
        z-index: 2;
        mix-blend-mode: screen;
      }

      /* Blur effect with transition */
      .ai-upload-preview img.blur {
        filter: blur(10px);
        transition: filter 1s ease;
      }
    button.boost-btn{
     background: linear-gradient(black, black) padding-box, linear-gradient(28deg, #f94a5c, #a346f1, #3f88ff) border-box;
        border: 1px solid transparent;
        border-radius: 8px;
    }
      /* Twinkle animation */
  @keyframes twinkle {
    0%, 100% {
      opacity: 0.8;
    }
    50% {
      opacity: 0.2;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    .ai-enhancer-section {
      margin: 0 20px;
    }
      .ai-upload-container {
      flex-direction: column;
    }
  }

  @media (max-width: 768px) {
    .ai-enhancer-wrapper {
      grid-template-columns: 1fr;
    }
    .ai-enhancer-section{
    padding: 40px 20px;
    }
    .ai-controls-card {
    width: 100%;
    }
    .ai-enhancer-heading {
    font-size: 24px;
    }
    .ai-enhancer-subheading {
    font-size: 14px;
    }
    .ai-upload-text {
    font-size: 12px;
    margin-bottom: 10px;
    }
    .ai-upload-icon svg {
    width: 50px;
    }
    .ai-upload-button, .browse-creation-button {
      gap: 8px;
      padding: 10px;
      font-size: 12px;
  }
    .ai-upload-container {
      gap: 10px;
      flex-direction: column;
      max-width: 201px;
  }
    .ai-upload-icon{
      margin:0;
    }
    .ai-upload-box {
      gap: 20px;
  }
    .range-wrapper{
      gap:0;
    }
    .ai-controls-card label{
      font-size: 12px;
    }
  }
.frame-section {
 background: #000000;
    padding: 60px 0;
}

.frame-container {
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  grid-template-areas:
    "left"
    "right";
  gap:40px;
  align-items:start;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
     .frame-container  {
        margin: 0 20px;
    }
}
@media (min-width:768px){
  .frame-container {
    grid-template-columns:1fr auto;
    grid-template-areas:"left right";
    gap:48px;
    align-items:center;
  }
}
@media (max-width:768px){
  .frame-container {
    padding:0 20px;
  }
  .frame-upload-icon svg{
   max-width:50px; 
  max-height: 50px;
  }
  .frame-upload-text {
    font-size: 12px !important;
  }
  .frame-heading {
    font-size: 24px !important;
  }
  .frame-subheading {
    font-size: 14px !important;
    margin: 0 0 20px 0 !important;
  }
  .frame-cta-btn {
    padding: 14px !important;
    font-size: 14px !important;
  }
}

/* Left card */
.frame-left {
  grid-area:left;
  text-align:center;
}

.frame-upload-box {
     position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 700px;
    border: 2px dashed #FFFFFF80;
    border-radius: 20px;
    background: #1E1F2580;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.frame-upload-box img {
  max-width:100%;
  height:auto;
  display:block;
}

.frame-upload-placeholder {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:48px;
  pointer-events:none;
}

.frame-upload-placeholder .frame-upload-icon {
  line-height:0;
}

.frame-upload-text {
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: rgba(255, 255, 255, 0.8);
  max-width:426px;
  margin:0 auto;
  letter-spacing: normal;
}

.frame-upload-inputwrap {
  margin: 20px;
    gap: 20px;
    pointer-events: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}

.frame-upload-inputwrap input[type="file"] {
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0 0 0 0);
  border:0;
}

 .frame-upload-button {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 41.5px;
  background:#1E1F2580;
  border:1px solid #434651;
  border-radius:10px;
  font-size:16px;
  font-weight:600;
  line-height:140%;
  color:#FFFFFF;
  cursor:pointer;
  transition:box-shadow .25s ease;
}
.frame-upload-button:hover {
  box-shadow:0 0 8px #a346f166;
} 

/* Inline icon in button */
.frame-btn-icon {
  display:inline-block;
  line-height:0;
}

/* Right content */
.frame-right {
  grid-area:right;
  text-align:left;
  margin:0 auto;
  max-width: 420px;
}

.frame-heading {
  margin:0 0 10px 0;
font-weight: 700;
font-size: 36px;
line-height: 140%;
color: #FFFFFF;
letter-spacing: normal;
}

.frame-subheading {
  margin:0 0 48px 0;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #D1D4E2;
letter-spacing: normal;
}

.frame-cta-btn {
 display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: linear-gradient(28deg, #f94a5c, #a346f1, #3f88ff);
    color: #fff;
    transition: box-shadow .25s ease;
    font-family: 'Outfit';
    font-style: normal;
    width: 100%;
    justify-content: center;
}
.frame-cta-btn:hover {
  box-shadow:0 0 12px #a346f1aa;
}

.frame-cta-btn .frame-btn-svg {
  display:inline-block;
  line-height:0;
  width:16px;
  height:16px;
}

.frame-cta-btn .frame-btn-svg svg {
  width:100%;
  height:100%;
}

/* When a customer uploaded an image (front-end), show preview */
.frame-upload-preview {
 width: 100%;
    display: flex;
    max-width: 100%;
    line-height: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.frame-upload-preview img {
  max-width:100%;
  height:auto;
  display:block;
}

/* Hide placeholder after preview */
.frame-upload-box.has-preview .frame-upload-placeholder,
.frame-upload-box.has-preview .frame-upload-inputwrap {
  display:none;
}

  .frame-button-group {
  display: flex;
  align-items: center;
  gap: 16px; /* space between buttons */
}

.frame-reset-btn {
     cursor: pointer;
    background: transparent;
    border: none;
  padding: 0;
  height: 32px;
}

/* .frame-reset-btn:hover {
  background: #434651;
  color: #fff;
} */
.str-section {
  margin-top: -104px;
    background-size: cover;
    background-position: center;
}
  .str-main{
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 236px 0px 132px;
    max-width: 1300px;
    margin: auto;
    gap: 50px;
    }
.str-left {
  flex: 1 1 45%;
  color: #fff;
  padding: 0;
}

.str-left h2 {
font-weight: 700;
font-size: 52px;
line-height: 140%;
color:#FFFFFF;
  margin: 0;
  letter-spacing: normal;
}

.str-left p {
font-weight: 400;
font-size: 24px;
line-height: 140%;
/* or 34px */
color: #FFFFFF;
margin: 10px 0 50px;
letter-spacing: normal;
}

.str-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 28px;
  background: linear-gradient(60deg, #f94a5c, #a346f1, #3f88ff);

  text-decoration: none;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
    gap: 10px;

font-weight: 600;
font-size: 16px;
line-height: 140%;
/* or 22px */
color: #FFFFFF;
}

.str-button svg {
  /* margin-left: 10px; */
  width: auto;
  height: auto;
  fill: white;
}

.str-button:hover {
  opacity: 0.9;
}
.str-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.btn-arrow {
  transition: transform 0.3s ease;
}

.str-button:hover .btn-arrow {
  transform: translateX(5px);
}


.str-right {
  flex: 1 1 45%;
  text-align: center;
  padding: 0;
}

.str-right img {
  max-width: 100%;
  height: auto;
  /* border-radius: 12px; */
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
     .str-main  {
        margin: 0 20px;
    }
}
@media (max-width: 768px) {
  .str-main {
    padding: 140px 20px 40px;
    gap: 30px;
    flex-direction: column-reverse;
}
  .str-section {
    flex-direction: column;
    text-align: center;
  }
  .str-left p{
    font-size: 16px;
    text-align: left;
    margin: 10px 0 20px;
  }

  .str-left h2 {
    font-size: 24px;
    text-align: left;
  }
  .str-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .str-button{
    padding: 10px 12px;
    gap: 8px;
    font-size: 14px;
  }
  .str-button svg {
    width: 20px;
  }
}
.explore-main {
  background-color: #000000;
}
  .explore-header{
   display: flex;
    padding-top: 56px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 800px;
    text-align: center;
    margin: auto;
  }
.explore-header h3{
font-weight: 700;
font-size: 36px;
line-height: 124%;
color: #FFFFFF;
  margin: 0;
}
.explore-header h2{
 margin: 0;
font-weight: 400;
font-size: 18px;
line-height: 124%;
color: #D1D4E2;
}
.explore-section {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  gap: 48px;
  flex-wrap: wrap;
  padding: 48px 20px;
  flex-direction: row;
  max-width: 1340px;
  margin: auto;
}

.explore-section.reverse {
  flex-direction: row-reverse;
}

.explore-content {
  flex: 1 1 45%;
  
}

.explore-content h3 {
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 140%;
  margin:0 0 10px;
}

.explore-content h2 {
margin: 0;
font-weight: 700;
font-size: 20px;
line-height: 140%;
color: #FFFFFF;
  display: flex;
  display: none;
    gap: 10px;
    align-items: center;
}

.explore-content p {
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #D1D4E2;
  margin: 10px 0 0;
}

 .explore-btn {
  margin-top: 32px;
  background: linear-gradient(180deg, #ffffff57, #10101085);
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  border:1px solid #FFFFFF33;

font-weight: 500;
font-size: 14px;
line-height: 140%;
letter-spacing: 0.5px;
color: #FFFFFF;
  font-family: 'Outfit';
font-style: normal;
    transition: all 0.3s ease;

}
  .explore-btn:hover{
    color:#000000;
    background: #FFFFFF;
  }

.explore-image {
  flex: 1 1 50%;
}

/* .explore-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
  background-color: #000;
  border: 2px solid #FFFFFF80;
} */

.explore-compare-container {
  position: relative;
  width: 100%;
  height: auto;
}

.explore-compare-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* border:2px solid #FFFFFF80; */
}

/* .explore-compare-left {
  filter: blur(4px);
  z-index: 1;
}

.explore-compare-right {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.3s ease;
} */

/* .explore-slider {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 3;
  appearance: none;
  height: 4px;
  background: #fff;
  border-radius: 4px;
}

.explore-slider::-webkit-slider-thumb,
.explore-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
} */

@media screen and (max-width: 768px) {
  .explore-section {
    grid-template-columns: 1fr;
  }

  .explore-content,
  .explore-image {
    flex: 1 1 100%;
  }
  .explore-header h3{
    font-size: 24px;
  }
  .explore-header{
    padding:0 20px;
  }
  .explore-header h2{
    font-size: 14px;
  }
  .explore-content h3 {
    font-size: 24px;
  }
  .explore-content p {
    font-size: 14px;
  }
}


  .explore-compare-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.more-ftr-main{
    background-color: #000000;
    padding: 56px 20px;
  }
.more-ftr-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* padding: 80px 20px; */
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
  background-color: #101011;
  border-radius: 50px;
  border: 2px solid #FFFFFF80;
}

.more-ftr-left {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 48px;
}

.more-ftr-left h2 {
    max-width: 550px;
font-weight: 700;
font-size: 36px;
line-height: 140%;
color:#FFFFFF;
  margin: 0;
}

.more-ftr-button {
  padding: 15.5px 28px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(65deg, #F94A5C, #A346F1, #3F88FF);
  color: white;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s ease;
  display: flex;
    gap: 10px;
  align-items: center;
}

.more-ftr-button:hover {
  opacity: 0.9;
   transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
  .ft-arrow {
  transition: transform 0.3s ease;
}

.more-ftr-button:hover .ft-arrow {
  transform: translateX(5px);
}

.more-ftr-right {
  flex: 1 1 45%;
  position: relative;
  max-width: 600px;
}

.more-ftr-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 50px 50px 0;
}

.more-ftr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  border-radius: 12px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .more-ftr-section {
    flex-direction: column;
    border-radius: 25px;
  }
  .more-ftr-left{
    padding:20px;
  }
  .more-ftr-left h2 {
    font-size: 24px;
}
  .more-ftr-button{
    padding: 10px 12px;
    font-size: 14px;
    gap: 8px;
}
  .more-ftr-image {
    border-radius: 0 0 25px 25px;
  }
}
.photo-grid-section {
  background: #000;
  color: white;
  padding-top: 64px;
  padding-bottom: 56px;
}

.photo-grid-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

    .th-color{
 background: linear-gradient(81.02deg, #F94A5C 0%, #A346F1 0%, #3F88FF 60%);
  background-size: 200% 100%; /* Stretch to twice the width */
     background-position: left;  /* Show only left half */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }


.photo-grid-title {
font-family: Outfit;
font-weight: 700;
font-style: Bold;
font-size: 36px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
margin: 0;
color: white;
padding-bottom: 10px;
}
.photo-grid-subtxt{
font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #D1D4E2;
    padding-bottom: 48px;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}
.photo-grid-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.photo-grid-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 0;
  min-width: 0;
}

/* Image wrapper */
.photo-grid-item {
  overflow: hidden;
  border-radius: 12px;
}

.photo-grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* Mobile: stack columns */
@media (max-width: 768px) {
  .photo-grid-wrapper {
    flex-direction: column;
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .photo-grid-column {
    flex: 1 1 100%;
    gap:20px;
  }
  .photo-grid-title{
    font-size: 24px;
  }
  .photo-grid-subtxt {
    font-size: 14px;
  }
}
.ptn-enhancer-section {
        background: #000;
        padding: 60px 0px;
        color: #fff;
        text-align: center;
      }

      .ptn-enhancer-heading {
        margin: 0;
        font-weight: 700;
        font-size: 36px;
        line-height: 140%;
        color: #FFFFFF;
      }
      .ptn-enhancer-subheading {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #D1D4E2;
        margin: 0;
      }
      .ptn-enhancer-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 1300px;
        margin: auto;
        padding-top: 48px;
        justify-content: center;
      }
      .ptn-upload-box {
        flex: 1 1 300px;
        min-width: 300px;
        max-width: 860px;
        border: 2px dashed rgba(255, 255, 255, 0.5);
        border-radius: 12px;
        justify-content: center;
        background: rgba(30, 31, 37, 0.5);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 700px;
        position: sticky;
        top: 5%;
        overflow: hidden;
        height: 90svh;
      }

      .ptn-upload-icon {
        margin-bottom: 32.25px;
      }
      .ptn-upload-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 30px;
        max-width: 426px;
      }
      .ptn-upload-button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 36px;
        border-radius: 10px;
        background: #1E1F2580;
        color: #FFFFFF;
        border: 1px solid #434651;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
      }
      .ptn-upload-box input[type="file"] {
        display: none;
      }

      #resultImage{
        display: none;
            width: 100%;
        height: 100%;
        object-fit: contain;
      }
      .ptn-controls-card {
        background: transparent;
        padding: 20px;
        border-radius: 12px;
        width: 100%;
        max-width: 420px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 2px solid #43465180;
      }
      /* .ptn-card-inner {
        background: #101011;
        padding: 20px;
        border-radius: 12px;
      } */
      .ptn-controls-card label {
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 10px;
      }
      .tooltip-wrapper {
        position: relative;
        display: inline-block;
        height: 16px;
      }
      .tooltip-icon {
        cursor: pointer;
        color: #999;
        transition: color 0.3s ease;
      }
      .tooltip-icon:hover {
        color: #fff;
      }
      .tooltip-text {
        visibility: hidden;
        opacity: 0;
        width: max-content;
        max-width: 220px;
        background-color: #222;
        color: #fff;
        text-align: left;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 12px;
        position: absolute;
        top: 120%;
        right: 0;
        z-index: 10;
        transition: opacity 0.3s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }
      .tooltip-wrapper:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
      }
      /* .ptn-range-wrapper {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 20px;
      }
      .ptn-controls-card input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        height: 10px;
        background: linear-gradient(to right, #e60073 50%, #333 50%);
        border-radius: 25px;
        outline: none;
        cursor: pointer;
        transition: background 0.3s ease;
      }
      .ptn-controls-card input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        margin-top: -4px;
      }
      .ptn-controls-card input[type=range]::-moz-range-thumb {
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #fff;
        opacity: 0;
        pointer-events: none;
      }
      .ptn-controls-card input[type=range]::-moz-range-track {
        height: 6px;
        background: linear-gradient(to right, #e60073 50%, #333 50%);
        border-radius: 25px;
      } */



      /* Slider track */
      .range-wrap input[type="range"] {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        border-radius: 6px;
        background: linear-gradient(to right, #F94A5C 75%, #ECECEC 75%);
        outline: none;
        cursor: pointer;
        transition: background 0.3s;
      }

      /* Rounded track for WebKit & Firefox */
      .range-wrap input[type="range"]::-webkit-slider-runnable-track,
      .range-wrap input[type="range"]::-moz-range-track {
        height: 8px;
        border-radius: 6px;
      }

      /* Thumb default: hidden circle effect */
      .range-wrap input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        background: #F94A5C;
        border-radius: 50%;
        border: 2px solid #fff;
        position: relative;
        z-index: 2;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
        box-shadow: none; /* ✅ Circle hidden by default */
      }

      .range-wrap input[type="range"]::-moz-range-thumb {
        width: 16px;
        height: 16px;
        background: #F94A5C;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
        box-shadow: none; /* ✅ Circle hidden by default */
      }

      /* ✅ Circle appears ONLY when hover on thumb */
      .range-wrap input[type="range"]::-webkit-slider-thumb:hover {
        box-shadow: 0 0 0 10px rgba(249, 74, 92, 0.2);
        transform: scale(1.1); /* small animation */
      }

      .range-wrap input[type="range"]::-moz-range-thumb:hover {
        box-shadow: 0 0 0 10px rgba(249, 74, 92, 0.2);
        transform: scale(1.1); /* small animation */
      }





      .ptn-range-value {
        font-weight: 700;
        font-size: 12px;
        line-height: 140%;
        color: #FFFFFF;
        min-width: 24px;
      }
      .ptn-controls-card select {
        background: #1E1F2580;
        color: #fff;
        border: 1px solid #434651;
        border-radius: 8px;
        padding: 11.5px 20px;
        width: 100%;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 16px;
      }
      .ptn-controls-card select:last-of-type {
        margin-bottom: 0;
      }
      .ptn-controls-card button {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        padding: 14px;
        color: #FFFFFF;
        background: linear-gradient(28deg, #f94a5c, #a346f1, #3f88ff);
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Outfit';
        font-style: normal;

      }
      .ptn-text-content {
        max-width: 800px;
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin: auto;
      }
      /* .ptn-custom-select {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
      }
      .ptn-custom-select select {
        appearance: none;
        -webkit-appearance: none;
      }
      .ptn-custom-select:last-child {
        margin-bottom: 0;
      } */
      /* .ptn-select-arrow {
        position: absolute;
        top: 60%;
        right: 12px;
        transform: translateY(-50%);
        pointer-events: none;
      } */
      .ptn-upload-preview img {
        max-width: 100%;
        max-height: 300px;
        border-radius: 12px;
        object-fit: cover;
      }

        .ptn-card {
        background: #101011;
        padding: 20px;
        border-radius: 12px;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
      }

      .ptn-card img {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        object-fit: cover;
      }

      .ptn-style-thumb {
        position: relative;
        display: inline-block;
        max-width: 101px;
        border-radius: 12px;
        cursor: pointer;
        margin: 0;
      }

      .ptn-style-thumb input {
        display: none;
      }

      .ptn-style-thumb input:checked ~ .ptn-style-thumb-inner {
        background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                    linear-gradient(90deg, #f94a5c, #a346f1, #3f88ff) border-box;
        border: 2px solid transparent;
        border-radius: 12px;

        background-origin: border-box;
        background-clip: padding-box, border-box;
      }

      .ptn-style-thumb input:checked ~ .ptn-style-thumb-inner img {
        border-radius: 8px;
      }

      .ptn-style-thumb-inner {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #FFFFFF80;
      }

      .ptn-style-thumb-inner img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
      }

      .ptn-style-thumb-inner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, rgb(0 0 0), transparent);
        pointer-events: none;
        z-index: 1;
      }
      .canvas-container {

                position: relative;
                /* border: 1px solid #ccc; */
                display: none;
            }
   .blur {
        filter: blur(8px);
        transition: filter 0.3s ease-in-out;
      }
            canvas {
                max-width: 100%;
                display: block;
            }

            #maskCanvas {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0.4;
            }

      .ptn-style-thumb-text {
        position: absolute;
        bottom: 6px;
        left: 6px;
        right: 6px;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        color: #fff;
        text-align: center;
        z-index: 2;
      }
        .ptn {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .ptn .prompt-label {
        font-weight: 600;
        color: #fff;
        font-size: 14px;
      }

      .ptn .prompt-textarea {
            width: 100%;
          /* min-height: 100px; */
          resize: none;
          padding: 16px 20px;
          background:#1E1F2580;
          border: 1px solid #434651;
          border-radius: 8px;
      font-family: 'Outfit';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 140%;
      color: #FFFFFF;
      overflow: auto;
          scrollbar-width: none;
      }

      .brush-card {
            background: #101011;
          color: #ffffff;
          padding: 20px;
          border-radius: 12px;
          width: 100%;
      }

      .brush-card label {
      font-family: 'Outfit';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 140%;
      color: #FFFFFF;
        margin-bottom: 10px;
          display: flex;
          align-items: center;
          gap: 6px;
      }

      .tooltip {
        font-size: 11px;
        background: #333;
        color: #ccc;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        display: inline-block;
        cursor: help;
      }

      .range-wrap {
            display: flex;
          align-items: center;
          gap: 16px;
          margin-bottom: 20px;
      }

      .range-wrap input[type=range] {
        flex: 1;
        height: 10px;
        border-radius: 25px;
        background: linear-gradient(to right, #ff4a6c 75%, #333 75%);
        outline: none;
        appearance: none;
        margin: 0;
      }

      .range-wrap span {
      font-family: 'Outfit';
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      color: #FFFFFF;
        width: 30px;
        text-align: right;
      }

      .mode-buttons {
        display: flex;
        gap: 10px;
      }

      .mode-btn {

       flex: 1;
          padding: 6px 10px !important;
          border-radius: 6px !important;
          background: rgba(30, 31, 37, 0.2) !important;
          border: 1px solid rgba(67, 70, 81, 0.2) !important;
          cursor: pointer;
          transition: all .3s ease !important;
          position: relative;
          z-index: 1;
      font-weight: 300 !important;
      font-size: 16px !important;
      line-height: 140% !important;
      color: rgba(255, 255, 255, 0.6) !important;
      }

      .mode-btn.active {
          color: #FFFFFF !important;
      border: none !important;
      }

      .mode-btn.active::before {
      content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border-radius: 6px;
          padding: 1px;
          background: linear-gradient(80deg, #ff4a6c, #7c4dff, #3F88FF);
          -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          -webkit-mask-composite: destination-out;
          mask-composite: exclude;
          z-index: -1;
      }


      .advanced-settings {
       background: #101011;
          border-radius: 12px;
          padding: 20px;
      }

      .adv-toggle {
      font-family: 'Outfit';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      color: #FFFFFF;

        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .adv-body {
        margin-top: 20px;
        flex-direction: column;
        gap:10px;
      }


      .adv-body textarea {
      padding: 16px 20px;
          width: 100%;
          border-radius: 10px;
          background: #1E1F2580;
          border: 1px solid #434651;
      font-family: 'Outfit';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      resize: none;
          overflow: auto;
          scrollbar-width: none;
      color: rgba(255, 255, 255, 0.6);
        box-shadow: none;
        margin: 10px 0px;
      }


    button.boost-btn{
      position: relative;
      z-index: 50;
      background: linear-gradient(black, black) padding-box, linear-gradient(28deg, #f94a5c, #a346f1, #3f88ff) border-box;
        border: 1px solid transparent;
        border-radius: 8px;
    }

        .ptn-popup[hidden] { display:none; }

      .ptn-popup {
        position:fixed;
        inset:0;
        z-index:9999;
        display:flex;
        align-items:center;
        justify-content:center;
      }

      .ptn-popup-overlay {
        position:absolute;
        inset:0;
        background:rgba(0,0,0,.6);
      }

      .ptn-popup-content {
      position: relative;
          z-index: 1;
          background: #1E1F2580;
          color: #000;
          padding: 24px;
          max-width: 600px;
          width: 90%;
          border-radius: 12px;
          border: 2px dashed #FFFFFF80;
      }

      .ptn-popup-close {
        position:absolute;
        top:8px;
        right:8px;
        font-size:24px;
        background:none;
        border:0;
        cursor:pointer;
      }

      .ptn-popup-grid {
        margin-top:16px;
        display:grid;
        gap:16px;
        grid-template-columns:repeat(auto-fit, minmax(120px,1fr));
      }

      .ptn-popup-item {
           display: block;
          width: 100% !important;
          border: 1px solid #ddd !important;
          background: transparent !important;
          padding: 8px;
          border-radius: 6px;
          cursor: pointer;
          text-align: center;
      }

      .ptn-popup-item img {
        max-width:100%;
        height:auto;
        display:block;
        margin:0 auto 4px;
      }

       /* Arrow rotation */
      .adv-toggle .arrow-down {
        transition: transform 0.3s ease;
      }
      .adv-toggle.active .arrow-down {
        transform: rotate(180deg);
      }

      #advBody {
        height: 0;
        opacity: 0;
        padding: 0;
        margin: 0;
        transition: height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
      }

      #advBody.open {
        opacity: 1;
        margin-top: 20px;  /* restore margin if needed */
      }
    .ptn-btn-wrap{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 0px 20px;
      width:100%;
    }
    .ptn-upload-button-file, .ptn-upload-button-file-select{
      display: inline-flex;
        align-items: center;
        text-decoration: none;
        gap: 10px;
        padding: 14px 28px;
        border-radius: 10px;
        background: #1E1F2580;
        color: #FFFFFF;
        border: 1px solid #434651;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
    }

  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    .ptn-enhancer-section {
      margin: 0 20px;
    }
  }
  @media (max-width: 768px) {
    .ptn-enhancer-wrapper {
      flex-direction: column;
    }
    .ptn-controls-card {
      width: 100%;
    }
    .ptn-enhancer-section{
      padding:40px 20px;
    }
    .ptn-upload-box{
      position: unset;
    }
    .ptn-enhancer-heading {
      font-size: 24px;
    }
    .ptn-enhancer-subheading {
      font-size: 14px;
    }
    .ptn-upload-icon svg{
      max-width: 50px;
      max-height: 50px;
    }
    .ptn-upload-text {
      font-size: 12px;
    }
    .ptn-upload-button{
              gap: 8px;
          padding: 10px;
          font-size: 12px;
    }
  }