/* =========================
   GLOBAL / COMMON STYLES
========================= */
.section-title {
    font-size: 22px !important;
}

.main-content {
    max-width: 100% !important;
}

.user-menu {
    margin-left: auto;
}

.header-top {
    position: relative !important;
}

img[alt=""] {
    font-size: 10px !important;
}

/* =========================
   GOOGLE TRANSLATE
========================= */
.goog-te-gadget-simple {
    background-color: #fff;
    border: none !important;
    font-size: 10pt;
    display: inline-block;
    padding: 4px 0 2px !important;
    cursor: pointer;
    border-radius: 6px !important;
}

.goog-te-gadget-simple 
.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    margin-right: 8px !important;
}

/* =========================
   SEARCH BOX
========================= */
.search-box {
    margin: 0 auto;
}

.search-box button {
    margin-right: 4px;
}

/* =========================
   LISTING / CARDS
========================= */
.listing-image {
    background: #ffffff !important;
}

.listing-info .listing-title {
    height: auto !important;
}

.custom-card-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.img-cover {
    position: relative;
    padding-top: 65%;
    background: #ffffff;
}

.custom-cart-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    min-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* =========================
   BUTTONS
========================= */
.btn-custom {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Add to Cart */
.btn-cart {
    background-color: #28a745;
    color: #fff;
    line-height: 20px;
}

.btn-cart:hover {
    background-color: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* View Button */
.btn-view {
    background-color: #f1f1f1;
    color: #333;
    border: 1px solid #ddd;
}

.btn-view:hover {
    background-color: #e2e2e2;
    color: #000;
    transform: translateY(-1px);
}

/* =========================
   FOOTER
========================= */
.footer {
    background: #1f2937;
    color: #e5e7eb;
    padding: 50px 0 20px;
    margin-top: 90px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}
.not-review{padding: 40px; text-align: center; color: #6b7280;font-size: 16px;}
.review-login-box {
    padding: 15px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    color: #0c4a6e;
    margin-bottom: 20px;
}

.review-login-box a {
    color: #0369a1;
    font-weight: 600;
    text-decoration: none;
}

.review-login-box a:hover {
    text-decoration: underline;
}



 .related-listing{margin-bottom: 20px; color: #111827; font-size: 22px; font-weight: 700;}
.footer-icon {
	background: #ccc;
	padding: 2px;
	background: #cccccc42;
	border-radius: 4px;
	width: 24px;
	display: flex;
	height: 24px;
    margin-right: 10px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.footer-box a,.footer-box p{ display: flex !important;}
.peek-product-card-content {
    padding: 16px 18px;
    position: relative;
    z-index: 2;
}

.peek-product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #f1f5f9;
    text-decoration: none;
    line-height: 1.4;
}

.peek-product-price {
    font-size: 20px;
    font-weight: 700;
    color: #fbbf24;
}
/* =========================
   tooltip
========================= */
.listing-image img{    object-fit: contain !important;}

.tooltip {
    position: relative;
    cursor: pointer;
}

/* Tooltip text */
.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;

    z-index: 10;
}

/* Arrow */
.tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    
    border-width: 5px;
    border-style: solid;
    border-color: #111 transparent transparent transparent;

    opacity: 0;
    transition: 0.2s ease;
}

/* Show on hover */
.tooltip:hover::after,
.tooltip:hover::before {
    opacity: 1;
}

/* =========================
   TABLE RESPONSIVE
========================= */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media only screen and (max-width: 480px) {

    .main-content {
        padding: 0 15px;
        margin: 0 auto 65px;
    }

    .orders-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .dashboard-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 !important;
        display: flex;
        gap: 30px;
    }

    .page-header {
        padding: 20px;
    }

    .page-header h1,
    .content-card h3 {
        font-size: 20px !important;
    }

    .dashboard-container .mobile-menu-toggle-btn {
        margin-bottom: 0 !important;
    }

    .empty-state {
        padding: 15px;
    }

    .listings-header h1 {
        font-size: 22px !important;
    }

    .listing-title,
    .listing-price {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

  .custom-cart-title {
    font-size: 13px;
    white-space: unset;
    overflow: visible;
    text-overflow: unset;
    height: 40px;
    overflow: hidden;
}

    .footer {
        padding: 20px 0;
        margin-top: 40px;
    }

    .footer-content {
        gap: 10px;
    }
    .listing-description-html{font-size: 14px;}
    .description h3,.additional-features h3 {
        margin-bottom: 5px !important;
        font-size: 18px !important;
       
    }
   
     .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 10px !important;
            margin-top: 10px !important;
        }
       .info-item{padding: 10px 15px !important;} 
       .features-table td,.features-table th{font-size: 14px;}
       .not-review{padding: 20px; text-align: center; color: #6b7280;font-size: 14px;}
       .review-login-box {font-size: 14px;}
       .related-listing{margin-bottom: 10px; color: #111827; font-size: 18px; font-weight: 700;}
       .login-container,.register-container {padding: 20px !important;        }
       .listings-section.carousal-peek-wraper {
            padding:20px 5px !important;
        }
        .carousal-peek .scroll-arrow-left {
            left: 30px !important;
        }
        .carousal-peek .scroll-arrow-right {
            right: 30px !important;
        }
        .carousal-peek  .scroll-arrow{    top: 64% !important; }
         .carousal-peek .card-wishlist-icon{    right: 30px !important;}
         .peek-product-title,.peek-product-price{font-size: 14px;}
         .carousal-peek-wraper .section-header{    padding: 0px 15px !important;margin-bottom: 5px;}
     
}

 .feature-wrapper {
            max-width: 100%;
            margin: auto;
            background: #fff;
           
           
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
            overflow: hidden;
            position: relative;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
            background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .feature-wrapper::before {
            content: "";
            position: absolute;
            width: 500px;
            height: 500px;
            background: linear-gradient(135deg, #0d6efd15, #00c6ff15);
            border-radius: 50%;
            top: -200px;
            left: -180px;
        }

        .left-section {
            position: relative;
            z-index: 2;
        }

        .tag {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #eef5ff;
            color:#071c3d;
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .main-title {
            font-size: 32px;
            line-height: 1.1;
            font-weight: 800;
            color:var(--primary-color);
            margin-bottom: 10px;
        }

        .main-title span {
           color: var(--secondary-color)
        }

        .description {
            font-size: 16px;
            color: #667085;
            line-height: 1.5;
            margin-bottom: 15px;
            max-width: 100%;
        }

        .image-box {
            position: relative;
            background: linear-gradient(135deg,var(--primary-color), var(--primary-color));
            border-radius: 30px;
            padding: 35px;
            box-shadow: 0 20px 40px rgba(13, 110, 253, 0.1);
        }

        .image-box img {
            width: 100%;
            border-radius: 20px;
            display: block;
        }

        .floating-card {
            position: absolute;
            left: -20px;
            bottom: 25px;
            background: #fff;
            border-radius: 18px;
            padding: 18px 22px;
            display: flex;
            align-items: center;
            gap: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }

        .floating-card i {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: linear-gradient(135deg,var(--primary-color),var(--primary-color));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
        }

        .floating-card h4 {
            font-size: 18px;
            color: #071c3d;
            margin-bottom: 4px;
        }

        .floating-card p {
            color: #667085;
            font-size: 14px;
        }

        .stats {
            margin-top: 35px;
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

      .stat-card {
    flex: 1;
    min-width: 160px;
    background: #fff;
    border: 1px solid #e6edf7;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

        .stat-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        }

        .stat-card i {
            font-size: 32px;
            color: var(--primary-color);
            margin-bottom: 12px;
        }

      .stat-card h3 {
    font-size: 23px;
    color: var(--secondary-color);
    margin-bottom: 0;
    line-height: 1;
}
        .stat-card p {
            color: #667085;
            font-size: 15px;
        }

        .feature-list {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .feature-card {
            background: #fff;
            border-radius: 24px;
            padding: 24px;
            display: flex;
            align-items: center;
            gap: 20px;
            border: 1px solid #e7edf7;
            transition: 0.35s ease;
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom,var(--primary-color), var(--primary-color));
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
        }

        .feature-icon {
            min-width: 75px;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-color),var(--primary-color));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 28px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.17);
        }

        .feature-content h3 {
            font-size: 24px;
            color: #071c3d;
            margin-bottom: 8px;
        }

        .feature-content p {
            color: #667085;
            line-height: 1.7;
            font-size: 16px;
        }

        .feature-arrow {
            margin-left: auto;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #f1f6ff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            transition: 0.3s;
            min-width: 50px;
        }

        .feature-card:hover .feature-arrow {
            background: var(--primary-color);
            color: #fff;
        }

        @media(max-width: 1100px) {
            .feature-wrapper {
                grid-template-columns: 1fr;
                padding: 40px 25px;
            }

            .main-title {
                font-size: 46px;
            }
        }

        @media(max-width: 768px) {
            .main-title {
                font-size: 24px;
            }

            .description {
                font-size: 14px;
            }

            .feature-card {
                flex-direction: column;
                text-align: center;
            }

            .feature-arrow {
                margin: 15px auto 0;
                display: none;
            }

            .floating-card {
                position: static;
                margin-top: 20px;
            }
            .feature-icon {
            min-width: 36px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
        
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.17);
        }

            .stats {
                flex-direction: column;
                display: grid;
                grid-template-columns: 1fr 1fr;
            }
            .stat-card{min-width: 120px;}
            .feature-wrapper {
                padding: 25px;
            }
            .feature-content h3 {
                font-size: 16px;
                color: #071c3d;
                margin-bottom: 1px;
            }
            .feature-content p {
                color: #667085;
                line-height: 1.5;
                font-size: 12px;
            }
            .image-box{padding: 10px;;}
        } 

 /* =========================
   TITLE
========================= */

.section-title{
    text-align:center;
    margin-bottom:0px !important;
}

.section-title h1{
    font-size:54px;
    font-weight:800;
    color:#111827;
    margin-bottom:12px;
}

.section-title p{
    font-size:18px;
    color:#6b7280;
}

/* =========================
   GRID
========================= */

.business-services{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-bottom: 30px;
}

/* =========================
   CARD
========================= */

.service-card{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    min-height:320px;
    padding:34px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:0.35s ease;
    border:1px solid rgba(255,255,255,0.3);
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 50px rgba(0,0,0,0.12);
}

/* =========================
   CONTENT
========================= */

.service-content{
    width:56%;
    z-index:2;
}

.service-content h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 800;
	margin-bottom: 18px;
	color: #111827;
}

.service-content p {
	font-size: 14px;
	line-height: 1.5;
	color: #374151;
	margin-bottom: 28px;
}

.service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 26px;
    background:#fff;
    color:#111827;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.service-btn:hover{
    transform:translateY(-3px);
}

/* =========================
   IMAGE
========================= */

.service-image{
    width:40%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.service-image img{
    width:100%;
    max-width:230px;
    object-fit:contain;
    transition:0.35s ease;
    filter:drop-shadow(0 18px 30px rgba(0,0,0,0.12));
}

.service-card:hover .service-image img{
    transform:translateY(-6px) scale(1.03);
}

/* =========================
   CARD COLORS
========================= */

.ai-card{
    background:linear-gradient(135deg,#dbe7ff 0%,#b7c8ff 100%);
}

.loan-card{
    background:linear-gradient(135deg,#dff5ef 0%,#c8e9df 100%);
}

.brand-card{
    background:linear-gradient(135deg,#fff1d5 0%,#f8dfab 100%);
}

/* =========================
   BRAND TITLE
========================= */

.brand-store-title{
    font-size:36px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:18px;
    color:#111827;
}

.brand-store-title span{
    display:block;
    font-size:42px;
    background:linear-gradient(135deg,#ff7a00,#ffb347);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .service-content h3,
    .brand-store-title{
        font-size:32px;
    }

    .brand-store-title span{
        font-size:36px;
    }
}

@media(max-width:991px){

    .business-services{
        grid-template-columns:1fr;
    }

    .service-card{
        flex-direction:column;
        text-align:center;
        gap:30px;
        min-height:auto;
    }

    .service-content,
    .service-image{
        width:100%;
    }

    .service-image{
        justify-content:center;
    }

    .service-image img{
        max-width:220px;
        
    }

    .section-title h1{
        font-size:42px;
    }
}

@media(max-width:576px){

    body{
        padding: 0 0 65px 0 !important;
    }

    .service-card{
        padding:24px;
        border-radius:22px;
    }

    .section-title h1{
        font-size:32px;
    }

    .section-title p{
        font-size:15px;
    }

    .service-content h3,
    .brand-store-title{
        font-size:26px;
    }

    .brand-store-title span{
        font-size:30px;
    }

    .service-content p{
        font-size:15px;
        line-height:1.7;
    }

    .service-btn{
        width:100%;
    }
}

/* Promo cards — layout variants (admin: Site Layouts) */
.promo-cards-v2 { margin-bottom: 30px; }
.promo-card-v2 {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 300px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.45);
    
    transition: transform .35s ease, box-shadow .35s ease;
}
.promo-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15,23,42,0.14);
}
.promo-card-v2__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 1;
}
.promo-card-v2__shine {
    position: absolute;
    top: -40%;
    right: -20%;
    width: 55%;
    height: 140%;
    background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}
.promo-card-v2__badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 18px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(6px);
    color: #1e293b;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.promo-card-v2__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.promo-card-v2__content { flex: 1; min-width: 0; max-width: 58%; }
.promo-card-v2__title {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.35;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 14px;
}
.promo-card-v2__desc {
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
    margin: 0 0 22px;
}
.promo-card-v2__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 15px;
	background: #fff;
	color: #0f172a;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	box-shadow: 0 8px 22px rgba(0,0,0,0.08);
	transition: transform .25s ease, box-shadow .25s ease;
}
.promo-card-v2__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    color: #0f172a;
}
.promo-card-v2__visual { flex-shrink: 0; }
.promo-card-v2__icon-wrap {
    width: 160px;
    height: 160px;
    max-width: 42vw;
    max-height: 42vw;
    /* border-radius: 28px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(8px); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    /* box-shadow: 0 16px 36px rgba(15,23,42,0.1);
    border: 1px solid rgba(255,255,255,0.6); */
}
.promo-card-v2__icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.12));
}

