/** Shopify CDN: Minification failed

Line 3159:14 Expected identifier but found whitespace
Line 3159:19 Unexpected ";"
Line 3185:9 Unexpected "/"
Line 4379:9 Unexpected "/"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:boost-comparision (INDEX:14) */
.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-wrapper{
            height: 100%;
            max-height: 90svh;
            position: sticky;
            top: 0;
            flex: 1 1 300px;
            min-width: 300px;
            max-width: 860px;
            background-color: #000000;
          }
          .ai-upload-box {
            height: 100%;
            max-height: 90svh;
            position: sticky;
            top: 0;
            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: #16181c;
              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-upload-button:hover{
            background-color: #000;
          }
          .ai-upload-button:hover svg {
    transform: scale(1.1); /* Example: rotate slightly */
    transition: transform 0.3s ease;
}



          .ai-controls-card {
            overflow: hidden;
           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; */
          }

          .upscale-range-title-wrapper{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
          }

          .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: -230%;
    left: -120%;
    z-index: 99;
    transition: opacity .3s ease;
    box-shadow: 0 2px 6px #0000004d;
          }

          .tooltip-wrapper-enh:hover .tooltip-text-eng {
            visibility: visible;
            opacity: 1;
          }
          .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: -320%;
    left: 0;
    z-index: 99999;
    transition: opacity .3s ease;
    box-shadow: 0 2px 6px #0000004d;
    }

    .upscale-range-dropdown-vector{
      display: none;
    }
          .range-wrapper {
            display: flex;
            align-items: center;
            gap: 16px;
            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: 'Instrument Sans';
          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: 'Instrument Sans';
              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: 'Instrument Sans';
            font-style: normal;
          }
          .frame-btn {
            background: #00731C !important;
          }
               .frame-btn:not(.disabled):hover {
                background :rgb(2, 72, 19) !important;
                transition : background 0.3s ease;
              }

          .boost-card > p {
            font-family: Instrument Sans;
            font-weight: 700;
            font-style: Bold;
            font-size: 14px;
            line-height: 140%;
            text-transform: capitalize;
            color : #ffffff;
            text-align: left;
            margin: 0;
            margin-bottom: 10px;
          }

    /* .boost-btn {
        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 {
        width: 100%;
        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::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px; 
        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 !important;
    } */

    /* .boost-btn:hover::before {
        opacity: 1;
    }  */




          /*
          .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;  */
            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: Instrument Sans;
      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: Instrument Sans !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,
      #1F8FE5 border-box !important;
     border: 1px solid transparent !important;
  }
  .art-format-btn:hover{
  background:#000000 !important;
  border:1px solid rgb(53, 53, 53) !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;
    }
  }

      
    .processing-overlay{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      inset: 0;
    }

    .processing-overlay-container{
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      height: 100%;
      width: 100%;
      z-index: 5;
      color: white;
    }
    .processing-overlay-content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      z-index: 5;
      color: white;
      height: 100%;
      width: 100%;
      transition: opacity .4s ease;
    }

    .pocHeading{
      font-family: Instrument Sans;
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      margin-top: 10px;

    }
    .pocText{
      font-family: Instrument Sans;
      font-weight: 400;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      max-width: 500px;
    }
    .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
    }
    .po-str2{
      position: absolute;
      top: 130px; right: 290px;
    }
    .po-str3{
      position: absolute;
      bottom: 110px; left: 142px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
    }

  @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-upload-preview{
      max-height: 45vh;
    }
     .pocHeading, .pocText{
        font-size: 20px
      }
    .ai-enhancer-wrapper {
      grid-template-columns: 1fr;
    }
    .ai-enhancer-section{
        padding: 10px 20px 40px 20px;
    }
    .ai-controls-card {
      padding: 10px;
      width: 100%;
      max-width: unset;
    }
    .ai-enhancer-heading {
    font-size: 24px;
    }
    .ai-enhancer-subheading {
    font-size: 14px;
    }
    .ai-upload-text {
    font-size: 12px;
    margin-bottom: 10px;
    padding-inline: 30px;
    }
    .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-wrapper{
      /* padding-top: 5%; */
      z-index: 999;
      width: 100%;
      min-height: 380px;
      position: relative;
    }
    .ai-upload-box {
      gap: 20px;
        position: relative;
        /* padding: 20px; */
        z-index: 999;
  }
  
  .upscale-range-dropdown-vector{
    display: block;
    cursor: pointer;
  }
  .upscale-range-dropdown-vector.active{
    transform : rotate(180deg);
  }
    .range-wrapper{
      gap:0;
      display: none;
    }
    .ai-controls-card label{
      font-size: 14px;
    }
    .upscale-range-title-wrapper{
      margin-bottom: 0px;
      padding: 16px;
 }
 .range-wrapper.active{
    display: flex;
    animation: slideDown 0.3s ease forwards;
  }

  .range-wrapper{
    padding: 20px;
    padding-top: 0;
  }

  @keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
  }

  .ai-card-inner{
    padding: unset;
  }


  }
  @media (max-width: 480px){
    .tooltip-text-eng {
      left: -450%;
    }
    .ai-enhancer-wrapper{
      padding-top: 30px;
    }
   .pocHeading, .pocText{
        font-size: 16px
      }
      .pocText{
        max-width: 300px
      }

      .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
      width: 22px;
      height: 22px;
    }
    .po-str2{
      position: absolute;
      top: 100px; right: 80px;
            width: 22px;
      height: 22px;
    }
    .po-str3{
      position: absolute;
      bottom: 30px; left: 45px;
            width: 22px;
      height: 22px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
            width: 22px;
      height: 22px;
    }
}
.toggle-wrapper {

display: grid;
grid-template-columns: 1fr 1fr;
padding: 0px;
gap: 10px;
margin-bottom: 20px;

}

.toggle-item {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding:10px;
background: #1E1F2533;
opacity: 0.8;
/* border-radius: 6px; */
  transition: all 0.25s ease;
  border: 1px solid #43465133;
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
cursor: pointer;
}

.toggle-item:hover {
  color: #ffffff;
}

.toggle-item.active {
border: 1px solid #1F8FE5;
background : #1F8FE51A;
box-shadow: 0px 2px 10px 0px #1F8FE54D;

/* box-shadow: 0px 4px 10px rgba(6, 179, 76, 0.2); */

}
   .contols-box{
       justify-content: space-between;
    }

     .en-compare-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.en-compare-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* touch-action: none; */
}

.en-compare-before,
.en-compare-after {
  width: 100%;
  object-fit: contain;
  height: 100%;
  max-height: 700px;
  display: block;
      background:#16181c;
      
}

.en-compare-after {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 50% 0 0);
}
.en-compare-slider {
  position: absolute;
  inset: 0;
  width: max-content;
  height: max-content;
  opacity: 0;
  z-index: 0;
  cursor: ew-resize;
}

.en-compare-divider {
  position: absolute;

  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  transform: translateX(-50%);
  z-index: 15;
  pointer-events: none;
}
.en-compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
   cursor: ew-resize;
  pointer-events: auto;
  touch-action: none;
}
.en-compare-arrows {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  user-select: none;
  display: flex;
  gap: 6px;
  align-items: center;
}
/* END_SECTION:boost-comparision */

/* START_SECTION:boost-image-new (INDEX:15) */
.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-wrapper{
            height: 100%;
            max-height: 90svh;
            position: sticky;
            top: 0;
            flex: 1 1 300px;
            min-width: 300px;
            max-width: 860px;
            background-color: #000000;
          }
          .ai-upload-box {
            height: 100%;
            max-height: 90svh;
            position: sticky;
            top: 0;
            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: #16181c;
              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-upload-button:hover{
            background-color: #000;
          }
          .ai-upload-button:hover svg {
    transform: scale(1.1); /* Example: rotate slightly */
    transition: transform 0.3s ease;
}



          .ai-controls-card {
            overflow: hidden;
           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; */
          }

          .upscale-range-title-wrapper{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
          }

          .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: -230%;
    left: -120%;
    z-index: 99;
    transition: opacity .3s ease;
    box-shadow: 0 2px 6px #0000004d;
          }

          .tooltip-wrapper-enh:hover .tooltip-text-eng {
            visibility: visible;
            opacity: 1;
          }
          .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: -320%;
    left: 0;
    z-index: 99999;
    transition: opacity .3s ease;
    box-shadow: 0 2px 6px #0000004d;
    }

    .upscale-range-dropdown-vector{
      display: none;
    }
          .range-wrapper {
            display: flex;
            align-items: center;
            gap: 16px;
            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: 'Instrument Sans';
          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: 'Instrument Sans';
              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: 'Instrument Sans';
            font-style: normal;
          }
          .frame-btn {
            background: #00731C !important;
          }
               .frame-btn:not(.disabled):hover {
                background :rgb(2, 72, 19) !important;
                transition : background 0.3s ease;
              }

          .boost-card > p {
            font-family: Instrument Sans;
            font-weight: 700;
            font-style: Bold;
            font-size: 14px;
            line-height: 140%;
            text-transform: capitalize;
            color : #ffffff;
            text-align: left;
            margin: 0;
            margin-bottom: 10px;
          }

    /* .boost-btn {
        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 {
        width: 100%;
        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::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px; 
        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 !important;
    } */

    /* .boost-btn:hover::before {
        opacity: 1;
    }  */




          /*
          .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;  */
            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: Instrument Sans;
      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: Instrument Sans !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,
      #1F8FE5 border-box !important;
     border: 1px solid transparent !important;
  }
  .art-format-btn:hover{
  background:#000000 !important;
  border:1px solid rgb(53, 53, 53) !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;
    }
  }

      
    .processing-overlay{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      inset: 0;
    }

    .processing-overlay-container{
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      height: 100%;
      width: 100%;
      z-index: 5;
      color: white;
    }
    .processing-overlay-content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      z-index: 5;
      color: white;
      height: 100%;
      width: 100%;
      transition: opacity .4s ease;
    }

    .pocHeading{
      font-family: Instrument Sans;
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      margin-top: 10px;

    }
    .pocText{
      font-family: Instrument Sans;
      font-weight: 400;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      max-width: 500px;
    }
    .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
    }
    .po-str2{
      position: absolute;
      top: 130px; right: 290px;
    }
    .po-str3{
      position: absolute;
      bottom: 110px; left: 142px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
    }

  @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-upload-preview{
      max-height: 45vh;
    }
     .pocHeading, .pocText{
        font-size: 20px
      }
    .ai-enhancer-wrapper {
      grid-template-columns: 1fr;
    }
    .ai-enhancer-section{
        padding: 10px 20px 40px 20px;
    }
    .ai-controls-card {
      width: 100%;
      padding: 10px;
      max-width: unset;
    }
    .ai-enhancer-heading {
    font-size: 24px;
    }
    .ai-enhancer-subheading {
    font-size: 14px;
    }
    .ai-upload-text {
    font-size: 12px;
    margin-bottom: 10px;
    padding-inline: 30px;
    }
    .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-wrapper{
      /* padding-top: 5%; */
      z-index: 999;
      width: 100%;
      min-height: 380px;
      position: relative;
    }
    .ai-upload-box {
      gap: 20px;
        position: relative;
        /* padding: 20px; */
        z-index: 999;
  }
  
  .upscale-range-dropdown-vector{
    display: block;
    cursor: pointer;
  }
  .upscale-range-dropdown-vector.active{
    transform : rotate(180deg);
  }
    .range-wrapper{
      gap:0;
      display: none;
    }
    .ai-controls-card label{
      font-size: 14px;
    }
    .upscale-range-title-wrapper{
      margin-bottom: 0px;
      padding: 16px;
 }
 .range-wrapper.active{
    display: flex;
    animation: slideDown 0.3s ease forwards;
  }

  .range-wrapper{
    padding: 20px;
    padding-top: 0;
  }

  @keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
  }

  .ai-card-inner{
    padding: unset;
  }


  }
  @media (max-width: 480px){
    .tooltip-text-eng {
      left: -450%;
    }
    .ai-enhancer-wrapper{
      padding-top: 30px;
    }
   .pocHeading, .pocText{
        font-size: 16px
      }
      .pocText{
        max-width: 300px
      }

      .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
      width: 22px;
      height: 22px;
    }
    .po-str2{
      position: absolute;
      top: 100px; right: 80px;
            width: 22px;
      height: 22px;
    }
    .po-str3{
      position: absolute;
      bottom: 30px; left: 45px;
            width: 22px;
      height: 22px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
            width: 22px;
      height: 22px;
    }
}
.toggle-wrapper {

display: grid;
grid-template-columns: 1fr 1fr;
padding: 0px;
gap: 10px;
margin-bottom: 20px;

}

