body {
    font-family: Arial, sans-serif;
    color: #212529;
    background: #ffffff;
}

.section-soft {
    background: #f8fafc;
}

.section-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #6b7280;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    transition: transform 0.32s ease, box-shadow 0.25s ease;
}

.site-header.site-header-hidden {
    transform: translateY(-100%);
}

.site-header.site-header-scrolled {
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.header-main-bar {
    border-bottom: 1px solid #eceff3;
    background: #fff;
}

.header-container-custom {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 22px;
}


.header-left-block {
    display: flex;
    align-items: center;
    gap: 28px;
    min-width: 340px;
}

.header-rental-text {
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    white-space: nowrap;
}

.header-rentnow-brand {
    display: inline-flex;
    align-items: center;
    border-left: 1px solid #cfd8e3;
    text-decoration: none;
}

.header-brand-logo {
    max-height: 70px;
    width: auto;
    display: block;
    margin-left: 5px;
}

.header-offcanvas-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid #d7dee8;
    background: #fff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #111827;
    flex: 0 0 auto;
    margin-left: auto;
}

.header-offcanvas-toggle:hover {
    background: #f8fafc;
}

@media (max-width: 991.98px) {
    .header-container-custom {
        min-height: 82px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .header-left-block {
        flex: 1 1 auto;
        justify-content: flex-start;
    }

    .header-rentnow-brand {
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    .header-brand-logo {
        max-height: 70px;
    }

    .header-search-block,
    .header-menu-block,
    .header-right-actions {
        display: none !important;
    }
}
.rent-now-text {
    font-size: 22px;
    font-weight: 700;
    color: #22c55e;
}

.rent-arrow {
    color: #3b82f6;
}

.header-search-block {
    flex: 1;
    max-width: 430px;
}

.header-search-form-exact {
    display: flex;
    align-items: center;
    border: 1.5px solid #222;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    height: 35px;
}

.header-search-form-exact input {
    border: none;
    outline: none;
    flex: 1;
    padding: 0 20px;
    font-size: 15px;
    color: #334155;
    background: transparent;
}

.header-search-form-exact button {
    width: 58px;
    height: 52px;
    border: none;
    background: #2d2d2d;
    color: #facc15;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-menu-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-item-exact {
    position: relative;
}

.nav-link-exact {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
    position: relative;
}

.nav-link-exact.active {
    font-weight: 600;
}

.nav-link-exact.active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 2px;
    height: 2px;
    background: #111827;
    border-radius: 10px;
}

.nav-link-inner {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: -2em !important;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.menu-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    position: relative;
    top: -18px;
    right: 20px;
}

.menu-badge-warning {
    background: #facc15;
    color: #111827;
}

.menu-badge-danger {
    background: #ef4444;
    color: #fff;
}

.menu-badge-success {
    background: #22c55e;
    color: #fff;
}

.menu-badge-dark {
    background: #111827;
    color: #fff;
}

.header-right-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.cart-pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #1e3432;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.circle-icon-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #22c55e;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.header-end-divider {
    width: 1px;
    height: 34px;
    background: #cfd8e3;
    margin-left: 2px;
}

.mobile-header-panel {
    border-top: 1px solid #eceff3;
    background: #fff;
}

.mobile-search-panel {
    width: 100%;
}

.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-menu-item {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px;
}

.mobile-menu-link,
.mobile-submenu-link {
    display: block;
    text-decoration: none;
    color: #111827;
    font-weight: 500;
    padding: 10px 0;
}

.mobile-submenu {
    padding-left: 12px;
}

.hero-shell {
    border-radius: 28px !important;
}

.hero-banner {
    position: relative;
}

.hero-banner-img {
    height: auto;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(17,24,39,.72) 0%, rgba(17,24,39,.28) 60%, rgba(17,24,39,.10) 100%); */
    display: flex;
    align-items: center;
}

.hero-content {
    padding: 52px;
    max-width: 680px;
}

.hero-mini-title {
    display: inline-block;
    padding: 8px 14px;
    background: rgba(255,255,255,0.16);
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-text {
    max-width: 560px;
    color: rgba(255,255,255,0.88);
}

.quick-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 24px;
    padding: 20px 14px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(15,23,42,0.04);
    transition: all 0.25s ease;
}