/* Style themes */
.promo-card-v2--ai .promo-card-v2__bg {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 45%, #e0e7ff 100%);
}
.promo-card-v2--ai .promo-card-v2__badge { color: #1d4ed8; }
.promo-card-v2--loan .promo-card-v2__bg {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 45%, #ecfdf5 100%);
}
.promo-card-v2--loan .promo-card-v2__badge { color: #047857; }
.promo-card-v2--brand .promo-card-v2__bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 45%, #fff7ed 100%);
}
.promo-card-v2--brand .promo-card-v2__badge { color: #b45309; }
.promo-card-v2--custom .promo-card-v2__bg {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 45%, #f8fafc 100%);
}
.promo-card-v2--custom .promo-card-v2__badge { color: #475569; }

.promo-cards-grid-2 { grid-template-columns: repeat(2, 1fr); }
.promo-cards-stacked { grid-template-columns: 1fr; gap: 20px; }
.promo-cards-stacked .promo-card-v2 { min-height: 260px; }
.promo-cards-horizontal {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}
.promo-cards-horizontal .promo-card-v2 {
    flex: 0 0 min(380px, 88vw);
    scroll-snap-align: start;
}
.promo-cards-minimal .promo-card-v2 { min-height: 240px; padding: 22px; }
.promo-cards-minimal .promo-card-v2__icon-wrap { width: 150px; height: 150px; padding: 16px; }
.promo-cards-compact-row {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}
.promo-cards-compact-row .promo-card-v2 { min-height: 220px; padding: 20px; }
.promo-cards-compact-row .promo-card-v2__title { font-size: 17px; margin-bottom: 10px; }
.promo-cards-compact-row .promo-card-v2__desc { font-size: 13px; margin-bottom: 14px; }
.promo-cards-compact-row .promo-card-v2__icon-wrap { width: 130px; height: 130px; }

@media (max-width: 991px) {
    .promo-cards-grid-2 { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    /* Convert promo cards grid into horizontal slider on mobile */
    .promo-cards-v2.business-services {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 12px;
       
        padding-left: 12px;
        padding-right: 12px;
    }
    .promo-cards-v2.business-services::-webkit-scrollbar { display: none; }
    .promo-cards-v2.business-services { -ms-overflow-style: none; scrollbar-width: none; }

    .promo-cards-v2.business-services .promo-card-v2 {
        flex: 0 0 88vw;
        max-width: 88vw;
        scroll-snap-align: start;
        min-height: auto;
        padding: 24px 22px;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }

    /* Image as faded background watermark on right */
    .promo-card-v2__visual {
        position: absolute;
        right: -10px;
        bottom: -10px;
        z-index: 1;
        pointer-events: none;
    }
    .promo-card-v2__icon-wrap {
        width: 150px;
        height: 150px;
        padding: 0;
        background: none !important;
        backdrop-filter: none !important;
        border: none !important;
        box-shadow: none !important;
        opacity: 0.18;
    }
    .promo-card-v2__icon-wrap img {
        filter: drop-shadow(none) !important;
    }

    /* Content full width over the bg image */
    .promo-card-v2__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .promo-card-v2__content {
        max-width: 100%;
        width: 100%;
        text-align: left;
        position: relative;
        z-index: 2;
    }
    .promo-card-v2__title {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px;
    }
    .promo-card-v2__desc {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
    .promo-card-v2__btn {
        padding: 10px 20px;
        font-size: 13px;
        position: relative;
        z-index: 2;
    }
    .promo-card-v2__badge {
        font-size: 11px;
        padding: 6px 12px;
        margin-bottom: 14px;
        position: relative;
        z-index: 2;
    }
}

/* Legacy service-card layout variants (fallback) */
.promo-cards-grid-2.legacy { grid-template-columns: repeat(2, 1fr); }

/* =================================================================
   GLOBAL RESPONSIVE — covers ALL header & footer template variants
   ================================================================= */

/* Prevent horizontal overflow on all screens */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Universal container safety */
.main-content,
.footer,
.footer .container,
.header-main,
.header-top .container,
.nav .container {
    max-width: 100%;
    box-sizing: border-box;
}

/* ── Universal sticky header rules (all template class names) ─── */
/* Covers: .header, .hd-wrap, .header-wrap, .site-header */
.header,
.hd-wrap,
.header-wrap,
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

/* ── Ensure bottom-nav is ALWAYS on top of everything ────────── */
.bottom-nav {
    z-index: 10000 !important;
}

/* ── Universal footer padding for mobile bottom-nav ─────────── */
@media (max-width: 768px) {
    /* Every footer variant gets space for the 65px bottom nav */
    .footer,
    footer,
    [class*="footer-wrap"],
    [class*="site-footer"] {
        padding-bottom: 70px !important;
    }

    /* Ensure body always has bottom padding for nav bar */
    body {
        padding-bottom: 65px !important;
    }

    /* Hide all desktop-only header elements regardless of template */
    .hd-topbar,
    .header-top,
    .hd-search,
    [class*="header-search"]:not(.mobile-search-overlay *) {
        display: none !important;
    }

    /* Show nav on mobile = nav bar inside header template (if any) */
    /* app.blade.php .nav is already hidden via its own CSS */

    /* Force bottom nav to be visible */
    .bottom-nav {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 65px !important;
        background: #fff !important;
        border-top: 1px solid #e5e7eb !important;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1) !important;
    }

    /* Prevent footer buyer app from going under bottom nav */
    .footer-buyer-app-wrap,
    .footer-buyer-app {
        margin-bottom: 0;
    }

    /* Section containers: prevent overflow */
    section,
    .section,
    [class*="-section"],
    .main-content > * {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* All grids become single column on mobile */
    .buyer-banner-grid,
    .cs-grid,
    .fm-inner,
    .mc-wrap {
        grid-template-columns: 1fr !important;
    }
}

/* ── Header template: ecommerce (.hd-wrap) mobile ─────────────── */
@media (max-width: 768px) {
    .hd-wrap {
        position: sticky;
        top: 0;
        z-index: 1001;
        width: 100%;
    }
    .hd-main-inner { padding: 10px 12px !important; gap: 10px !important; }
    .hd-search { display: none !important; }
    .hd-actions { display: none !important; }
    .hd-mobile-icons,
    .mobile-header-icons { display: flex !important; }
}
@media (min-width: 769px) {
    .hd-mobile-icons { display: none !important; }
    /* Show nav when not mobile */
    .nav { display: block !important; }
}

/* ── Header template: bold/mega/sticky etc. — ensure nav visible ─ */
@media (min-width: 769px) {
    .header,
    .hd-wrap,
    .header-wrap {
        position: sticky;
        top: 0;
        z-index: 1000;
    }
    body { padding-bottom: 0 !important; }
}

/* ── Tablet (769–1024px) ─────────────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
    .hd-search,
    .search-box {
        max-width: 380px !important;
    }
    .hd-main-inner { padding: 12px 16px; }
    .buyer-app-banner.app-banner { padding: 36px 28px; }
}

/* ── Very small screens (≤360px) ─────────────────────────────── */
@media (max-width: 360px) {
    .bottom-nav-item i { font-size: 16px !important; }
    .bottom-nav-item span { font-size: 8px !important; }
    .bottom-nav { padding: 5px 0 2px !important; }
    .hd-logo img, .logo img { max-height: 28px !important; max-width: 80px !important; }
}