.toggle-item {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding:10px;
background: #1E1F2533;
opacity: 0.8;
/* border-radius: 6px; */
  transition: all 0.25s ease;
  border: 1px solid #43465133;
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
cursor: pointer;
}

.toggle-item:hover {
  color: #ffffff;
}

.toggle-item.active {
border: 1px solid #1F8FE5;
background : #1F8FE51A;
box-shadow: 0px 2px 10px 0px #1F8FE54D;

/* box-shadow: 0px 4px 10px rgba(6, 179, 76, 0.2); */

}
   .contols-box{
       justify-content: space-between;
    }
/* END_SECTION:boost-image-new */

/* START_SECTION:collection_1_bottom (INDEX:27) */
.cob-main-section * {
    padding: 0;
    margin : 0;
    box-sizing: border-box;
  }


  .cob-main-section{
    width: 100%;
    padding-inline: 20px;
    padding-block: 50px;
    position: relative;
    overflow: hidden;
  }
  .cob-gradient-section{
     display: block !important;
    background: radial-gradient(50% 414.72% at 50% 50%, rgba(63, 136, 255, 0.3) 0%, rgba(63, 136, 255, 0) 78.52%), transparent;
    position: absolute;
    top: calc(50% - 500px);
    width: 1000px;
    height: 1000px;
    left: calc(50% - 500px);
    transform: rotate(340deg);
  }
  .cob-main-container{
    width: 100%;
    max-width: 1300px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
  }

  .cob-content-wrapper{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 10px;
  }
  .cob-btn-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
    width: max-content;
  }
    .cob-content-wrapper > h2 {
        font-family: Instrument Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFFFFF;
    }
    .cob-content-wrapper > h3 {
        font-family: Instrument Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFFFFF;
    }
  .cob-left-btn{
    padding: 12px 40px;
    border: 1px solid #FFFFFF;
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all ease 0.3s;
    text-decoration: none;
  }
    .cob-left-btn:hover{
        background-color: #FFFFFF;
        color: #000000;
    }
  .cob-right-btn{
    padding: 12px 40px;
    text-decoration:none ;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    transition: all ease 0.3s;
  }
  .cob-right-btn:hover{
    background-color: #000000;
    color: #FFFFFF;
  }
  .cob-image-wrapper{
    max-height: 500px;
    flex: 1;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cob-image-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  @media (max-width: 900px){
    .cob-main-section{
      padding-inline: 0;
    }
    .cob-main-section{
                        padding-top: 0 !important;
                        padding-bottom:0 !important;
                      }
.cob-main-container{
    flex-direction: column-reverse;
    gap: 30px
  }
  .cob-content-wrapper{
    padding-inline: 20px;
    padding-bottom: 30px;
  }
    .cob-image-wrapper{
        max-height: 400px;
    }
  }

  @media (max-width: 600px){
       .cob-content-wrapper > h2 {
        font-size: 24px;
    }
    .cob-content-wrapper > h3 {
        font-size: 14px;
    }
    .cob-btn-wrapper{
        margin-top: 25px;
        width: 100%;
    }
      .cob-right-btn, .cob-left-btn{
    padding: 8px 25px;
    font-size: 14px;
  }
  }
  @media (max-width : 420px){
      .cob-btn-wrapper{
        margin-top: 20px;
        flex-direction: column ;
    }
       .cob-right-btn, .cob-left-btn{
        width: 100%;
  }
  }
/* END_SECTION:collection_1_bottom */

/* START_SECTION:collection_1_top_part (INDEX:29) */
.ctt-main-section * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .ctt-main-section{
    width: 100%;
    /* background-image : url("{{ section.settings.back_image | image_url }}"); */
     background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  max-height: 300px;
  overflow: hidden;
  justify-content: space-between;
  background-position: center;
  }
  .ctt-left-wrapper , .ctt-right-wrapper {
    width: auto;
    height: 100%;
  }
  .ctt-left-wrapper >img , .ctt-right-wrapper > img {
    object-fit: contain;
    max-height: 300px;
    display: block;
    width: auto;
  }
  .ctt-middle-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .ctt-middle-wrapper > div {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .ctt-middle-wrapper > div > p{
    background-color: #FFCDCD;
    padding: 4px 10px;
    transform: rotate(-1deg);
    position: absolute;
    top: -16px;
    margin-inline: auto;
    font-family: Instrument Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #C30000;
  }
  .ctt-middle-wrapper > div > h2{
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .ctt-middle-wrapper > p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color : #D1D4E2;
  }
/* END_SECTION:collection_1_top_part */

/* START_SECTION:collection_1_top_v2 (INDEX:30) */
.cot-main-section * {
    padding: 0;
    margin : 0;
    box-sizing: border-box;
  }
.cot-main-section {

  width: 100%;
  position: relative;
  overflow: hidden;
  /* background-image: url("/cdn/shop/files/Frame_2147206919.png?v=1770379145");
  background-position: cover;
  background-repeat: no-repeat;
  background-size: contain; */
}
.cot-gradient{
  height: 100%;
    width: 100%;
    position: absolute;
  display: none !important;
  background: radial-gradient(39.03% 50% at 60.97% 50%, rgba(31, 143, 229, 0.5) 0%, rgba(31, 143, 229, 0) 100%) ,rgba(0, 0, 0, 0);
transform: rotate(-12deg);
}

  .cot-main-container{

      border-top: 1px solid #FFFFFF1A;
  border-bottom: 1px solid #FFFFFF1A;
    width: 100%;
    /* max-width: 1340px;   */
    margin-inline: auto;
   display: grid;

   align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1;
    /* padding-block: 286px; */
    background:
  radial-gradient(
    42.36% 37.8% at 7.12% 100%,
    rgba(255, 214, 89, 0.1) 0%,
    rgba(208, 157, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 100%
  ),
  #000;
    
  }
@media (max-width: 1340px){
  .cot-content-wrapper{
    padding-left: 20px;

  }
}
  .cot-content-wrapper{
    /* display: flex; */
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    /* gap: 10px; */
  }
  .cot-content-wrapper>div{
    width: max-content;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
  .cot-btn-wrapper{
    display: flex;
    /* gap: 10px; */
    padding-left: 20px;
    align-items: center;
    margin-top: 40px;
    width: max-content;
  }
    .cot-content-wrapper  h2 {
        font-family: Instrument Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 36px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFFFFF;
        margin-bottom: 30px;
        /* padding-left: 20px; */
    }
    .cot-content-wrapper  h3 {
        font-family: Instrument Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFFFFF;
        margin-bottom: 4px;
        /* padding-left: 20px; */
    }
    .cot-content-wrapper  h4 {
        font-family: Instrument Sans;
        font-weight: 400;
        /* font-style: Bold; */
        font-size: 18px;
        line-height: 140%;
        /* text-align: center; */
        color: #FFFFFF;
        margin-bottom: 20px;
        /* padding-left: 20px; */
    }
    .cot-content-wrapper  h5 {
        font-family: Instrument Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 16px;
        line-height: 140%;
        /* text-align: center; */
        text-transform: capitalize;
        color: #FFFFFF;
        /* padding-left: 20px; */
    }
  .cot-left-btn{
    padding: 12px 40px;
    border: 1px solid #FFFFFF;
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all ease 0.3s;
    text-decoration: none;
  }
    .cot-left-btn:hover{
        background-color: #FFFFFF;
        color: #000000;
    }
  .cot-right-btn{
    padding: 12px 40px;
    text-decoration:none ;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    transition: all ease 0.3s;
  }
  .cot-right-btn:hover{
    background-color: #000000;
    color: #FFFFFF;
  }
  .cot-image-wrapper{
    /* max-height: 500px; */
    flex: 1;
    order: 2;
    width: 100%;
    overflow: hidden;
    /* display: grid;
    grid-template-columns: 1fr; */
    justify-content: center;
    align-items: center;
    gap: 15px
  }
  .cot-image-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-position: center; */
    display: block;
  }
  
 @media (max-width: 1024px){
  .cot-content-wrapper{
    position: relative;
    transform: unset;
    left: unset;
  }
  
  .cot-image-wrapper{
     max-height: 400px;
     display: none;
  }
  
  .cot-content-wrapper>div{
    width: auto;
    align-items: center;
  }
  
  .cot-content-wrapper h3{

    display: none;
  }
  .cot-content-wrapper h4{
    margin-block: 10px;
    
  }
  .cot-content-wrapper h4 ,.cot-content-wrapper  h5 {
        font-size: 14px;
    padding: 0px;
  }
  .cot-content-wrapper h2{
    margin-top: 30px;
  }
  
  .cot-main-container{
     background:
    linear-gradient(#00000099, #00000099),
    url("/cdn/shop/files/adfbc4f3e6d35860b88ffd9264f1a80b5aabb8a2_2ecc85ee-eb55-487f-b432-8cca120da4ff.png?v=1770986373")center 15% / cover no-repeat;
    /* background-image: url("/cdn/shop/files/adfbc4f3e6d35860b88ffd9264f1a80b5aabb8a2_2ecc85ee-eb55-487f-b432-8cca120da4ff.png?v=1770986373"); */
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    /* background-color: #000; */
    grid-template-columns: 1fr;
    align-items: center;
    padding: 50px 40px;
    gap: 0;
  }
  
  .cot-blank{
    display: none !important;
  }
  
  .cot-content-wrapper  h2 {
    text-align: center;
  }
}
  @media (max-width: 900px){
    .cot-main-section {
      background:
  radial-gradient(
    50% 44.61% at 50% 100%,
    rgba(255, 214, 89, 0.12) 0%,
    rgba(208, 157, 0, 0.10) 45%,
    rgba(0, 0, 0, 0) 100%
  ),
  #000000;

    }
.cot-main-container{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 30px */
  }
   
  }

  @media (max-width: 600px){
        .cot-image-wrapper{
          display: none;
        }
       .cot-content-wrapper  h2 {
        font-size: 24px;
        padding: 0px;
        margin-block: 0px;
        text-align: center;
    }
.cot-main-container{
  align-items: center;
  padding: 40px 40px;
  gap: 0;
}
    .cot-gradient{

        top: 0;
        right: 20%;
        height: 500px;
        width: 300px;
        position: absolute;
        display: none !important;
        background: radial-gradient(39.03% 50% at 60.97% 50%, rgba(31, 143, 229, 0.5) 0%, rgba(31, 143, 229, 0) 100%), rgba(0, 0, 0, 0);
        transform: rotate(30deg);
}

    .cot-content-wrapper h3{
        display: none;

    }
    .cot-content-wrapper h4 ,.cot-content-wrapper  h5 {
        font-size: 14px;
        padding: 0px;
    }
    .cot-btn-wrapper{
        margin-top: 25px;
        padding: 0px;
    }
      .cot-right-btn, .cot-left-btn{
    padding: 8px 25px;
    font-size: 12px;
  }
  }
  @media (max-width : 420px){
      .cot-btn-wrapper{
        margin-top: 20px;
        flex-direction: column ;
    }
       .cot-right-btn, .cot-left-btn{
        width: 100%;
  }
  }
/* END_SECTION:collection_1_top_v2 */

/* START_SECTION:help-general (INDEX:59) */
.hg-main-section * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Instrument Sans;
  }
  .hg-main-section{
    /* margin-inline: 20px; */
    width: 100%;
    padding-block: 50px;
  }
  .hg-main-container{
    margin-inline: auto;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  .hg-top{
    text-align: center;
    max-width: 640px;
    width: 100%;
  }
  .hg-top h2{
    color: #1F8FE5;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
   }
    .hg-top p {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        text-transform: capitalize;
        color:  #FFFFFF;
        max-width: 518px;
        margin-inline: auto;
    }
    .hg-middle{
        padding: 30px;
        padding-left: 50px;
        background-color: #101011;
        border: 1px solid #FFFFFF1A;
        max-width: 640px;
        width: 100%;
    }
    .hg-middle > h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        color: #FFFFFF;
        margin-bottom: 24px;
    }
    .hg-middle ol{
        list-style: decimal;
    }
    .hg-middle ol li{
        width: 100%;
    }
    .hg-middle ol li::marker{
        font-size: 20px;
        line-height: 140%;
        color: #FFFFFF;
    }
    .hg-middle ol li a{
        font-size: 20px;
        line-height: 140%;
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
        display: block;
        width: 100%;
        transition: all ease 0.2s;
        /* margin-bottom: 20px; */
        padding: 10px;
    }
    .hg-middle ol li a:hover{
        background-color: #FFFFFF1A;
    }
    .hg-bottom{
        width: 100%;
        background-color: #101011;
        border: 1px solid #FFFFFF1A;
        padding: 30px;
        max-width: 640px;       
    }
    .hg-bottom h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        color: #FFFFFF;
        margin-bottom: 24px;
    }
    .hg-bottom div {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: baseline;
    }
    .hg-bottom div p {
        border: 1px solid #43465133;
        padding : 6px 16px;
        background-color: #FFFFFF1A;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #FFFFFF;
        width: max-content;
    }
    @media (max-width:  1340px){
  .hg-main-container{
    margin-inline: 20px;
  }

    }

    @media (max-width: 768px){

  .hg-main-container{
    gap: 30px;
  }
  .hg-top h2{
    font-size: 30px;
   }
    .hg-top p {
        font-size: 14px;
    }
    .hg-middle{
        padding: 20px;
        padding-left: 40px;
    }
    .hg-middle > h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .hg-middle ol li::marker{
        font-size: 18px;
    }
    .hg-middle ol li a{
        font-size: 18px;
    }
    .hg-middle ol li a:hover{
        background-color: #FFFFFF1A;
    }
    .hg-bottom{
        padding: 20px;
    }
    .hg-bottom h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .hg-bottom div p {
        padding : 6px 14px;
        font-size: 13px;
    }
    }
    @media (max-width: 450px){


  .hg-top h2{
    font-size: 24px;
   }
    .hg-top p {
        font-size: 12px;
    }
    .hg-middle{
        padding-left: 30px;
    }
    .hg-middle > h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .hg-middle ol li::marker{
        font-size: 16px;
    }
    .hg-middle ol li a{
        font-size: 16px;
    }

    .hg-bottom h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .hg-bottom div p {
        padding : 6px 12px;
        font-size: 10px;
    }
    }
/* END_SECTION:help-general */

/* START_SECTION:image-frame-ai (INDEX:63) */
.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;
    max-height: 90svh;
}

.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;
}


