*{
  font-family: 'Nunito', sans-serif;
}
.navbar-toggler{
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 4px !important;
}
.navbar-menu-icon{
  width: 18px;
  height: 16px;
}
.navbar_desktop {
  background: #fff;
  position: relative;
  z-index: 1041;
}
.offcanvas-backdrop {
  z-index: 1040;
}
.breadcrumb{
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 6px;
}
.breadcrumb a{
  color: #000000B2;
  text-decoration-color: #000000B2;
}
.breadcrumb_right{
  width: 4px;
  height: 6px;
}
.loginBtn{
  background:#30619A!important;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
}
#navbarNav .navbar-nav{
  height: 50px;
}
#mobileMenu .navbar-nav .nav-link{
  background: #fafafa !important;
  width: 100%;
  height: 29px;
  font-weight: 600;
  padding: 5px 16px;
  margin-top: 11px;
  border: 0;
}
#mobileMenu .navbar-nav .submenu .nav-link{
  font-weight: 500;
  padding: 3px 14px 3px 4px;
}
#mobileMenu .mobileNavLink{
  display: flex;
  align-items: center;
  gap: 6px;
}
#mobileMenu .mobileToolLink{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobileMenu .mobileToolLinkName{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}
#mobileMenu .dropdown .collapse .nav-link {
  padding-left: 2rem;
  background: #f8f9fa;
}
#mobileMenu .nav-link {
  border-bottom: 1px solid #dee2e6;
}
#mobileMenu .lang-menu {
  width: 100%;
  padding: 0;
}
.dropdown .collapse.show + a span {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.rotateArrow{
  transform: rotate(90deg);
  transition: 0.3s;
}
.h1_title{
  font-size: 26px;
}
.bg-lightgray{
  background: #F5F5F5 !important;
}
.lh_normal{
  line-height: normal;
}
.nav_with_bg{
  background: #F4F4F4 !important;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding: 5px 10px !important;
  cursor: pointer;
}
.bg-hero{
  background: #F5F5F5 !important;
}
.br_20{
  border-radius: 20px;
}
.tool_area{
  background: #fff !important;
  border-radius: 20px;
  border: 1px dashed #000;
}
.upload_btn{
  background: #30619A !important;
  display: flex;
  align-items: center;
  height: 57px;
  border-radius: 12px 0px 0px 12px;
}
.upload_more{
  background: var(--gradient, linear-gradient(180deg, #1b4575 57.44%, #0a294d 100%)) !important;
  display: flex;
  align-items: center;
  height: 57px;
  border-radius: 0px 12px 12px 0px;
  box-shadow: 0px 8px 20px 0px rgba(48, 97, 154, 0.30);
}
.download_btn{
  background: #30619A !important;
  display: flex;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
}
.download_more{
  background: var(--gradient, linear-gradient(180deg, #1b4575 57.44%, #0a294d 100%)) !important;
  display: flex;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0px 8px 20px 0px rgba(48, 97, 154, 0.30);
}
.add_more{
  background: #F5F5F5 !important;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 12px 0px 0px 12px;
}
.add_more_btn{
  background: #EAEAEA !important;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 0px 12px 12px 0px;
}
.upload_seperator{
  width: 13px;
  height: 34px;
  margin-right: 13px;
  border-right: 1px solid #B4B4B4;
}
.qr_scan{
  background: #30619A !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding: 0px 20px;
  border-radius: 10px;
}
.hrLine{
  width: 60px;
}
.br_bottom_20{
  border-radius: 0 0 20px 20px !important;
}
.tool_menu_name{
  width: 110px;
}
.dropdown_icon_up{
  transform: rotate(180deg);
}
.choose_dropdown{
  width: 110%;
  min-width: 200px;
  position: absolute;
  top: 65px;
  z-index: 2;
  right: 0px;
}
.export_options{
  min-width: 300px !important;
}
.choose_dropdown > *{
  padding: 11px 10px;
}
.result_table{
  line-height: 20px;
}
.result_table td{
  padding: 10.5px 0;
}
@media (min-width: 768px){
  .col_lg_3{
    width: 30%;
  }
  .col_lg_9{
    width: 70%;
  }
}
@media screen and (max-width:1024px) {
    .choose_dropdown{
        right: 0px;
    }
}

.bg-card{
  position: relative;
  background: #f7f7f7;
  cursor: pointer;
}
.bg-card-focus{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 2.51px solid #5994D9;
}
.cards::-webkit-scrollbar, #items::-webkit-scrollbar, #result::-webkit-scrollbar, #result2::-webkit-scrollbar, .txt_area::-webkit-scrollbar, .result_txt::-webkit-scrollbar, .table-responsive.overflow-auto::-webkit-scrollbar{
  width: 6px;
}
.cards::-webkit-scrollbar-track, #items::-webkit-scrollbar-track, #result::-webkit-scrollbar-track, #result2::-webkit-scrollbar-track, .txt_area::-webkit-scrollbar-track, .result_txt::-webkit-scrollbar-track, .table-responsive.overflow-auto::-webkit-scrollbar-track{
  background: #f0f0f0;
}
.cards::-webkit-scrollbar-thumb, #items::-webkit-scrollbar-thumb, #result::-webkit-scrollbar-thumb, #result2::-webkit-scrollbar-thumb, .txt_area::-webkit-scrollbar-thumb, .result_txt::-webkit-scrollbar-thumb, .table-responsive.overflow-auto::-webkit-scrollbar-thumb{
  background-color: #5994D9;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}
.cards::-webkit-scrollbar-thumb:hover, #items::-webkit-scrollbar-thumb:hover, #result::-webkit-scrollbar-thumb:hover, #result2::-webkit-scrollbar-thumb:hover, .txt_area::-webkit-scrollbar-thumb:hover, .result_txt::-webkit-scrollbar-thumb:hover, .table-responsive.overflow-auto::-webkit-scrollbar-thumb:hover{
  background-color: #2980b9;
}
.cards::-webkit-scrollbar-button, #items::-webkit-scrollbar-button, #result::-webkit-scrollbar-button, #result2::-webkit-scrollbar-button, .txt_area::-webkit-scrollbar-button, .result_txt::-webkit-scrollbar-button, .table-responsive.overflow-auto::-webkit-scrollbar-button{
  display: none;
}
.upload_loader{
  background: #5994D9;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  border-radius: 10px
}
.object-cover{
  object-fit: cover;
}
.object-contain{
  object-fit: contain;
}
.cone_up::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f7f7f7;
  top: -6px;
  left: 50%;
  transform: rotate(45deg);
}
.convert_files{
  /* background: #000 !important; */
  background:#30619A!important;
  border-radius: 12px;
  height: 50px;
  padding: 10px 40px;
  box-shadow: 0px 8px 20px 0px rgba(48, 97, 154, 0.25);
}
#uploadedfile .adjustHeight{
  height: auto !important;
}
.convert_files:hover{
  background: #1b4575 !important;
}
.loader{
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 75px;
  height: 75px;
  margin: auto;
  display: block;
  position: absolute
}
.loader::after{
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  border-width: 5px;
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  border-color: #e2e2e2 #2980b9;
  animation: spinner 1.5s cubic-bezier(.4,0,.4,1) infinite
}
.loader_overlay{
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  border-radius: 20px;
  background: rgba(249, 250, 251,.97);
  box-shadow: 0 0px 6px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 25%)
}
.loader_txt{
  left: 0;
  right: 0;
  bottom: 0;
  top: 58%;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  display: inline-block;
  margin: auto auto auto auto
}
.cursor_pointer{
  cursor: pointer;
}
.add_more_dropdown{
  top: 57px !important;
}
.w-fill{
  width: -webkit-fill-available;
}
.urlBtn{
  background: #5994D9 !important;
}
.start_over{
  border-radius: 10px;
}
.copy_details{
  position: absolute;
  border-radius: 10px;
  top: -51px;
  right: 8px;
}
.download_details{
  text-transform: lowercase;
  border-radius: 10px;
}
.toolTip{
  background: #000;
  width: 90px;
  display: none;
  position: absolute;
  text-align: center;
  padding: 0px 12px;
  font-size: 12px;
  top: -44px;
  left: -10%;
  color: #fff;
  border-radius: 5px
}
.toolTip:before{
  content: '';
  width: 75px;
  height: 28px;
  z-index: 99;
  position: absolute;
  background: #3c5057;
  left: -24px;
  font-weight: 500;
  top: -39px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
  display: none
}
.toolTip:after{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #000;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}
.qr_code{
  display: none;
  position: absolute;
  width: 170px;
  min-height: 215px;
  top: -400%;
  right: 25.5%;
  padding: 20px 20px 10px 20px;
  text-align: center;
  border-radius: 10px;
  z-index: 2;
}
.qr_code img{
  object-fit: contain;
}
.qr_loader{
  width: 30px;
  height: 30px;
}
.qr_loader::after{
  width: 30px;
  height: 30px;
}
.eyeIcon{
  position: absolute;
  top: 42px;
  right: 14px;
  cursor: pointer;
}
#signInModal .eyeIcon{
  top: 55px;
}
.lh20{
  line-height: 20px !important;
}
.lh18{
  line-height: 18px !important;
}
.lh10{
  line-height: 10px !important;
}
.upgrade_banner_line{
  stroke-width: 1px;
  stroke: rgba(66, 66, 66, 0.00);
}
.p_20{
  padding: 20px;
}
.bg-copy{
  background: #5994D9 !important;
}
.bg-compare{
  background: #F2F2F2 !important;
}
.bg-translate{
  background: #F7F7F7 !important;
}
.br_8{
  border-radius: 8px;
}
.download_all_btn{
  background: linear-gradient(180deg, #63A5F2 0%, #5994D9 100%) !important;
  display: flex;
  width: 221px;
  height: 53px;
  padding: 16px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0px 8px 20px 0px rgba(48, 97, 154, 0.25);
}
.lh30{
  line-height: 30px;
}
.lh32{
  line-height: 32px;
}
.lh42{
  line-height: 42px;
}
.upgrade_btn_bar{
  background: #F2F9FF !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.disable-css{
  cursor: pointer;
  pointer-events: none;
}
.start_over2 {
  background: linear-gradient(180deg, #767676 0%, #838383 100%) !important;
  display: flex;
  width: 221px;
  height: 53px;
  padding: 16px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0px 8px 20px 0px rgba(80, 80, 80, 0.25);
  color: white;
}
.start_over2:hover {
  color: white;
}
.h_81{
  height: 81%;
}
.tooltip-inner {
  font-size: 12px;
}
.preview_table{
  line-height: 22px;
}
.preview-body{
  height: 75vh;
  overflow: auto;
}
.result_tabs button{
  width: 60px;
}
.ad_300{
  min-height: 300px;
}
.ad_600{
  min-height: 600px;
}
.preview_table tr td, .preview_table tr th{
  font-size: 14px;
  padding: 1px 5px;
}
.salePkgs{
  border: 1px solid rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
  cursor: pointer;
}
.salePkgs_default{
  background: #E5E5E533;
  border: 1px solid #569FE5 !important;
  box-shadow: 0 0 20px 0 rgba(48, 97, 154, 0.25);
}
.salePkgs_default .pkg_name, .salePkgs_default .pkg_price{
  color: #30619A !important;
}
.salePkgs:hover{
  background: #E5E5E533;
}
.salePkgs:focus{
  background: #E5E5E533;
  border: 1px solid #569FE5 !important;
  box-shadow: 0 0 20px 0 rgba(48, 97, 154, 0.25);
}
.salePkgs:focus .pkg_name, .salePkgs:focus .pkg_price{
  color: #30619A !important;
}
.fs_40{
  font-size: 40px;
}
.fs_60{
  font-size: 60px;
}
.fs_70{
  font-size: 70px;
}
.saleCloseBtn{
  position: absolute;
  top: 20px;
  right: 20px;
}
#crop_image{
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  margin: 0 auto;
}
.imageArea{
  display: flex;
  justify-content: center;
}
.f_name{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#before_upload .tool_area, #uploadfile .tool_area{
  cursor: pointer;
}
.ls_1{
  letter-spacing: 1px;
}
.fs_16{
  font-size: 16px;
}
.fw_900{
  font-weight: 900;
}
.lh_10{
  line-height: 10px;
}
.lh_20{
  line-height: 20px;
}
.uploader{
  width: 60px;
  height: 60px;
}
.uploader::after{
  content: "";
  width: 60px;
  height: 60px;
  border-width: 5px;
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  border-color: #e2e2e2 #2980b9;
  animation: spinner 1.5s cubic-bezier(.4,0,.4,1) infinite;
}
.download_bg{
  background: linear-gradient(180deg, #63A5F2 0%, #5994D9 100%);
}
.limitBannerPkg{
  padding: 5px 10px;
}
.limitBannerPkg.active{
  position: relative;
  border: 1px solid #30619A !important;
}
.limitBannerPkg.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #2d5e93;
}
#limitModal .upgrade_btn{
  background: #30619A !important;
  width: 150px;
  padding: 10px 0;
}
#limitModal .plans_btn{
  width: 92px;
  border-radius: 10px;
  padding: 10px 0;
}
.wordWrap{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Toast */

/* Toasts */
#toasts {
  min-height: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1111
}
@media screen and (min-width: 1024px) {
    #toasts{
        width: fit-content;
        min-width: 400px;
}
}
@media screen and (max-width : 1024px) {
    #toasts{

        width: 400px;
    }
}