.quick-category-card:hover {
    transform: translateY(-4px);
    color: inherit;
    box-shadow: 0 16px 32px rgba(15,23,42,0.08);
}

.quick-category-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 28px;
    color: #111827;
}

.quick-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quick-category-name {
    font-size: 14px;
    font-weight: 400;
    color: #111827;
}

.promo-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 24px;
    padding: 22px 24px;
    box-shadow: 0 10px 28px rgba(15,23,42,0.05);
}

.promo-mini {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 6px;
}

.category-card,
.product-card,
.why-card,
.testimonial-card {
    transition: all 0.25s ease;
}

.category-card:hover,
.product-card:hover,
.why-card:hover,
.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(15,23,42,0.08) !important;
}

.product-card-modern .card-img-top {
    height: 230px;
    object-fit: cover;
}

.product-image-wrap {
    position: relative;
}

.product-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}


.product-short {
    min-height: 58px;
}

.product-rental-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.product-regular-price {
    font-size: 13px;
    color: #6b7280;
}

.products-page-header {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.products-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}

.products-search-form {
    min-width: 320px;
    max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.products-search-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
}

.products-search-form button {
    width: 54px;
    height: 48px;
    border: none;
    background: #111827;
    color: #fff;
}

.product-thumb {
    height: 90px;
    object-fit: cover;
    width: 100%;
}

.why-image {
    width: 176px;
    height: 176px;
    object-fit: cover;
    border-radius: 18px;
}

.why-icon {
    font-size: 40px;
    line-height: 1;
}

.testimonial-avatar {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 50%;
}

.logo-slider-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.logo-slider-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: clientLogoScroll 30s linear infinite;
    gap: 20px;
}

.logo-slider-wrap:hover .logo-slider-track {
    animation-play-state: paused;
}

.logo-slide-item {
    flex: 0 0 auto;
    width: 220px;
}

.client-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    min-height: 110px;
    padding: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.client-logo-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.client-logo-box img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

footer p,
footer a,
footer div,
footer li {
    font-size: 14px;
}

footer .btn {
    border-radius: 999px;
}

.pagination {
    justify-content: center;
}