/* 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: 'Instrument Sans';
    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;
    max-height: 90svh;
}
.frame-upload-preview img {
  max-width:100%;
  max-height: 90svh;
  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;
} */
/* END_SECTION:image-frame-ai */

/* START_SECTION:inpainting-features-v1 (INDEX:68) */
.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-wrapper{
      flex: 1 1 300px;
      min-width: 300px;
      max-width: 860px;
      max-height: 700px;
      position: sticky;
      top: 0;
      overflow: hidden;
      height: 90svh;
      background-color: #000000; 
      width: 100%;
    }
    .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: #16181c;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      max-height: 700px;
      position: sticky;
      top: 0;
      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-button:hover {
      background: #000000;
    }

    .ptn-upload-button:hover svg {
      transform: scale(1.1);
      /* Example: rotate slightly */
      transition: transform 0.3s ease;
    }

    .ptn-upload-box input[type="file"] {
      display: none;
    }

    #resultImage {
      display: none;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .ptn-controls-card {
    /* overflow: hidden; */
      background: transparent;
      padding: 20px;
      /* border-radius: 12px; */
      width: 100%;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      gap: 30px;
      border: 2px solid #43465180;
    justify-content: space-between;
    }

   
    .ptn-controls-card label {
      font-weight: 700;
      font-size: 14px;
      line-height: 140%;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      gap: 6px;
      
    justify-content: center;

    }

    .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;
    }

    .if-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: -320%;
      left: 0;
      z-index: 99;
      transition: opacity .3s ease;
      box-shadow: 0 2px 6px #0000004d;
    }
    .if-style-tooltip-text{
      top: -135%;
    }

    .tooltip-wrapper:hover .if-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: 'Instrument Sans';
      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{
  width: 100%;
  height: 100%;
 }
    .ptn-upload-preview img {
      height: 100%;
      width: 100%;
      object-fit: contain;
    }

    .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 {
    width: 100%;
    height: 100%;
      position: relative;
      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: 'Instrument Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 140%;
      color: #FFFFFF;
      overflow: auto;
      scrollbar-width: none;
    }

    .card-title-wrapper{
          display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    }
    .premium-dropdown-container{
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .ptn-dropdown-vector{
      display: none;
    }


    .brush-card {
      background: #101011;
      color: #ffffff;
      padding: 20px;
      /* border-radius: 12px; */
      width: 100%;
    }
  .orientation-options label.active {
    background: #101011;
    color: #fff;
    /* border-radius: 12px 12px 0px 0px; */
}
    .brush-card label {
      font-family: 'Instrument Sans';
      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: 'Instrument Sans';
      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:hover:not(.active) {
      background: #000000 !important;
      border: 1px solid rgb(53, 53, 53) !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: 'Instrument Sans';
      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: 'Instrument Sans';
      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;
    }

    .ai-toggle-group {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
      margin-bottom: 20px;
    }
    .ai-toggle-group2{
    margin: 0;
    padding: 20px;
    background-color: #101011;
    }
    .ai-toggle-option {
      position: relative;
      flex: 1 1 auto;
      min-width: 104px;

      cursor: pointer;
       border: 2px solid transparent;
    }
    .ai-toggle-group.ai-toggle-group2.portrait {
    /* border-radius: 0 12px 12px; */
    padding: 20px;
}
.ai-toggle-group.ai-toggle-group2.landscape {
    /* border-radius: 12px 0 12px 12px; */
    padding: 20px;
}

    .ai-toggle-option input {
      display: none;
    }

    .toggle-inner {
      width:100%;
      display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #1E1F2533;
        border: 1px solid #43465133;
        padding: 8px;
        /* border-radius: 6px; */
        transition: all .3s ease;
        height: auto;
        text-align: center;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
    height: 100%;
    }
    .toggle-inner:hover {
    background:#000000;
    border:1px solid rgb(59, 59, 59);
    }

    
    .ai-toggle-option input:checked ~ .toggle-inner {

      background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                  #1F8FE5 border-box;
      /* background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                  linear-gradient(90deg, #f94a5c, #a346f1, #3f88ff) border-box; */
                  border: 1px solid transparent;
    background-clip: padding-box, border-box;
      
    }
/* 
    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%;
    }

    .browse-creation-button:hover {
      background: #000000;
    }

    .browse-creation-button:hover svg {
      transform: scale(1.1);
      /* Example: rotate slightly */
      transition: transform 0.3s ease;
    }
    
    .processing-overlay{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      inset: 0;
    }

    .processing-overlay-container{
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      height: 100%;
      width: 100%;
      z-index: 5;
      color: white;
    }
    .processing-overlay-content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      z-index: 5;
      color: white;
      height: 100%;
      width: 100%;
      transition: opacity .4s ease;
    }

    .pocHeading{
      font-family: Instrument Sans;
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      margin-top: 10px;

    }
    .pocText{
      font-family: Instrument Sans;
      font-weight: 400;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      max-width: 500px;
    }
    .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
    }
    .po-str2{
      position: absolute;
      top: 130px; right: 290px;
    }
    .po-str3{
      position: absolute;
      bottom: 110px; left: 142px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
    }

     .ptn-orientation-options-wrapper{
  padding: 20px 0 0 0;
}
    /* .ptn-orientation-options-container{
        margin: 20px 0px 0px;
      } */
    @media only screen and (min-width: 768px) and (max-width: 1300px) {
      .ptn-enhancer-section {
        margin: 0 20px;
      }
    }

    @media (max-width: 768px) {
        .if-style-tooltip-text {
    top: -220%;
    }
    .ai-toggle-group.ai-toggle-group2.portrait {
      padding: 10px;
    }
       .pocHeading, .pocText{
        font-size: 20px
      }
      .ptn-enhancer-wrapper {
        flex-direction: column;
        align-items: center;
      }

      .ptn-controls-card {
        padding: 10px;
        width: 100%;
        max-width: unset;
        overflow: hidden;
      }

      .ptn-enhancer-section {
        padding: 40px 20px;
      }
         .ptn-upload-box-wrapper{
    /* padding-top: 3%; */
    z-index: 999;
    width: 100%;
    min-height: 380px;
    position: relative;
  }
  
  .ptn-upload-box {
    position: relative;
    z-index: 999;
    height: 380px;
  }
      .ptn-upload-text{
        padding-inline: 20px;
      }

      .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;
        width: 100%;
        max-width: 215px;
        justify-content: center;
      }

      .ptn-dropdown-vector{
        display: block;
      }
      .ptn-dropdown-vector.active {
        transform: rotate(180deg);
      }
      /* .ptn-orientation-options-container{
        display: none;
      } */

      .ptn-orientation-options-container.active{
        display: block;
        animation: slideDown 0.3s ease forwards;
        position: relative;
        z-index: 99;
        margin: 0px 0px 0px;
      }

     
      @keyframes slideDown {
      from { opacity: 0; transform: translateY(-8px); }
      to { opacity: 1; transform: translateY(0); }
      }

      .card-title-wrapper{
        background-color: #111111;
        padding: 16px;
        /* border-radius: 12px; */
      }
    }
    @media (max-width: 460px){
      .ai-toggle-group{
        grid-template-columns: 1fr 1fr;
      }

   .pocHeading, .pocText{
        font-size: 16px
      }
      .pocText{
        max-width: 300px
}

        .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
      width: 22px;
      height: 22px;
    }
    .po-str2{
      position: absolute;
      top: 100px; right: 80px;
            width: 22px;
      height: 22px;
    }
    .po-str3{
      position: absolute;
      bottom: 30px; left: 45px;
            width: 22px;
      height: 22px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
            width: 22px;
      height: 22px;
    }
    .if-tooltip-text {
      left: -85px;
    }
    .if-style-tooltip-text {
    left: -55px;
    }
      
    }
         .en-compare-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.en-compare-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.en-compare-before,
