a:hover {
    color: #30cfd0;
}

.swiper-wrapper {
    height: 80vh;
}

.main-slider-two .swiper-slide {
    background: rgba(0, 0, 0, .25);
}

.services-three__img:before {
    background: rgba(23, 26, 29, .10);
}

.thm-breadcrumb {
    position: inherit;
    bottom: -15px;
}

.page-header {
    padding: 50px 0 60px;
    background: rgba(0, 0, 0, .35);
}

.thm-breadcrumb li:hover a {
    color: var(--fixnix-base);
    opacity: 1;
}

.google-map iframe {
    width: 100%;
}

.contact-page__form-input-box textarea {
    height: 110px;
}

.contact-page__form-input-box.text-message-box {
    height: 130px;
}

.contact-page__points-list li .text p {
    font-size: 20px;
}

.contact-page__points-list li .text p a {
    font-size: 20px;
}

.contact-page__points-list li .icon span {
    font-size: 20px;
}

.contact-page__form-input-box input[type="text"],
.contact-page__form-input-box input[type="email"] {
    height: 45px;
}

.error-text {
    color: red;
}

button.thm-btn.contact-page__btn {
    border: none;
}

.error-page {
    background-color: rgba(0, 0, 0, .7);
}

.old__price {
    color: var(--fixnix-gray) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-decoration: line-through;
}

.product-details__title span {
    margin: 0;
}

.product-details__reveiw span {
    margin-left: 0;
}

.product-details__buttons-2 {
    margin-left: 0;
}

.product-details__buttons-2 .thm-btn {
    border: none;
}

.product-details__title span {
    font-size: 23px;
}

.product-details__reveiw {
    margin-top: 8px;
    padding-bottom: 10px;
}

.product-details__top {
    margin-top: 0;
}

.product-spec-table table tbody tr td.col_one {
    width: 180px;
    background: #f7f7f7;
    font-weight: 700;
    padding: 2px 7px;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}

.product-spec-table table tbody tr td.col_two {
    padding: 2px 7px;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}

.pg-pagination li.active a {
    background-color: var(--fixnix-black);
    color: #fff;
}

/* ===== HEADER RIGHT ALIGN ===== */
.main-menu-two__right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-menu-two__main-menu-box {
    flex: 1;
}

/* ===== SEARCH WRAPPER ===== */
.custom-header-search {
    position: relative;
    width: 180px;
}

/* Input */
.custom-header-search__input {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease;
}

.custom-header-search__input:focus {
    border-color: #30cfd0;
}

/* Result Box */
.custom-header-search__result {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    /* width: 100%; */
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 99999;
    max-height: 420px;
    overflow-y: auto;
}

/* Result item (from ajax HTML) */
.custom-header-search__result a {
    display: flex;
    gap: 12px;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
}

.custom-header-search__result a:hover {
    background-color: #f9f9f9;
}

/* Mobile */
@media (max-width: 991px) {
    .main-menu-two__right {
        flex-direction: column;
        align-items: stretch;
    }

    .custom-header-search {
        width: 100%;
        margin-top: 10px;
    }

    .swiper-wrapper {
        height: 20vh;
    }

    .main-menu-two__logo {
        padding: 10px 0;
    }

    .main-menu-two__logo a img {
        width: 250px !important;
    }

    .mobile-nav__content .logo-box a img {
        width: 220px;
    }
}

/* ===== SIDEBAR SEARCH ===== */
.custom-sidebar-search {
    position: relative;
}

.custom-sidebar-search__input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

.custom-sidebar-search__input:focus {
    border-color: #30cfd0;
}

/* Sidebar result dropdown */
.custom-sidebar-search__result {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 999;
    max-height: 360px;
    overflow-y: auto;
}

/* Result item */
.custom-sidebar-search__result a {
    display: flex;
    gap: 10px;
    padding: 8px 10px;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
}

.custom-sidebar-search__result a:hover {
    background: #f7f7f7;
}

/* ===== PRICE FILTER ===== */
.custom-price-filter {
    margin-top: 10px;
}

.custom-price-filter__slider {
    margin: 15px 0 20px;
}

.custom-price-filter__inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-price-filter__inputs input {
    width: 70px;
    height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
}

.custom-price-filter__inputs button {
    margin-left: auto;
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    background: #30cfd0;
    color: #fff;
    cursor: pointer;
}

.custom-price-filter__inputs button:hover {
    background: #30cfd0;
}

.blog-sidebar__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    border-radius: 10px;
    opacity: .30;
}

.blog-details-two__top-meta-list li {
    justify-content: start;
    gap: 30px;
}

.blog-details-two__top {
    text-align: left;
}

.blog-details-two__top-title {
    font-size: 40px;
    margin-top: 30px;
}

.blog-details-two__top-meta-list {
    margin-top: 10px;
}

.blog-sidebar__text-1 {
    margin-top: 40px;
}

.blog-sidebar__text-1 img {
    width: 100% !important;
}

.blog-details__tags {
    border-bottom: none;
}

.company-details {
    padding-top: 120px;
}

.about-two__img-box {
    margin-right: 0px;
    margin-top: 0px;
}

.footer-widget__subscribe-text {
    padding-bottom: 10px;
}

.custom_thn_btn {
    font-size: 1rem;
    padding: .375rem .75rem;
    border: none;
}

.main-menu-two__search-cart-btn-box {
    margin-left: 10px;
}

.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
    margin-left: 25px;
}

