.project-block-one .text-meta .arow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-block-two .btn-one {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-block-four .btn-round {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-details .share-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-meta-one.style-two .post-meta .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
}


.blog-details .blog-details-post .bottom-widget .share-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ===== InfiniteQR custom additions ===== */
.site-logo-text{
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.5px;
	line-height: 1;
}
.site-logo-text b{
	color: #8A42FF;
	font-weight: 700;
}
.login-btn-one{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s ease;
}
.login-btn-one:hover{
	color: #8A42FF;
}
.pr-column{
	position: relative;
}
.pr-column.active-plan{
	border: 2px solid #8A42FF;
	border-radius: 20px;
}
.popular-badge{
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	background: #8A42FF;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 18px;
	border-radius: 30px;
	white-space: nowrap;
}
.blog-teaser-card{
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;
	padding: 30px;
	transition: all 0.3s ease;
}
.blog-teaser-card:hover{
	border-color: #8A42FF;
	transform: translateY(-4px);
}
.blog-teaser-card h5 a{
	color: #fff;
}
.blog-teaser-card h5 a:hover{
	color: #8A42FF;
}
.read-more-link{
	color: #8A42FF;
}
@media (max-width: 991px){
	.site-logo-text{ font-size: 22px; }
}

/* ============================================================
   Feature icons (URL Shortener / QR Codes / Dynamic Pages)
   Forced fixed size — the template's own .icon rule (max-height:212px)
   was winning and blowing these up into the heading text below.
   ============================================================ */
.card-style-eight .icon.feature-icon-wrap{
	width: 84px !important;
	height: 84px !important;
	max-height: 84px !important;
	margin: 0 auto 34px !important;
	display: block !important;
}
.feature-icon-wrap svg{
	width: 100%;
	height: 100%;
	display: block;
}

/* Fix: footer copyright line was absolutely positioned assuming a fixed
   footer height from the original template content. Our column content
   is a different length, so it was overlapping the columns above it.
   Put it back in normal document flow instead. */
.footer-five .copyright-text{
	position: static !important;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.12);
}

/* Keep decorative footer shape/background images from ever sitting on
   top of readable text. */
.footer-five .bg_01,
.footer-five .shape_02,
.footer-five .shape_03{
	z-index: 0 !important;
	pointer-events: none;
}
.footer-five .row,
.footer-five .newsletter{
	position: relative;
	z-index: 1;
}

/* ============================================================
   Unified "media card" treatment for every marketing screenshot
   on the page (feature blocks, customization row, testimonial
   accents). Fixed height + object-fit:cover forces every image to
   the exact same box regardless of its original size, and a
   shared border/background stops each one looking like a
   randomly-pasted rectangle in a different color.
   ============================================================ */
.img-frame{
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
	border-radius: 20px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}