@media (max-width: 425px){
  #toasts{
    width: 100%;
    top: 65px;
    right: 0
  }
}
#toasts .toast {
  background: #d6d8d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
  color: rgba(0,0,0, .6);
  cursor: default;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  padding: 20px;
  transform: translateY(15%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1100
}
.toast p{
  margin-bottom:0px !important;
}
#toasts .toast.error {
    background: #FFEBEE !important;
    color: #EE0E2E !important
  }
#toasts .toast.success {
  background: #4FA746 !important;
  color:white !important;
}
#toasts .toast.warning {
  background: #ffa533 !important
}
#toasts .toast.info {
  background: #2cbcff !important
}
#toasts .toast.primary {
  background: rgb(13,110,253) !important;
  color: white;
}

#toasts .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out
}
#toasts .toast.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all .5s ease-in-out
}
#toasts .toast .close {
  cursor: pointer;
  font-size: 30px;
}
.upload_btn:focus {
  outline: 2px solid #0d6efd;
  outline-offset: 3px;
}
.percentOffText{
  display: flex;
  gap: 6px;
}
.previewImg{
  width: auto;
  height: 400px;
  object-fit: contain;
}
.premium_btn{
     height: 28px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
  gap: 4px;
}
@media (max-width: 1199px){
  .dropdown-menu.tool-menu, .dropdown-content.tool-menu{
    right:-190px!important;
  }
}
@media (max-width: 1100px){
  .dropdown-menu.tool-menu, .dropdown-content.tool-menu{
    right:-250px!important;
  }
}
@media screen and (min-width:992px) and (max-width:1100px) {
    .dropdown-content{
        min-width: 800px !important;
    }
}
@media (min-width: 992px) {
  .modal-md {
    max-width: 600px;
  }
}
@media (max-width: 991px){
  .result_txt{
    height: 240px !important;
  }
  #navbarNav .navbar-nav{
    height: auto !important;
  }
  #navbarNav .nav-item{
    display: block !important;
    text-align: center !important;
  }
   .choose_dropdown {
      min-width: 200px !important;
    }
    .export_options{
      min-width: 250px !important;
    }
    .cs_tool_h{
    height: auto !important;
  }
}
@media(max-width: 767px){
  .count {
    font-size: 30px !important;
  }
  .img_area{
    height: 135px !important;
    padding-right: 0 !important;
  }
  .upgrade_banner{
    height: auto !important;
  }
  .cs_tool_h{
    height: auto !important;
  }
}
 
