@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

@font-face {
  font-family: "Roboto-Regular";
  src: url(../../../assets/fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../../../assets/fonts/Roboto-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --percent: 50%;
}
.enhanced-img-compare-container {
  position: relative;
  width: 600px;
  height: auto  ;
  margin: 20px auto;
  border-radius: 9px;
  overflow: hidden;
  user-select: none;
  touch-action: none; 
  max-width: 100%;
}
.enhanced-img-compare-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.img-after {
  clip-path: inset(0 0 0 var(--percent));
}

.img-before {
  clip-path: inset(0 calc(100% - var(--percent)) 0 0);
}

.enhanced-img-divider {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: white;
  left: var(--percent);
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.25);
}

.enhanced-img-handle {
  position: absolute;
  top: 50%;
  left: var(--percent);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  cursor: ew-resize;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.65);
  z-index: 3;
}

.enhanced-img-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 17px;
  font-family: Montserrat-Regular; 
  color: white;
  background: #00000080;
  border-radius: 34px;
  z-index: 4;
  padding: 2px 8px;
  height: 30px;
  width: 75px;
  backdrop-filter: blur(12px)
}

.label-before {
  left: 10px;
  bottom: 10px;
  font-family: Roboto-Regular;
}
.label-after {
  right: 10px;
  bottom: 10px;
  background: #005FE5;
  border: 1px solid #FFFFFF;
  font-family: Roboto-Bold; 
}

