@charset "UTF-8";
/*!
 * QRcdr - php QR Code generator
 * Copyright 2015-2020 Nicola Franchini
 * item sold on codecanyon https://codecanyon.net/item/qrcdr-responsive-qr-code-generator/9226839
 */
a:hover, a:focus, a:active{
    text-decoration: none;
}
hr{
    border-color: #c7c7c7;
}
.form-control{
    background-color: rgba(0,0,0,0.01);
}
.btn:disabled{
    opacity: 0.2;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}

img{
    max-width: 100%;
    height: auto;
}
textarea.form-control{
    margin-bottom: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.custom-file-label{
    border:none;
}
label.custom-file-label:after{
    content: "\f093" !important;
    font-family:'FontAwesome';
    width: 100%;
    border: none;
    text-align: center;
    border-radius:.25rem;
}
.custom-file-label:after{
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;

}
.nav-pills > li > a span{
    font-size: .8em;
}
.dropdown-menu {
    z-index: 1022;
}
.navbar-dark .navbar-toggler{
    border-color: transparent;
}
.logoselecta img, .hold-custom-watermark{
    min-height: 2em;
    min-width: 2em;
    max-width: 2em;
    max-height: 2em;
}
.hold-custom-watermark > *{
    max-width: 100%;
    height: auto;
}

.btn.custom-watermark{
    padding: 0;
}
.custom-watermark img{
    max-width: 100%;
    height: 2em;
    margin: .375rem .75rem;
}
.styleselecta img{
    width: 2.5em;
}
.styleselecta label{
    min-width: 2.5em;
}
.btn-group-toggle .btn{
    border-radius: 0;
}
.btn-check:active + .btn, .btn-check:checked + .btn{
    background-color: #dae0e5;
    border-color: #dae0e5;
}
/* 
* Google map
*/
#map-canvas img { 
    max-width: none; 
}
#map-canvas {
    width: 100%;
    height: 350px;
    padding: 0px;
    float: left;
}
.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input, #latlong input{
    background-color: #fff;
    padding: 0 11px 0 13px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}
#pac-input{
    width: 50%;
}
#latbox, #lngbox{
    width: 20%;
}
#pac-input:focus, #latlong input:focus {
    border-color: #4d90fe;
}