@media(max-width: 500px){
  .breadcrumb{
    font-size: 11px;
  }
  .breadcrumb a:first-child img{
    width: 10px;
  }
  .convert_files{
    width: fit-content !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .add_more  .fs_14 {
    font-size:12px !important;
  }
}
@media(max-width: 455px){
  .convert_files{
    /* width: fit-content !important; */
    font-size: 10px !important;
    /* font-weight: 600 !important; */
  }
  .add_more  .fs_14 {
    font-size:10px !important;
  }
  .mobileFeatureTool span{
    font-size: 12px !important;
  }
}
@media (max-width:400px){
  .mobileFeatureTool span{
    font-size: 10px !important;
  }
}
@media (max-width:385px){
  .convert_files img{
    display: none !important;
  }
}
@media(max-width: 575px){
  .copy_details{
    top: -49px !important;
  }
}
@media(max-width: 430px){
  #limitModal .upgrade_btn{
    background: #30619A !important;
    width: 130px;
    font-size: 14px;
    padding: 7px 0;
  }
  #limitModal .plans_btn{
    width: 80px;
    font-size: 14px;
    padding: 7px 0;
  }
  .fs_12_sm{
    font-size: 12px;
  }
  .play_store, .apple_store{
    width: 100px;
    height: auto;
  }
  .px_0_sm{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .img_10_sm{
    width: 10px
  }
  .convert_files{
    height: 40px;
    border-radius: 10px;
    padding: 10px 26px;
  }
  .convert_files img{
    width: 15px;
  }
  .download_more + .choose_dropdown{
    width: 145% !important;
  }
  .add_more{
    height: 40px;
    border-radius: 10px 0px 0px 10px;
  }
  .add_more_btn{
    height: 40px;
    border-radius: 0px 10px 10px 0px;
  }
  .add_more_dropdown{
    top: 45px !important;
    min-width: 137%;
    left: 0px ;
  }
  .start_over img{
    width: 12px !important;
    height: 12px !important;
  }
  .copy_details{
    top: -46px !important;
  }
  .copy_details img{
    width: 15px !important;
    height: 15px !important;
  }
  #downloadAllZip {
    font-size: 15px;
    padding: 0px;
  }
  .download_all_btn{
    padding: 13px 3px !important;
    height: 40px !important;
  }
  .start_over2{
    font-size: 15px;
    height: 40px;
    padding: 13px 3px !important;
  }
  .download_all_btn2{
    font-size: 15px;
  }
  .uploader{
    width: 30px;
    height: 30px;
  }
  .uploader::after{
    width: 30px;
    height: 30px;
    border-width: 4px;
  }
  .col-30,.col-70{
    font-size: 12px !important; 

  }
}
@media (max-width: 375px){
    .convert_files{
        padding: 8px 8px;
    }
    .resultMethodp{
      font-size: 10px;
    }
    .premium_btn{
      font-size: 12px;
    }
     
}
@media screen and (max-width:350px) {
    .mobileFeatureTool span{
        font-size: 10px !important;
    }
    .choose_dropdown {
      min-width: 200px !important;
    }
    .export_options{
      min-width: 250px !important;
    }
    #toolFeedback .fw-bold.me-3{
      font-size: 14px !important; 
    }
    #toolFeedback .feedbackStatus {
      font-size: 12px;
    }
    .premium_icon{
      display: none;
    }
    .navbar-brand .fs_20{
      font-size: 18px;
    }
}
@media(max-width: 338px){
  .more_apps{
    margin-top: 20px !important;
  }
  .premium_btn{
    font-size: 10px;
  }
}

