/* FORCE navbar to be visible immediately */
.navbar,
.top-menu,
.menu-3,
.navbar.main-menu {
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: none;
}

.header-area,
.menu-area,
.navbar-area {
  background: transparent !important;
}

/* keep dropdown above hero/slider */
.navbar, .menu-area { position: relative; z-index: 9999; }
.dropdown-menu { z-index: 10000; }

/* if parent has overflow hidden, dropdown gets clipped */
.menu-area, .navbar-nav, .navbar { overflow: visible !important; }

.dropdown-menu { z-index: 9999; }
.navbar, .navbar-collapse { overflow: visible; }

/* helps touch devices */
@media (hover: none) {
  .nav-item.dropdown:focus-within .dropdown-menu { display: block; }
}

@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    display: none;
  }
  .dropdown.show .dropdown-menu {
    display: block;
  }
}



/* Ensure navbar is always fixed and above content */
.cleantie-navbar,
.navbar.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

/* Menu text always visible */
.navbar .nav-link {
    color: #ffffff !important;
    font-weight: 600;
}

/* Hover + active state */
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #ffffff;
    border-bottom: 2px solid rgba(255,255,255,0.6);
}

/* Request demo button */
.navbar .btn-demo {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.navbar .btn-demo:hover {
    background: #ffffff;
    color: #2a292;
}


/* Push page content down so navbar does not overlap */


/* 1) Stop forcing a full-screen hero height */
/* ===============================
   HERO IMAGE POSITION – BALANCED
   =============================== */

.banner-section-3 {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
}

/* Position the hero image correctly */
.banner-section-3 .tab {
    bottom: -500px !important;   /* sweet spot */
	left: 100px
}

/* Keep text spacing tight but safe */
.banner-section-3 .banner-text {
    margin-bottom: 230px !important;
}

/* Disable vertical centering that causes extra space */
.banner-section-3 .d-table,
.banner-section-3 .d-tablecell {
    display: block !important;
    height: auto !important;
    vertical-align: top !important;
}

/* Pull title closer to top */
.banner-section-3 .banner-text {
    margin-top: 0 !important;
}

/* Remove extra margin on heading */
.banner-section-3 h1 {
    margin-top: 0 !important;
}

/* Desktop hero image position */
@media (min-width: 992px) {
    .banner-section-3 .tab {
        bottom: -300px !important;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .banner-section-3 .tab {
        bottom: -260px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .banner-section-3 .tab {
        bottom: -180px !important;
    }
}

window.addEventListener("scroll", function () {
    const nav = document.querySelector(".cleantie-navbar");
    if (!nav) return;

    if (window.scrollY > 50) {
        nav.classList.add("sticky");
    } else {
        nav.classList.remove("sticky");
    }
});

/* ===============================
   REMOVE GAP BEFORE PRICING
   =============================== */

/* Reduce top padding of pricing section */
.priceing-section-3 {
    padding-top: 40px !important;
}

/* If pricing title exists but is hidden, remove its spacing */
.priceing-section-3 .section-title {
    margin-bottom: 20px !important;
}

/* If you are NOT using the pricing title at all, hide it fully */
.priceing-section-3 .section-title {
    display: none;
}

/* Tighten CTA block above pricing cards */
.priceing-section-3 .btn-area,
.priceing-section-3 .pricing-btn,
.priceing-section-3 .pricing-top {
    margin-bottom: 20px !important;
}

/* === HERO BACKGROUND OVERRIDE === */
.banner-section-3 {
    background: linear-gradient(
        135deg,
        #282828,
        #0f0f0f
    ) !important;
}

.banner-section-3 [class^="shape-"] img {
    filter: brightness(0.35) saturate(0.0);
    opacity: 0.7;
}

/* Fix wave seam / breaking line */
.banner-section-3 .shape-1 img {
    display: block;
    width: 100%;
    margin-bottom: -10px; /* removes hairline gap */
}


/* =====================================================
   HERO – WATCH BUTTON (Cleantie Blue)
   ===================================================== */

/* Button background, border, and text */
.banner-section-3 .watch a,
.banner-section-3 a.popup-youtube {
    background-color: #FCFCFC !important;
    border-color: #00b0f0 !important;
    color: #000000	 !important;
}

/* Hover state */
.banner-section-3 .watch a:hover,
.banner-section-3 a.popup-youtube:hover {
    background-color: #0096cc !important;
    border-color: #0096cc !important;
    color: #ffffff !important;
}

/* Play icon inside the button */
.banner-section-3 .watch a i,
.banner-section-3 a.popup-youtube i {
    background-color: #ffffff !important;
    color: #00b0f0 !important;
    border-radius: 50%;
}

/* Button background, border, and text */
.banner-section-3 .watch a,
.banner-section-3 a.popup-youtube {
    background-color: #FCFCFC !important;
    border-color: #00b0f0 !important;
    color: #000000	 !important;
}

/* Hover state */
.banner-section-3 .watch a:hover,
.banner-section-3 a.popup-youtube:hover {
    background-color: #0096cc !important;
    border-color: #0096cc !important;
    color: #ffffff !important;
}

/* Play icon inside the button */
.banner-section-3 .watch a i,
.banner-section-3 a.popup-youtube i {
    background-color: #ffffff !important;
    color: #00b0f0 !important;
    border-radius: 50%;
}

/* =====================================================
   HERO – SCHEDULE A DEMO (Cleantie blue outline button)
   ===================================================== */

/* Base state */
.banner-section-3 .btn-primary {
    background: transparent !important;
    border: 2px solid #00b0f0 !important;
    color: #00b0f0 !important;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Hover state */
.banner-section-3 .btn-primary:hover {
    background: #00b0f0 !important;
    border-color: #00b0f0 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 176, 240, 0.35);
}

/* =====================================================
   HERO CTA – Rounded buttons
   ===================================================== */

.banner-section-3 .btn,
.banner-section-3 .btn-primary,
.banner-section-3 .watch a,
.banner-section-3 a.popup-youtube {
    border-radius: 8px !important;
}
/* =========================================
   TRY FOR FREE MODAL – WIDTH CONTROL
   ========================================= */

/* Reduce modal width */
#tryForFreeModal .modal-dialog {
    max-width: 760px;   /* ideal for forms */
    width: 90%;
}
/* =========================================
   TRY FOR FREE MODAL – HEADER TITLE
   ========================================= */

#tryForFreeModal .modal-title {
    width: 100%;
    text-align: center;
    font-size: 28px;        /* larger heading */
    font-weight: 700;
    color: #111111;
}

/* Center header contents */
#tryForFreeModal .modal-header {
    justify-content: center;
    position: relative;
}

/* Keep close (X) button on the right */
#tryForFreeModal .modal-header .btn-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}


/* =========================================
   HERO BACKGROUND PATTERN – CLEANTIE BLUE
   ========================================= */

/* Target the hex / pyramid background layer */
.banner-section-3::before,
.banner-section-3::after,
.banner-section-3 {
    /* keep your dark background */
}

/* Re-tint the hex pattern */
.banner-section-3 [class*="shape"],
.banner-section-3 .hexagon,
.banner-section-3 .pattern,
.banner-section-3::before {
    filter: 
        hue-rotate(0deg)   /* shifts purple → blue */
        saturate(1.2)
        brightness(0.9);
}

/* =========================================
   HERO BACKGROUND – SOLID BLACK (TEST MODE)
   ========================================= */

.banner-section-3 {
    background: #000000 !important;
}

/* Remove all pattern / pyramid layers */
.banner-section-3::before,
.banner-section-3::after,
.banner-section-3 .shape-1,
.banner-section-3 .shape-2,
.banner-section-3 .shape-3,
.banner-section-3 .shape,
.banner-section-3 [class*="shape"],
.banner-section-3 [class*="pattern"] {
    display: none !important;
}

/* Contact modal styling */
#contactModal .modal-dialog {
    max-width: 760px;
}