.img-frame img{
	position: static;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
/* The big "award" block in the feature-eighteen section spans full
   width, so it gets a taller frame than the half-width blocks. */
.block-feature-eighteen .feature-block.block-one.w-100 .img-frame{
	height: 460px;
}
/* Testimonial accent images and the small customization-row images
   read better smaller and centered rather than stretched full width. */
.media-card-wide{
	max-width: 560px;
	height: 300px;
}
.customization-showcase .img-frame{
	height: 260px;
}
@media (max-width: 767px){
	.img-frame{ height: 260px; }
	.block-feature-eighteen .feature-block.block-one.w-100 .img-frame{ height: 300px; }
	.media-card-wide{ height: 220px; }
}

/* Floating QR badges on the hero. Positioned along the right/bottom
   edge of the illustration only, so they never drift toward the hero
   heading and copy on the left side of the section. Only badge-1
   actually animates (gentle float) — the other two stay still so the
   corner doesn't feel busy. */
.hero-qr-badge{
	position: absolute;
	border-radius: 14px;
	box-shadow: 0 16px 32px rgba(0,0,0,0.35);
	z-index: 3;
}
.hero-qr-badge-1{
	width: 96px;
	right: 4%;
	bottom: -8%;
	animation: jumpTwo 5s infinite linear;
}
.hero-qr-badge-2{
	width: 62px;
	right: -3%;
	top: 10%;
}
.hero-qr-badge-3{
	width: 62px;
	right: 16%;
	bottom: -14%;
}
@media (max-width: 991px){
	.hero-qr-badge-1{ width: 68px; right: 2%; bottom: -6%; }
	.hero-qr-badge-2{ width: 44px; right: -2%; top: 8%; }
	.hero-qr-badge-3{ width: 44px; right: 14%; bottom: -10%; }
}
@media (max-width: 575px){
	.hero-qr-badge-2,
	.hero-qr-badge-3{ display: none; }
	.hero-qr-badge-1{ width: 56px; right: 4%; bottom: -4%; }
}

/* Fix: "Product Page Biolink" and "Menus, Bookings & Lead Forms" sit
   side by side, but their paragraphs are different lengths — without
   this, whichever text is shorter lets its image start higher than the
   other, so the two images look misaligned/unprofessional next to each
   other. Reserving the same height for both text blocks forces both
   images to start at the same vertical position. */
.block-feature-eighteen .block-text-area{
	min-height: 190px;
}
@media (max-width: 991px){
	.block-feature-eighteen .block-text-area{ min-height: 0; }
}


/* Digital Business Card showcase video */
.block-feature-eighteen .vcard-video-frame {
    aspect-ratio: 976 / 1024;
    height: auto;
    min-height: 420px;
    max-height: 680px;
    padding: 12px;
    background: rgba(255,255,255,0.035);
}
.block-feature-eighteen .vcard-showcase-video {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    background: #111;
}
.block-feature-eighteen .feature-block.block-one .row {
    row-gap: 42px;
}
.block-feature-eighteen .feature-block.block-one h3 {
    line-height: 1.18;
    margin-bottom: 0;
    overflow-wrap: normal;
    word-break: normal;
}
.block-feature-eighteen .feature-block.block-one p {
    max-width: 700px;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

/* ============================================================
   InfiniteQR final responsive polish
   - Hero uses the supplied video at 40% opacity; no floating hero
     artwork/animations or decorative background image.
   - Content-first responsive spacing prevents text, icons and images
     from colliding at tablet/mobile widths.
   ============================================================ */
.hero-banner-six {
    overflow: hidden;
}
.hero-banner-six .wrapper {
    isolation: isolate;
}
.hero-banner-six .container {
    position: relative;
    z-index: 3;
}
.hero-banner-six .hero-heading,
.hero-banner-six .container p,
.hero-banner-six .container .btn-seven,
.hero-banner-six .container .btn-sixteen,
.hero-banner-six .container .rating,
.hero-banner-six .container .d-flex {
    position: relative;
    z-index: 4;
}
.hero-banner-six .hero-heading {
    max-width: 760px;
    text-wrap: balance;
}
.hero-banner-six .hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #0d1a1c;
}
.hero-banner-six .hero-video-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    opacity: 0.4;
}
.hero-banner-six .hero-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 26, 28, 0.12);
}
.hero-banner-six .illustration,
.hero-banner-six .bg-shape,
.hero-qr-badge {
    display: none !important;
}
.hero-banner-six .rating {
    border-left-color: rgba(255,255,255,0.22);
}
.hero-banner-six .rating .fs-20 {
    line-height: 1.35;
}