.qr_scan:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.upload_more:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.is-invisible{
  visibility: hidden !important;
  height: 10px;
}
body {
    margin: 0;
    min-height: 100vh;
    background: #f0ede8;
    font-family: 'DM Sans', sans-serif;
  }
  /* ── Popup container ── */
  #tpPopup {
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 270px;
    background: #ffffff;
    border-radius: 12px;
    border: 0.5px solid #e0e0e0;
    padding: 20px 20px 16px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.08);
    transform: translateY(120%);
    opacity: 0;
    z-index: 9999;
    display: none;
  }

  #tpPopup.tp-show {
    display: block;
    animation: tpSlideUp 0.45s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;
  }

  @keyframes tpSlideUp {
    to { transform: translateY(0); opacity: 1; }
  }

  #tpPopup.hidden {
    animation: none;
    display: none;
  }

  /* ── Close button ── */
  #tpPopup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 16px;
    color: #888;
    line-height: 1;
  }

  /* ── Step visibility ── */
  #tpPopup .popup-step {
    display: none;
  }

  #tpPopup .popup-step.active {
    display: block;
  }

  /* ── Step 1 ── */
  #tpPopup .step-headline {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
  }

  #tpPopup .btn-positive {
    width: 100%;
    background: #00B67A;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  #tpPopup .btn-negative {
    width: 100%;
    background: transparent;
    color: #666;
    border: 0.5px solid #ccc;
    border-radius: 8px;
    padding: 9px 0;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 12px;
  }

  #tpPopup .dismiss-link {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    cursor: pointer;
  }

  /* ── Step 2a — Positive ── */
  #tpPopup .positive-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
  }

  #tpPopup .positive-header svg {
    flex-shrink: 0;
  }

  #tpPopup .positive-header p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #111;
  }

  #tpPopup .rating-pill {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  #tpPopup .rating-stars {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
  }

  #tpPopup .rating-stars .star-faded {
    opacity: 0.4;
  }

  #tpPopup .rating-score {
    font-size: 12px;
    font-weight: 500;
    color: #111;
  }

  #tpPopup .rating-count {
    font-size: 12px;
    color: #666;
  }

  #tpPopup .helper-line {
    margin: 0 0 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
  }

  #tpPopup .btn-trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    background: #00B67A;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
  }

  /* ── Step 2b — Negative ── */
  #tpPopup .negative-headline {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
  }

  #tpPopup .negative-subtext {
    margin: 0 0 12px;
    font-size: 12px;
    color: #666;
  }

  #tpPopup .feedback-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 0.5px solid #ccc;
    background: #f5f5f5;
    color: #111;
    resize: none;
    height: 80px;
    margin-bottom: 10px;
    font-family: inherit;
  }

  #tpPopup .btn-submit {
    width: 100%;
    background: #f5f5f5;
    border: 0.5px solid #ccc;
    border-radius: 8px;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: inherit;
  }

  /* ── Step 3 — Thank you ── */
  #tpPopup #step-thanks {
    text-align: center;
    padding: 12px 0 6px;
  }

  #tpPopup .thanks-icon {
    margin-bottom: 10px;
  }

  #tpPopup .thanks-headline {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
  }

  #tpPopup .thanks-subtext {
    margin: 0;
    font-size: 12px;
    color: #666;
  }
    /* Close button */
  .tp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #d0ccc5;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
    padding: 0;
  }
  .tp-close:hover { background: #f5f4f0; color: #333; }