.en-compare-after {
  width: 100%;
  object-fit: contain;
  height: 100%;
  max-height: 700px;
  display: block;
      background:#16181c;
}

.en-compare-after {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 50% 0 0);
}
.en-compare-slider {
  position: absolute;
  inset: 0;
  width: max-content;
  height: max-content;
  opacity: 0;
  z-index: 0;
  cursor: ew-resize;
}

.en-compare-divider {
  position: absolute;

  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  transform: translateX(-50%);
  z-index: 15;
  pointer-events: none;
}
.en-compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
   cursor: ew-resize;
  pointer-events: auto;
}
.en-compare-arrows {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  user-select: none;
  display: flex;
  gap: 6px;
  align-items: center;
}
/* END_SECTION:inpainting-features-v1 */

/* START_SECTION:inpainting-features (INDEX:69) */
.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-wrapper{
      flex: 1 1 300px;
      min-width: 300px;
      max-width: 860px;
      max-height: 700px;
      position: sticky;
      top: 0;
      overflow: hidden;
      height: 90svh;
      background-color: #000000; 
      width: 100%;
    }
    .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: #16181c;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      max-height: 700px;
      position: sticky;
      top: 0;
      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-button:hover {
      background: #000000;
    }

    .ptn-upload-button:hover svg {
      transform: scale(1.1);
      /* Example: rotate slightly */
      transition: transform 0.3s ease;
    }

    .ptn-upload-box input[type="file"] {
      display: none;
    }

    #resultImage {
      display: none;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .ptn-controls-card {
    /* overflow: hidden; */
      background: transparent;
      padding: 20px;
      /* border-radius: 12px; */
      width: 100%;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      gap: 30px;
      border: 2px solid #43465180;
    justify-content: space-between;
    }

    
    .ptn-controls-card label {
      font-weight: 700;
      font-size: 14px;
      line-height: 140%;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      gap: 6px;
      
    justify-content: center;

    }

    .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;
    }

    .if-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: -320%;
      left: 0;
      z-index: 99;
      transition: opacity .3s ease;
      box-shadow: 0 2px 6px #0000004d;
    }
    .if-style-tooltip-text{
      top: -135%;
    }

    .tooltip-wrapper:hover .if-tooltip-text {
      visibility: visible;
      opacity: 1;
    }
.tool-btn-wrap.is-2 {
      margin: 10px 0 0 0;
  display: none;
}
    /* .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: 'Instrument Sans';
      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{
  width: 100%;
  height: 100%;
 }
    .ptn-upload-preview img {
      height: 100%;
      width: 100%;
      object-fit: contain;
    }

    .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 {
    width: 100%;
    height: 100%;
      position: relative;
      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: 'Instrument Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 140%;
      color: #FFFFFF;
      overflow: auto;
      scrollbar-width: none;
    }

    .card-title-wrapper{
          display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    }
    .premium-dropdown-container{
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .ptn-dropdown-vector{
      display: none;
    }


    .brush-card {
      background: #101011;
      color: #ffffff;
      padding: 20px;
      /* border-radius: 12px; */
      width: 100%;
    }
  .orientation-options label.active {
    background: #101011;
    color: #fff;
    /* border-radius: 12px 12px 0px 0px; */
}
    .brush-card label {
      font-family: 'Instrument Sans';
      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: 'Instrument Sans';
      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:hover:not(.active) {
      background: #000000 !important;
      border: 1px solid rgb(53, 53, 53) !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: 'Instrument Sans';
      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: 'Instrument Sans';
      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;
    }

    .ai-toggle-group {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
      margin-bottom: 20px;
    }
    .ai-toggle-group2{
    margin: 0;
    padding: 20px;
    background-color: #101011;
    }
    .ai-toggle-option {
      position: relative;
      flex: 1 1 auto;
      min-width: 104px;

      cursor: pointer;
       border: 2px solid transparent;
    }
    .ai-toggle-group.ai-toggle-group2.portrait {
    /* border-radius: 0 12px 12px; */
    padding: 20px;
}
.ai-toggle-group.ai-toggle-group2.landscape {
    /* border-radius: 12px 0 12px 12px; */
    padding: 20px;
}

    .ai-toggle-option input {
      display: none;
    }

    .toggle-inner {
      width:100%;
      display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #1E1F2533;
        border: 1px solid #43465133;
        padding: 8px;
        /* border-radius: 6px; */
        transition: all .3s ease;
        height: auto;
        text-align: center;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
    height: 100%;
    }
    .toggle-inner:hover {
    background:#000000;
    border:1px solid rgb(59, 59, 59);
    }

    
    .ai-toggle-option input:checked ~ .toggle-inner {

      background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                  #1F8FE5 border-box;
      /* background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                  linear-gradient(90deg, #f94a5c, #a346f1, #3f88ff) border-box; */
                  border: 1px solid transparent;
    background-clip: padding-box, border-box;
      
    }
/* 
    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%;
    }

    .browse-creation-button:hover {
      background: #000000;
    }

    .browse-creation-button:hover svg {
      transform: scale(1.1);
      /* Example: rotate slightly */
      transition: transform 0.3s ease;
    }
    
    .processing-overlay{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      inset: 0;
    }

    .processing-overlay-container{
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      height: 100%;
      width: 100%;
      z-index: 5;
      color: white;
    }
    .processing-overlay-content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;   
      align-items: center;       
      text-align: center;
      z-index: 5;
      color: white;
      height: 100%;
      width: 100%;
      transition: opacity .4s ease;
    }

    .pocHeading{
      font-family: Instrument Sans;
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      margin-top: 10px;

    }
    .pocText{
      font-family: Instrument Sans;
      font-weight: 400;
      font-size: 24px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin: 0;
      max-width: 500px;
    }
    .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
    }
    .po-str2{
      position: absolute;
      top: 130px; right: 290px;
    }
    .po-str3{
      position: absolute;
      bottom: 110px; left: 142px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
    }

    @media only screen and (min-width: 768px) and (max-width: 1300px) {
      .ptn-enhancer-section {
        margin: 0 20px;
      }
    }

    @media (max-width: 768px) {
      .ai-toggle-option{
        min-width: unset;
      }
      .toggle-inner{
        background : #43465133;
      }
      .ai-toggle-option input:checked ~ .toggle-inner{
        background: linear-gradient(#0C0C0C, #0C0C0C) padding-box,
                  #1F8FE5 border-box
      }
          .orientation-options.is-grid label{
        background: #101011
      }
        .orientation-options label.active {
    background: #050505;
    color: #fff;
    /* border-radius: 12px 12px 0px 0px; */
}
        .if-style-tooltip-text {
    top: -220%;
    }
    
    .ai-toggle-group.ai-toggle-group2.portrait {
      padding: 10px;
      background: #050505;
    }
    .ai-toggle-group.ai-toggle-group2.landscape{
         background: #050505 !important;
               padding: 10px;
    }
       .pocHeading, .pocText{
        font-size: 20px
      }
      .ptn-enhancer-wrapper {
        flex-direction: column;
        align-items: center;
      }

      .ptn-controls-card {
        padding: 10px;
        width: 100%;
        max-width: unset;
        overflow: hidden;
      }

      .ptn-enhancer-section {
        padding: 40px 20px;
      }
         .ptn-upload-box-wrapper{
    /* padding-top: 3%; */
    z-index: 999;
    width: 100%;
    min-height: 380px;
    position: relative;
  }
  
  .ptn-upload-box {
    position: relative;
    z-index: 999;
    height: 380px;
  }
      .ptn-upload-text{
        padding-inline: 20px;
      }

      .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;
        width: 100%;
        max-width: 215px;
        justify-content: center;
      }

      .ptn-dropdown-vector{
        display: block;
      }
      .ptn-dropdown-vector.active {
        transform: rotate(180deg);
      }
      .ptn-orientation-options-wrapper{
        display: none;
      }

      .ptn-orientation-options-wrapper.active{
        display: block;
        animation: slideDown 0.3s ease forwards;
        position: relative;
        z-index: 99;
        margin: 00px 0px 0px;
        padding: 10px 10px 10px 10px;
        background: #101011;
      }

      @keyframes slideDown {
      from { opacity: 0; transform: translateY(-8px); }
      to { opacity: 1; transform: translateY(0); }
      }

      .card-title-wrapper{
        background-color: #111111;
        padding: 16px;
        /* border-radius: 12px; */
      }
    }
    @media (max-width: 460px){
      .ai-toggle-group{
        grid-template-columns: 1fr 1fr 1fr;
      }
.ptn-controls-card button {
    font-size: 14px !important;
    padding: 7px !important;
}
   .pocHeading, .pocText{
        font-size: 16px
      }
      .pocText{
        max-width: 300px
}

        .po-str1{
      position: absolute;
      top: 60px;
      left: 60px;
      width: 22px;
      height: 22px;
    }
    .po-str2{
      position: absolute;
      top: 100px; right: 80px;
            width: 22px;
      height: 22px;
    }
    .po-str3{
      position: absolute;
      bottom: 30px; left: 45px;
            width: 22px;
      height: 22px;
    }
    .po-str4{
      position: absolute;
      right: 60px; bottom: 60px;
            width: 22px;
      height: 22px;
    }
    .if-tooltip-text {
      left: -85px;
    }
    .if-style-tooltip-text {
    left: -55px;
    }
    .input-wrapper textarea{
  font-size: 12px ;
}
      
    }

             .en-compare-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.en-compare-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.en-compare-before,