/* 
* QR code placeholder 
*/
.wrapresult, .resultholder{
    position: relative;
    text-align: center;
}
.resultholder svg{
    max-width: 100%;
    height: auto;
}
.placeresult{
    float: left;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    position: relative;
}
.placeresult .linksholder .btn{
    font-size: 2.5rem;
}
.preloader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 36px;
    display: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.preloader .fa-cog{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.was-validated .form-control:valid {
  background-image: none;
  border-color: #ced4da;
}
.was-validated .custom-select:valid{
  border-color: #ced4da;   
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label{
  color: inherit;   
}
.form-group{
    margin-bottom: 1rem;
}
.overlay-gradient{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.vertical-middle{
    vertical-align: middle;
}
#infomarker_admin {
    width: 24px;
    height: 24px;
    border: 2px solid #950000;
    border-radius: 3em;
    background-color: #0FF;
    opacity: 0.5;
    cursor: move;
}
.venomap{
    width: 100%;
    height: 400px;
}
.form-control.no-validate:valid,
.form-control.no-validate:invalid {
    border-color: #ced4da;
    padding-right: .75rem;
    background: none;
}
/*
 * OL controls
 */
.ol-attribution *{
  font-size: 9px;
}
.ol-control{
  padding: 0;
}
.ol-control.ol-zoom,
.ol-control.ol-zoom:hover{
  background:none;
  z-index: 9;
}

.ol-control button,
.ol-control button:focus, .ol-control button:hover{
  background-color: #393939;
}
.ol-control button:focus, .ol-control button:hover{
  opacity: .8;
}
/* Toast Alert */
.alert_placeholder{
    position: fixed; bottom: 15px; right: 15px;
    z-index: 1021;
    transition: visibility .15s linear;
    visibility: hidden;
}
.alert_placeholder.show{
    visibility: visible;
}
.icon-spin{
    -webkit-animation:icon-spin 2s infinite linear;
    animation:icon-spin 2s infinite linear
}
@keyframes icon-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

input[type=range].qrcdr-slider-input {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  opacity: 0.7;
}
input[type=range].qrcdr-slider-input:focus {
  outline: none;
}
input[type=range].qrcdr-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range].qrcdr-slider-input:focus::-webkit-slider-runnable-track {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].qrcdr-slider-input::-ms-fill-lower {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range].qrcdr-slider-input::-ms-fill-upper {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

.form-control, .form-select{
    border-radius: 0;
}

input[type=range].qrcdr-slider-input::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-lower {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-upper {
  background: #d3d3d3;
}
.input-group > .sp-colorize-container{
    flex: 1 1 auto;
    width: 1%;
}

/*
 * CropIt
 */
.image-editor{
    width: 248px;
}
.cropit-preview img{
    max-width: none;
}
.cropit-preview {
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 25px;
    border: 1px solid #E4E1E6;
}
.cropit-preview-image-container {
    cursor: move;
}
input.cropit-image-input {
    visibility: hidden;
    display: none;
}
.cropit-preview-background {
    opacity: .2;
}
input.cropit-image-zoom-input {
    position: relative;
}

.cropit-image-zoom-input, .cropit-preview{
  display: none;
}

.cropit-preview.cropit-image-loaded{
  display: block;
}
.cropit-image-loaded.cropit-image-zoom-input:not([disabled]){
  display: inline-block;
}

.accordion {--bs-accordion-border-width: 0;}

.ltr{
    direction: ltr;
}


.qr-steps-section {
  padding: 90px 20px 70px;
  background: #f7f9fc;
  text-align: center;
}

.qr-steps-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.qr-steps-title {
  font-size: 58px;
  line-height: 1.12;
  font-weight: 800;
  color: #111827;
  margin: 0 0 70px;
}

.qr-steps-title span {
  color: #2fc45a;
}

.qr-steps-grid {
  display: grid;
  grid-template-columns: 1fr 140px 1fr 140px 1fr;
  align-items: start;
  gap: 10px;
}

.qr-step {
  max-width: 320px;
  margin: 0 auto;
}

.qr-step-icon {
  width: 110px;
  height: 110px;
  border-radius: 26px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.qr-step-icon-inner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
}

.qr-step-icon i {
  color: #fff;
  font-size: 28px;
}

.qr-step-green {
  background: linear-gradient(135deg, #25c654, #2cc95a);
}

.qr-step-purple {
  background: linear-gradient(135deg, #6f79ff, #6b6ff5);
}

.qr-step-blue {
  background: linear-gradient(135deg, #3b82f6, #3f8cff);
}

.qr-step h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  margin: 0 0 18px;
}

.qr-step p {
  font-size: 17px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 auto;
  max-width: 290px;
}

.qr-step-line {
  position: relative;
  height: 2px;
  margin-top: 46px;
  border-top: 2px dashed #dbe4f0;
}

.qr-step-line::before,
.qr-step-line::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.qr-step-line::before {
  left: 0;
}

.qr-step-line::after {
  right: 0;
}

.qr-step-line-green::before {
  background: #2fc45a;
}
.qr-step-line-green::after {
  background: #7c83ff;
}

.qr-step-line-blue::before {
  background: #7c83ff;
}
.qr-step-line-blue::after {
  background: #3b82f6;
}

@media (max-width: 991px) {
  .qr-steps-title {
    font-size: 42px;
    margin-bottom: 50px;
  }

  .qr-steps-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .qr-step-line {
    display: none;
  }
}

@media (max-width: 576px) {
  .qr-steps-section {
    padding: 65px 18px 50px;
  }

  .qr-steps-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .qr-step-icon {
    width: 88px;
    height: 88px;
    border-radius: 22px;
  }

  .qr-step-icon-inner {
    width: 52px;
    height: 52px;
  }

  .qr-step h3 {
    font-size: 21px;
  }

  .qr-step p {
    font-size: 15px;
    line-height: 1.6;
  }
}


.trusted-brands-section {
  padding: 90px 20px 80px;
  background: #f8fafc;
  text-align: center;
  overflow: hidden;
}

.trusted-brands-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.trusted-brands-title {
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #2f2f2f;
  margin: 0 0 25px;
}

.trusted-brands-subtitle {
  max-width: 1180px;
  margin: 0 auto 70px;
  font-size: 22px;
  line-height: 1.8;
  color: #4b4b4b;
  font-weight: 500;
}

.trusted-brands-slider {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  gap: 20px;
}

.trusted-arrow {
  background: transparent;
  border: 0;
  font-size: 70px;
  color: #b5b5b5;
  cursor: pointer;
  transition: 0.2s ease;
  line-height: 1;
}

.trusted-arrow:hover {
  color: #7c6bd9;
  transform: scale(1.05);
}

.trusted-brands-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 40px;
}

.trusted-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 20px;
}

.trusted-logo img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}

.trusted-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 45px;
}

.trusted-dots span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #7f66d9;
  background: transparent;
  display: inline-block;
}