.upload-box {
  background-color: #fff;
  border: 1px dashed #575D68;
  background-color: #F2F3F4;
  border-radius: 10px;
  padding: 57px 48px 34px;
  width: 100%;
  max-width: 100%;
  height: 243px;
}
.upload-box:hover{
  background-color: #E2E4E6;
}
.upload-img-icon {
  width: 400px;
  height: 56px;
  background-color: #0069ff;
  box-shadow: 1px 1px 3px 0px #0000004D;
  border-radius: 6px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.upload-image-text {
  font-family: "Montserrat-Bold";
  font-size: 21px;
  color: #FFFFFF;
  margin-left: 11px;
}
.drop-img {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  color: #575D68;
  margin-top: 25px;
}

.hidden {
  display: none;
}
.ai-flyer-stepper{
  margin-top:0px !important;
  padding:50px 0;
}
.steper-line.short {
  position: absolute;
  height: 690px;
  width: 3px;
  background: #0069ff;
  border-radius: 50px;
  margin: auto;
  top: 115px;
  left: 49%;
}
.ef-card6{
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: #E3FFFE;
  border-radius: 10px;
}
.ef-card6:hover{
  border: 2px solid #027C78!important;
}
.fm-card-feature-benefit{
  font-family:Montserrat-Bold;
  font-size:20px;
  color:#575D68;
  margin: 0;
  margin-top:12px ;
}
.fm-card-feature-benefit-2{
  font-family:Montserrat-SemiBold;
  font-size:16px;
  padding: 7px 10px;
  border-radius: 5px;
  margin-top:12px ;
  display: inline-block;
}
.ai-bg-rm-card {
  min-height: 400px;
  max-height: 520px;
}
.policy-text {
  color:#575D68;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  margin-top: 15px;
}

.feature-cards-grid {
    display: flex;
    justify-content: center;
    gap: 30px; 
    padding: 20px;
    flex-wrap: wrap; 
}

.feature-card {
    width: 440px;
    /* height: 220px; */
    border-radius: 12px;
    border-width: 2px;
    border-style: solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 11px 10px;
}

.card-purple {
  border-color: #E8E3FF;
  background: linear-gradient(180deg, #FFFFFF 0%, #E8E3FF 140%);
}
.card-purple .card-icon {
    background: #E8E3FF;
    color: #8A63FF;
    box-shadow: 0px 2.86px 5.71px 0px #7B2ECD66;
}
.card-green {
  border-color: #E0F9EB;
  padding-top: 10px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E0F9EB 100%);
}
.card-green .card-icon {
  background: #E0F9EB;
  color: #1DB954;
  box-shadow: 0px 2.86px 5.71px 0px #00500A66;
}

.card-pink {
  border-color: #FFE0E4;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFE0E4 100%);
}
.card-pink .card-icon {
  background: #FFE0E4;
  color: #E91E63;
  box-shadow: 0px 2.86px 5.71px 0px #6E0F2D66;
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-title {
  font-size: 24px;
  font-family: Montserrat-Bold; 
  color: #151515;
  margin: 0 0 10px 0;
}

.card-desc {
  font-size: 16px;
  color: #575D68;
  font-family: "Montserrat-Regular";
  margin: 0;
}

.blur-slider-card{
  width:100%;
  max-width:440px;
}
.blur-slider-card-image{
  border: 3px solid #1C1C1C;
  border-radius:15px;
  overflow:hidden;
  margin:0 !important;
  margin-bottom:15px !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #1c1c1c;
}
.blur-slider-card-heading{
  font-family:Montserrat-Bold;
  font-size:30px;
  color:#151515;
  margin-bottom:5px !important;
}
.blur-slider-card-content{
  font-family:Montserrat-Regular;
  font-size:20px;
  color:#575D68;
}
.benefits-stats{
  display:flex;
  align-items:center;
  justify-content: center;
  gap:30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1422px;
  padding : 0 20px;
  margin: 0 auto;
  margin-top: 50px;
}
.benefits-stats-card{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F2F3F4;
  width: 323px;
  height: 254px;
  border-radius: 10px;
  transition: 0.2s;
}
.benefits-stats-card:hover{
  box-shadow: 1px 3px 7px 0px #00000040;
  transition: 0.2s;
}
.benefits-stats-card div{
  font-size: 50px;
  font-family:Poppins;
  background: linear-gradient(101deg, #4F00FF -17.7%, #D640E9 39.2%, #FECFB6 100.65%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 12px;
}

.benefits-stats-card p{
  font-family:Montserrat-SemiBold;
  font-size:25px;
  color:#151515;
  text-align: center !important;
}

.usage-examples {
  margin: 40px 0;
  width: 100%;
}

.usage-example {
  display: flex;
  justify-content: center;
  align-items: stretch; 
  gap: 20px;
  width: 100%;
  max-width: 1400px; 
  margin: 40px auto;
}

.usage-example img {
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: 910px ; 
  height: auto;
  object-fit: contain; 
  border-radius: 15px;
}

.usage-example-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  width: 438px;
  height: auto;  
  padding: 0 20px ;
  border-radius: 15px;
  border: 1px solid #D3D5D8;
  background: #F2F3F4;
  line-height: normal;
}

.usage-example-content h3 {
  font-family: Montserrat-Bold, sans-serif;
  font-size: clamp(22px, 3vw, 33px);
  color: #151515;
  margin-bottom: 15px;
  text-align: left;
}

.usage-example-content p {
  font-family: Montserrat-Regular, sans-serif;
  font-size: clamp(14px, 3vw, 20px);
  color: #575D68;
  text-align: left;
  margin: 0;
  line-height: 32px;
}

.mw-375{
  max-width: 375px !important;
}
.qr-quality-text{
  max-width: 100%;
  margin: auto;
}
.qr-quality-card.four{
  height: 154px;
}
.qr-quality-card.two{
  height: 162px;
}
@media screen and (max-width: 1380px) {
  .feature-card {
    width: 380px; 
  }
}
@media screen and (max-width: 1332px) {
  .qr-quality-card.two{
    height: 188px;
  }
}
@media screen and (max-width: 1300px) {
  .upload-box {
    padding: 20px 20px 25px;
    height: auto;
  }
  .benefits-sec{
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1213px) {
  .qr-quality-card.four{
    height: 211px;
  }
}
@media screen and (max-width: 1200px) {
  .qr-quality-card.two{
    height: auto;
  }
  .qr-quality-card.four{
    height: 154px;
  }
}
@media screen and (max-width: 1170px) {
  .qr-quality-card.four{
    height: 186px;
  }
}
@media screen and (max-width: 1159px) {
  .qr-quality-card.four{
    height: 211px;
  }
}
@media screen and (max-width: 1024px) {
  .usage-example {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .usage-example-content {
    flex: none;       
    width: 100%;      
    max-width: 910px; 
    align-items: center; 
    padding: 20px;
  }

  .usage-example-content h3, 
  .usage-example-content p {
    text-align: center !important;
  }
}
@media screen and (max-width: 1015px) {
  .qr-quality-card.two{
    height: 211px;
  }
}
@media screen and (max-width: 996px) {
  .qr-quality-card.two{
    height: 244px;
  }
}
@media screen and (max-width: 992px) {
  .steper-line.short {
    height: 650px;
  }
  .upload-box {
    padding: 10px;
  }
  .drop-img{
    font-size: 17px;
  }
  .upload-img-icon{
    width: 340px;
  }
  .poster-title{
    font-size: 32px !important;
  }
  .poster-subtitle{
    font-size: 17px !important;
    margin: 0 auto 15px !important;
  }
  .qr-quality-card.two,.qr-quality-card.four{
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .upload-box {
    background: transparent;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .drop-img{
    display: none;
  }
  .upload-img-icon{
    margin-top: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 913px) {
  .steper-line.short {
    height: 597px;
  }
}
@media screen and (max-width: 825px)  {
  .steper-line.short {
      height: 654px;
  }
}
@media screen and (max-width: 850px) {
  .feature-card {
      width: 100%; 
      height: auto;
      padding: 30px 20px;
  }
}
@media screen and (width: 768px) {
  .steper-line.short {
    height: 712px !important;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ai-bg-rm-card {
    max-width: none;
    max-height: 414px !important;
    min-height: 280px !important;
    width: auto;
  }
  .enhanced-img-compare-container{
    max-width: 600px;
    margin:0;
  }
  .poster-subtitle,.policy-text{
    text-align: center !important; 
  }
  .usage-example{
    gap: 0;
    margin: 20px 0 !important;
  }
  .usage-example img{
    border-radius: 0px;
  }
  .usage-example-content{
    width: 100%;
    max-width: 375px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 0px;
    align-items: start;
  }
  .usage-example-content h3{
    text-align: start !important;
    font-size: clamp(22px, 6vw, 33px); 
  }
  .usage-example-content p {
    text-align: start !important;
    font-size: clamp(14px, 5vw, 17px);
  }
  .subheading-text-space{
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .ai-bg-rm-card {
    max-width: none;
    max-height: 500px !important;
    min-height: 280px !important;
    width: auto;
  }
  .sec-first-button-svg{
    margin: 0px !important;
  }
  .benefits-stats-card p{
    font-size: 22px ;
  }
  .blur-slider-card-heading{
    font-size: 24px;
  }
  .blur-slider-card-content{
    font-size: 17px;
  }
}