.en-compare-after {
  width: 100%;
  object-fit: contain;
  height: 100%;
  max-height: 700px;
  display: block;
     background:#16181c;
}

.en-compare-after {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 50% 0 0);
}
.en-compare-slider {
  position: absolute;
  inset: 0;
  width: max-content;
  height: max-content;
  opacity: 0;
  z-index: 0;
  cursor: ew-resize;
}

.en-compare-divider {
  position: absolute;

  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  transform: translateX(-50%);
  z-index: 15;
  pointer-events: none;
}
.en-compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
   cursor: ew-resize;
  pointer-events: auto;
  touch-action: none;
}
.en-compare-arrows {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  user-select: none;
  display: flex;
  gap: 6px;
  align-items: center;
}
/* END_SECTION:inpainting-features */

/* START_SECTION:luxury-art-gallery (INDEX:73) */
.lg-photo-grid-section {
  background: #000;
  color: white;
  padding-top: 64px;
  padding-bottom: 56px;
}

.lg-photo-grid-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.lg-th-color {
  background: linear-gradient(81.02deg, #F94A5C 0%, #A346F1 0%, #3F88FF 60%);
  background-size: 200% 100%;
  background-position: left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lg-photo-grid-title {
  font-family: Instrument Sans;
  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;
}

.lg-grid-title-golden {
  /* background: linear-gradient(90deg, #FFD659 0%, #D09D00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: White;
}

.lg-photo-grid-subtxt {
  font-family: Instrument Sans;
  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;
}

.lg-photo-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-content: center;
}

.lg-photo-grid-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
}

.lg-photo-grid-item {
  overflow: hidden;
  /* border-radius: 12px; */
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.lg-photo-grid-item::after {
  content: "";
  position: absolute;
  inset: 0;                 
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.lg-photo-grid-item:hover::after {
  opacity: 1;
}
.lg-photo-grid-item:hover .lg-grid-overlay-content-container {
    display: flex;
}
.lg-photo-grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  /* border-radius: 12px; */
  object-fit: cover;
  object-position: center;
}

.lg-grid-overlay-content-container {
    display: none;
    flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 10px;
  z-index: 1;
  bottom: 0;
  height: 100%;
}
.lg-product-button{
  font-family: Instrument Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
  color: #000000;
  padding: 10px 20px;
  /* border-radius: 100px; */
  border: none;
  background-color: #FFFFFF;
  width: max-content;
  margin-left: auto;
  cursor: pointer;
}
.lg-product-button:hover{
  background-color: #1D1D1D;
  color: #ffffff;
}
.lg-grid-overlay-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFFFFF1A;
  backdrop-filter: blur(20px);
  padding: 12px;
}

.lg-grid-overlay-content-top {
  display: flex;
  justify-content: end;
}

.lg-grid-feature-type {
  display: none;
font-family: Instrument Sans;
font-weight: 600;
font-size: 18px;
line-height: 140%;
text-align: center;
text-transform: capitalize;
margin: 0;
}

.lg-grid-image-button {
  font-family: DM Mono;
  padding: 6px 10px;
  /* border-radius: 6px; */
  color: #FFFFFF;
  background: none;
border: 1px solid #FFFFFFCC;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  line-height: 140%;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
}

.lg-grid-image-desc {
font-family: DM Mono;
font-weight: 400;
font-size: 16px;
line-height: 140%;
margin: 0;
display: -webkit-box;
  -webkit-line-clamp: 2;       /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 
.lg-photo-grid-item {
  flex: 1;
} */

/* .lg-pgi-0 { flex-basis: 26.8%; } */
/* .lg-pgi-0 { flex-basis: 24.8%; } */

/* .lg-pgi-1 { flex-basis: 26.8%; } */
/* .lg-pgi-1 { flex-basis: 25.8%; } */

/* .lg-pgi-2 { flex-basis: 11%; } */
/* .lg-pgi-2 { flex-basis: 14%; } */

/* .lg-pgi-3 { flex-basis: 33.6%; } */

/* .lg-pgi-4 { flex-basis: 14.4%; } */

/* .lg-pgi-5 { flex-basis: 28.6%; } */
/* .lg-pgi-5 { flex-basis: 24.6%; } */

/* .lg-pgi-6 { flex-basis: 14.4%; } */

/* .lg-pgi-7 { flex-basis: 26.8%; } */
/* .lg-pgi-7 { flex-basis: 23.8%; } */

/* .lg-pgi-8 { flex-basis: 13.6%; } */
/* .lg-pgi-8 { flex-basis: 20.6%; } */

/* .lg-pgi-9 { flex-basis: 15.5%; } */

/* .lg-pgi-10 { flex-basis: 21.6%; } */
/* .lg-pgi-10 { flex-basis: 19.6%; } */
/*  */
/* .lg-pgi-11 { flex-basis: 11%; } */

/* .lg-pgi-12 { flex-basis: 14.2%; } */
/* .lg-pgi-12 { flex-basis: 15.2%; } */

/* .lg-pgi-13 { flex-basis: 13.2%; } */
/* .lg-pgi-13 { flex-basis: 16.2%; } */

/* .lg-pgi-14 { flex-basis: 21.6%; } */
/* .lg-pgi-14 { flex-basis: 19.6%; } */

.lg-grid-btns-wrapper {
  display: flex;
  gap: 8px;
}

.lg-grid-product-button {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #1D1D1D;
  color: #FFFFFF;
  border: none;
  display: flex;
  gap: 6px;
  font-size: 8px;
  line-height: 140%;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
}
.lg-view-more-wrapper{
 margin-top: 25px;
}
 .lg-view-more{
   display: none;
  margin-top: 20px;
        /* border-radius: 100px; */
        padding: 10px 20px;
        background-color: unset;
        position: relative;
        overflow: hidden;
        font-weight: 600;
        border: none;
        width: max-content;
        color: #1F8FE5;
        border: 1px solid #1F8FE5;
        transition: all ease 0.2s;
        font-family: Instrument Sans;
    }
 .lg-visit-btn{
  margin-top: 20px;
        /* border-radius: 100px; */
        padding: 10px 20px;
        background-color: unset;
        position: relative;
        font-weight: 600;
        overflow: hidden;
        border: none;
        width: max-content;
        color: #1F8FE5;
        border: 1px solid #1F8FE5;
        transition: all ease 0.2s;
        font-family: Instrument Sans;
        text-decoration: none;
        margin-inline: auto;
        display: block;
    }

  .lg-visit-btn:hover{
    background-color: #1F8FE5;
    /* background: #1F8FE52E; */
    color: #000000;
    cursor: pointer;
  }
  .lg-view-more:hover{
    background-color: #1F8FE5;
    color: #000000;
    /* background: #1F8FE52E; */
    cursor: pointer;
  }
/* .lg-view-more::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 1;
} */
/* .lg-view-more::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(90deg, #F94A5C, #A346F1, #3F88FF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: 2;
} */
.lg-copied-svg{
  display: none;
} 

/* Tablet */
@media (max-width: 992px) {
  .lg-photo-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .lg-photo-grid-column {
    gap: 1rem;
  }
}

/* Tablet - 4 column layout (splitting column 3) between 992px and 481px ONLY */
@media (max-width: 992px) and (min-width: 551px) {
  .lg-photo-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  
  .lg-photo-grid-column {
    gap: 0.8rem;
  }
  
  /* Show all columns */
  .lg-pgc-1,
  .lg-pgc-2,
  .lg-pgc-3 {
    display: flex;
  }
  
  /* Create a 4th column by splitting column 3 */
  .lg-pgc-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column : span 2;
    gap: 0.8rem;
  }
  
  .lg-pgc-3 .lg-photo-grid-item {
    display: flex;
    flex-direction: column;
  }
  
  /* Column 1 - Keep original proportions */
  /* .lg-pgi-0 { flex-basis: 28%; }
  .lg-pgi-1 { flex-basis: 26%; }
  .lg-pgi-2 { flex-basis: 22%; }
  .lg-pgi-3 { flex-basis: 24%; } */
  
  /* Column 2 - Keep original proportions */
  /* .lg-pgi-4 { flex-basis: 18%; }
  .lg-pgi-5 { flex-basis: 30%; }
  .lg-pgi-6 { flex-basis: 18%; }
  .lg-pgi-7 { flex-basis: 18%; }
  .lg-pgi-8 { flex-basis: 16%; } */
  
  /* Column 3 (split into 3a and 3b) - Equal heights */
  /* First sub-column (3a) */
  /* .lg-pgi-9 { 
    flex-basis: auto;
    flex-grow: 1;
    grid-column: 1;
      grid-row: 1;
  }
  .lg-pgi-10 { 
    flex-basis: auto;
    flex-grow: 1;
    grid-column: 1;
      grid-row: 2;
  }
  .lg-pgi-11 { 
    flex-basis: auto;
    flex-grow: 1;
    grid-column: 1;
      grid-row: 3;
  } */
  
  /* Second sub-column (3b) */
  /* .lg-pgi-12 { 
    flex-basis: auto;
    flex-grow: 1;
    grid-column: 2;
      grid-row: 1;
  }
  .lg-pgi-13 { 
    flex-basis: auto;
    flex-grow: 1;
    grid-column: 2;
      grid-row: 2;
  }
  .lg-pgi-14 { 
    flex-basis: auto;
    flex-grow: 1;
    grid-column: 2;
      grid-row: 3;
  } */
  
  /* Make both sub-columns equal height */
  .lg-pgc-3 {
    grid-auto-rows: 1fr;
  }
  
  /* Adjust overlay content for smaller screens */
  .lg-grid-overlay-content-container {
    padding: 12px;
  }
  
  .lg-grid-feature-type {
    font-size: 13px;
  }
  
  .lg-grid-image-desc {
    font-size: 12px;
  }
  
  .lg-product-button {
    font-size: 10px;
    padding: 7px 12px;
  }
  
  .lg-grid-image-button {
    font-size: 8px;
    padding: 4px 6px;
  }
  
  /* Hide view more button on tablet - all content visible */
  .lg-view-more {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .lg-photo-grid-section {
    padding-top: 40px;
  }
  .lg-photo-grid-column {
    flex: 1 1 100%;
  }
  .lg-photo-grid-title {
    font-size: 24px;
  }
  .lg-photo-grid-subtxt {
    font-size: 14px;
  }
  .lg-grid-feature-type{
    font-size: 14px;
  }
  .lg-grid-image-desc{
    font-size: 12px;
  }
  .lg-product-button {
    padding: 6px 12px;
   }
}

@media (max-width: 550px) {
  .lg-view-more-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .lg-view-more{
    display: block;
  }
  .lg-photo-grid-subtxt{
    padding-bottom: 30px ;
  }
  .lg-photo-grid-section{
    padding-block: 30px;
  }
    .lg-photo-grid-wrapper{
      grid-template-columns: 1fr;
    }
  .lg-photo-grid-column {
    gap: 1rem;
  }

  .lg-photo-grid-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  /* .lg-grid-feature-type {
    font-size: 10px;
  } */
  .lg-grid-image-button {
    padding: 2px 4px;
    /* font-size: 6px; */
  }
  .lg-grid-product-button {
    padding: 2px 4px;
    /* font-size: 6px; */
  }
  .lg-grid-image-desc {
    /* font-size: 8px; */
  }
  .lg-grid-overlay-content-container {
    padding: 10px;
  }
  .lg-grid-overlay-content {
    padding: 6px;
    /* border-radius: 8px; */
    gap: 6px;
  }
.lg-pgc-2, .lg-pgc-3 , .lg-visit-btn {
  display: none;
}
  
/* .lg-pgi-0 { flex-basis: 26.8%; } */
/* .lg-pgi-0 { flex-basis: 24.8%; } */

/* .lg-pgi-1 { flex-basis: 26.8%; } */
/* .lg-pgi-1 { flex-basis: 25.8%; } */

/* .lg-pgi-2 { flex-basis: 11%; } */
/* .lg-pgi-2 { flex-basis: 14%; } */

/* .lg-pgi-3 { flex-basis: 33.6%; } */

/* .lg-pgi-4 { flex-basis: 14.4%; } */

/* .lg-pgi-5 { flex-basis: 28.6%; } */
/* .lg-pgi-5 { flex-basis: 24.6%; } */

/* .lg-pgi-6 { flex-basis: 14.4%; } */

/* .lg-pgi-7 { flex-basis: 26.8%; } */
/* .lg-pgi-7 { flex-basis: 23.8%; } */

/* .lg-pgi-8 { flex-basis: 13.6%; } */
/* .lg-pgi-8 { flex-basis: 20.6%; } */

/* .lg-pgi-9 { flex-basis: 15.5%; } */

/* .lg-pgi-10 { flex-basis: 21.6%; } */
/* .lg-pgi-10 { flex-basis: 19.6%; } */

/* .lg-pgi-11 { flex-basis: 11%; } */

/* .lg-pgi-12 { flex-basis: 14.2%; } */
/* .lg-pgi-12 { flex-basis: 15.2%; } */

/* .lg-pgi-13 { flex-basis: 13.2%; } */
/* .lg-pgi-13 { flex-basis: 16.2%; } */

/* .lg-pgi-14 { flex-basis: 21.6%; } */
/* .lg-pgi-14 { flex-basis: 19.6%; } */
}
/* END_SECTION:luxury-art-gallery */

/* START_SECTION:luxury-wall-page (INDEX:74) */
.lxw-photo-grid-section {
  background: #000;
  color: white;
  padding-top: 64px;
  padding-bottom: 56px;
}

.lxw-photo-grid-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.lxw-th-color {
  background: linear-gradient(81.02deg, #F94A5C 0%, #A346F1 0%, #3F88FF 60%);
  background-size: 200% 100%;
  background-position: left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lxw-photo-grid-title {
  font-family: Instrument Sans;
  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;
}

.lxw-grid-title-golden {
  /* background: linear-gradient(90deg, #FFD659 0%, #D09D00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: White;
}

.lxw-photo-grid-subtxt {
  font-family: Instrument Sans;
  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;
}

.lxw-photo-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-content: center;
}

.lxw-photo-grid-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
}

.lxw-photo-grid-item {
  overflow: hidden;
  /* border-radius: 12px; */
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.lxw-photo-grid-item::after {
  content: "";
  position: absolute;
  inset: 0;                 
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.lxw-photo-grid-item:hover::after {
  opacity: 1;
}
.lxw-photo-grid-item:hover .lxw-grid-overlay-content-container {
    display: flex;
}
.lxw-photo-grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  /* border-radius: 12px; */
  object-fit: cover;
  object-position: center;
}

.lxw-grid-overlay-content-container {
    display: none;
    flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 10px;
  z-index: 1;
  bottom: 0;
  height: 100%;
}
.lxw-product-button{
  font-family: Instrument Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
  color: #000000;
  padding: 10px 20px;
  /* border-radius: 100px; */
  border: none;
  background-color: #FFFFFF;
  width: max-content;
  margin-left: auto;
  cursor: pointer;
}
.lxw-product-button:hover{
  background-color: #1D1D1D;
  color: #ffffff;
}
.lxw-grid-overlay-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFFFFF1A;
  backdrop-filter: blur(20px);
  padding: 12px;
}

.lxw-grid-overlay-content-top {
  display: flex;
  justify-content: end;
}

.lxw-grid-feature-type {
  display: none;
font-family: Instrument Sans;
font-weight: 600;
font-size: 18px;
line-height: 140%;
text-align: center;
text-transform: capitalize;
margin: 0;
}

.lxw-grid-image-button {
  font-family: DM Mono;
  padding: 6px 10px;
  /* border-radius: 6px; */
  color: #FFFFFF;
  background: none;
border: 1px solid #FFFFFFCC;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  line-height: 140%;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
}

.lxw-grid-image-desc {
font-family: DM Mono;
font-weight: 400;
font-size: 16px;
line-height: 140%;
margin: 0;
display: -webkit-box;
  -webkit-line-clamp: 2;       /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lxw-photo-grid-item {
  flex: 1;
}

.lxw-pgi-0 { flex-basis: 22%; }
.lxw-pgi-1 { flex-basis: 22%; }
.lxw-pgi-2 { flex-basis: 14%; }
.lxw-pgi-3 { flex-basis: 24%; }
.lxw-pgi-4 { flex-basis: 13%; }

.lxw-pgi-5 { flex-basis: 27%; }
.lxw-pgi-6 { flex-basis: 27%; }
.lxw-pgi-7 { flex-basis: 23%; }
.lxw-pgi-8 { flex-basis: 23%; }

.lxw-pgi-9 { flex-basis: 15%; }
.lxw-pgi-10 { flex-basis: 24%; }
.lxw-pgi-11 { flex-basis: 23%; }
.lxw-pgi-12 { flex-basis: 16%; }
.lxw-pgi-13 { flex-basis: 22%; }

.lxw-pgi-14 { flex-basis: 23%; }
.lxw-pgi-15 { flex-basis: 15%; }
.lxw-pgi-16 { flex-basis: 22%; }
.lxw-pgi-17 { flex-basis: 17%; }
.lxw-pgi-18 { flex-basis: 23%; }

.lxw-pgi-19 { flex-basis: 15%; }
.lxw-pgi-20 { flex-basis: 21%; }
.lxw-pgi-21 { flex-basis: 24%; }
.lxw-pgi-22 { flex-basis: 16%; }
.lxw-pgi-23 { flex-basis: 26%; }


.lxw-pgi-24 { flex-basis: 27%; }
.lxw-pgi-25 { flex-basis: 27%; }
.lxw-pgi-26 { flex-basis: 26%; }
.lxw-pgi-27 { flex-basis: 20%; }


.lxw-grid-btns-wrapper {
  display: flex;
  gap: 8px;
}

.lxw-grid-product-button {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #1D1D1D;
  color: #FFFFFF;
  border: none;
  display: flex;
  gap: 6px;
  font-size: 8px;
  line-height: 140%;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
}
.lxw-view-more-wrapper{
  display: none;
  margin-top: 20px;
}
 .lxw-view-more{
        /* border-radius: 100px; */
        padding: 10px 20px;
        background-color: unset;
        position: relative;
        overflow: hidden;
        border: none;
        width: max-content;
        color: #ffffff;
        border: 1px solid #1F8FE5;
        transition: all ease 0.2s;
        font-family: Instrument Sans;
    }

  .lxw-view-more:hover{
    /* background-color:rgb(54, 54, 54); */
    background: #1F8FE52E;
    cursor: pointer;
  }
/* .lxw-view-more::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 1;
} */
/* .lxw-view-more::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(90deg, #F94A5C, #A346F1, #3F88FF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: 2;
} */
.lxw-copied-svg{
  display: none;
} 

/* Tablet */
@media (max-width: 992px) {
  .lxw-photo-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .lxw-photo-grid-column {
    gap: 1rem;
  }
}

/* Tablet - 4 column layout (splitting column 3) between 992px and 481px ONLY */
@media (max-width: 992px) and (min-width: 551px) {
  .lxw-photo-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  
  .lxw-photo-grid-column {
    gap: 0.8rem;
  }
  
 
  
  /* Adjust overlay content for smaller screens */
  .lxw-grid-overlay-content-container {
    padding: 12px;
  }
  
  .lxw-grid-feature-type {
    font-size: 13px;
  }
  
  .lxw-grid-image-desc {
    font-size: 12px;
  }
  
  .lxw-product-button {
    font-size: 10px;
    padding: 7px 12px;
  }
  
  .lxw-grid-image-button {
    font-size: 8px;
    padding: 4px 6px;
  }
  
  /* Hide view more button on tablet - all content visible */
  .lxw-view-more-wrapper {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .lxw-photo-grid-section {
    padding-top: 40px;
  }
  .lxw-photo-grid-column {
    flex: 1 1 100%;
  }
  .lxw-photo-grid-title {
    font-size: 24px;
  }
  .lxw-photo-grid-subtxt {
    font-size: 14px;
  }
  .lxw-grid-feature-type{
    font-size: 14px;
  }
  .lxw-grid-image-desc{
    font-size: 12px;
  }
  .lxw-product-button {
    padding: 6px 12px;
   }
}

@media (max-width: 550px) {
  .lxw-view-more-wrapper{
    display: flex;
    justify-content: center;
  }
  .lxw-photo-grid-subtxt{
    padding-bottom: 30px ;
  }
  .lxw-photo-grid-section{
    padding-block: 30px;
  }
    .lxw-photo-grid-wrapper{
      grid-template-columns: 1fr;
    }
  .lxw-photo-grid-column {
    gap: 1rem;
  }

  .lxw-photo-grid-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  /* .lxw-grid-feature-type {
    font-size: 10px;
  } */
  .lxw-grid-image-button {
    padding: 2px 4px;
    /* font-size: 6px; */
  }
  .lxw-grid-product-button {
    padding: 2px 4px;
    /* font-size: 6px; */
  }
  .lxw-grid-image-desc {
    /* font-size: 8px; */
  }
  .lxw-grid-overlay-content-container {
    padding: 10px;
  }
  .lxw-grid-overlay-content {
    padding: 6px;
    /* border-radius: 8px; */
    gap: 6px;
  }

  
}
/* END_SECTION:luxury-wall-page */

/* START_SECTION:multi-feature-home (INDEX:96) */
.mfh-main-section * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.mfh-main-section{
    /* margin-inline: 20px; */
    padding-block: 50px;
    width: 100%;
}
.mfh-main-container{
    margin: auto;
    max-width: 1300px;
    display: flex;
    gap: 50px;
}
@media (max-width: 1340px){
    .mfh-main-container{
        margin-inline: 20px;
    }
}
  .mfh-left-outer, .mfh-right-outer{
    flex: 1;
  }
  .mfh-left-outer h2 {
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 140%;
    /* text-align: center; */
    text-transform: capitalize;

  }
  .mfh-left-outer h2:first-of-type {
    margin-bottom: 10px;
        color: white;
  }
  .mfh-left-outer h2:last-of-type {
    margin-bottom: 50px;
    color: #3aa8ff;
  }

  .mfh-tool-card{
    padding: 20px;
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom:20px;
    opacity: 60%;
    cursor: pointer;
  }
 .mfh-card-index {
  min-width: 37px;
  height: 37px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  border: 1px solid #FFFFFF33;

  color: #FFFFFF99;
  font-family: Instrument Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

  .mfh-card-content h3{
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom:  10px;
  }
  .mfh-card-content p{
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
  }

  .mfh-upload-box{
    width: 100%;
    display: none;
  }
.mfh-upload-box.active {
  display: block;
}

  .mfh-upload-box > label {
    height: 100%;
    width: 100%;
    cursor: pointer;
    border: 1px dashed  #FFFFFF;
    background-color: #FFFFFF1A;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .mfh-upload-box > label > div > h3{
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 2px;
  }
  .mfh-upload-box > label > div > p{
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    text-transform: capitalize;
    color: #FFFFFF99;
  }
  .mfh-loader-wrapper{
    display: none;
    gap: 8px;
    align-items: center;
    margin-left : auto;
  }
  .mfh-loader-wrapper > span {
    font-size: 14px;
    color: #F59E0B;
    font-weight: 600;
  }



    .mfh-compare-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  user-select: none; 
  -webkit-user-select: none;
  flex: 1 1 45%;
  max-width: 626px;
  position: relative;
   width: 100%;
  display: block;
height: 100%;
max-height: 445px; 
}

.mfh-compare-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 16px; */
  overflow: hidden;
}

.mfh-compare-right-wrapper {
  clip-path: inset(0 0 0 50%);

}


.mfh-compare-img {
  width: 100%;
  height: 100%;
  max-height: 445px;
  object-fit: cover;
  user-select: none; 
  -webkit-user-select: none;
  pointer-events: none;
  display: block;
  border: 2px solid #FFFFFF80;
}
/* COMPARE HANDLE */
.mfh-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.mfh-compare-handle:focus {
  outline: none;
}

.mfh-handle-line {
  flex: 1;
  width: 3px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  display: block !important;
}

.mfh-handle-circle {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  pointer-events: auto;
}

.mfh-handle-circle svg {
  width: 18px;
  height: 18px;
  color: #333;
  flex-shrink: 0;
  display: block;
}

  .mfh-compare-container {
  display: none;
}

.mfh-compare-container.active {
  display: block;
}

.mfh-tool-card.active {
  border: 1px solid #FFFFFF99;
  background: #FFFFFF0D;
  box-shadow: 0px 6px 10px 0px #FFFFFF1A;
  opacity: 100%;
}
.mfh-tool-card.active > .mfh-card-index{
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 900px){
      .mfh-main-container{
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.mfh-compare-container {
  height: 100%;
  min-height: 400px;
  max-height: 401px;
  margin-inline: auto;
}
}

@media (max-width: 767px){
  .mfh-left-outer h2{
    font-size: 30px;
  }
  /* .mfh-left-outer h2:last-of-type{
    margin-bottom: 24px;
  } */
   .mfh-card-content h3{
    font-size: 16px;
   }
   
    .mfh-main-container{
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.mfh-compare-container {
  height: 100%;
  min-height: 320px;
  max-height: 321px;
  margin-inline: auto;
}

}
@media (max-width: 480px){
  .mfh-left-outer h2{
    font-size: 24px;
  }
  .mfh-left-outer h2:last-of-type{
    margin-bottom: 24px;
  }
  .mfh-left-outer h2:first-of-type{
    margin-bottom: 0;
  }
   .mfh-card-content h3{
    font-size: 14px;
   }
.mfh-card-content p{
  font-size: 12px;
}
.mfh-tool-card{
  margin-bottom: 12px;
}
.mfh-compare-container {
  height: 100%;
  min-height: 280px;
  max-height: 281px;
  margin-inline: auto;
}
.mfh-upload-box > label{
  padding: 16px;
  flex-wrap: wrap;
  gap: 10px;
}
.mfh-loader-wrapper{
  margin-left: 0;
}
.mfh-loader-wrapper > span{
  font-size: 10px;
}
.mfh-loader-wrapper > svg{
  height: 10px;
  width: 10px;
}
.mfh-upload-box > label > div > h3{
  font-size: 16px;
}
.mfh-main-section{
  padding-block: 30px;
}
}
/* END_SECTION:multi-feature-home */

/* START_SECTION:p2b-img-generation-hero (INDEX:103) */
.str-section {
  margin-top: -104px;
    background-size: cover;
    background-position: center;
}
  .str-main{
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 190px 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); */
  background-color:  #1F8FE5;
  color: black;
  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: #000000;
}

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

.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;
  position: relative;
  
}

.str-right img {
  max-width: 100%;
  height: auto;
  /* border-radius: 12px; */
}
.img-prompt-overlay{
  background: #FFFFFF1A;
  backdrop-filter: blur(20px);
  padding: 16px;
  position: absolute;
  margin: auto 20px 20px 20px;
  bottom: 0;
}
.img-prompt-overlay > button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: DM Mono;
  font-size: 10px;
  background: #1d1d1d;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.img-prompt-overlay > p {
  font-size: 14px;
  font-family: DM Mono;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  margin-top: 10px;  
  text-align: left;
   display: -webkit-box;
  -webkit-line-clamp: 2;       /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copied-svg{
  display: none;
}
@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: center;
    margin: 10px 0 20px;
  }

  .str-left h2 {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
  .str-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .str-button{
    padding: 10px 20px;
    /* border-radius: 100px; */
    margin-inline: auto;
    gap: 8px;
    font-size: 12px;
  }
  .str-button svg {
    width: 20px;
  }
  .img-prompt-overlay{
  padding: 12px;
  margin: auto 14px 14px 14px;
}
.img-prompt-overlay > button {
  font-size: 10px;
  padding: 6px 12px;
}
.img-prompt-overlay > p {
  font-size: 12px;
}
}
@media (max-width: 480px){
  .str-main{
    padding-top: 120px;
  }
  .str-left h2 {
    font-size: 26px;
    text-align: center;
    width: 100%;
  }
    .img-prompt-overlay{
  padding: 12px;
  margin: auto 14px 14px 14px;
}
.img-prompt-overlay > button {
  font-size: 8px;
  padding: 6px 12px;
}
.img-prompt-overlay > p {
  font-size: 10px;
}
}
/* END_SECTION:p2b-img-generation-hero */

/* START_SECTION:p2p-explore-tool (INDEX:106) */
.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: 'Instrument Sans';
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 */
}
/* END_SECTION:p2p-explore-tool */

/* START_SECTION:p2p-more-feature (INDEX:110) */
.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;
  overflow: hidden;
}

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

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

.more-ftr-button {
  padding: 14px 28px;
  border: none;
  /* border-radius: 50px; */
  font-family: Instrument Sans;
  font-weight: 600;
  font-size: 16px;
  /* background: linear-gradient(65deg, #F94A5C, #A346F1, #3F88FF); */
  color: #000000;
  background-color: #3AA8FF;
  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);
}
.ft-arrow{
  fill: #000000;
}
.more-ftr-right {
  flex: 1 1 45%;
  position: relative;
  max-width: 600px;
  max-height: 332.25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.more-ftr-image {
  width: 100%;
  height: auto;
  display: block;
  /* border-radius: 0 50px 50px 0; */
  object-fit: cover;
  z-index: 9;
}

.more-ftr-overlay {
  display: none;
  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)); */
  background: linear-gradient(270deg, rgba(16, 16, 17, 0) 0.44%, #101011 101.8%);
  /* background: linear-gradient(89.49deg, rgba(16,16,17,0.4) 0.44%, #101011 101.8%); */
  display: block;
  /* border-radius: inherit; */
  pointer-events: none;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .more-ftr-section {
    /* flex-direction: column; */
    position: relative;
    display: block;
    /* border-radius: 25px; */
    width: fit-content;
  }
  
  .more-ftr-left{
    /* position: absolute;
    width: 50%;
    height: 100%;
    z-index: 99; */
    padding: 50px 20px 30px 20px;
    justify-content: center;
    text-align: center;
  }
  .more-ftr-left h2 {
    font-size: 24px;
}
  .more-ftr-button{
    padding: 10px 20px;
    font-size: 14px;
    gap: 8px;
    margin-inline: auto;
}
  .more-ftr-image {
    /* border-radius: 25px 25px 25px 25px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: block; */
  }
  .more-ftr-overlay {
  display: none;
  background: none;

}

  .more-ftr-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;             /* ensures full width coverage */
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  /* border-radius: inherit; */

  /* background: linear-gradient(
    0deg,
    rgba(16, 16, 17, 0) 0.44%,
    #101011 101.8%
  ); */
}

}
@media (max-width : 485px){
  .more-ftr-left{
    width: 100%;
  }
    .more-ftr-main{
      padding-block: 30px;
    }
}
/* END_SECTION:p2p-more-feature */

/* START_SECTION:partner-hero (INDEX:116) */
.part-main-section * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .part-main-section{
   display: flex;
    padding-block: 50px 10px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  /* .part-main-container{
    width: 100%;
    max-width: 1300px;
    display: grid;
    grid-template-columns: 326px auto 326px;
    margin-inline: auto;
    gap: 49px;
  } */
   .part-main-container{
    width: 100%;
    max-width: 1300px;
    display: grid;
    grid-template-columns: minmax(0, 326px) auto minmax(0, 326px);
    margin-inline: auto;
    gap: 49px;
}
  @media (max-width: 1340px){

      .part-main-container{
        margin-inline: 20px;
          width: calc(100% - 40px);
           max-width: 100%;
      }
    }
    .part-content-wrapper{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin-top: 150px;
    }
    .part-content-wrapper > h2{
        font-family: Instrument Sans;
        font-weight: 700;
        font-style: normal;
        margin: 0px 30px;
        font-size: 52px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
    }
    .part-content-wrapper > p{
        font-family: Instrument Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: #D1D4E2;
    }
    .part-left-images{
        width: fit-content;
        margin-top: 50px;
        position: relative;
        width: 100%;
        max-height: 230px;
    }
    .part-left-after-image , .part-left-before-image{
        display: block;
    }
    .part-left-before-image {
        position: absolute;
        top: 0;
        left: 0;
    }
    .part-left-after-image{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .part-right-images{
        width: fit-content;
        margin-top: 50px;
        position: relative;
        width: 100%;
        max-height: 230px;
    }
    .part-right-after-image , .part-right-before-image{
        display: block;
    }
    .part-right-before-image {
        position: absolute;
        top: 0;
        right: 0;
    }
    .part-right-after-image{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .part-left-before-image,
.part-left-after-image,
.part-right-before-image,
.part-right-after-image {
    /* width: 100%; */
    height: auto;
}
.before-after-mb{
    display: none;
}
@media (max-width: 992px){
       .part-main-container{
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
       }
       .part-right-images , .part-left-images{
        display: none;
       }
       .part-content-wrapper{
        max-width: 500px;
        margin: 0;
       }
           .part-content-wrapper h2 {
            text-align: left;
           }
       .part-content-wrapper p {
        display: none;
       }
      .before-after-mb {
        border : 1px solid #ffffff;
        display: block;
  position: relative;
  width: 300px;  /* adjust */
  height: 300px; /* adjust */
  overflow: hidden;
}

/* both images full size */
.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BEFORE = left half visible */
.before {
  z-index: 1;
  clip-path: inset(0 50% 0 0); 
}

/* AFTER = right half visible */
.after {
  z-index: 2;
  clip-path: inset(0 0 0 50%);
}

/* divider line */
.divider {
    display: block !important;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  z-index: 2;
}

/* labels */
.label {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
}

.before-label {
  left: 10px;
}

.after-label {
  right: 10px;
}
}

@media (max-width: 767px){
    .part-main-section{
        padding-bottom: 0;
    }
          .before-after-mb {

  width: 200px; 
  height: 200px; 

}

    .part-content-wrapper h2 {
        font-size: 40px;
    }
}
@media (max-width: 500px){
          .before-after-mb {

  min-width: 100px;
  max-width: 100px; 
  min-height: 100px; 
  max-height: 100px;
  

}

    .part-content-wrapper h2 {
        font-size: 24px;
    }
    .label {
  position: absolute;
  bottom: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  z-index: 2;
}
    .before-label {
  left: 8px;
}

.after-label {
  right: 8px;
}
}

  .part-tab-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #0c0c0c;
    overflow: hidden;
  }

  .part-tab-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    border: 1px solid #1F8FE5;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
        color: white;
    background: transparent;
    cursor: pointer;
  }

  .part-tab-button.is-active {
    background: #1F8FE5;
    color: #000;
  }

  .part-tab-button:not(.is-active):hover {
    background: rgba(255, 255, 255, 0.08);
  }
.is-hidden {
  display: none !important;
}
  @media (max-width: 575px) {
    .part-dynamic-heading{
      margin: 0px !important;
    }
  .part-tab-button {
   
    padding: 6px 12px;
   
    font-size: 14px;
}
  }
/* END_SECTION:partner-hero */

/* START_SECTION:partner-tools (INDEX:117) */
.pf-section * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .pf-section {
    padding-block: 60px;
    width: 100%;
  }

  .pf-container {
    width: 100%;
    max-width: 1300px;
    margin-inline: auto;
  }

  @media (max-width: 1340px) {
    .pf-container {
      margin-inline: 20px;
      width: calc(100% - 40px);
      max-width: 100%;
    }
  }

  /* Header */
  .pf-header {
    text-align: center;
    margin-bottom: 48px;
  }

  .pf-heading {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .pf-heading__hl {
    color: #4f9ef8;
  }

  .pf-subheading {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #D1D4E2;
    max-width: 730px;
    margin-inline: auto;
    text-align: center;
  }

  /* Grid */
  .pf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  /* Card */
  .pf-card {
    /* border-radius: 12px; */
    border: 2px solid #FFFFFF80;
    overflow: hidden;
    /* background: #12151c; */
    transition: all ease 0.3s;
    display: block;
    text-decoration: none;
  }

  .pf-card:hover
 {
    border-color: #1F8FE5;
    box-shadow: 0px 2px 10px rgba(31, 143, 229, 0.6);
  }

  .pf-card__img-wrap {
    position: relative;
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    overflow: hidden;
  }

  .pf-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }



  .pf-card__placeholder {
    background: #1e2330;
  }

  .pf-card__label {
    /* position: absolute; */
    /* top: 12px;
    left: 12px; */
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    width: 100%;
    line-height: 140%;
    /* background: rgba(13, 15, 20, 0.70); */
    /* backdrop-filter: blur(6px); */
    /* -webkit-backdrop-filter: blur(6px); */
    padding: 20px;
    /* border-radius: 6px; */
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
  }

  /* Responsive */
  @media (max-width: 900px) {
    .pf-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .pf-card:last-child {
      grid-column: 1 / -1;
      max-width: 480px;
      justify-self: center;
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    .pf-section {
      padding-block: 40px;
    }

    .pf-heading {
      font-size: 28px;
    }

    .pf-subheading {
      font-size: 14px;
    }

    .pf-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .pf-card:last-child {
      grid-column: unset;
      max-width: unset;
    }
    .pf-card__label{
        font-size: 14px;
    }
  }
/* END_SECTION:partner-tools */

/* START_SECTION:photo-grid-section (INDEX:120) */
.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: 'Instrument Sans';
    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: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  justify-content: center;
}

.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;
  position: relative;
  border: 1px solid #FFFFFF80
}

.photo-grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  object-position: center; /* center the crop */
}