@keyframes clientLogoScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1199px) {
    .header-container-custom {
        gap: 16px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .header-left-block {
        min-width: 260px;
        gap: 18px;
    }

    .header-rental-text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .site-header {
        position: sticky;
        top: 0;
    }

    .header-container-custom {
        min-height: 78px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-left-block {
        min-width: auto;
        gap: 12px;
    }

    .header-rental-text {
        display: none;
    }

    .header-rentnow-brand {
        padding-left: 0;
        border-left: 0;
    }

    .header-brand-logo {
        max-height: 70px;
    }

    .hero-banner-img {
        height: 360px;
    }

    .hero-content {
        padding: 24px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .products-header-box {
        flex-direction: column;
        align-items: stretch;
    }

    .products-search-form {
        min-width: auto;
        max-width: 100%;
    }

    .logo-slide-item {
        width: 170px;
    }

    .logo-slider-track {
        gap: 14px;
        animation-duration: 22s;
    }

    .client-logo-box {
        min-height: 90px;
        padding: 12px;
    }

    .client-logo-box img {
        max-height: 40px;
    }

    .promo-strip {
        flex-direction: column;
        align-items: flex-start;
    }
}

.client-logo-box {
    background: linear-gradient(45deg, #2b2b29, #6023e8, #3f167f, #b4e3ec, #0f7670, #fec934, #004d7a, #5b35b1, #8bd3df, #00685e);
    background-size: 400% 400%;
    animation: gradientAnimation 8s ease infinite;
    color: white;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(4px);
    transition: all 0.3s ease;
}

.client-logo-box:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
}

.client-logo-box:active {
    transform: translateY(2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    33% {
        background-position: 25% 75%;
    }

    66% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 75% 0%;
    }
}

.site-footer {
    background: #f4f4f4;
    margin-top: 60px;
}

.footer-newsletter-strip {
    background: #1e3432;
    padding: 14px 0;
}

.footer-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-newsletter-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.footer-newsletter-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 480px;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.footer-newsletter-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 18px;
    font-size: 14px;
    background: transparent;
}

.footer-newsletter-form button {
    border: none;
    background: #252525;
    color: #fff;
    padding: 14px 28px;
    font-weight: 600;
}

.footer-main {
    background: #f4f4f4;
}

.footer-logo {
    max-height: 70px;
    width: auto;
    display: block;
}

.footer-about-text {
    color: #374151;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 18px;
    max-width: 95%;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1f2937;
}

.footer-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-social-btn:hover {
    transform: translateY(-2px);
    color: #111827;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #374151;
    line-height: 1.7;
}

.footer-contact-item i {
    font-size: 16px;
    margin-top: 3px;
    color: #111827;
}

.footer-contact-item a {
    color: #374151;
    text-decoration: none;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li + li {
    margin-top: 10px;
}

.footer-links-list a {
    text-decoration: none;
    color: #374151;
    transition: all 0.2s ease;
}

.footer-links-list a:hover {
    color: #111827;
    padding-left: 4px;
}

.footer-bottom {
    margin-top: 34px;
}

.footer-divider {
    height: 1px;
    background: #cfd4da;
    margin-bottom: 24px;
}

.footer-copyright {
    text-align: center;
    color: #374151;
    font-size: 15px;
    padding-bottom: 6px;
}

@media (max-width: 991px) {
    .footer-newsletter-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-newsletter-title {
        font-size: 18px;
        text-align: center;
    }

    .footer-newsletter-form {
        max-width: 100%;
    }

    .footer-newsletter-form button {
        padding: 14px 18px;
    }

    .footer-about-text {
        max-width: 100%;
    }
}
.product-tab-pills {
    gap: 10px;
}

.product-tab-pills .nav-link {
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    color: #111827;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.product-tab-pills .nav-link.active {
    background: #1e3432;
    color: #fff;
    border-color: #111827;
}

.floating-tools-wrap {
    position: fixed;
    right: 18px;
    bottom: 90px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-tool-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
    font-size: 21px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.floating-tool-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

.floating-whatsapp-btn {
    background: #22c55e;
}

.floating-call-btn {
    background: #111827;
}

.floating-top-btn {
    background: #f59e0b;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.floating-top-btn.show {
    opacity: 1;
    pointer-events: auto;
}

.mobile-sticky-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1190;
    background: rgba(17, 24, 39, 0.96);
    border-radius: 22px;
    padding: 10px 8px;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.24);
}

.mobile-sticky-item {
    flex: 1;
    min-width: 0;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 8px 4px;
    border-radius: 14px;
}

.mobile-sticky-item i {
    font-size: 18px;
    line-height: 1;
}

.mobile-sticky-highlight {
    background: #1e3432;
    color: #ffffff;
}

@media (min-width: 992px) {
    .mobile-sticky-bar {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .floating-tools-wrap {
        right: 14px;
        bottom: 92px;
    }

    .floating-tool-btn {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }

    body {
        padding-bottom: 92px;
    }
}
.rental-product-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    padding: 14px;
    height: 100%;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    overflow: hidden;
}

.rental-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}

.rental-product-image-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rental-product-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
}

.rental-product-noimage {
    color: #888;
    font-size: 14px;
}

.rental-product-body {
    padding-top: 14px;
}

.rental-product-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.rental-discount-badge {
    background: #ef4444;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 0;
}

.rental-flash-text {
    color: #ff4d4f;
    font-size: 15px;
    font-weight: 500;
}

.rental-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.rental-main-price {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.rental-old-price {
    font-size: 13px;
    color: #777;
}

.rental-divider {
    height: 1px;
    background: #d6d6d6;
    margin: 10px 0 14px;
}

.rental-product-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.35;
    margin: 0;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rental-old-price {
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
}
@media (max-width: 991px) {
    .rental-product-card {
        padding: 12px;
        border-radius: 16px;
    }

    .rental-product-image-box {
        min-height: 170px;
        padding: 12px;
        border-radius: 14px;
    }

    .rental-product-image {
        height: 140px;
    }

    .rental-main-price {
        font-size: 22px;
    }

    .rental-old-price {
        font-size: 12px;
    }

    .rental-product-title {
        font-size: 14px;
        min-height: 38px;
    }

    .rental-discount-badge {
        font-size: 12px;
        padding: 5px 8px;
    }

    .rental-flash-text {
        font-size: 13px;
    }
}
.category-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.category-card-link:hover {
    text-decoration: none;
    color: inherit;
}
.category-card-link .card img{
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 28px;
    color: #111827;
}
.category-search-wrap {
    max-width: 420px;
}

.category-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 999px;
    padding: 0 14px;
    height: 52px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.category-search-icon {
    color: #6b7280;
    font-size: 16px;
}

.category-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #111827;
}