#contactModal .modal-title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

#contactModal .modal-header {
    justify-content: center;
    position: relative;
}

#contactModal .modal-header .close {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

/* Support / FAQ button */
.support-cta {
    display: inline-block;
    text-decoration: none;
}

.support-cta-inner {
    background: #5f5cf1; /* adjust if needed */
    color: #ffffff;
    padding: 18px 26px;
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

/* Emphasis */
.support-cta-inner strong {
    font-size: 16px;
    font-weight: 700;
}

.support-cta-inner span {
    font-weight: 700;
}

/* Hover */
.support-cta-inner:hover {
    background: #4f4be6;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

/* =====================================================
   PRICING PAGE – CLEANTIE OVERRIDES
   ===================================================== */

/* Uniform pricing header height */
.pricing-section .price-header {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Cleantie brand color */
.pricing-section .price-header {
    background: #00b0f0 !important;
    color: #ffffff;
}

/* Price text alignment */
.pricing-section .price-value {
    margin: 0;
    text-align: center;
}

.pricing-section .price-value .text-large {
    font-size: 48px;
    font-weight: 700;
}

/* Optional polish */
.pricing-section .price-header {
    box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.08);
}

/* =========================================
   PRICING – HEADER BACKGROUND TO WHITE
   ========================================= */

.pricing-section .price-header {
    background: #ffffff !important;
    color: #000000;
}

.pricing-section .price-header h3,
.pricing-section .price-header .price-value,
.pricing-section .price-header .duration,
.pricing-section .price-header sup {
    color: #000000;
}
.pricing-section .price-header {
    border-bottom: 1px solid #e5e7eb;
}

/* --- PRICING: "not included" rows show red X, no green check --- */

/* If the checkmark is a real <i> icon, hide it */
.pricing-section .price-list li.not-included i,
.pricing-section .price-list li.not-included .fa-check,
.pricing-section .price-list li.not-included .ti-check {
  display: none !important;
}

/* Remove any default icon/pseudo icon that the theme adds */
.pricing-section .price-list li.not-included::before {
  content: "✕" !important;          /* red X */
  color: #e53935 !important;
  font-weight: 800;
  font-size: 14px;
  display: inline-block;
  width: 18px;
  margin-right: 10px;
  background: none !important;
}

/* In case the theme uses ::after, kill it too */
.pricing-section .price-list li.not-included::after {
  content: none !important;
  background: none !important;
}

/* Slightly mute the text */
.pricing-section .price-list li.not-included {
  color: #9ca3af !important;
}

/* =========================================================
   PRICING: make all cards equal height + align buttons
   ========================================================= */

/* Make each pricing card a flex column */
.pricing-section .single-price-package{
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Keep header from stretching */
.pricing-section .single-price-package .price-header{
  flex: 0 0 auto;
}

/* Force the feature list area to the same height */
.pricing-section .single-price-package .price-list{
  flex: 0 0 auto;
  min-height: 340px;      /* increase/decrease until Business matches */
  margin-bottom: 0;
}

/* Push footer to the bottom (same baseline for all buttons) */
.pricing-section .single-price-package .price-footer{
  margin-top: auto;
  padding-top: 18px;
}

/* Make button height consistent */
.pricing-section .single-price-package .purchase-btn{
  min-height: 48px;
  line-height: 48px;
  padding: 0 26px;
  border-radius: 999px;   /* pill */
}

	
/* =========================================
   PRICING – PLAN TITLE HEADER (WHITE)
   ========================================= */

/* Top plan name area */
.pricing-section .single-price-package > h3,
.pricing-section .single-price-package .price-title,
.pricing-section .single-price-package .package-name {
    background: #ffffff !important;
    color: #000000 !important;
}

/* =====================================================
   PRICING – CLEANTIE BRAND COLOR
   ===================================================== */	
/* PRICING – PLAN TITLE HEADER */
.pricing-section .single-price-package h3 {
    background: #ffffff !important;
    color: #000000 !important;
}


/* PRICING – PRICE VALUE STRIP */
.pricing-section .price-value {
    background-color: #f16f00 !important;
    background-image: none !important;
    color: #ffffff !important;
    padding: 28px 0;
}
.pricing-section .price-value {
    border-top: 1px solid #e5e7eb;
}



/* Override HeroApp purchase button */
.pricing-section .purchase-btn {
    background: #ffffff !important;
    color: #f16f00  !important;
    border: 2px solid #f16f00 !important;
}

.pricing-section .purchase-btn:hover {
    background: #f16f00 !important;
    color: #ffffff !important;
}


.navbar,
.top-menu,
.menu-2,
.cleantie-navbar {
    background: linear-gradient(
        90deg,
        #000000 100%,
        #000000 100%,
        #000000 100%,
        #000000 100%
    ) !important;
}

/* =========================================
   PRICING PAGE – BANNER SECTION 2
   ========================================= */

.pricing-page .banner-section-2 {
    background-color: #e6f6ff !important; /* light blue */
}
.pricing-page .banner-section-2 {
    background: #e6f6ff !important;
    background-image: none !important;
}
.pricing-page .banner-section-2 h1,
.pricing-page .banner-section-2 p {
    color: #0f172a !important;
}
.pricing-page .banner-section-2 {
    box-shadow: inset 0 -40px 60px rgba(0,0,0,0.05);
}



/* =========================================
   PRICING PAGE – CENTER BANNER CONTENT
   ========================================= */

.pricing-page .banner-section-2 {
    text-align: center;
}

.pricing-page .banner-section-2 .container,
.pricing-page .banner-section-2 .row {
    justify-content: center;
}

.pricing-page .banner-section-2 [class*="col-"] {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.pricing-page .banner-section-2 {
    display: flex;
    align-items: center;
}

.pricing-page .banner-section-2 .container {
    width: 100%;
}
.pricing-page .banner-section-2 h1,
.pricing-page .banner-section-2 p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Prices hero: centered */
.banner-section-2 { text-align: center; }
.banner-section-2 .banner-text { max-width: 900px; margin: 0 auto 24px; }
.banner-section-2 .tab { margin: 0 auto; text-align: center; }
.banner-section-2 .tab img { display: block; margin: 0 auto; max-width: 100%; height: auto; }
.banner-section-2 {
  background: #ffffff; /* light blue */
  padding: 90px 0 40px;
}

/* =========================================
   PRICING PAGE – HERO BACKGROUND IMAGE
   (HeroApp-style)
   ========================================= */

.prices-hero {
    position: relative;
    padding: 120px 0 100px;
    background-image: url("./dashboard.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark overlay for readability */
.prices-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

/* Ensure content is above overlay */
.prices-hero .container {
    position: relative;
    z-index: 2;
}

/* Text styling */
.prices-hero h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 14px;
}

.prices-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .prices-hero {
        padding: 90px 0 70px;
    }
    .prices-hero h1 {
        font-size: 34px;
    }
}


.counter-section-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fceliity-section {
  padding-top: 20px;
}


/* default button */
.btn-primary {
  background-color: #ffc705;
  border-color: #ffc705;
  color: #000;
}

/* hover / focus / active */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #f58053;
  border-color: #f58053;
  color: #000;
}


/* Make the feature text use the full Bootstrap column width */
.features-section .single-features,
.features-section .single-features p {
  max-width: none !important;
  width: 100%;
}

/* If the theme is centering the paragraph */
.features-section .single-features p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left; /* optional: remove the “centered narrow block” feel */
}

.features-section .single-features {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.features-section .single-features:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

@media (max-width: 767px) {
  .features-section .single-features {
    padding-bottom: 20px;
  }
}


/* Make 7/8/9 look exactly like the existing service cards */
.single-service-7,
.single-service-8,
.single-service-9 {
  /* copy the exact rules from .single-service-1 (or whichever matches your design) */
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: all .3s ease;
}

/* icon + title spacing similar to others */
.single-service-7 i,
.single-service-8 i,
.single-service-9 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 15px;
}

/* hover if your other cards have it */
.single-service-7:hover,
.single-service-8:hover,
.single-service-9:hover {
  transform: translateY(-4px);
}
/* Base card style (make sure position works for pseudo elements) */
.single-service {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

/* Big faint number (top-right) */
.single-service::after {
  content: attr(data-no);
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.12;
  color: var(--accent, #cfe7ff);
  pointer-events: none;
}

/* Hover blob (bottom-left) */
.single-service::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -60px;
  width: 220px;
  height: 140px;
  background: var(--blob, #fff2b8);
  border-radius: 60% 40% 55% 45%;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.single-service:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* Border highlight on hover like your sample */
.single-service:hover {
  box-shadow: 0 12px 12px rgba(0,0,0,0.08);
}

/* Icon box in the card (if your template uses plain <i>) */
.single-service > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(0,0,0,0.04);
  margin-bottom: 14px;
  font-size: 22px;
  color: #111;
}

/* ===== Service 07 ===== */
.single-service-7::after {
  color: #5fb3ff;           /* blue */
  opacity: 0.22;            /* darker than before */
}

.single-service-7 i {
  color: #2f80ed;           /* icon darker */
}

.single-service-7 .service-icon,
.single-service-7 i {
  background-color: #e6f2ff;
}


/* ===== Service 08 ===== */
.single-service-8::after {
  color: #6fcf97;           /* green */
  opacity: 0.22;
}

.single-service-8 i {
  color: #219653;
}

.single-service-8 .service-icon,
.single-service-8 i {
  background-color: #e9f8ef;
}


/* ===== Service 09 ===== */
.single-service-9::after {
  color: #bb6bd9;           /* purple */
  opacity: 0.22;
}

.single-service-9 i {
  color: #9b51e0;
}

.single-service-9 .service-icon,
.single-service-9 i {
  background-color: #f3e9fb;
}


/* Match original service number typography */
.single-service::after {
  font-weight: 400;        /* lighter like original */
  letter-spacing: -0.04em; /* subtle, optional */
}

/* the card */
.single-service,
.single-service-7,
.single-service-8,
.single-service-9 {
  position: relative;
  overflow: hidden; /* keeps the blob inside the card */
}

/* put ALL card content above the blob */
.single-service > * ,
.single-service-7 > * ,
.single-service-8 > * ,
.single-service-9 > * {
  position: relative;
  z-index: 2;
}

.single-service::before,
.single-service-7::before,
.single-service-8::before,
.single-service-9::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -100px;
  width: 250px;
  height: 240px;

  background: var(--blob, #fff2b8);

  /* smoother, flatter shape like original */
  border-radius: 55% 45% 65% 35% / 60% 60% 40% 40%;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  z-index: 1;
}

/* show blob on hover */
.single-service:hover::before,
.single-service-7:hover::before,
.single-service-8:hover::before,
.single-service-9:hover::before {
  opacity: 1;
  transform: scale(1);
}



/* Make sure the background shows nicely */
.sligle-item{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Override each bg */
.sligle-item.item-bg-1{ background-image: url("../img/cleantie/computer_bundle.png") !important; }
.sligle-item.item-bg-2{ background-image: url("../img/cleantie/laundry_business.png") !important; }
.sligle-item.item-bg-3{ background-image: url("../img/cleantie/privacy.png") !important; }
.sligle-item.item-bg-4{ background-image: url("../img/cleantie/marketing.jpg") !important; }
.sligle-item.item-bg-5{ background-image: url("../img/cleantie/faq.png") !important; }
.sligle-item.item-bg-6{ background-image: url("../img/cleantie/laundry_girl2.png") !important; }
.sligle-item.item-bg-7{ background-image: url("../img/cleantie/support.webp") !important; }
.sligle-item.item-bg-8{ background-image: url("../img/cleantie/blog.png") !important; }
.sligle-item.item-bg-9{ background-image: url("../img/cleantie/marketing.png") !important; }
.sligle-item {
  position: relative;
  background-size: cover;
  background-position: center;
}

.sligle-item {
  position: relative;
  background-size: cover;
  background-position: center;
  filter: brightness(1.1) saturate(1.25);
}

.sligle-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.1);
  z-index: 1;
}

.sligle-item > * {
  position: relative;
  z-index: 2;
}



/* keep content above overlay */
.sligle-item > * {
  position: relative;
  z-index: 2;
}

/* Hover dropdown for desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}
/* Click-based dropdown for mobile */

@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
  }
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}

  .navbar .dropdown.show > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.dropdown-menu a { color:#1b1b1b !important; }



.app-download-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
}

.app-download-buttons img {
  height: 48px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.app-download-buttons img:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}


<style>
  .cleantie-qr{
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    padding: 24px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
  }
  .qr-img{
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    display: inline-block;
  }


.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.price_item .details-list {
  text-align: left;
  margin-top: 20px;
}

.price_item .details-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.details-list { padding-left: 24px; }


.pricing_tab .nav-link.active,
.price_tab .nav-link.active,
.tab_slider .nav-link.active {
  background-color: #ffc705 !important;
  color: #000 !important;
}


/* ribbon color */
.tag,
.tag * {
  background-color: #ffc705 !important;
  border-color: #ffc705 !important;
}

.tag span {
  color: #000;
}

nav.main-menu .navbar-nav .dropdown-menu li a.dropdown-item {
  color: #1B1B1B;
}

@media (max-width: 991.98px) {
  nav.main-menu .dropdown-menu li > a {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important; /* Safari edge case */
  }
}


/* Darker, premium transparent navbar */
.navbar.fixed-top.navbar-expand-lg.main-menu,
.navbar.fixed-top.navbar-expand-lg.main-menu.sticky,
.navbar.fixed-top.navbar-expand-lg.main-menu.scrolled,
.navbar.fixed-top.navbar-expand-lg.main-menu.is-sticky {
  background-color: rgba(0, 0, 0, 0.6) !important; /* darker */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.navbar.fixed-top.main-menu {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}



.switch-box,
#switch,
#slider {
  display: none !important;
}

/* Make all support buttons the same width */
a.btn.support-btn {
  width: 330px !important;      /* adjust: 260–320 is typical */
  max-width: 100% !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  white-space: nowrap !important;
}
a.btn.support-btn {
  margin-left: auto !important;
  margin-right: auto !important;
}