.grid-overlay-content-container{
  position: absolute;
  width : 100%;
  height:  auto;
  padding : 10px;
  z-index : 1;
  bottom : 0;
}

.grid-overlay-content{
  background-color: rgba(0, 0, 0, 0.8);
  padding : 12px;
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.grid-overlay-content-top{
  display: flex;
  justify-content : space-between;
}

.grid-feature-type{
  font-size : 12px;
  font-weight : 600;
  line-height : 140%; 
  color : #FFFFFF;
}
.grid-image-button{
  padding: 4px 8px 4px 8px;
  border-radius : 4px;
  background-color : #1D1D1D;
  color : #FFFFFF;
  border: none;
  display : flex;
  gap : 6px;
  font-size: 8px;
  line-height: 140%;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
}

.grid-image-desc{
  font-size : 10px;
  font-weight : 500;
  line-height : 140%;
  color: #FFFFFF;
  text-align: Start;
}
.pgc-1 .photo-grid-item{
  flex: 1;
}
/* .pgc-1 .photo-grid-item{
  flex: 1;
} */
.pgi-5{flex-basis: 50%;}
.pgi-6{flex-basis: 30%;}
.pgi-7{flex-basis: 20%;}
.pgi-8{flex-basis: 20%;}
.pgi-9{flex-basis: 50%;}
.pgi-10{flex-basis: 30%;}

.grid-btns-wrapper{
  display: flex;
  gap: 8px;

}
.grid-product-button{
   padding: 4px 8px 4px 8px;
  border-radius : 4px;
  background-color : #1D1D1D;
  color : #FFFFFF;
  border: none;
  display : flex;
  gap : 6px;
  font-size: 8px;
  line-height: 140%;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
}

/* Mobile: stack columns */
@media (max-width : 992px){
  .photo-grid-wrapper{
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .photo-grid-column{
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  /* .photo-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  } */
   .photo-grid-section{
    padding-top: 40px;
   }

  .photo-grid-column {
    flex: 1 1 100%;

  }
  .photo-grid-title{
    font-size: 24px;
  }
  .photo-grid-subtxt {
    font-size: 14px;
  }
}

@media (max-width: 480px){
  /* .photo-grid-wrapper{
    grid-template-columns: 1fr;
  } */
  .photo-grid-column{
    /* display: grid; */
    gap: 1rem;
    /* grid-template-rows: 215px 215px 215px; */
  }
  /* .photo-grid-item{
    height: 215px;
    width: 100%;
  } */
  .photo-grid-item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
.grid-feature-type{
  font-size : 10px;
}
.grid-image-button{
  padding: 2px 4px 2px 4px;
  font-size: 6px;

}
.grid-product-button{
    padding: 2px 4px 2px 4px;
  font-size: 6px;
}
.grid-image-desc{
  font-size : 8px;
}
.grid-overlay-content-container{
  padding: 5px;
}
.grid-overlay-content{
  padding: 6px;
  border-radius: 8px;
}
.pgi-2{flex-basis: 25%;}
.pgi-3{flex-basis: 50%;}
.pgi-4{flex-basis: 25%;}
.pgi-5{flex-basis: 40%;}
.pgi-6{flex-basis: 35%;}
.pgi-7{flex-basis: 25%;}
.pgi-8{flex-basis: 25%;}
.pgi-9{flex-basis: 40%;}
.pgi-10{flex-basis: 35%;}
}
/* END_SECTION:photo-grid-section */