/* Keep marketing media predictable and centered on every viewport. */
.img-frame {
    min-width: 0;
}
.img-frame img {
    max-width: 100%;
    max-height: 100%;
}
.block-feature-eighteen .feature-block,
.pricing-section-one .pr-column-wrapper,
.card-style-eight {
    min-width: 0;
}
.block-feature-eighteen .feature-block {
    overflow: hidden;
}
.block-feature-eighteen .feature-block h3,
.block-feature-eighteen .feature-block p,
.card-style-eight h5,
.card-style-eight p {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

/* Tablet: give the hero enough vertical room for the video while keeping
   the copy readable instead of allowing the original absolute artwork to
   compete for space. */
@media (max-width: 1199px) {
    .hero-banner-six .wrapper {
        padding-top: 190px;
        padding-bottom: 110px;
    }
    .hero-banner-six .hero-heading {
        max-width: 650px;
    }
    .block-feature-eighteen .feature-block {
        padding-left: 30px;
        padding-right: 30px;
    }
    .block-feature-eighteen .feature-block h3 {
        font-size: 42px;
    }
}

/* Tablet/mobile navigation: stack actions instead of squeezing the
   hamburger, logo and CTA into one row. */
@media (max-width: 991px) {
    .block-feature-eighteen .vcard-video-frame {
        min-height: 0;
        max-height: none;
        aspect-ratio: 976 / 1024;
    }
    .block-feature-eighteen .feature-block.block-one .row {
        row-gap: 28px;
    }
    .theme-main-menu .top-header > .d-flex {
        min-height: 64px;
        gap: 12px;
    }
    .theme-main-menu .logo {
        min-width: 0;
    }
    .theme-main-menu .right-widget {
        margin-left: auto !important;
        margin-right: 8px !important;
    }
    .theme-main-menu .right-widget ul {
        gap: 8px;
    }
    .theme-main-menu .download-btn-one {
        white-space: nowrap;
    }
    .theme-main-menu .navbar {
        flex-shrink: 0;
    }
    .theme-main-menu .navbar-collapse {
        width: 100%;
        margin-top: 12px;
        padding: 18px 0 6px;
    }
    .theme-main-menu .navbar-nav {
        width: 100%;
    }
    .theme-main-menu .navbar-nav .nav-item {
        width: 100%;
    }
    .theme-main-menu .navbar-nav .nav-link {
        padding: 10px 4px;
        line-height: 1.4;
    }
    .hero-banner-six .wrapper {
        padding-top: 155px;
        padding-bottom: 80px;
    }
    .hero-banner-six .hero-heading {
        font-size: clamp(42px, 7vw, 62px);
        line-height: 1.08;
    }
    .hero-banner-six .container p {
        max-width: 680px;
    }
    .fancy-banner-six .wrapper {
        padding: 42px 24px;
    }
    .fancy-banner-six .wrapper h2 {
        font-size: clamp(34px, 5vw, 48px);
        line-height: 1.18;
    }
    .block-feature-seventeen .card-style-eight {
        margin-top: 25px !important;
    }
    .block-feature-eighteen .block-text-area {
        min-height: 0;
    }
    .block-feature-eighteen .feature-block {
        border-radius: 30px;
        padding: 30px 24px;
    }
    .pricing-section-one .pr-column-wrapper {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .block-feature-eighteen .vcard-video-frame {
        padding: 8px;
        border-radius: 16px;
    }
    .block-feature-eighteen .vcard-showcase-video {
        border-radius: 10px;
    }
    .block-feature-eighteen .feature-block.block-one h3 {
        font-size: 32px;
        line-height: 1.2;
    }
    .block-feature-eighteen .feature-block.block-one p {
        font-size: 18px;
        line-height: 1.65;
    }
    body {
        overflow-x: hidden;
    }
    .theme-main-menu .top-header > .d-flex {
        align-items: center;
        flex-wrap: nowrap;
    }
    .theme-main-menu .site-logo-text {
        font-size: 21px;
    }
    .theme-main-menu .right-widget .download-btn-one {
        line-height: 42px;
        padding: 0 14px;
        font-size: 14px;
    }
    .hero-banner-six .wrapper {
        padding: 135px 12px 70px;
    }
    .hero-banner-six .hero-heading {
        font-size: clamp(38px, 10vw, 48px);
        letter-spacing: -1.4px;
    }
    .hero-banner-six .container p.fs-24 {
        font-size: 18px;
        line-height: 1.6;
        padding-top: 20px;
        padding-bottom: 12px;
    }
    .hero-banner-six .container .btn-seven,
    .hero-banner-six .container .btn-sixteen {
        margin-right: 8px;
        margin-top: 8px;
    }
    .hero-banner-six .container > .row > div > .d-flex:last-child {
        margin-top: 38px !important;
        align-items: flex-start;
    }
    .hero-banner-six .container > .row > div > .d-flex:last-child > img {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
    }
    .hero-banner-six .rating {
        margin-left: 12px;
        padding-left: 12px;
    }
    .hero-banner-six .rating .fs-20 {
        font-size: 15px;
    }
    .hero-banner-six .rating ul {
        margin-top: 5px;
    }
    .hero-banner-six .rating li {
        margin-right: 4px;
    }

    .fancy-banner-six {
        margin-top: 30px !important;
        padding: 0 12px;
    }
    .fancy-banner-six .wrapper {
        border-radius: 22px;
        padding: 32px 18px;
    }
    .fancy-banner-six .wrapper h2 {
        margin-bottom: 24px;
    }
    .fancy-banner-six .counter-block-two {
        text-align: center;
        margin-top: 18px;
    }
    .fancy-banner-six .counter-block-two .main-count {
        font-size: 40px;
    }
    .fancy-banner-six .counter-block-two p {
        margin-bottom: 0;
    }

    .block-feature-seventeen,
    .block-feature-eighteen {
        margin-top: 85px !important;
    }
    .block-feature-seventeen .title-nine {
        margin-bottom: 25px !important;
    }
    .block-feature-seventeen .card-style-eight {
        margin-top: 28px !important;
    }
    .card-style-eight .icon.feature-icon-wrap {
        width: 72px !important;
        height: 72px !important;
        margin-bottom: 22px !important;
    }
    .card-style-eight h5 {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    .card-style-eight p {
        padding-left: 0 !important;
        padding-right: 0 !important;
        line-height: 1.65;
    }

    .img-frame {
        height: 230px;
        padding: 12px;
        border-radius: 16px;
    }
    .media-card-wide {
        height: 220px;
    }
    .customization-showcase .img-frame {
        height: 220px;
    }
    .block-feature-eighteen .feature-block.block-one.w-100 .img-frame {
        height: 260px;
    }
    .block-feature-eighteen .feature-block {
        padding: 24px 18px;
        border-radius: 24px;
    }
    .block-feature-eighteen .feature-block h3 {
        font-size: 34px;
        line-height: 1.15;
    }
    .block-feature-eighteen .feature-block .block-text-area {
        margin-bottom: 24px;
    }

    /* Prevent pricing/check-list content from forcing horizontal overflow. */
    .pricing-section-one .pr-column-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pricing-section-one .pr-column-wrapper ul li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        line-height: 1.45;
    }
    .pricing-section-one .pr-column-wrapper ul li .icon {
        flex: 0 0 auto;
        margin-top: 3px;
    }

    /* Hide non-essential decorative section artwork on small screens;
       real content images remain visible and centered. */
    .block-feature-eighteen > .shapes,
    .fancy-banner-six > .shapes,
    .pricing-section-one > .shapes,
    .block-feature-seventeen > .shapes {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .theme-main-menu .right-widget {
        margin-right: 4px !important;
    }
    .theme-main-menu .right-widget .download-btn-one {
        font-size: 13px;
        padding: 0 10px;
    }
    .hero-banner-six .hero-heading {
        font-size: 37px;
    }
    .hero-banner-six .container > .row > div > .d-flex:last-child > img {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }
    .hero-banner-six .rating {
        margin-left: 9px;
        padding-left: 9px;
    }
    .hero-banner-six .rating .fs-20 {
        font-size: 14px;
    }
    .img-frame {
        height: 205px;
    }
    .media-card-wide,
    .customization-showcase .img-frame {
        height: 195px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-banner-six * {
        animation: none !important;
        transition: none !important;
    }
}


/* ============================================================
   InfiniteQR loader + homepage review/rating responsive polish
   ============================================================ */
.infiniteqr-preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.infiniteqr-loader-brand {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    font-size: clamp(38px, 7vw, 64px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
    white-space: nowrap;
}
.infiniteqr-loader-brand b {
    color: #8A42FF;
    font-weight: 700;
}
.infiniteqr-preloader .icon,
.infiniteqr-preloader .txt-loading {
    display: none !important;
}

/* The homepage rating/avatar is content, not decoration: keep it large
   enough to remain recognisable on narrow screens and prevent the rating
   block from squeezing or overlapping it. */
.hero-banner-six .rating {
    min-width: 0;
}
.hero-banner-six .rating ul {
    flex-wrap: wrap;
    gap: 3px;
}
.hero-banner-six .container > .row > div > .d-flex:last-child > img {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .hero-banner-six .container > .row > div > .d-flex:last-child {
        width: 100%;
        max-width: 100%;
        gap: 0;
    }
    .hero-banner-six .container > .row > div > .d-flex:last-child > img {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }
    .hero-banner-six .rating {
        flex: 1 1 auto;
        min-width: 0;
    }
    .hero-banner-six .rating .fs-20 {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}
@media (max-width: 575px) {
    .infiniteqr-loader-brand {
        font-size: 42px;
        letter-spacing: -1.5px;
    }
    .hero-banner-six .container > .row > div > .d-flex:last-child > img {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }
}
