﻿/* Influx Infotech CSS */
/* This file contains custom styles for the Influx Infotech website. */
/* This file is used to override default styles and add custom styling specific to Influx Infotech. */
/* ------------ */
/* 130125 */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}
/* Padding Top Utilities */
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }
/* Padding Bottom Utilities */
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.header-logo img {
    width: auto;
    height: 50px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-content {
    padding: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.navbar-part {
    background: #66ba47;
}
.navbar-link {
    padding: 15px 10px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.dropdown-arrow::before {
    position: absolute;
    content: "\ea99";
    top: 50%;
    right: 0px;
    font-size: 0.9375rem; 
    line-height: 0.9375rem; 
    color: #ffffff;
    font-family: IcoFont;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.navbar-item {
    margin-right: 20px;
}
.navbar-content {
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-top-welcome p span {
    margin-right: 20px;
}
.header-top-welcome p span a {
    color: var(--white);
}
.header-top-welcome p span a:hover {
    color: var(--green);
}
.header-top-list li {
    margin-left: 12px;
}
.header-form {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    background: var(--chalk);
    border: 2px solid var(--chalk);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
}
.header-widget-group {
    margin-right: 25px;
}
/*  */
.header-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* logo */
.header-logo {
    flex: 0 0 auto;
}

/* search form */
.header-form {
    flex: 1;
    max-width: 550px;
    margin: 0 20px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #eaeaea;
    display: flex;
    align-items: center;
}

/* input */
    .header-form input {
        flex: 1;
        border: none;
        padding: 12px 14px;
        font-size: 0.875rem;
        outline: none;
    }

/* search button */
.header-form button {
    background: #66ba47;
    border: none;
    padding: 0px 5px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.header-widget-group .btn {
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.875rem;
    border: none;
}
.header-widget-group:last-child {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-widget {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
}
@media (max-width: 991px) {
    .header-content {
        flex-wrap: wrap;
    }

    .header-form {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .header-widget-group {
        order: 2;
    }

    .header-logo {
        order: 1;
    }
}
.header-top {
    background: #234c01;
    color: #fff;
    font-size: 0.8125rem;
    padding: 5px 0px;
}

.header-top a {
    color: #fff;
    font-weight: normal;
}

.header-top-list {
    display: flex;
    gap: 0px;
    justify-content: flex-end;
}

.header-top-marquee {
    display: none;
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 60px;
    animation: marquee 20s linear infinite;
}

.marquee-track span {
    font-weight: 600;
    padding-right: 40px;
}

@keyframes marquee {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
.header-top-marquee {
    display: block !important;
}
@media (max-width: 767px) {
    .marquee-track {
        animation-duration: 25s;
    }
}
#topPhones,
#topMarquee {
    transition: opacity .4s ease;
}

.header-top-marquee {
    display: none;
    width: 100%;
    overflow: hidden;
}
.header-top-marquee {
    display: none;
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
.top-switch-wrapper {
    position: relative;
    height: 26px;            /* fixed height */
    overflow: hidden;
}

/* both stacked at same position */
.top-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    transition: opacity .4s ease;
}

/* marquee hidden initially */
.top-item.marquee {
    display: none;
    overflow: hidden;
}

.marquee-track {
    display: inline-flex;
    gap: 50px;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(100%); }
    to   { transform: translateX(-100%); }
}
.top-switch-wrapper {
    position: relative;
    height: 26px;            /* fixed height */
    overflow: hidden;
}

/* both stacked at same position */
.top-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    transition: opacity .4s ease;
}

/* marquee hidden initially */
.top-item.marquee {
    display: none;
    overflow: hidden;
}

.marquee-track {
    display: inline-flex;
    gap: 50px;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(100%); }
    to   { transform: translateX(-100%); }
}
.header-form button i {
    width: 30px;
    height: 30px;
    font-size: 0.9375rem;
    line-height: 31px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-form input {
    width: 100%;
    height: 30px;
    font-size: 15px;
    padding-left: 15px;
}
.product-name a {
    color: var(--sub-heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.875rem;
    color: #000;
}
.product-media {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.product-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}
.label-text.sale {
    background: var(--orange);
    font-weight: 500;
}
section.section.recent-part {
    margin-bottom: 50px;
}
.section-heading {
    text-align: center;
    margin-bottom: 10px;
}
.section-btn-50 {
    text-align: center;
    margin-top: 30px;
}
section.section.brand-part {
    margin-bottom: 60px;
}
.banner-part {
    padding: 80px 0px 80px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
    height: 600px;
    margin-bottom: -120px;
}
.dandik {
    right: 20px;
}
.bamdik {
    left: 20px;
}
.section.promo-part {
    margin-bottom: 60px;
}
.intro-wrap {
  display: flex;
  align-items: center;   /* vertical center */
  gap: 12px;             /* space between icon & text */
}

.intro-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem; /* adjust icon size */
}

.intro-content h5 {
  margin: 0;             /* remove default margin */
  line-height: 1;        /* keeps text perfectly centered */
}
.intro-icon {
    margin-right: 5px;
}
    .intro-icon i {
        width: 70px;
        height: 70px;
        font-size: 2.1875rem;
        line-height: 62px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        color: var(--primary);
        background: var(--white);
        border: 3px double var(--primary);
        -webkit-box-shadow: var(--primary-bshadow);
        box-shadow: var(--primary-bshadow);
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s;
    }
a {
    text-decoration: none !important;
}
    a:hover {
        text-decoration: none !important;
    }
.header-top-list li a {
    font-size: 0.775rem;
    color: var(--white);
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-top a,
.header-top select {
    font-size: inherit;
}
.header-top-list a {
    font-size: 0.8rem;
}

.header-select select {
    font-size: 0.8rem;
}

.header-select i {
    font-size: 0.9rem;
}

/*MobielBar*/
/* Hide on desktop */
.mobile-category-wrapper {
    display: none;
}
@media (max-width: 768px) {
    .header-form {
        display: none !important;
    }
    .header-top-list {
        justify-content: center;
    }
    .top-item {
        justify-content: center;
    }
}
/* Mobile only */
@media (max-width: 768px) {
    .mobile-category-wrapper {
        display: block;
        background: linear-gradient(90deg, #234c01, #234c01db);
        padding: 14px 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
        padding-bottom: 3px;
    padding-right: 10px;
    }
    /* Show only mobile version */
.header-form-mobile {
    display: flex !important;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 5px;
}
    .mobile-category-scroll {
        display: flex;
        gap: 3px;
        padding: 0 2px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

        .mobile-category-scroll::-webkit-scrollbar {
            display: none;
        }

    .category-item {
        flex: 0 0 auto;
        width: 70px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        scroll-snap-align: start;
        border-bottom: none;
    }
        .category-item a:hover {
            color: var(var(--green));
        }
    a.category-item:hover {
        color: var(--green);
    }

        .category-item img {
            width: 64px;
            height: 64px;
            background: #fff;
            border-radius: 50%;
            padding: 8px;
            object-fit: contain;
            margin-bottom: 6px;
        }

        .category-item span {
            font-size: 0.75rem;
            line-height: 1.2;
            font-weight: 400;
            display: block;
        }
}
/*MobileBar*/


/* 060226 */
/* ===== DESKTOP (default) ===== */
.label-dsk {
    display: inline;
}

.label-mob {
    display: none;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {

    .label-dsk {
        display: none;
    }

    .label-mob {
        display: inline;
        font-weight: 400;
        margin-right: 0px;
        font-size: 12px;
    }

    .top-item {
        gap: 10px;
    }

        .top-item.phone {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

    .header-top-welcome, .header-top-list {
        display: none !important;
    }
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 35px;
    list-style: none;
    min-height: 35px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #000;
}
.user-form-part {
    padding-top: 30px;
    background-color: #10412c;
}
.user-form-part {
    min-height: 100vh; /* Full screen height */
    background-color: #10412c;
    display: flex;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    padding: 30px 15px;
}
@media (max-width: 767px) {
    .user-form-part {
        align-items: flex-start;
        padding-top: 40px;
    }
}
.user-form-img img {
    width: 100%;
    padding-right: 30px;
}
.user-form-remind {
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    background: #66901e36;
    border: none;
    margin-top: 30px;
}
.user-form-title {
    text-align: center;
    margin-bottom: 15px;
}
.form-row {
    display: flex;
/*    gap: 15px;*/
}
.form-row .half {
        flex: 1;
}
@media (max-width: 767px) {
    .form-row {
        flex-direction: column;
    }
}
button#sendOtp {
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    margin-top: 15px !important;
}
.user-form .form-group {
    margin-bottom: 20px !important;
    margin-right: 20px;
}
.header-select .nice-select {
    line-height: 20px;
    font-size: 0.775rem;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
a.btn.btn-outline {
    border: 1px solid #155940;
}
a.btn.btn-inline {
    border: 1px solid #155940;
}
a.btn.btn-inline:hover {
    border: 1px solid #000;
}
.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 55px;
}
.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 10px 10px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--white);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.fixed-header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}
@media (max-width: 991px) {
    .header-content {
        flex-wrap: wrap;
        padding-top: 6px;
        padding-bottom: 0px;
    }
}
.cart-sidebar {
    position: fixed;
    top: 0px;
    right: -450px;
    width: 400px;
    height: 100vh;
    z-index: 9999;
    background: var(--white);
    -webkit-box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}


.nav-btn {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 5px;
    text-align: center;
    background: var(--chalk);
}
.nav-content {
    padding: 0;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
}
.variant-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 15px;
}

/* Variant Card Styling */
.variant-card {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s ease;
    font-size: 14px;
}

    /* Active Card */
    .variant-card.active {
        border: 2px solid #28a745;
        background-color: #eaf6ef;
    }
.variant-grid {
    display: grid;
    gap: 15px;
}

/* Desktop */
@media (min-width: 992px) {
    .variant-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablet */
@media (min-width: 576px) and (max-width: 991px) {
    .variant-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .variant-grid {
        grid-template-columns: repeat(2, 1fr);
        max-height: none;
        display: grid;
    }
}
.variant-card h4 {
    font-size: 15px;
    font-weight: 600;
}
.variant-wrapper h3 {
    margin-bottom: 5px;
    font-size: 19px;
}
.details-add-group {
    margin: 10px 0px 5px;
}

Yes 👍 I understand the issue.

When users copy content from websites (like peptechbio, AgriBegri, etc.) and paste into an HTML editor, it brings:

Inline styles

Background colors

Custom fonts

Span styling

Bad line-height

Absolute positioning sometimes

That is why your UI looks broken and text appears overlapping.

✅ BEST SOLUTION (Force Clean Styling)

You should override all pasted inline styles inside .product-desc-text.

✅ Add This Strong Reset CSS
/* Reset all pasted styles inside product description */
.product-desc-text * {
    all: unset;
    display: revert;
    font-family: inherit !important;
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* Restore proper spacing */
.product-desc-text p {
    margin-bottom: 12px;
}

.product-desc-text h1,
.product-desc-text h2,
.product-desc-text h3,
.product-desc-text h4,
.product-desc-text h5,
.product-desc-text h6 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-desc-text ul {
    padding-left: 20px;
    margin-bottom: 12px;
}

.product-desc-text li {
    margin-bottom: 6px;
}
.product-desc-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.product-desc-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
    .product-desc-text * {
        max-width: 100% !important;
    }

    .product-desc-text span,
    .product-desc-text div {
        background: none !important;
        font-size: inherit !important;
        color: inherit !important;
    }
.product-desc-wrapper {
    background-color: #fff;
    border-radius: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.inner-section {
    margin-bottom: 10px;
}
.tech-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

    /* Remove fixed width */
    .tech-table th {
        background: #f7f7f7;
        padding: 14px 18px;
        font-weight: 600;
        color: #444;
        text-align: left;
        white-space: nowrap; /* Prevent wrapping */
        width: 1%;
    }

    .tech-table td {
        padding: 14px 18px;
        text-align: left; /* Important */
        color: #222;
        font-weight: 500;
    }

    /* Row border */
    .tech-table tr:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

@media (max-width: 768px) {
    .track-text {
        display: none;
    }
    .header-widget-group .header-widget {
        margin-left: 0;
    }
}
.user-img-loggedin {
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
}
span.me-2.user-name {
    font-size: 13px;
    line-height: 17px;
}
/* Hide mobile buttons on desktop */
.mobile-order-cart {
    display: none;
}

/* Show only on mobile */
@media (max-width: 991px) {

    .mobile-order-cart {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        /* Optional: adjust icon size */
        .mobile-order-cart i {
            font-size: 18px;
        }

        /* Adjust cart count */
        .mobile-order-cart .header-cart sup {
            font-size: 10px;
            top: -6px;
        }

    /* Hide original header-widget-group on mobile */
    .header-widget-group {
        display: none;
    }
}
@media (max-width: 991px) {

    /* Hide only OLD Track Order button */
    .header-widget-group a[href*="MyOrders"] {
        display: none !important;
    }

    .header-user-info.d-flex.align-items-center.old-views {
        display: none !important;
    }

    /* Hide only OLD Cart button */
    .header-widget-group .header-cart {
        display: none !important;
    }
}

.sidebar-usrname {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
}
.nav-link {
    width: 100%;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 0;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 14px;
    font-weight: 500;
}
    .nav-link i {
        font-size: 20px;
        margin-right: 7px;
    }
    .nav-link:hover {
        color: #fff;
        background: #234c01;
    }
.header-user i, .header-src i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    /* background: var(--chalk); */
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}



/* ============================= */
/* MOBILE TOP BAR FIX (SINGLE ROW) */
/* ============================= */

@media (max-width: 991px) {

    /* Make the row flex */
    .header-top .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Phone section (LEFT SIDE) */
    .header-top .col-md-12.col-lg-7 {
        flex: 1;
        max-width: 75%;
    }

    /* Language section (RIGHT SIDE) */
    .header-top .col-md-5.col-lg-1 {
        flex: 0 0 auto;
        max-width: 25%;
        display: flex;
        justify-content: flex-end;
    }

    /* Hide right-side links in mobile */
    .header-top .col-md-7.col-lg-4 {
        display: none;
    }

    /* Make phone text stay in one line */
    .top-item.phone {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        font-size: 12px;
    }
    .hidden-mob-order {
        display: none;
    }
    .header-top {
        padding: 2px 0px;
    }


}

@media (max-width: 991px) {

    /* Make the container a proper flex row */
    .header-top .row {
        display: flex;
        align-items: center;
    }

    /* Push Help section to LEFT */
    .vsb-mob-help {
        margin-right: auto;
    }

    /* Keep language on RIGHT */
    .header-top-select {
        margin-left: auto;
    }
}




.brands-section {
    padding: 40px 0;
    background: #f8f9fa;
}


/* Header */
.brands-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .brands-header h2 {
        font-size: 28px;
        font-weight: 600;
        color: #111;
    }

.view-all {
    font-size: 18px;
    font-weight: 500;
    color: #4CAF50;
    text-decoration: none;
}

/* Grid */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 25px;
}

/* Card */
.brand-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    box-shadow: 0 0 0 1px #eee;
    transition: 0.3s ease;
}

    .brand-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .brand-card img {
        max-width: 100%;
        max-height: 70px;
        object-fit: contain;
    }
@media (max-width: 768px) {

    .brands-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .brand-card {
        width: 100%;
        padding: 25px 15px;
        min-height: 140px;
    }

    .brands-section .container {
        width: 95%;
    }
    .header-user-info.d-flex.align-items-center {
        display: none !important;
    }
}
.footer-part {
    padding-top: 70px;
    padding-bottom: 70px;
}
.banner-content.text-center {
    display: none;
}



/*MENU SCROLL*/
.navbar-content {
    position: relative;
/*    background: #66a833;*/
}

/* SCROLL CONTAINER */
.navbar-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

    .navbar-scroll::-webkit-scrollbar {
        display: none;
    }

/* FLEX MENU */
.navbar-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.navbar-item {
    list-style: none;
    flex: 0 0 auto;
    position: relative;
}

/* SCROLL BUTTONS */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #1e4d00;
    border: none;
    cursor: pointer;
    font-size: 14px;
    z-index: 999;
    color: #fff;
    border-radius: 50%;
    display: none;
}

.scroll-left {
    left: 5px;
}

.scroll-right {
    right: 5px;
}

/* DROPDOWN FIX */
.dropdown-position-list {
    position: fixed; /* IMPORTANT */
    display: none;
    background: #fff;
    z-index: 99999;
}

/*MENU SCROLL*/
.navbar-link:hover {
    color: #fff;
    background-color: #234c01;
}
.navbar-item {
    margin-right: 0px;
}



/*.banner-part::before {*/
/*    position: absolute;*/
    /*content: "";
    top: 0px;
    left: 0px;
    width: 100%;*/
/*    height: 100%;*/
    /*z-index: -1;
    opacity: 0.05;*/
/*    background: url(../images/banner-shape.png);*/
    /*background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/
.slick-track {
    position: relative;
    top: -75px;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.dandik, .bamdik {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
/*    height: 500px;*/
}


.banner-part {
    width: 100%;
    height: 600px; /* Desktop height */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Mobile View */
@media (max-width: 768px) {
    .banner-part {
        height: 259px;
        background-size: contain !important;
        background-position: center !important;
    }
}

/* GT */
/* Hide Google top banner */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/* Hide Google logo */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0px !important;
}
.mini-lang select {
    background: #ffffff;
    border: none;
    padding: 6px 10px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
}
.mini-lang {
    background: #0d6efd;
    padding: 4px;
    border-radius: 6px;
}
.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0px !important;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: auto;
}
.popup-phone p a {
    width: 100%;
    color: #000;
    padding: 5px;
}
.popup-phone h3 {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #234c01;
    color: #fff;
}
.popup-phone button {
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
}
.footer-part {
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-widget.contact a {
    color: #52526c;
}
    .footer-widget.contact a:hover {
        color: #66ba47;
    }
.footer-links ul li {
    margin-bottom: 5px;
}
.footer-contact li {
    margin-bottom: 10px;
}
.footer-title {
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.intro-part {
    padding: 40px 0px;
    background: #dfffd3e3;
}