.category-search-clear {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.rental-product-card-link {
    text-decoration: none;
}
.category-search-clear:hover {
    background: #e5e7eb;
}
.brand-filter-pills {
    margin-top: 6px;
}

.brand-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #1e3432;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.brand-pill-btn:hover {
    color: #111827;
    background: #cfcfcf;
}

.brand-pill-btn.active {
    background: #2d2d2d;
    color: #fff;
}
.products-search-form {
    min-width: 320px;
    max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.products-search-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    min-width: 0;
}

.products-search-form button {
    width: 54px;
    height: 48px;
    border: none;
    background: #111827;
    color: #fff;
}

.products-search-clear {
    width: 40px !important;
    height: 40px !important;
    border: none;
    background: transparent !important;
    color: #111827 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border-radius: 50%;
}

.products-search-clear:hover {
    background: #f3f4f6 !important;
}
.product-detail-section {
    background: #f4f4f4;
}

.product-breadcrumb {
    font-size: 15px;
    color: #6b7280;
}

.product-breadcrumb a {
    text-decoration: none;
    color: #6b7280;
}

.product-breadcrumb span {
    margin: 0 6px;
}

.product-gallery-card,
.product-info-card,
.product-tab-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.product-gallery-card {
    padding: 20px;
}

.product-gallery-main {
    background: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-gallery-main img {
    width: 100%;
    height: 440px;
    object-fit: contain;
}

.product-no-image {
    color: #6b7280;
    font-size: 15px;
}

.product-gallery-thumbs {
    display: flex;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.product-thumb-btn {
    width: 110px;
    height: 110px;
    border: 2px solid transparent;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
}

.product-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-thumb-btn.active {
    border-color: #111827;
}

.product-info-card {
    padding: 28px;
}

.product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-badge {
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.product-category-text {
    font-size: 17px;
    color: #6b7280;
}

.product-title {
    font-size: 25px;
    line-height: 1.05;
    font-weight: 500;
    color: #1f2937;
}

.product-short-description {
    font-size: 19px;
    color: #1f2937;
}

.product-main-price {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #111827;
}

.product-regular-price {
    font-size: 20px;
    color: #6b7280;
    margin-top: 10px;
    text-decoration: line-through;
}

.product-discount-text {
    font-size: 18px;
    color: #16a34a;
    font-weight: 700;
    margin-top: 8px;
}

.product-date-label {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
}

.product-date-input {
    border-radius: 999px;
    min-height: 58px;
    border: 1px solid #b7c1ce;
    box-shadow: none;
    padding-inline: 18px;
}

.product-rent-btn {
    background: #ff5a08;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 16px 36px;
    font-size: 20px;
    font-weight: 600;
    min-width: 240px;
}

.product-rent-btn:hover {
    background: #e84f04;
    color: #fff;
}

.product-cart-btn {
    background: #7a8592;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 16px 36px;
    font-size: 20px;
    font-weight: 600;
    min-width: 240px;
}

.product-cart-btn:hover {
    background: #67717d;
    color: #fff;
}

.product-add-cart-btn{
    background:#1f2937;
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:999px;
    font-weight:600;
}

.product-add-cart-btn:hover{
    background:#111827;
    color:#fff;
}

.product-detail-tabs {
    gap: 16px;
}

.product-detail-tabs .nav-link {
    border: none;
    background: #d7d7d7;
    color: #111827;
    border-radius: 999px;
    min-width: 210px;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 700;
}

.product-detail-tabs .nav-link.active {
    background: #2d2d2d;
    color: #fff;
}

.product-tab-card {
    padding: 28px;
    font-size: 18px;
    line-height: 1.85;
    color: #1f2937;
}

.product-spec-table th,
.product-spec-table td {
    padding: 18px 20px;
    vertical-align: middle;
    border-color: #d1d5db;
    font-size: 17px;
}

.product-spec-table th {
    font-weight: 800;
    background: #fafafa;
    color: #111827;
}

.rent-modal-content {
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.rent-modal-product-box {
    background: #f8fafc;
    border: 1px solid #ebeff5;
    border-radius: 24px;
    padding: 18px;
    height: 100%;
}

.rent-modal-image-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rent-modal-product-image {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.rent-modal-price {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #111827;
}

.rent-modal-old-price {
    color: #6b7280;
    margin-top: 8px;
}

.rent-modal-discount {
    color: #16a34a;
    font-weight: 700;
}

.rent-modal-input {
    border-radius: 16px;
    min-height: 52px;
    border: 1px solid #d7dee8;
    box-shadow: none;
}

.rent-modal-submit-btn {
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 18px;
    min-height: 56px;
    font-size: 18px;
    font-weight: 700;
}

.rent-modal-submit-btn:hover {
    background: #0b1220;
    color: #fff;
}

@media (max-width: 1199px) {
    .product-title {
        font-size: 42px;
    }

    .product-main-price {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .product-gallery-main {
        min-height: 360px;
    }

    .product-gallery-main img {
        max-height: 320px;
    }

    .product-title {
        font-size: 34px;
    }

    .product-main-price {
        font-size: 34px;
    }

    .product-rent-btn,
    .product-cart-btn {
        width: 100%;
        min-width: auto;
        font-size: 18px;
        padding: 14px 18px;
    }

    .product-detail-tabs .nav-link {
        min-width: auto;
        width: 100%;
    }
}


.header-offcanvas-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid #d7dee8;
    background: #fff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #111827;
}

.header-offcanvas-toggle:hover {
    background: #f8fafc;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 9999 !important;
}
.mobile-header-offcanvas {
    width: min(88vw, 380px) !important;
    border-left: 1px solid #e5e7eb;
}

.mobile-offcanvas-search {
    width: 100%;
    max-width: 100%;
}

.mobile-offcanvas-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-offcanvas-link,
.mobile-offcanvas-parent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border: none;
    background: transparent;
    text-decoration: none;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #f1f5f9;
}

.mobile-offcanvas-link:hover,
.mobile-offcanvas-parent:hover {
    color: #111827;
}

.mobile-offcanvas-parent i {
    font-size: 14px;
    color: #6b7280;
}

.mobile-offcanvas-submenu {
    padding: 8px 0 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-offcanvas-submenu-link {
    text-decoration: none;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0;
}

.mobile-offcanvas-submenu-link:hover {
    color: #111827;
}

.mobile-contact-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111827;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px 16px;
    font-weight: 600;
}

.mobile-contact-btn.whatsapp {
    background: #ecfdf3;
    border-color: #bbf7d0;
}

.mobile-contact-btn:hover {
    color: #111827;
}

.header-dropdown-menu {
    min-width: 220px;
}

@media (max-width: 991px) {
    .header-container-custom {
        min-height: 78px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-rentnow-brand {
        padding-left: 0;
        border-left: 0;
    }

    .header-brand-logo {
        max-height: 70px;
    }
}
.inner-page-hero {
    background: #f8fafc;
}

.inner-page-card,
.page-content-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.inner-page-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.inner-page-title {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #111827;
}

.inner-page-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 0;
}

.section-title-sm {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #111827;
}

.page-check-list {
    padding-left: 20px;
}

.page-check-list li {
    margin-bottom: 10px;
    color: #374151;
}

.contact-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #374151;
    font-size: 16px;
}

.contact-info-row i {
    width: 20px;
    color: #111827;
}

.page-input {
    border-radius: 16px;
    min-height: 52px;
    border: 1px solid #d7dee8;
    box-shadow: none;
}

.page-submit-btn {
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 16px;
    min-height: 54px;
    padding: 0 24px;
    font-weight: 700;
}

.page-submit-btn:hover {
    background: #0b1220;
    color: #fff;
}

.support-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 14px;
}

.support-accordion .accordion-button {
    font-weight: 700;
    box-shadow: none !important;
}

.support-accordion .accordion-button:not(.collapsed) {
    background: #f8fafc;
    color: #111827;
}

@media (max-width: 991px) {
    .inner-page-card,
    .page-content-card {
        padding: 22px;
    }

    .inner-page-title {
        font-size: 32px;
    }

    .inner-page-subtitle {
        font-size: 16px;
    }

    .section-title-sm {
        font-size: 24px;
    }
}


.cart-pill-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cart-count-badge{
    background: #ff4d4f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    line-height: 1;
}