.site-footer-two {
    background-image: -moz-linear-gradient(90deg, rgb(51, 38, 119) 40%, rgb(48, 207, 208) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(51, 38, 119) 40%, rgb(48, 207, 208) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(51, 38, 119) 40%, rgb(48, 207, 208) 100%);
}

.thm-btn.inquiry-btn {
    border: none;
}

.footer-widget__about-text-box {
    padding-top: 20px;
}

.site-footer__top {
    padding-bottom: 70px;
}

.footer-widget__about {
    margin-top: 0px;
}

.footer-widget__logo a img {
    width: 100%;
}

.main-menu-two__logo {
    padding: 0;
}

.main-menu-two__logo a img {
    width: 250px !important;
}

.product__all-single {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.product__all-img {
    /* height: 220px; */
    /* fixed image area */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__all-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.product__all-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__all-content span {
    font-size: 12px;
}

.services-three__single {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-three__img-box {
    width: 100%;
}

.services-three__img {
    height: 180px;
    /* image area fixed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-three__img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.services-three__title {
    /* margin-top: auto; */
    /* title always bottom e thakbe */
    text-align: center;
    min-height: 48px;
    /* long / short name holeo equal */
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-check {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
}

.filter-check input {
    margin-right: 8px;
}

.custom_product_margin {
    margin-bottom: 30px;
}

.certificate-box {
    text-align: center;
    transition: all 0.4s ease;
}

.certificate-img {
    border: 1px solid #e5e5e5;
    padding: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.certificate-img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.certificate-title {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    transition: color 0.3s ease;
}

/* 🔥 Hover Effects */
.certificate-box:hover .certificate-img {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.certificate-box:hover img {
    transform: scale(1.05);
}

.certificate-box:hover .certificate-title {
    color: #30cfd0;
}

/* Each column spacing */
.custom_certificate_margin {
    margin-bottom: 30px;
    /* row gap */
}

/* Extra space under image */
.certificate-img {
    margin-bottom: 10px;
}

.product__all-single {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    /* height: 100%; */
}

.product__all-single:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.product__all-img {
    padding: 20px 0;
    text-align: center;
}

.product__all-img img {
    max-height: 130px;
    transition: transform 0.4s ease;
}

.product__all-single:hover .product__all-img img {
    transform: scale(1.08);
}

.product__all-content {
    padding: 25px 16px 22px;
}

.product__category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #332677;
    background: rgba(13, 110, 253, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.product__all-title a {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.product__all-title a:hover {
    color: #30cfd0;
}

/* ===== 5 Column Layout ===== */
.feature-five-cols {
    display: flex;
    flex-wrap: wrap;
}

.feature-five-cols .col-5-custom {
    width: 20%;
    padding: 10px;
}

/* ===== Feature Card ===== */
.feature-one__single {
    height: 170px;
    /* fixed & compact */
    background: #f9fbfc;
    border: 1px solid #e5e7eb;
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    transition: all 0.25s ease;
    overflow: hidden;
}

/* Hover effect */
.feature-one__single:hover {
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* ===== Icon (Big) ===== */
.feature-one__icon {
    margin-bottom: 10px;
}

.feature-one__icon img {
    width: 65px;
    /* 🔥 big image */
    height: 65px;
    object-fit: contain;
}

/* ===== Title ===== */
.feature-one__title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    color: #0f172a;
}

.feature-one__title a {
    color: inherit;
    text-decoration: none;
}

/* Optional: max 2 line title */
.feature-one__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
    .feature-five-cols .col-5-custom {
        width: 33.3333%;
        /* tablet = 3 col */
    }
}

@media (max-width: 767px) {
    .feature-five-cols .col-5-custom {
        width: 50%;
        /* mobile = 2 col */
    }
}

@media (max-width: 480px) {
    .feature-five-cols .col-5-custom {
        width: 100%;
        /* small mobile = 1 col */
    }
}

.services-three__title a {
    font-size: 18px;
}


.product__price-ranger {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background-color: inherit;
}

.product__all-content {
    background: #f7f7f7;
    margin-top: 0;
}

.product__all-single {
    padding: 0;
}

.services-three__single {
    margin-bottom: 0px;
}

.floating-contact-buttons {
    position: fixed;
    bottom: 100px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.whatsapp-btn {
    background-color: #25D366;
}

.wechat-btn {
    background-color: #07C160;
}

/* Contact List Styles */
.contact-page__points-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-page__points-list li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-page__points-list li .icon {
    width: 38px;
    height: 38px;
    background: #f0f7ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-page__points-list li .icon svg {
    width: 16px;
    height: 16px;
    stroke: #3b82f6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.contact-page__points-list li .text {
    display: flex;
    flex-direction: column;
}

.contact-page__points-list li .text .label {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 2px;
    display: block;
}

.contact-page__points-list li .text p {
    margin: 0;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.contact-page__points-list li .text a {
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-page__points-list li .text a:hover {
    color: #3b82f6;
}

/* Address item — align to top for multiline */
.contact-page__points-list li.has-address {
    align-items: flex-start;
}

.contact-page__points-list li.has-address .icon {
    margin-top: 4px;
}

/* Footer Contact Widget */
.footer-widget__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-widget__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact__icon {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact__icon svg {
    width: 15px;
    height: 15px;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.footer-contact__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-contact__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
}

.footer-contact__value {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}

.footer-contact__value a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact__value a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-contact__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 2px 0;
}

.footer-widget__about-text {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    text-align: justify;
    /* remove justify */
}

.blog-page__pagination .pg-pagination li a {
    height: 40px;
    width: 40px;
    line-height: 41px;
    font-size: 20px;
}

.thm-btn {
    padding: 11px 43px 10px;
}