.trusted-dots span.active {
  background: #7f66d9;
}

@media (max-width: 1200px) {
  .trusted-brands-title {
    font-size: 52px;
  }

  .trusted-brands-subtitle {
    font-size: 20px;
    max-width: 950px;
  }

  .trusted-brands-logos {
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .trusted-brands-section {
    padding: 70px 20px 60px;
  }

  .trusted-brands-title {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .trusted-brands-subtitle {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .trusted-brands-slider {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trusted-arrow {
    display: none;
  }

  .trusted-brands-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .trusted-logo {
    min-height: 120px;
    padding: 16px;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
  }

  .trusted-logo img {
    max-height: 70px;
  }

  .trusted-dots {
    margin-top: 28px;
  }
}

@media (max-width: 576px) {
  .trusted-brands-section {
    padding: 55px 16px 45px;
  }

  .trusted-brands-title {
    font-size: 30px;
    letter-spacing: -0.5px;
  }

  .trusted-brands-subtitle {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 28px;
  }

  .trusted-brands-logos {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .trusted-logo {
    min-height: 95px;
    border-radius: 16px;
    padding: 12px;
  }

  .trusted-logo img {
    max-height: 46px;
  }

  .trusted-dots span {
    width: 14px;
    height: 14px;
  }
}


.trusted-brands-section {
  padding: 80px 20px 70px;
  background: #f7f9fc;
  text-align: center;
}

.trusted-brands-section .container {
  max-width: 1320px;
  margin: 0 auto;
}

.trusted-brands-title {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #2f2f2f;
  margin: 0 0 20px;
  letter-spacing: -1px;
}

.trusted-brands-subtitle {
  max-width: 1000px;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 1.7;
  color: #555;
}

.trusted-brands-scroll {
  width: 100%;
}

.trusted-brands-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.trusted-logo {
  min-height: 140px;
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.trusted-logo img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .trusted-brands-section {
    padding: 65px 20px 55px;
  }

  .trusted-brands-title {
    font-size: 38px;
    line-height: 1.15;
  }

  .trusted-brands-subtitle {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.6;
  }

  .trusted-brands-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }

  .trusted-brands-logos {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: max-content;
    min-width: max-content;
  }

  .trusted-logo {
    flex: 0 0 240px;
    min-width: 240px;
    min-height: 110px;
    padding: 18px;
    border-radius: 18px;
  }

  .trusted-logo img {
    max-height: 56px;
  }

  .trusted-brands-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .trusted-brands-scroll::-webkit-scrollbar-thumb {
    background: #cfd8e3;
    border-radius: 999px;
  }
}

@media (max-width: 576px) {
  .trusted-brands-section {
    padding: 55px 16px 45px;
  }

  .trusted-brands-title {
    font-size: 30px;
  }

  .trusted-brands-subtitle {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .trusted-logo {
    flex: 0 0 210px;
    min-width: 210px;
    min-height: 95px;
    padding: 14px;
  }

  .trusted-logo img {
    max-height: 46px;
  }
}


.qr-use-cases-section {
  padding: 90px 20px;
  background: #f7f7fb;
}

.qr-use-cases-section .container {
  max-width: 1240px;
  margin: 0 auto;
}

.qr-use-cases-title {
  text-align: center;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #2f2f2f;
  margin: 0 0 16px;
  letter-spacing: -1px;
}

.qr-use-cases-subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
  max-width: 820px;
  margin: 0 auto 60px;
}

.qr-use-case-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 42px;
  align-items: center;
  margin-bottom: 42px;
}

.qr-use-case-row.reverse {
  grid-template-columns: 1fr 1.05fr;
}

.qr-use-case-row.reverse .qr-use-case-image {
  order: 2;
}

.qr-use-case-row.reverse .qr-use-case-content {
  order: 1;
}

.qr-use-case-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.qr-use-case-content h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #2f2f2f;
  font-weight: 800;
  margin: 0 0 18px;
}

.qr-use-case-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  max-width: 560px;
}

@media (max-width: 991px) {
  .qr-use-cases-section {
    padding: 70px 20px;
  }

  .qr-use-cases-title {
    font-size: 40px;
  }

  .qr-use-cases-subtitle {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .qr-use-case-row,
  .qr-use-case-row.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 30px;
  }

  .qr-use-case-row.reverse .qr-use-case-image,
  .qr-use-case-row.reverse .qr-use-case-content {
    order: unset;
  }

  .qr-use-case-content h3 {
    font-size: 24px;
  }

  .qr-use-case-content p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .qr-use-cases-section {
    padding: 55px 16px;
  }

  .qr-use-cases-title {
    font-size: 30px;
    line-height: 1.15;
  }

  .qr-use-cases-subtitle {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .qr-use-case-row {
    gap: 18px;
    margin-bottom: 24px;
  }

  .qr-use-case-image img {
    border-radius: 18px;
  }

  .qr-use-case-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .qr-use-case-content p {
    font-size: 15px;
    line-height: 1.65;
  }
}

.qr-usecase{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
margin:80px 0;
}

.qr-usecase.reverse{
direction:rtl;
}

.qr-usecase.reverse .qr-usecase-content{
direction:ltr;
}

.qr-usecase-image img{
width:100%;
border-radius:16px;
}

.qr-usecase-content h3{
font-size:28px;
margin-bottom:14px;
}

.qr-usecase-content p{
font-size:17px;
line-height:1.7;
color:#555;
}

@media(max-width:900px){
.qr-usecase{
grid-template-columns:1fr;
}
}


.cta-section {
  background: #f4f5f7;
  padding: 100px 20px;
  text-align: center;
}

.cta-title {
  font-size: 46px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.cta-subtitle {
  max-width: 820px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.7;
  color: #666;
}

.cta-button {
  display: inline-block;
  background: #6a4fc6;
  color: white;
  padding: 16px 40px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s;
}

.cta-button:hover {
  background: #5a3fb6;
}


@media (max-width:768px){

.cta-title{
  font-size:32px;
}

.cta-subtitle{
  font-size:16px;
}

.cta-section{
  padding:70px 20px;
}

}


.trusted-brands-section{
  padding: 48px 16px 36px;
}

.trusted-brands-inner{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.trusted-brands-title{
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1f2937;
}

.trusted-brands-subtitle{
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.65;
  color: #6b7280;
}

.qr-header-benefits{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.qr-benefit-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.qr-benefit-icon{
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px){
  .trusted-brands-section{
    padding: 34px 14px 26px;
  }

  .trusted-brands-title{
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .trusted-brands-subtitle{
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .qr-header-benefits{
    flex-direction: column;
    gap: 10px;
  }

  .qr-benefit-item{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 12px 14px;
    font-size: 14px;
  }

  .qr-benefit-icon{
    font-size: 16px;
  }
}

@media (max-width: 480px){
  .trusted-brands-title{
    font-size: 22px;
  }

  .trusted-brands-subtitle{
    font-size: 14px;
  }

  .qr-benefit-item{
    max-width: 100%;
    font-size: 13px;
  }
}


.trusted-brands-title{
font-family:'Inter',sans-serif;
font-weight:800;
font-size:42px;
line-height:1.1;
text-align:center;
color:#0f172a;
max-width:900px;
margin:auto;
}

.brand-green{
color:#2dbd85;
}

.trusted-brands-subtitle{
max-width:720px;
margin:20px auto;
text-align:center;
font-size:18px;
color:#6b7280;
}

.qr-header-benefits{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-top:20px;
}

.qr-benefit-item{
display:flex;
align-items:center;
gap:8px;
background:#f3f4f6;
padding:10px 18px;
border-radius:30px;
font-weight:600;
}

.qr-benefit-icon{
font-size:18px;
color:#2dbd85;
}

/* Mobile */
@media (max-width:768px){

.trusted-brands-title{
font-size:28px;
line-height:1.2;
}

.trusted-brands-subtitle{
font-size:15px;
padding:0 10px;
}

.qr-header-benefits{
flex-direction:column;
align-items:center;
gap:10px;
}

.qr-benefit-item{
width:100%;
max-width:280px;
justify-content:center;
}

}




.trusted-brands-title{
font-family:'Inter',sans-serif;
font-weight:800;
font-size:64px;   /* make it large like the section below */
line-height:1.1;
text-align:center;
color:#0f172a;
max-width:1000px;
margin:auto;
}

@media (max-width:768px){

.trusted-brands-title{
font-size:34px;
line-height:1.2;
}

}

.trusted-brands-title{
letter-spacing:-1px;
}