* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif !important;
    color: #111827;
    background: #ffffff;
}

body.menu-open {
    overflow: hidden;
}

a {
    text-decoration: none !important;
    color: inherit;
}

button,
input {
    font-family: inherit;
}

.custom-container {
    width: min(1540px, calc(100% - 90px));
    margin: auto;
}

/* 
   HEADER
 */

.laboquest-header {
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #ffffff;
}

/* 
   TOP HEADER
 */

.laboquest-top-header {
    width: 100%;
    height: 90px;

    background: #ffffff;

    border-bottom: 1px solid #e4e7ec;

    display: flex;
    align-items: center;
}

.laboquest-top-container {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}


/* 
   LOGO
 */

.laboquest-logo {
    min-width: 205px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.laboquest-logo img{
    width: 150px;
}

/* 
   SHOP CATEGORY BUTTON
 */

.laboquest-shop-category-btn {
    height: 45px;
    padding: 0 10px;
    border: 1px solid #dce2eb;
    border-radius: 8px;
    background: #ffffff;
    color: #1ea1f3;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.laboquest-shop-category-btn i {
    font-size: 21px;
}

.laboquest-shop-category-btn:hover {
    background: #1ea1f3;
    border-color: #1ea1f3;
    color: #ffffff;
}


/* 
   SEARCH
 */

.laboquest-search-area {
    flex: 1;

    position: relative;
}

.laboquest-search-box {

    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    background: #f0f3f7;
    border-radius: 8px;
    overflow: hidden;
    transition:
        box-shadow .3s ease,
        background .3s ease;
}

.laboquest-search-box:focus-within {
    background: #ffffff;

    box-shadow:
        0 0 0 2px rgba(37, 99, 235, .12);
}

.laboquest-search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    font-size: 21px;
    color: #7f8082;
    height: 45px;
    align-items: center;
}

.laboquest-search-box input {
    flex: 1;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 10px;
    font-size: 13px;
    color: #374151;
}

.laboquest-search-box input::placeholder {
    color: #526075;
}

.laboquest-search-submit {
    height: 100%;
    min-width: 90px;
    border: 0;
    background: #1ea1f3;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .3s ease;
}

.laboquest-search-submit:hover {
    background: #1554cc;
}


/* 
   PHONE
 */

.laboquest-phone-area {

    min-width: 240px;

    display: flex;
    align-items: center;
    gap: 14px;
}

.laboquest-phone-icon {
width: 45px;
  height: 45px;
  border: 1px solid #dce2eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e5f60;
  font-size: 18px;
}

.laboquest-phone-number {
   font-size: 17px;
  font-weight: 600;
  color: #1ea1f3;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
}

.laboquest-phone-text {
    font-size: 12px;
  color: #667085;
}


/* 
   SEARCH SUGGESTION
 */

.laboquest-search-suggestion {

    position: absolute;

    top: calc(100% + 10px);

    left: 0;
    right: 0;

    background: #ffffff;

    border: 1px solid #e3e7ed;

    border-radius: 10px;

    box-shadow:
        0 20px 45px rgba(15, 23, 42, .14);

    padding: 22px;

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .25s ease;

    z-index: 99999;

    max-height: 510px;

    overflow-y: auto;
}

.laboquest-search-suggestion.active {

    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


/* 
   SEARCH SUGGESTION HEADER
 */

.search-suggestion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.search-suggestion-title h4 {
    font-size: 15px;
    color: #111827;
}

.search-suggestion-title span {
    font-size: 12px;
    color: #667085;
}


/* 
   ALPHABET FILTER
 */

.search-alphabet {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf0f4;
}

.search-alphabet button {
    min-width: 28px;
    height: 28px;
    padding: 0 6px;
    border: 1px solid #e1e5eb;
    border-radius: 4px;
    background: #ffffff;
    color: #475467;
    font-size: 16px;
    cursor: pointer;
    transition: .25s ease;
}

.search-alphabet button:hover,
.search-alphabet button.active {

    background: #1ea1f3;

    color: #ffffff;

    border-color: #1ea1f3;
}


/* 
   SUGGESTION HORIZONTAL CARD
 */

.search-suggestion-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.search-suggestion-row::-webkit-scrollbar {
    height: 4px;
}

.search-suggestion-row::-webkit-scrollbar-thumb {
    background: #cfd5dd;
    border-radius: 20px;
}


.search-category-card {

    min-width: 220px;

    height: 88px;

    border: 1px solid #e5e7eb;

    border-radius: 8px;

    padding: 10px;

    display: flex;

    align-items: center;

    gap: 12px;

    cursor: pointer;

    background: #ffffff;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.search-category-card:hover {
    border-color: #1ea1f3;
    box-shadow:
        0 7px 20px rgba(37, 99, 235, .09);
}

.search-category-card-image {

    width: 65px;
    height: 65px;

    flex-shrink: 0;

    background: #f5f7fa;

    border-radius: 6px;

    overflow: hidden;
}

.search-category-card-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.search-category-card-content {

    min-width: 0;
}

.search-category-card-content h5 {

    font-size: 12px;

    font-weight: 600;

    color: #172033;

    margin-bottom: 6px;
}

.search-category-card-content span {

    font-size: 10px;

    color: #667085;
}


/* 
   SEARCH SUBCATEGORY / PRODUCT CARDS
 */

.search-subcategory-card,
.search-product-card {

    min-width: 180px;

    border: 1px solid #e5e7eb;

    border-radius: 8px;

    overflow: hidden;

    background: #ffffff;

    cursor: pointer;

    transition: .25s ease;
}

.search-subcategory-card:hover,
.search-product-card:hover {
    border-color: #1ea1f3;
    box-shadow:
        0 8px 22px rgba(15, 23, 42, .08);
}

.search-subcategory-image,
.search-product-image {

    height: 100px;

    background: #f7f8fa;

    display: flex;

    align-items: center;

    justify-content: center;
}

.search-subcategory-image img,
.search-product-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.search-subcategory-content,
.search-product-content {

    padding: 10px;
}

.search-subcategory-content h5,
.search-product-content h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #1d2939;
}

.search-subcategory-content span,
.search-product-content span {

    display: block;

    margin-top: 5px;

    font-size: 10px;

    color: #667085;
}


/* 
   NAVIGATION
 */

.laboquest-navigation {
    width: 100%;
    height: 45px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow:
        0 2px 5px rgba(0, 0, 0, .03);
}

.laboquest-nav-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.laboquest-main-menu {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
    /* margin-left: auto; */
}


/* 
   NAV LINK
 */

.laboquest-menu-link {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #171717;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    font-family: "Outfit", sans-serif;
}

.laboquest-menu-link i {

    font-size: 11px;

    transition:
        transform .3s ease;
}


/* ACTIVE TOP LINE */

.laboquest-menu-link::before {

    content: "";

    position: absolute;

    top: 0;

    left: 50%;

    width: 0;

    height: 2px;

    background: #1ea1f3;

    transform: translateX(-50%);

    transition:
        width .3s ease;
}

.laboquest-menu-link:hover::before,
.laboquest-menu-link.active::before {

    width: 100%;
}

.laboquest-menu-link:hover {

    color: #1ea1f3;
}

.laboquest-menu-link:hover i {

    transform: rotate(180deg);
}


/* 
   QUICK QUOTE
 */

.laboquest-quick-quote {
   margin-left: 35px;
  padding: 5px 15px;
  border-radius: 8px;
  background: #1ea1f3;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: .3s ease;
  font-family: "Outfit", sans-serif;
}

.laboquest-quick-quote:hover {
    background: #687989;
}


/* 
   MEGA MENU
 */

.labquest-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform:
        translate(-50%, 15px);
    width: min(1370px, calc(100% - 40px));
    min-height: 490px;
    background: #ffffff;
    border: 1px solid #e3e7ed;
    border-radius: 0 0 10px 10px;
    box-shadow:
        0 25px 55px rgba(15, 23, 42, .15);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .35s cubic-bezier(.22, 1, .36, 1);
    overflow: hidden;
    z-index: 9998;
}

.labquest-mega-menu.active {
    opacity: 1;
    visibility: visible;
    transform:
        translate(-50%, 0);
}


/* 
   MEGA COLUMNS
 */

.mega-menu-inner {
    min-height: 490px;
    display: grid;
    grid-template-columns:
        265px minmax(300px, 1fr) minmax(300px, 1fr);
}


/* 
   MEGA CATEGORY COLUMN
 */

.mega-category-list {
    padding: 18px 0;
    background: #f7f9fc;
    border-right: 1px solid #e6e9ee;
}

.mega-category-title {
    padding: 0 22px 14px;
    font-size: 15px;
  font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #667085;
}

.mega-category-item {
    min-height: 53px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    color: #344054;
    font-size: 15px;
    font-weight: 600;
    transition: .25s ease;
    position: relative;
    font-family: "Outfit", sans-serif;
}

.mega-category-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    transform: translateY(-50%);
    background: #1ea1f3;

    transition: height .25s ease;
}

.mega-category-item:hover,
.mega-category-item.active {

    background: #ffffff;

    color: #1ea1f3;

    padding-left: 25px;
}

.mega-category-item:hover::before,
.mega-category-item.active::before {

    height: 28px;
}

.mega-category-item i {

    font-size: 11px;
}


/* 
   MEGA SUBCATEGORY
 */

.mega-subcategories {
    padding: 27px;
    border-right: 1px solid #e7eaf0;
    overflow-y: auto;
}

.mega-heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #172033;
    font-family: "Outfit", sans-serif;
}

.mega-subcategory-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.mega-subcategory-card {
    min-height: 105px;
    padding: 10px;
    border: 1px solid #e6e9ee;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: pointer;
    transition: .25s ease;
}

.mega-subcategory-card:hover {
    border-color: #1ea1f3;
    box-shadow:
        0 7px 20px rgba(15, 23, 42, .07);
}

.mega-subcategory-card img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #f6f8fa;
    border-radius: 5px;
}

.mega-subcategory-card h5 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #344054;
    font-family: "Outfit", sans-serif;
}

.mega-subcategory-card span {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
}


/* 
   MEGA PRODUCTS
 */

.mega-products {
    padding: 27px;
    background: #ffffff;
    overflow-y: auto;
}

.mega-product-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.mega-product-card {

    border: 1px solid #e6e9ee;

    border-radius: 7px;

    overflow: hidden;

    cursor: pointer;

    transition: .25s ease;

    background: #ffffff;
}

.mega-product-card:hover {

    transform: translateY(-3px);

    border-color: #1ea1f3;

    box-shadow:
        0 8px 22px rgba(15, 23, 42, .08);
}

.mega-product-image {

    height: 130px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f7f8fa;
}

.mega-product-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.mega-product-info {

    padding: 10px;
}

.mega-product-info h5 {
    font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #172033;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}


/* 
   OFFCANVAS BACKDROP
 */

.laboquest-offcanvas-backdrop {

    position: fixed;

    inset: 0;

    background:
        rgba(12, 20, 35, .48);

    backdrop-filter: blur(2px);

    opacity: 0;

    visibility: hidden;

    transition:
        opacity .35s ease,
        visibility .35s ease;

    z-index: 10000;
}

.laboquest-offcanvas-backdrop.active {

    opacity: 1;

    visibility: visible;
}


/* 
   OFFCANVAS
 */

.laboquest-category-offcanvas {

    position: fixed;

    top: 0;

    left: 0;

    width: 390px;

    max-width: 90%;

    height: 100vh;

    background: #ffffff;

    z-index: 10001;

    transform:
        translateX(-100%);

    transition:
        transform .45s cubic-bezier(.22, 1, .36, 1);

    box-shadow:
        15px 0 45px rgba(0, 0, 0, .15);

    display: flex;

    flex-direction: column;
}

.laboquest-category-offcanvas.active {

    transform:
        translateX(0);
}


/* 
   OFFCANVAS HEADER
 */

.offcanvas-header {
    min-height: 75px;
    padding: 0 22px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e9ee;
}

.offcanvas-header h3 {
   font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}

.offcanvas-close {

    width: 38px;
    height: 38px;

    border: 0;

    border-radius: 50%;

    background: #f2f4f7;

    color: #344054;

    cursor: pointer;

    font-size: 18px;

    transition: .25s ease;
}

.offcanvas-close:hover {

    background: #1ea1f3;

    color: #ffffff;
}

/* 
   OFFCANVAS SEARCH
 */

.offcanvas-search {
    padding: 18px;
    border-bottom: 1px solid #edf0f4;
}

.offcanvas-search-box {
    height: 45px;
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    gap: 10px;
}

.offcanvas-search-box i {

    color: #667085;
}

.offcanvas-search-box input {

    width: 100%;

    border: 0;

    outline: 0;

    font-size: 13px;
}


/* 
   OFFCANVAS CATEGORY LIST
 */

.offcanvas-category-list {

    flex: 1;

    overflow-y: auto;

    padding: 10px 0;
}

.offcanvas-category {

    min-height: 62px;

    padding: 8px 20px;

    display: flex;

    align-items: center;

    gap: 13px;

    cursor: pointer;

    border-bottom: 1px solid #f0f2f5;

    transition: .25s ease;
}

.offcanvas-category:hover {

    background: #f7f9fc;

    padding-left: 25px;
}

.offcanvas-category-image {

    width: 45px;
    height: 45px;

    flex-shrink: 0;

    background: #f4f6f8;

    border-radius: 5px;

    overflow: hidden;
}

.offcanvas-category-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.offcanvas-category-content {

    flex: 1;
}

.offcanvas-category-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.offcanvas-category-content span {
    font-size: 12px;
    color: #667085;
}

.offcanvas-category>i {

    color: #98a2b3;

    font-size: 12px;
}


/* 
   MOBILE MENU BUTTON
 */

.laboquest-mobile-menu-btn {

    display: none;

    width: 42px;
    height: 42px;

    border: 1px solid #dce2eb;

    background: #ffffff;

    border-radius: 6px;

    font-size: 21px;

    cursor: pointer;
}


/* 
   RESPONSIVE
 */

@media (max-width: 1200px) {

    .laboquest-main-menu {
        gap: 25px;
    }

    .laboquest-phone-area {
        min-width: 205px;
    }

    .laboquest-logo {
        min-width: 170px;
    }

    .laboquest-logo-text {
        font-size: 27px;
    }

    .laboquest-shop-category-btn {
        padding: 0 17px;
    }

}


@media (max-width: 1000px) {

    .laboquest-phone-area {
        display: none;
    }

    .laboquest-main-menu {
        gap: 22px;
    }

    .mega-menu-inner {
        grid-template-columns:
            220px 1fr;
    }

    .mega-products {
        display: none;
    }

}


@media (max-width: 767px) {

    .custom-container {
        width: calc(100% - 25px);
    }

    .laboquest-top-header {
        height: 78px;
    }

    .laboquest-top-container {
        gap: 10px;
    }

    .laboquest-logo {
        min-width: auto;
    }

    .laboquest-logo-text {
        font-size: 24px;
    }

    .laboquest-logo-mark {
        width: 38px;
        height: 38px;
    }

    .laboquest-logo-mark::after {
        width: 21px;
        height: 21px;
        left: 8.5px;
        top: 8.5px;
    }

    .laboquest-shop-category-btn {
        display: none;
    }

    .laboquest-search-area {
        display: none;
    }

    .laboquest-phone-area {
        display: none;
    }

    .laboquest-mobile-menu-btn {
        display: block;

        margin-left: auto;
    }

    .laboquest-navigation {
        height: 60px;
    }

    .laboquest-main-menu {

        width: 100%;

        margin: 0;

        gap: 0;

        justify-content: space-between;

        overflow-x: auto;
    }

    .laboquest-menu-link {

        height: 60px;

        padding: 0 12px;

        font-size: 12px;
    }

    .laboquest-quick-quote {
        display: none;
    }

    .labquest-mega-menu {

        width: calc(100% - 20px);

        min-height: auto;
    }

    .mega-menu-inner {

        grid-template-columns: 1fr;

    }

    .mega-category-list {

        border-right: 0;

        border-bottom: 1px solid #e6e9ee;
    }

    .mega-subcategories {

        min-height: 300px;
    }

    .mega-products {
        display: block;
    }

    .mega-product-grid {

        grid-template-columns: 1fr 1fr;
    }

    .laboquest-category-offcanvas {

        width: 340px;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 480px) {

    .laboquest-logo-text {
        font-size: 21px;
    }

    .laboquest-main-menu {
        display: none;
    }

    .laboquest-navigation {
        display: none;
    }

    .laboquest-top-header {
        border-bottom: 0;
    }

    .mega-subcategory-grid {
        grid-template-columns: 1fr;
    }

}
/* ------------------Banner */
.laboquest-banner{
    width: 100%;
}
.laboquest-banner img{
    width: 100%;
}
/* ----------------------------Category section */

/* 
   LABOQUEST CATEGORY SECTION
 */

.laboquest-category-section {
    width: 100%;
    padding: 65px 0;
    background: #ffffff;
    overflow: hidden;
}


.laboquest-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    /* padding: 0 40px; */
}


/* 
   HEADER
 */

.laboquest-category-header {
    width: 100%;
    margin-bottom: 30px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;
}


.laboquest-category-heading {
    max-width: 700px;
}


.laboquest-category-label {
    display: block;

    margin-bottom: 8px;

    color: #37b4b6;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


.laboquest-category-heading h2 {
    margin: 0 0 10px;
    color: #1ea1f3;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
}


.laboquest-category-heading p {
    margin: 0;
    color: #707985;
    font-size: 14px;
    line-height: 1.7;
}


/* 
   VIEW ALL
 */

.laboquest-category-view-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border: 1px solid #dce2e8;
    color: #1ea1f3;
    background: #ffffff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}


.laboquest-category-view-all i {
    font-size: 11px;

    transition:
        transform 0.3s ease;
}


.laboquest-category-view-all:hover {
    color: #ffffff;
    background: #1ea1f3;
    border-color: #1ea1f3;
}


.laboquest-category-view-all:hover i {
    transform: translateX(4px);
}


/* 
   SLIDER
 */

.laboquest-category-slider {
    width: 100%;

    position: relative;

    display: flex;
    align-items: center;
}


/* 
   VIEWPORT
 */

.laboquest-category-viewport {
    width: 100%;
    overflow: hidden;
    margin: 0 15px;
}


/* 
   TRACK
 */

.laboquest-category-track {
    width: 100%;

    display: flex;

    gap: 18px;

    will-change: transform;

    transition:
        transform 0.55s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


/* 
   CARD
 */

.laboquest-category-card {
    flex: 0 0 calc(
        (100% - 108px) / 7
    );
    min-width: 0;
    background: #f1f4f6;
    border-radius: 15px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.laboquest-category-card:hover {
    /* transform: translateY(-5px); */

    box-shadow:
        0 12px 30px
        rgba(
            0,
            52,
            187,
            0.10
        );
}


.laboquest-category-card-link {
    width: 100%;

    height: 100%;

    display: block;

    color: inherit;

    text-decoration: none;
}


/* 
   IMAGE
 */

.laboquest-category-image {
    width: 100%;

    height: 165px;

    padding: 16px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;
}


.laboquest-category-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    transition:
        transform 0.45s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


.laboquest-category-card:hover
.laboquest-category-image img {
    transform: scale(1.07);
}


/* 
   CARD CONTENT
 */

.laboquest-category-content {
    padding: 0 12px 17px;

    text-align: center;
}


.laboquest-category-content h3 {
    margin: 0 0 6px;

    color: #111111;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.35;
}


.laboquest-category-content span {
    display: block;

    color: #7b838d;

    font-size: 10px;
    font-weight: 500;
}


/* 
   NAVIGATION BUTTON
 */

.laboquest-category-nav {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: #ffffff;

    color: #1ea1f3;

    cursor: pointer;

    box-shadow:
        0 4px 18px
        rgba(
            0,
            0,
            0,
            0.12
        );

    z-index: 5;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        opacity 0.3s ease;
}


.laboquest-category-nav i {
    font-size: 13px;

    transition:
        transform 0.3s ease;
}


.laboquest-category-nav:hover {
    color: #ffffff;

    background: #1ea1f3;

    transform: scale(1.08);
}


.laboquest-category-prev:hover i {
    transform: translateX(-2px);
}


.laboquest-category-next:hover i {
    transform: translateX(2px);
}


.laboquest-category-nav:disabled {
    opacity: 0.35;

    cursor: not-allowed;

    transform: scale(1);
}


/* 
   BOTTOM RELATED CONTENT
 */

.laboquest-category-bottom {
    margin-top: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;
}


.laboquest-category-bottom-line {
    width: 35px;
    height: 1px;

    background: #d2d1d1;
}


.laboquest-category-bottom p {
    margin: 0;

    color: #7a838d;

    font-size: 11px;
}


.laboquest-category-bottom a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #1ea1f3;

    font-size: 11px;
    font-weight: 600;

    text-decoration: none;

    transition:
        color 0.3s ease;
}


.laboquest-category-bottom a i {
    font-size: 9px;

    transition:
        transform 0.3s ease;
}


.laboquest-category-bottom a:hover {
    color: #37b4b6;
}


.laboquest-category-bottom a:hover i {
    transform: translateX(3px);
}


/* 
   LARGE DESKTOP
 */

@media (max-width: 1399px) {

    .laboquest-category-card {
        flex-basis: calc(
            (100% - 72px) / 5
        );
    }

}


/* 
   DESKTOP / TABLET
 */

@media (max-width: 1100px) {

    .laboquest-container {
        padding: 0 25px;
    }


    .laboquest-category-card {
        flex-basis: calc(
            (100% - 36px) / 3
        );
    }


    .laboquest-category-image {
        height: 155px;
    }


    .laboquest-category-heading h2 {
        font-size: 26px;
    }

}


/* 
   TABLET
 */

@media (max-width: 768px) {

    .laboquest-category-section {
        padding: 50px 0;
    }


    .laboquest-container {
        padding: 0 18px;
    }


    .laboquest-category-header {
        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 25px;
    }


    .laboquest-category-heading h2 {
        font-size: 24px;
    }


    .laboquest-category-view-all {
        padding: 10px 15px;
    }


    .laboquest-category-viewport {
        margin: 0 22px;
    }


    .laboquest-category-track {
        gap: 12px;
    }


    .laboquest-category-card {
        flex-basis: calc(
            (100% - 12px) / 2
        );

        border-radius: 13px;
    }


    .laboquest-category-image {
        height: 145px;

        padding: 13px;
    }


    .laboquest-category-content {
        padding:
            0 8px 15px;
    }


    .laboquest-category-content h3 {
        font-size: 12px;
    }


    .laboquest-category-content span {
        font-size: 9px;
    }


    .laboquest-category-nav {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }


    .laboquest-category-nav i {
        font-size: 11px;
    }


    .laboquest-category-bottom {
        flex-wrap: wrap;

        text-align: center;
    }

}


/* 
   MOBILE
 */

@media (max-width: 576px) {

    .laboquest-category-section {
        padding: 40px 0;
    }


    .laboquest-category-heading h2 {
        font-size: 22px;
    }


    .laboquest-category-heading p {
        font-size: 11px;
    }


    .laboquest-category-viewport {
        margin: 0 17px;
    }


    /*
       EXACTLY TWO CARDS
    */

    .laboquest-category-card {
        flex: 0 0 calc(
            (100% - 12px) / 2
        );
    }


    .laboquest-category-image {
        height: 125px;
    }


    .laboquest-category-content h3 {
        font-size: 11px;
    }


    .laboquest-category-content span {
        font-size: 8px;
    }


    .laboquest-category-nav {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }


    .laboquest-category-nav i {
        font-size: 9px;
    }


    .laboquest-category-bottom-line {
        display: none;
    }


    .laboquest-category-bottom p {
        width: 100%;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 380px) {

    .laboquest-category-image {
        height: 105px;

        padding: 10px;
    }


    .laboquest-category-content {
        padding-bottom: 12px;
    }


    .laboquest-category-content h3 {
        font-size: 10px;
    }

}

.category-section {
    width: 100%;
    max-width: 1550px;
    margin: 35px auto;
    padding: 0 20px;
}

.category-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.category-box {
    position: relative;
    min-height: 486px;
    padding: 24px;
    overflow: hidden;
    border-radius: 20px;
    isolation: isolate;
}

.category-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-size: cover;
    background-position: center;
}

.category-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.25;
    background: linear-gradient(
    135deg,
    rgba(255,255,255,0.25),
    transparent 45%,
    rgba(0,0,0,0.25)
    );
}

.card1::before {
    background: #1ea1f3;
}

.card2::before {
    background: #6d7e8e;
}

.card3::before {
    background: #1ea1f3;
}

.card4::before {
     background: #6d7e8e;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.category-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
    font-family: "Outfit", sans-serif;
  color: #fff;  
}

.view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    color: #555;
    font-size: 11px;
    text-decoration: none;
    /* border: 1px solid rgba(255,255,255,0.7);
    border-radius: 9px;
    transition: 0.25s ease; */
   border: 1px solid #fff;
  border-radius: 4px;
  transition: 0.25s ease;
  background: #fff;
}

.view-all:hover {
    color: #102f67;
    background: #ffffff;
}

.view-all span {
    font-size: 20px;
    line-height: 12px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.category-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 18px;
    background: #ffffff;
    color: #111111;
    /* border-radius: 17px; */
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.category-card:nth-child(1){
    border-radius: 17px 0 0 0;  
}
.category-card:nth-child(2){
    border-radius: 0 17px  0 0;  
}
.category-card:nth-child(3){
    border-radius: 0 0 0 17px;  
}
.category-card:nth-child(4){
    border-radius: 0 0 17px 0 ;  
}
.category-card:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.category-card img {
    width: 100%;
    height: 125px;
    object-fit: contain;
    display: block;
}

.category-card h3 {
    font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: "Outfit", sans-serif;
}

@media (max-width: 1100px) {
    .category-wrapper {
    grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .category-section {
    margin: 20px auto;
    padding: 0 12px;
    }

    .category-wrapper {
    grid-template-columns: 1fr;
    }

    .category-box {
    min-height: auto;
    padding: 20px;
    }

    .category-title {
    font-size: 18px;
    }

    .view-all {
    font-size: 13px;
    }

    .category-card {
    min-height: 175px;
    }
}
/* --------------------Best Seller */
/* 
   LABOQUEST BEST SELLER
 */

.laboquest-best-seller {
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
    overflow: hidden;
}

.laboquest-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    /* padding: 0 40px; */
}

/* 
   HEADER
 */

.laboquest-best-seller-header {
    width: 100%;
    margin-bottom: 32px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;
}


.laboquest-best-seller-heading {
    /* max-width: 650px; */
}


.laboquest-best-seller-label {
    display: block;
    margin-bottom: 8px;
    color: #37b4b6;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.7px;
}


.laboquest-best-seller-heading h2 {
   margin: 0 0 10px;
  color: #424242;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}


.laboquest-best-seller-heading p {
   margin: 0;
  color: #707985;
  font-size: 14px;
  line-height: 1.7;
}


/* 
   VIEW ALL BUTTON
 */

.laboquest-best-seller-view-all {
    min-width: 138px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1ea1f3;
    color: #1ea1f3;
    background: #ffffff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 25px;
    font-weight: 600;
    transition:
        all 0.3s ease;
}


.laboquest-best-seller-view-all:hover {
    color: #ffffff;
    background: #1ea1f3;
}


/* 
   PRODUCT GRID
 */

.laboquest-best-seller-grid {
    width: 100%;
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 18px;
}


/* 
   PRODUCT CARD
 */

.laboquest-best-seller-card {
    width: 100%;
    min-width: 0;
    min-height: 205px;
    display: grid;
    grid-template-columns:
        43% 57%;
    background: #f4f6f7;
    border: 1px solid #e8ecef;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.laboquest-best-seller-card:hover {
    border-color: #d8e2ed;
    box-shadow:
        0 14px 35px rgba(0,
            52,
            187,
            0.10);
}


/* 
   IMAGE
 */

.laboquest-best-seller-image {
    min-width: 0;
    min-height: 205px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #eef2f4;
    overflow: hidden;
}

.laboquest-best-seller-image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.laboquest-best-seller-image img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 175px;
    display: block;
    object-fit: contain;
    transition:
        transform 0.5s cubic-bezier(0.22,
            1,
            0.36,
            1);
}


.laboquest-best-seller-card:hover .laboquest-best-seller-image img {
    transform: scale(1.08);
}


/* 
   BADGE
 */

.laboquest-best-seller-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 5px 8px;
    color: #ffffff;
    background: #37b4b6;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .3px;
    font-family: "Outfit", sans-serif;
}


/* 
   CONTENT
 */

.laboquest-best-seller-content {
    min-width: 0;
    padding: 20px 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.laboquest-best-seller-category {
    display: block;
    margin-bottom: 6px;
    color: #afafaf;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-family: "Outfit", sans-serif;
}


.laboquest-best-seller-content h3 {
    margin: 0 0 7px;
    color: #172333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Outfit", sans-serif;
}


.laboquest-best-seller-content p {
    margin: 0 0 15px;
    color: #7a848e;
    font-size: 12px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* 
   ACTIONS
 */

.laboquest-best-seller-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}


.laboquest-best-seller-actions a {
    min-height: 30px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition:
        all 0.3s ease;
    border-radius: 8px;
}


/* GET QUOTE */

.laboquest-best-seller-quote {
    color: #ffffff;
    background: #1ea1f3;
    border: 1px solid #1ea1f3;
}

.laboquest-best-seller-quote:hover {
    color: #ffffff;
    background: #6d7e8e;
  border-color: #6d7e8e;
}


/* CATALOG */

.laboquest-best-seller-catalog {
    color: #fff;
 background: #6d7e8e;
  border: 1px solid #6d7e8e;

}


.laboquest-best-seller-catalog:hover {
    color: #ffffff;
    background: #1ea1f3;
    border-color: #1ea1f3;
}


/* 
   BOTTOM
 */

.laboquest-best-seller-bottom {
    margin-top: 30px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-top: 1px solid #edf0f2;
}

.laboquest-best-seller-bottom span {
    color: #7d858e;
    font-size: 14px;
}

.laboquest-best-seller-bottom a {
    color: #1ea1f3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition:
        color 0.3s ease;
}


.laboquest-best-seller-bottom a:hover {
    color: #37b4b6;
}


/* 
   LARGE DESKTOP
 */

@media (max-width: 1350px) {

    .laboquest-container {
        padding: 0 30px;
    }


    .laboquest-best-seller-card {
        grid-template-columns:
            42% 58%;
    }


    .laboquest-best-seller-content {
        padding: 17px 14px;
    }


    .laboquest-best-seller-content h3 {
        font-size: 13px;
    }

}


/* 
   TABLET
 */

@media (max-width: 1050px) {

    .laboquest-best-seller-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .laboquest-best-seller-card {
        min-height: 210px;
    }

}


/* 
   SMALL TABLET
 */

@media (max-width: 768px) {

    .laboquest-best-seller {
        padding: 55px 0;
    }


    .laboquest-container {
        padding: 0 20px;
    }


    .laboquest-best-seller-header {
        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 25px;
    }


    .laboquest-best-seller-heading h2 {
        font-size: 25px;
    }


    .laboquest-best-seller-view-all {
        min-width: auto;
    }


    .laboquest-best-seller-card {
        grid-template-columns:
            42% 58%;
    }


    .laboquest-best-seller-image {
        min-height: 190px;
    }

}


/* 
   MOBILE
 */

@media (max-width: 600px) {

    .laboquest-best-seller-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .laboquest-best-seller-card {
        min-height: 190px;
    }


    .laboquest-best-seller-image {
        min-height: 190px;
    }


    .laboquest-best-seller-content {
        padding: 15px 13px;
    }


    .laboquest-best-seller-content h3 {
        font-size: 13px;
    }


    .laboquest-best-seller-content p {
        font-size: 9px;

        margin-bottom: 12px;
    }


    .laboquest-best-seller-actions a {
        padding: 7px 10px;

        font-size: 8px;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 420px) {

    .laboquest-best-seller-card {
        grid-template-columns:
            40% 60%;
    }


    .laboquest-best-seller-image {
        min-height: 175px;

        padding: 10px;
    }


    .laboquest-best-seller-content {
        padding: 13px 10px;
    }


    .laboquest-best-seller-category {
        font-size: 7px;
    }


    .laboquest-best-seller-content h3 {
        font-size: 11px;
    }


    .laboquest-best-seller-content p {
        font-size: 8px;
    }


    .laboquest-best-seller-actions {
        gap: 5px;
    }


    .laboquest-best-seller-actions a {
        min-height: 27px;

        padding:
            6px 8px;

        font-size: 7px;
    }


    .laboquest-best-seller-badge {
        top: 7px;
        left: 7px;

        padding:
            4px 6px;

        font-size: 6px;
    }


    .laboquest-best-seller-bottom {
        flex-direction: column;

        gap: 7px;
    }

}

/* ----------------------------------------Showcase */

.laboquest-showcase {
    width: 100%;
    padding: 25px 0 70px;
    background: #ffffff;
    overflow: hidden;
}


.laboquest-showcase-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.laboquest-showcase-top {
    width: 100%;
    display: grid;
    grid-template-columns:
        425px minmax(0, 1fr);
    gap: 24px;
}

.laboquest-showcase-offer {
    min-height: 494px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background:
       linear-gradient( 135deg, #03b 0%, #37b4b6 48%, #d2d1d1 100% )
}


/* ABSTRACT SHAPES */

.laboquest-offer-shape {
    width: 650px;
    height: 260px;
    position: absolute;
    left: -130px;
    bottom: -100px;
    background:
        rgba(91, 72, 185, 0.65);
    border-radius: 50%;
    transform:
        rotate(-18deg);
}


/* .laboquest-offer-shape::after {
    content: "";
    width: 520px;
    height: 220px;
    position: absolute;
    left: 180px;
    top: -80px;
    background:
        rgba(195, 91, 238, 0.28);
    border-radius: 50%;
} */


/* GLOW */

.laboquest-offer-glow {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.75);
    box-shadow:
        0 0 15px
        rgba(255,255,255,.8);
}


.laboquest-glow-one {
    top: 95px;
    left: 32px;
}


.laboquest-glow-two {
    top: 135px;
    left: 98px;
}


.laboquest-glow-three {
    top: 110px;
    right: 65px;
}


/* OFFER CONTENT */

.laboquest-offer-content {
    position: relative;
    z-index: 4;
    padding-top: 40px;
    text-align: center;
}


.laboquest-offer-label {
    display: block;
    margin-bottom: 8px;
    color:
        rgba(255,255,255,.72);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.3px;
}


.laboquest-offer-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 500;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
}


.laboquest-offer-content p {
    margin: 8px 0 27px;
    color:
        rgba(255,255,255,.92);
    font-size: 16px;
    font-family: "Outfit", sans-serif;
}


/* OFFER BUTTON */

.laboquest-offer-button {
    width: 132px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid
        rgba(255,255,255,.9);
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition:
        all .35s ease;
}


.laboquest-offer-button span {
    font-size: 19px;
    transition:
        transform .3s ease;
}


.laboquest-offer-button:hover {
    color: #ffffff;
    background: rgba(255,255,255,.13);
    transform: translateY(-2px);
}


.laboquest-offer-button:hover span {
    transform:
        translateX(5px);
}


/* OFFER PRODUCT */

.laboquest-offer-product {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 26px;
  width: 252px;
  height: 208px;
    transform:
        translateX(-50%);
}


.laboquest-offer-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition:
        transform .6s ease;
}


/* .laboquest-showcase-offer:hover
.laboquest-offer-product img {
    transform:
        scale(1.06)
        translateY(-4px);
} */

.laboquest-showcase-featured {
    min-height: 494px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #eef2f4;
}


/* FEATURED CONTENT */

.laboquest-featured-content {
    position: absolute;
    z-index: 5;
    left: 72px;
    top: 77px;
}


.laboquest-discount-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    border-radius: 8px;
  color: #ffffff;
  background: #1ea1f3;
    font-size: 13px;
    font-weight: 500;
     font-family: "Outfit", sans-serif;
}


.laboquest-discount-badge span {
    font-size: 15px;
}


.laboquest-featured-content h2 {
    margin: 32px 0 0;
    color: #111111;
    font-size: 57px;
    font-weight: 300;
    line-height: .98;
    letter-spacing: -2px;
     font-family: "Outfit", sans-serif;
}


.laboquest-featured-content h2 strong {
    display: block;
    font-weight: 500;
}


.laboquest-featured-content p {
    margin: 34px 0 30px;
    color: #111111;
    font-size: 17px;
    font-weight: 500;
     font-family: "Outfit", sans-serif;
}


.laboquest-featured-content p strong {
    color: #f0443e;
    font-size: 26px;
}


/* FEATURED BUTTON */

.laboquest-featured-button {
    min-width: 158px;
  min-height: 40px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  background: #1ea1f3;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all .35s ease;
  font-family: "Outfit", sans-serif;
}


.laboquest-featured-button span {
    font-size: 19px;
    transition:
        transform .3s ease;
}


.laboquest-featured-button:hover {
    background: #1ea1f3;
    transform:
        translateY(-2px);
    box-shadow:
        0 10px 25px
        rgba(45,112,245,.18);
}


.laboquest-featured-button:hover span {
    transform:
        translateX(5px);
}


/* FEATURED PRODUCT */

.laboquest-featured-product {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 53%;
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
}


.laboquest-featured-product img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    object-fit: contain;
    display: block;
    transition:
        transform .65s
        cubic-bezier(
            .22,
            1,
            .36,
            1
        );
}


/* .laboquest-showcase-featured:hover
.laboquest-featured-product img {
    transform:
        scale(1.05)
        translateX(-5px);
} */

.laboquest-showcase-bottom {
    width: 100%;
    margin-top: 24px;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.laboquest-showcase-small-card {
    min-height: 258px;
    position: relative;
    overflow: hidden;
    display: flex;
    border: 1px solid #d9e0e7;
    border-radius: 15px;
    background: #ffffff;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.laboquest-showcase-small-card:hover {
    /* transform:
        translateY(-4px); */
    border-color: #cdd8e5;
    box-shadow:
        0 15px 35px
        rgba(0,52,187,.08);
}


/* SMALL CONTENT */

.laboquest-small-card-content {
    width: 60%;
    position: relative;
    z-index: 3;
    padding: 31px 0 25px 31px;
}


.laboquest-small-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    color: #161b20;
    background: #f0f3f5;
    font-size: 11px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}


.laboquest-small-card-content h3 {
    margin: 28px 0 15px;
    color: #1ea1f3;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.5px;
    font-family: "Outfit", sans-serif;
}


.laboquest-small-card-content p {
    max-width: 290px;
    margin: 0;
    color: #536176;
    font-size: 13px;
    line-height: 1.5;
}


.laboquest-small-card-content a {
    display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 38px;
  color: #1ea1f3;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color .3s ease;
  border: 1px solid #1ea1f3;
  padding: 0px 12px;
  border-radius: 50px;
}


.laboquest-small-card-content a span {
    font-size: 18px;
    transition:
        transform .3s ease;
}


.laboquest-small-card-content a:hover {
    color: #1ea1f3;
}


/* .laboquest-small-card-content a:hover span {
    transform:
        translateX(5px);
} */


/* SMALL IMAGE */

.laboquest-small-card-image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.coverbackground {

  position: absolute;
  width: 100%;
  /* height: 362px;
  right: -140px;
  z-index: 0;
  rotate: -39deg;
  bottom: -155px; */
  height: 362px;
  right: -182px;
  z-index: 0;
  rotate: -39deg;
  bottom: -234px;
  border-radius: 24px;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.coverbackground:nth-child(1){
      background: #6d7e8e;
}
.coverbackground:nth-child(2){
      background: #1ea1f3;
}
.laboquest-small-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    transition:
        transform .55s ease;
    z-index: 9;
}


.laboquest-showcase-small-card:hover
.coverbackground {
    /* transform:
        scale(1.06); */
    border-radius: 12px;
    height: 362px;
    right: -149px;
    z-index: 0;
    rotate: -41deg;
    bottom: -161px;
    transition: .3s;
}

@media (max-width: 1250px) {

    .laboquest-showcase-top {
        grid-template-columns:
            370px minmax(0, 1fr);
    }


    .laboquest-featured-content {
        left: 50px;
    }


    .laboquest-featured-content h2 {
        font-size: 48px;
    }


    .laboquest-featured-product {
        width: 52%;
    }


    .laboquest-small-card-content h3 {
        font-size: 25px;
    }

}
@media (max-width: 992px) {

    .laboquest-showcase-top {
        grid-template-columns: 1fr;
    }


    .laboquest-showcase-offer {
        min-height: 420px;
    }


    .laboquest-showcase-featured {
        min-height: 430px;
    }


    .laboquest-featured-content {
        left: 45px;
        top: 65px;
    }


    .laboquest-featured-content h2 {
        font-size: 48px;
    }


    .laboquest-featured-product {
        width: 50%;
    }


    .laboquest-showcase-bottom {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 650px) {

    .laboquest-showcase {
        padding:
            15px 0 45px;
    }


    .laboquest-showcase-container {
        padding: 0 15px;
    }


    .laboquest-showcase-top {
        gap: 15px;
    }


    .laboquest-showcase-offer {
        min-height: 400px;

        border-radius: 12px;
    }


    .laboquest-offer-content {
        padding-top: 30px;
    }


    .laboquest-offer-content h2 {
        font-size: 36px;
    }


    .laboquest-offer-content p {
        font-size: 14px;
    }


    .laboquest-offer-button {
        width: 190px;
        height: 44px;
    }


    .laboquest-offer-product {
        width: 245px;
        height: 235px;
    }


    .laboquest-showcase-featured {
        min-height: 490px;
        border-radius: 12px;
    }


    .laboquest-featured-content {
        left: 25px;
        top: 30px;
    }


    .laboquest-discount-badge {
        padding:
            7px 13px;
        font-size: 11px;
    }


    .laboquest-featured-content h2 {
        margin-top: 25px;
        font-size: 40px;
    }


    .laboquest-featured-content p {
        margin-top: 25px;
        font-size: 14px;
    }


    .laboquest-featured-button {
        min-height: 48px;
        padding:
            0 20px;

        font-size: 13px;
    }


    .laboquest-featured-product {
        width: 85%;
        height: 52%;
        right: 7%;
        top: auto;
        bottom: 5px;
    }


    .laboquest-showcase-bottom {
        gap: 15px;
        margin-top: 15px;
    }


    .laboquest-showcase-small-card {
        min-height: 220px;
        border-radius: 12px;
    }


    .laboquest-small-card-content {
        width: 65%;
        padding:
            23px 0 20px 20px;
    }


    .laboquest-small-badge {
        padding:
            6px 11px;
        font-size: 9px;
    }


    .laboquest-small-card-content h3 {
        margin-top: 22px;
        font-size: 21px;
    }


    .laboquest-small-card-content p {
        max-width: 210px;
        font-size: 11px;
    }


    .laboquest-small-card-content a {
        margin-top: 25px;
        font-size: 11px;
    }


    .laboquest-small-card-image {
        width: 48%;
    }

}

@media (max-width: 430px) {

    .laboquest-showcase-featured {
        min-height: 450px;
    }


    .laboquest-featured-content h2 {
        font-size: 34px;
    }


    .laboquest-featured-product {
        width: 90%;
        right: 5%;
        height: 50%;
    }


    .laboquest-showcase-small-card {
        min-height: 190px;
    }


    .laboquest-small-card-content {
        width: 66%;
        padding:
            18px 0 15px 15px;
    }


    .laboquest-small-card-content h3 {
        margin-top: 17px;
        font-size: 18px;
    }


    .laboquest-small-card-content p {
        font-size: 9px;
    }


    .laboquest-small-card-content a {
        margin-top: 18px;
        font-size: 10px;
    }

}
/* ----------------------------Features Product */

.features-products {
    width: 100%;
    padding: 90px 0;
    background: #f8fafc;
}

.laboquest-features-product-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 45px;
}

.laboquest-features-product-heading {
    /* max-width: 700px; */
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #0d8b8b;
    text-transform: uppercase;
}

.laboquest-features-product-heading h2 {
    margin: 0 0 10px;
  color: #424242;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}

.laboquest-features-product-heading p {
    margin: 0;
  color: #707985;
  font-size: 14px;
  line-height: 1.7;
}

.laboquest-features-product-view-all {
   min-width: 138px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1ea1f3;
  color: #1ea1f3;
  background: #ffffff;
  text-decoration: none;
  font-size: 12px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.laboquest-features-product-view-all i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.laboquest-features-product-view-all:hover {
   color: #ffffff;
  background: #1ea1f3;
}

.laboquest-features-product-view-all:hover i {
    transform: translateX(4px);
}


/* 
   PRODUCT GRID
 */

.laboquest-features-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}


/* 
   PRODUCT CARD
 */

.laboquest-feature-product-card {
    /* display: flex;
    min-height: 390px; */
    overflow: hidden;
    border: 1px solid #e5ecef;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(23, 43, 58, 0.05);
    transition: all 0.35s ease;
}

.laboquest-feature-product-card:hover {
    border-color: #d7e5e8;
    box-shadow: 0 15px 40px rgba(23, 43, 58, 0.11);
}


/* 
   PRODUCT IMAGE
 */

.laboquest-product-image {
    position: relative;
    flex: 0 0 42%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    overflow: hidden;
    background: #f4f8f9;
}

.laboquest-product-image::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 15px;
    /* background: #e8f2f3; */
    z-index: 0;
}

.laboquest-product-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 160px;
    height: 160px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* 
   QUICK VIEW
 */

.product-quick-view {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    width: 38px;
    height: 38px;
    border: 1px solid #dce6e8;
    border-radius: 10px;
    color: #172b3a;
    background: #ffffff;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.3s ease;
}

.laboquest-feature-product-card:hover
.product-quick-view {
    opacity: 1;
    transform: translateY(0);
}

.product-quick-view:hover {
    color: #ffffff;
    background: #0d8b8b;
    border-color: #0d8b8b;
}


/* 
   PRODUCT CONTENT
 */

.laboquest-product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.product-category {
    display: block;
  margin-bottom: 9px;
  color: #bcbcbcfc;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Outfit", sans-serif;
}

.laboquest-product-content h3 {
    min-height: 25px;
    margin: 0 0 12px;
    color: #172b3a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.product-specification {
    /* min-height: 65px; */
    margin: 0 0 18px;
    color: #71808a;
    font-size: 12px;
    line-height: 1.7;
}


/* 
   SPECIFICATION LIST
 */

.product-spec-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}

.product-spec-list div {
   display: flex;
  align-items: center;
  gap: 8px;
  color: #606060;
  font-size: 12px;
  font-weight: 500;
}

.product-spec-list i {
    color: #0d8b8b;
    font-size: 15px;
}


/* 
   BUTTONS
 */

.product-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.get-quote-btn,
.catalog-btn {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.get-quote-btn {
    flex: 1;
    color: #ffffff;
    background: #1ea1f3;
    border: 1px solid #1ea1f3;
}

.get-quote-btn:hover {
    color: #ffffff;
    background: #35b3b5;
    border-color: #35b3b5;
}

.get-quote-btn i {
    transition: transform 0.3s ease;
}

.get-quote-btn:hover i {
    transform: translate(3px, -3px);
}

.catalog-btn {
    color: #172b3a;
    background: #ffffff;
    border: 1px solid #d7e2e7;
}

.catalog-btn:hover {
    color: #37b4b6;
    border-color: #37b4b6;
    background: #f4fafa;
}


/* 
   RESPONSIVE
 */

@media (max-width: 1100px) {

    .laboquest-feature-product-card {
        flex-direction: column;
    }

    .laboquest-product-image {
        flex: auto;
        min-height: 270px;
    }

    .laboquest-product-content h3 {
        min-height: auto;
    }

    .product-specification {
        min-height: auto;
    }
}


@media (max-width: 768px) {

    .features-products {
        padding: 65px 0;
    }

    .laboquest-container {
        width: 92%;
    }

    .laboquest-features-product-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .laboquest-features-product-heading h2 {
        font-size: 30px;
    }

    .laboquest-features-product-view-all {
        width: fit-content;
    }

    .laboquest-features-product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .laboquest-product-image {
        min-height: 250px;
    }
}


@media (max-width: 480px) {

    .laboquest-product-content {
        padding: 22px;
    }

    .laboquest-product-image {
        min-height: 220px;
        padding: 25px;
    }

    .laboquest-product-image img {
        max-width: 190px;
        height: 190px;
    }

    .product-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .get-quote-btn,
    .catalog-btn {
        width: 100%;
    }
}

/* 
   ------------Quick View Button
 */

.product-quick-view {
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    color: #1ea1f3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}

.product-quick-view:hover {
    background: #1ea1f3;
    color: #fff;
}


/* 
   Overlay
 */

.quick-view-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 25, 40, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s ease;
}

.quick-view-overlay.active {
    opacity: 1;
    visibility: visible;
}


/* 
   Modal
 */

.quick-view-modal {
    width: 100%;
    max-width: 1050px;
    max-height: 90vh;
    background: #fff;
    position: relative;
    overflow-y: auto;
    transform: translateY(30px);
    transition: all 0.35s ease;
    border-radius: 15px;
}

.quick-view-overlay.active .quick-view-modal {
    transform: translateY(0);
}


/* 
   Close
 */

.quick-view-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    background: #f2f4f7;
    color: #1ea1f3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

.quick-view-close:hover {
    background: #1ea1f3;
    color: #fff;
}


/* 
   Content
 */

.quick-view-content {
    display: grid;
    grid-template-columns: 48% 52%;
}


/* 
   Image
 */

.quick-view-image {
    min-height: 560px;
    background: #f7f8fa;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.quick-view-image img {
    width: 100%;
    max-width: 450px;
    height: 450px;
    object-fit: contain;
}

.quick-view-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #4e84de;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 15px;
}


/* 
   Information
 */

.quick-view-info {
    padding: 45px 45px 35px;
}

.quick-view-category {
    display: inline-block;
    color: #4e84de;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.quick-view-info h2 {
    color: #222;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 45px 15px 0;
    font-family: "Outfit", sans-serif;
}


/* 
   Rating
 */

.quick-view-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.rating-stars {
    color: #f5a623;
    display: flex;
    gap: 2px;
}

.rating-divider {
    color: #ddd;
}


/* 
   Price
 */

.quick-view-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.current-price {
    color: #1ea1f3;
    font-size: 25px;
    font-weight: 700;
}

.old-price {
    color: #999;
    font-size: 15px;
    text-decoration: line-through;
}


/* 
   Description
 */

.quick-view-description {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 25px;
}


/* 
   Specifications
 */

.quick-view-specifications {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    margin-bottom: 25px;
}

.quick-view-spec {
    padding: 12px 15px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spec-label {
    color: #888;
    font-size: 12px;
}

.quick-view-spec strong {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}


/* 
   Quantity
 */

.quick-view-bottom {
    margin-bottom: 20px;
}

.quick-view-quantity {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quick-view-quantity > span {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.quantity-control {
    height: 40px;
    display: flex;
    border: 1px solid #ddd;
}

.quantity-control button {
    width: 38px;
    border: 0;
    background: #f7f7f7;
    color: #333;
    cursor: pointer;
}

.quantity-control button:hover {
    background: #1ea1f3;
    color: #fff;
}

.quantity-control input {
    width: 45px;
    border: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    outline: none;
    font-size: 14px;
}


/* Remove Number Input Arrows */

.quantity-control input::-webkit-inner-spin-button,
.quantity-control input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-control input {
    appearance: textfield;
}


/* 
   Action Buttons
 */

.quick-view-actions {
    display: flex;
    gap: 10px;
}

.quick-view-actions button {
   min-height: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: "Outfit", sans-serif;
  border-radius: 25px;
}

.quick-add-cart {
    flex: 1;
    background: #1ea1f3;
    color: #fff;
}

.quick-add-cart:hover {
    background: #37b4b6;
}

.quick-get-quote {
    flex: 1;
    background: #37b4b6;
    color: #fff;
}

.quick-get-quote:hover {
    background: #1ea1f3;
    color: #fff;
}


/* 
   Full Product Link
 */

.quick-view-full {
    margin-top: 20px;
    color: #636365;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    align-items: center;
    gap: 7px;
    text-align: end;
}

.quick-view-full:hover {
    color: #4e84de;
}

.quick-view-full i {
    transition: transform 0.3s ease;
}

.quick-view-full:hover i {
    transform: translateX(4px);
}


/* 
   Responsive
 */

@media (max-width: 991px) {

    .quick-view-content {
        grid-template-columns: 1fr;
    }

    .quick-view-image {
        min-height: 350px;
        padding: 35px;
    }

    .quick-view-image img {
        height: 300px;
    }

    .quick-view-info {
        padding: 30px;
    }

}


@media (max-width: 575px) {

    .quick-view-overlay {
        padding: 10px;
    }

    .quick-view-image {
        min-height: 270px;
        padding: 30px;
    }

    .quick-view-image img {
        height: 220px;
    }

    .quick-view-info {
        padding: 25px 20px;
    }

    .quick-view-info h2 {
        font-size: 22px;
    }

    .quick-view-specifications {
        grid-template-columns: 1fr;
    }

    .quick-view-actions {
        flex-direction: column;
    }

}
/* ------------------TESTIMONIALS */

/* 
   TESTIMONIAL SECTION
 */

.testimonials-section {
    width: 100%;
   padding: 36px 0 30px;
    background: #eef4fd;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.testimonials-container {
    width: calc(100% - 102px);
    max-width: 1550px;
    margin: 0 auto;
}

.testimonials-title {
   margin: 0 0 28px;
  color: #424242;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  text-align: center;
}


/* 
   SLIDER
 */

.testimonials-slider {
    width: 100%;
    position: relative;
    padding: 0 50px;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
    margin: 0 -15px;
}

.testimonial-slide {
    flex: 0 0 33.333333%;
    padding: 0 15px;
    box-sizing: border-box;
}


/* 
   CARD
 */

.testimonial-card {
    height: 268px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #d7dce4;
    border-radius: 19px;
    box-sizing: border-box;
}


/* 
   TOP
 */

.testimonial-top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.testimonial-stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-stars span {
    width: 30px;
    height: 30px;
    background: #febd67;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.testimonial-quote {
    color: #dce2ea;
    font-size: 48px;
    line-height: 30px;
    height: 35px;
    overflow: hidden;
}

.testimonial-quote i {
    display: block;
}


/* 
   TEXT
 */

.testimonial-text {
    margin: 24px 0 21px;
    max-width: 390px;
    color: #303b50;
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
}


/* 
   DIVIDER
 */

.testimonial-divider {
    width: 100%;
    height: 1px;
    background: #d8dee7;
}


/* 
   USER
 */

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    overflow: hidden;
    background: #dce5eb;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.testimonial-user h3 {
    margin: 0;
  color: #1ea1f3;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}


/* 
   ARROWS
 */

.testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #333333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    font-size: 16px;
    transition: all 0.25s ease;
}

.testimonial-arrow:hover {
    background: #ffffff;
    color: #2e75df;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
}

.testimonial-prev {
    left: 0;
}

.testimonial-next {
    right: 0;
}


/* 
   DOTS
 */

.testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 21px;
}

.testimonial-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #cfd6df;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    width: 11px;
    height: 11px;
    border-color: #2877e8;
    background: #2877e8;
}


/* 
   TABLET
 */

@media (max-width: 1100px) {

    .testimonials-section {
        padding: 60px 0 80px;
    }

    .testimonials-title {
        font-size: 34px;
    }

    .testimonials-slider {
        padding: 0 65px;
    }

    .testimonial-slide {
        flex: 0 0 50%;
    }

}


/* 
   MOBILE
 */

@media (max-width: 700px) {

    .testimonials-section {
        padding: 50px 0 70px;
        border-radius: 15px 15px 0 0;
    }

    .testimonials-container {
        width: calc(100% - 30px);
    }

    .testimonials-title {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .testimonials-slider {
        padding: 0 45px;
    }

    .testimonials-track {
        margin: 0;
    }

    .testimonial-slide {
        flex: 0 0 100%;
        padding: 0;
    }

    .testimonial-card {
        height: auto;
        min-height: 280px;
        padding: 25px;
    }

    .testimonial-stars span {
        width: 28px;
        height: 28px;
    }

    .testimonial-user h3 {
        font-size: 18px;
    }

    .testimonial-arrow {
        width: 38px;
        height: 38px;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 450px) {

    .testimonials-title {
        font-size: 24px;
    }

    .testimonials-slider {
        padding: 0 35px;
    }

    .testimonial-card {
        padding: 22px;
    }

    .testimonial-stars {
        gap: 3px;
    }

    .testimonial-stars span {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-user {
        gap: 12px;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

}
/* ---------------------------Footer */

/* 
   LABOQUEST FOOTER
 */

.laboquest-footer {
    width: 100%;
    color: #17202a;
}

.laboquest-footer-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


/* 
   NEWSLETTER
 */

.laboquest-newsletter {
    padding: 30px 0 20px;
    background: #ffffff;
}

.laboquest-newsletter-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.laboquest-newsletter-content h2 {
    margin: 0 0 10px;
  color: #424242;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

.laboquest-newsletter-content p {
    margin: 0 0 20px;
    color: #53647b;
    font-size: 14px;
    line-height: 1.6;
}

.laboquest-newsletter-form {
    display: grid;
    grid-template-columns: 242px 242px 242px;
    gap: 14px;
    width: 100%;
    max-width: 755px;
}

.laboquest-newsletter-input {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
}

.laboquest-newsletter-input i {
    position: absolute;
    left: 20px;
    z-index: 1;
    color: #1ea1f3;
    font-size: 19px;
}

.laboquest-newsletter-input input {
    width: 100%;
    height: 100%;
    padding: 0 15px 0 49px;
    outline: none;
    border: 1px solid #d7dfe8;
    border-radius: 6px;
    background: #fafbfd;
    color: #202a35;
    font-family: inherit;
    font-size: 13px;
    transition: all 0.25s ease;
}

.laboquest-newsletter-input input::placeholder {
    color: #98a3b3;
}

.laboquest-newsletter-input input:focus {
    border-color: #1ea1f3;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(47, 109, 246, 0.08);
}

.laboquest-newsletter-form button {
    height: 40px;
    padding: 0 25px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background: #1ea1f3;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: "Outfit", sans-serif;
}

.laboquest-newsletter-form button:hover {
    background: #1858dd;
}

.laboquest-newsletter-message {
    min-height: 22px;
    margin-top: 12px;
    font-size: 13px;
}


/* 
   FOOTER FEATURES
 */

.laboquest-footer-features {
    border-top: 1px solid #dbe1e7;
    border-bottom: 1px solid #d5dce3;
    background: #f0f4f8;
}

.laboquest-footer-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 114px;
}

.laboquest-footer-feature {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 20px 28px;
}

.laboquest-footer-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    background: #d6dde4;
    transform: translateY(-50%);
}

.laboquest-feature-icon {
    display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  color: #1ea1f3;
  font-size: 34px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0 26px;
  background: #fff;
}   

.laboquest-footer-feature span {
    color: #595959;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}


/* 
   MAIN FOOTER
 */

.laboquest-main-footer {
    padding: 70px 0 0;
    background: #f7f9fb;
}

.laboquest-main-footer-grid {
    display: grid;
    grid-template-columns: 2.1fr repeat(5, 1fr);
    gap: 45px;
}


/* 
   LOGO
 */

.laboquest-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #111111;
    text-decoration: none;
}
.laboquest-footer-logo img{
    width: 170px;
  height: auto;
}
.laboquest-logo-mark {
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
}

.laboquest-logo-mark::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 29px;
    height: 29px;
    border-radius: 0 0 0 25px;
    background: #75a0f1;
    transform: rotate(0deg);
}

.laboquest-logo-mark::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 46px;
    height: 46px;
    border: 11px solid #1260e9;
    border-radius: 50%;
    border-left-color: transparent;
    transform: rotate(-45deg);
}

.laboquest-logo-mark span {
    position: absolute;
    top: 16px;
    left: 17px;
    z-index: 2;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #f7f9fb;
}

.laboquest-logo-text {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1.5px;
}


/* 
   BRAND CONTENT
 */

.laboquest-footer-brand-description {
    max-width: 310px;
    margin: 0 0 27px;
    color: #53647b;
    font-size: 13px;
    line-height: 1.8;
}


/* 
   TRUSTPILOT
 */

.laboquest-trustpilot h3 {
    margin: 0 0 12px;
    color: #151515;
    font-size: 23px;
    font-weight: 700;
}

.laboquest-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}

.laboquest-stars span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background: #1ea1f3;
    font-size: 18px;
}

.laboquest-stars .laboquest-star-light {
    background: #d5d8dc;
}

.laboquest-trustpilot p {
    margin: 0;
    color: #53647b;
    font-size: 14px;
}


/* 
   SOCIAL LINKS
 */

.laboquest-social-links {
    display: flex;
    gap: 9px;
    margin-top: 24px;
}

.laboquest-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d6dde5;
    color: #53647b;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease;
}

.laboquest-social-links a:hover {
    color: #ffffff;
    background: #1ea1f3;
    border-color: #1ea1f3;
}


/* 
   FOOTER COLUMNS
 */

.laboquest-footer-column h3 {
    margin: 5px 0 18px;
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    position: relative;
}

.laboquest-footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.laboquest-footer-column li {
    margin: 0;
    padding: 0;
}

.laboquest-footer-column a {
    color: #53647b;
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
    transition: all 0.25s ease;
}

.laboquest-footer-column a:hover {
    color: #1ea1f3;
    padding-left: 3px;
}


/* 
   BOTTOM FOOTER
 */

.laboquest-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding: 10px 0;
    border-top: 1px solid #dce2e8;
}

.laboquest-footer-bottom p {
    margin: 0;
    color: #66758a;
    font-size: 13px;
}

.laboquest-payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.laboquest-payment-icons span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 28px;
    border: 1px solid #d6dde5;
    border-radius: 4px;
    color: #53647b;
    background: #ffffff;
    font-size: 15px;
}


/* 
   RESPONSIVE
 */

@media (max-width: 1200px) {

    .laboquest-main-footer-grid {
        grid-template-columns: 1.7fr repeat(3, 1fr);
        row-gap: 45px;
    }

    .laboquest-footer-brand {
        grid-column: 1 / -1;
    }

    .laboquest-footer-brand-description {
        max-width: 500px;
    }

    .laboquest-footer-feature {
        padding: 20px 15px;
    }

    .laboquest-footer-feature span {
        font-size: 14px;
    }

}


@media (max-width: 900px) {

    .laboquest-newsletter-form {
        grid-template-columns: 1fr 1fr;
        max-width: 600px;
    }

    .laboquest-newsletter-form button {
        grid-column: 1 / -1;
    }

    .laboquest-footer-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .laboquest-footer-feature:nth-child(2)::after {
        display: none;
    }

    .laboquest-footer-feature:nth-child(1),
    .laboquest-footer-feature:nth-child(2) {
        border-bottom: 1px solid #d6dde4;
    }

    .laboquest-main-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .laboquest-footer-brand {
        grid-column: 1 / -1;
    }

}


@media (max-width: 600px) {

    .laboquest-footer-container {
        width: 92%;
    }

    .laboquest-newsletter {
        padding: 45px 0 50px;
    }

    .laboquest-newsletter-content h2 {
        font-size: 27px;
    }

    .laboquest-newsletter-content p {
        font-size: 14px;
    }

    .laboquest-newsletter-form {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .laboquest-newsletter-form button {
        grid-column: auto;
    }


    .laboquest-footer-features-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-footer-feature {
        min-height: 82px;
        border-bottom: 1px solid #d6dde4;
    }

    .laboquest-footer-feature:not(:last-child)::after {
        display: none;
    }

    .laboquest-footer-feature:last-child {
        border-bottom: 0;
    }


    .laboquest-main-footer {
        padding-top: 50px;
    }

    .laboquest-main-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 25px;
    }

    .laboquest-footer-brand {
        grid-column: 1 / -1;
    }

    .laboquest-logo-text {
        font-size: 34px;
    }

    .laboquest-logo-mark {
        width: 52px;
        height: 52px;
        transform: scale(0.85);
        transform-origin: left center;
    }

    .laboquest-footer-column h3 {
        font-size: 16px;
    }

    .laboquest-footer-column a {
        font-size: 13px;
    }

    .laboquest-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 40px;
    }

}


@media (max-width: 400px) {

    .laboquest-main-footer-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-footer-brand {
        grid-column: auto;
    }

}

/* 
   FOOTER CONTACT INFORMATION
 */

.laboquest-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 24px;
}

.laboquest-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.laboquest-footer-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    margin-top: 1px;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    color: #52637a;
    background: #ffffff;
    font-size: 16px;
}

.laboquest-footer-contact-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.laboquest-footer-contact-content span {
    color: #111111;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.laboquest-footer-contact-content a {
    color: #53647b;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.25s ease;
}

.laboquest-footer-contact-content a:hover {
    color: #2f6df6;
}


/* 
   SOCIAL LINKS
 */

.laboquest-social-links {
    display: flex;
    gap: 9px;
    margin-top: 0;
}

.laboquest-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d6dde5;
    color: #53647b;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease;
}

.laboquest-social-links a:hover {
    color: #ffffff;
    background: #2f6df6;
    border-color: #2f6df6;
}

/* ----------------------------Breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 0;
    background: #f7f9fc;
    border-bottom: 1px solid #e4e7ef;
}

.laboquest-breadcrumb-wrapper {
    width: 100%;
    min-height: 26px;
    display: flex;
    align-items: center;
    
}

.laboquest-breadcrumb-content {
    width: 100%;
    max-width: 1440px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.laboquest-breadcrumb-home {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #62687a;
    text-decoration: none;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    transition: color 0.3s ease;
}

.laboquest-breadcrumb-home i {
   color: #35b3b5;
  font-size: 11px;
}

.laboquest-breadcrumb-home:hover {
    color: #1ea1f3;
}

.laboquest-breadcrumb-divider {
    width: 1px;
    height: 22px;
    background: #cfd4df;
    display: block;
}

.laboquest-breadcrumb-active {
    color: #1ea1f3;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
}

.laboquest-breadcrumb-home:hover i {
    transform: translateY(-1px);
}

.laboquest-breadcrumb-home i {
    transition: transform 0.3s ease;
}

@media (max-width: 991px) {

    .laboquest-breadcrumb-wrapper {
        min-height: 65px;
    }

    .laboquest-breadcrumb-content {
        width: 92%;
        gap: 15px;
    }

}

@media (max-width: 767px) {

    .laboquest-breadcrumb-wrapper {
        min-height: 60px;
    }

    .laboquest-breadcrumb-content {
        width: 92%;
        gap: 13px;
    }

    .laboquest-breadcrumb-home,
    .laboquest-breadcrumb-active {
        font-size: 13px;
    }

    .laboquest-breadcrumb-divider {
        height: 19px;
    }

}

@media (max-width: 480px) {

    .laboquest-breadcrumb-content {
        gap: 11px;
    }

    .laboquest-breadcrumb-home {
        gap: 6px;
    }

    .laboquest-breadcrumb-home span,
    .laboquest-breadcrumb-active {
        font-size: 12px;
    }
}
/* -------------------------------------About Us */

.laboquest-aboutus {
    padding: 60px 0;
    overflow: hidden;
}

.laboquest-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* Main Grid */

.laboquest-about-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items:self-start;
    gap: 25px;
}

/* Image */

.laboquest-about-image {
    position: relative;
    padding-right: 35px;
}

.laboquest-about-image-main {
    position: relative;
    height: 580px;
    overflow: hidden;
}

.laboquest-about-image-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
    border-radius: 15px;
}

.laboquest-section-heading {
    margin-bottom: 40px;
}

.laboquest-section-heading h3,
.laboquest-about-info-content h3,
.laboquest-quality-content h3,
.laboquest-customer-content h3,
.laboquest-future-content h3 {
    margin: 0 0 20px;
    color: #1e203f;
    font-size: 35px;
    line-height: 1.25;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}


.laboquest-section-heading P{
    margin: 0 0 17px;
    color: #62687a;
    font-size: 14px;
    line-height: 1.8;
}  
/* Experience Box */

.laboquest-about-experience {
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 180px;
    min-height: 175px;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(24, 39, 75, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-radius: 50%;
  text-align: center;
  justify-content: center;
}

.laboquest-experience-number {
   font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #1ea1f3;
  font-family: "Outfit", sans-serif;
}

.laboquest-experience-plus {
    font-size: 30px;
    font-weight: 700;
    color: #c7d0ff;
    margin-left: 3px;
}

.laboquest-about-experience p {
    width: 100%;
    margin: 8px 0 0;
    color: #555b6e;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

/* Content */

.laboquest-about-subtitle,
.laboquest-about-small-title {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1ea1f3;
}

.laboquest-about-content h2 {
    margin: 0 0 22px;
    max-width: 650px;
    color: #1e203f;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.laboquest-about-content h2 span,
.laboquest-about-bottom-content h3 span {
    color: #1ea1f3;
}

.laboquest-about-content p {
    margin: 0 0 15px;
    color: #62687a;
    font-size: 14px;
    line-height: 1.8;
}

.laboquest-about-content .laboquest-about-lead {
    color: #41475c;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

/* Features */

.laboquest-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 30px;
    margin: 30px 0;
}

.laboquest-about-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.laboquest-feature-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8ecff;
    color: #1ea1f3;
    font-size: 21px;
}

.laboquest-about-feature h4 {
    margin: 0 0 5px;
    color: #242640;
    font-size: 15px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

.laboquest-about-feature p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
} 

/* Button */

.laboquest-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 25px;
    background: #1ea1f3;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.laboquest-about-btn i {
    transition: transform 0.3s ease;
}

.laboquest-about-btn:hover {
    background: #37b4b6;
    color: #fff;
}

.laboquest-about-btn:hover i {
    transform: translateX(5px);
}

/* Bottom Section */

.laboquest-about-bottom {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
    margin-top: 90px;
    padding-top: 70px;
    border-top: 1px solid #dfe3ed;
}

.laboquest-about-bottom-content h3 {
    margin: 0 0 18px;
    max-width: 600px;
    color: #1e203f;
    font-size: 32px;
    line-height: 1.25;
}

.laboquest-about-bottom-content p {
    max-width: 720px;
    margin: 0;
    color: #62687a;
    font-size: 15px;
    line-height: 1.8;
}

.laboquest-about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
}

.laboquest-about-point {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #34384e;
    font-size: 14px;
    line-height: 1.5;
}

.laboquest-about-point i {
    flex: 0 0 auto;
    color: #5264c7;
    font-size: 19px;
}


/* 
   RESPONSIVE
 */

@media (max-width: 1100px) {

    .laboquest-about-grid {
        gap: 50px;
    }

    .laboquest-about-content h2 {
        font-size: 36px;
    }

    .laboquest-about-bottom {
        gap: 50px;
    }
}


@media (max-width: 991px) {

    .laboquest-aboutus {
        padding: 75px 0;
    }

    .laboquest-about-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .laboquest-about-image {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }

    .laboquest-about-content {
        max-width: 800px;
        margin: 0 auto;
    }

    .laboquest-about-bottom {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}


@media (max-width: 767px) {

    .laboquest-aboutus {
        padding: 60px 0;
    }

    .laboquest-container {
        width: 92%;
    }

    .laboquest-about-image {
        padding-right: 20px;
    }

    .laboquest-about-image-main {
        height: 450px;
    }

    .laboquest-about-experience {
        width: 155px;
        min-height: 150px;
        padding: 20px;
        bottom: 25px;
    }

    .laboquest-experience-number {
        font-size: 40px;
    }

    .laboquest-about-content h2 {
        font-size: 32px;
    }

    .laboquest-about-content .laboquest-about-lead {
        font-size: 15px;
    }

    .laboquest-about-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .laboquest-about-bottom {
        margin-top: 60px;
        padding-top: 50px;
    }

    .laboquest-about-bottom-content h3 {
        font-size: 27px;
    }

    .laboquest-about-points {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 480px) {

    .laboquest-about-image-main {
        height: 380px;
    }

    .laboquest-about-experience {
        right: 0;
        bottom: 20px;
    }

    .laboquest-about-content h2 {
        font-size: 28px;
    }

    .laboquest-about-bottom-content h3 {
        font-size: 24px;
    }

}

.laboquest-about-info-section {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: flex-start;
    gap: 72px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #dfe3ed;
}

.laboquest-about-info-content {
    max-width: 680px;
}

.laboquest-about-info-content h3 {
    margin: 0 0 20px;
    color: #1e203f;
    font-size: 35px;
    line-height: 1.25;
    font-weight: 600;
      font-family: "Outfit", sans-serif;
}

.laboquest-about-info-content p {
    margin: 0 0 17px;
    color: #62687a;
    font-size: 14px;
    line-height: 1.8;
}

.laboquest-about-info-image {
    height: 440px;
    overflow: hidden;
}

.laboquest-about-info-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
    border-radius: 15px;
}

/*  WHAT WE OFFER  */
.laboquest-offer-section {
    margin-top: 40px;
  padding: 50px 0;
    background: #ffffff;
}

.laboquest-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.laboquest-offer-card {
    min-height: 280px;
    padding: 35px 28px;
    background: #f7f9fc;
    border-radius: 12px;
    transition: all 0.35s ease;
}

.laboquest-offer-card:last-child {
    border-right: 0;
}

.laboquest-offer-card:hover {
    background: #1ea1f3;
}

.laboquest-offer-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8ecff;
    color: #1ea1f3;
    font-size: 24px;
    border-radius: 8px;
    transition: all 0.35s ease;
}

.laboquest-offer-card:hover .laboquest-offer-icon {
    background: #c7d0ff;
}

.laboquest-offer-card h4 {
    margin: 0 0 13px;
    color: #242640;
    font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  transition: color 0.35s ease;
  font-family: "Outfit", sans-serif;
}

.laboquest-offer-card p {
    margin: 0;
    color: #62687a;
    font-size: 13px;
    line-height: 1.7;
    transition: color 0.35s ease;
}

.laboquest-offer-card:hover h4 {
    color: #ffffff;
}

.laboquest-offer-card:hover p {
    color: #dfe3ff;
}

/*  MISSION & VISION  */
.laboquest-mission-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.laboquest-mission-card {
    position: relative;
    padding: 45px;
    background: #ffffff;
    border-top: 8px solid #35b3b5;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 15px;
}

.laboquest-mission-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8ecff;
    color: #1ea1f3;
    font-size: 24px;
    border-radius: 8px;
}

.laboquest-mission-card>span {
    display: block;
    margin-bottom: 12px;
    color: #5264c7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.laboquest-mission-card h3 {
    max-width: 500px;
    margin: 0 0 18px;
    color: #1e203f;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.laboquest-mission-card p {
    margin: 0 0 13px;
    color: #62687a;
    font-size: 13px;
    line-height: 1.8;
}

/*  WHY CHOOSE LABOQUEST  */
.laboquest-why-section {
    margin-top: 40px;
  padding: 40px 0;
}

.laboquest-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #dfe3ed;
    border-left: 1px solid #dfe3ed;
}

.laboquest-why-card {
    position: relative;
    min-height: 290px;
    padding: 35px;
    background: #ffffff;
    border-right: 1px solid #dfe3ed;
    border-bottom: 1px solid #dfe3ed;
    overflow: hidden;
    transition: all 0.35s ease;
}

.laboquest-why-card:hover {
    background: #1ea1f3;
}

.laboquest-why-number {
    position: absolute;
    top: 25px;
    right: 28px;
    color: #e5e8f1;
    font-size: 45px;
    line-height: 1;
    font-weight: 800;
    transition: color 0.35s ease;
}

.laboquest-why-card>i {
    display: block;
    margin-bottom: 25px;
    color: #5264c7;
    font-size: 30px;
    transition: color 0.35s ease;
}

.laboquest-why-card h4 {
    margin: 0 0 12px;
    color: #242640;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
  transition: color 0.35s ease;
  font-family: "Outfit", sans-serif
}

.laboquest-why-card p {
    margin: 0;
    color: #62687a;
    font-size: 13px;
    line-height: 1.75;
    transition: color 0.35s ease;
}

.laboquest-why-card:hover .laboquest-why-number {
    color: rgba(255, 255, 255, 0.08);
}

.laboquest-why-card:hover>i {
    color: #c7d0ff;
}

.laboquest-why-card:hover h4 {
    color: #ffffff;
}

.laboquest-why-card:hover p {
    color: #dfe3ff;
}

/*  QUALITY & RELIABILITY  */
.laboquest-quality-section {
   display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: self-start;
  gap: 25px;
  margin-top: 40px;
  padding: 40px 0;
}

.laboquest-quality-image {
    /* min-height: 500px; */
    overflow: hidden;
    padding-right: 35px;
}

.laboquest-quality-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
    border-radius: 12px;
}


.laboquest-quality-content {
    max-width: 680px;   
}

.laboquest-quality-content h3 {
    margin: 0 0 20px;
    color: #1e203f;
    font-size: 35px;
    line-height: 1.25;
    font-weight: 700;
}

.laboquest-quality-content>p {
    margin: 0 0 15px;
    color: #62687a;
    font-size: 14px;
    line-height: 1.8;
}

.laboquest-quality-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
    margin-top: 28px;
}

.laboquest-quality-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #34384e;
    font-size: 14px;
    line-height: 1.5;
}

.laboquest-quality-list i {
    color: #5264c7;
    font-size: 17px;
}

/*  INDUSTRY APPLICATIONS  */
.laboquest-applications-section {
    margin-top: 40px;
    padding: 40px 0;
    background: #ffffff;
}

.laboquest-applications-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #dfe3ed;
    border-left: 1px solid #dfe3ed;
}

.laboquest-application-item {
    min-height: 145px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    text-align: center;
    border-right: 1px solid #dfe3ed;
    border-bottom: 1px solid #dfe3ed;
    color: #34384e;
    transition: all 0.3s ease;
}

.laboquest-application-item i {
    color: #5264c7;
    font-size: 27px;
    transition: all 0.3s ease;
}

.laboquest-application-item span {
    font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #757575;
}

.laboquest-application-item:hover{
    background: #1ea1f3;
    color: #ffffff;
}

.laboquest-application-item:hover i {
    color: #c7d0ff;
    transform: translateY(-4px);
}

/*  TABLET  */
@media (max-width: 1199px) {
    .laboquest-about-grid {
        gap: 50px;
    }

    .laboquest-about-content h2 {
        font-size: 38px;
    }

    .laboquest-about-info-section {
        gap: 50px;
    }

    .laboquest-quality-section {
        gap: 45px;
    }

    .laboquest-customer-section {
        gap: 45px;
        padding: 60px;
    }
}

/*  TABLET - 991px  */
@media (max-width: 991px) {
    .laboquest-aboutus {
        padding: 75px 0;
    }

    .laboquest-container {
        width: 92%;
    }

    /* Intro */
    .laboquest-about-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .laboquest-about-image {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    .laboquest-about-content {
        max-width: 800px;
        margin: 0 auto;
    }

    /* Who We Are */
    .laboquest-about-info-section {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .laboquest-about-info-content {
        max-width: 800px;
    }

    .laboquest-about-info-image {
        height: 420px;
    }

    /* Offer */
    .laboquest-offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .laboquest-offer-card:nth-child(2) {
        border-right: 0;
    }

    .laboquest-offer-card:nth-child(-n + 2) {
        border-bottom: 1px solid #e2e5ed;
    }

    /* Mission */
    .laboquest-mission-section {
        grid-template-columns: 1fr;
    }

    /* Why */
    .laboquest-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Quality */
    .laboquest-quality-section {
        grid-template-columns: 1fr;
    }

    .laboquest-quality-image {
        min-height: 420px;
    }

    .laboquest-quality-content {
        max-width: 800px;
    }

    /* Applications */
    .laboquest-applications-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Customer */
    .laboquest-customer-section {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 55px;
    }

    /* Future */
    .laboquest-future-section {
        align-items: flex-start;
        padding: 55px;
    }

    /* Bottom */
    .laboquest-about-bottom {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* CTA */
    .laboquest-about-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

/*  MOBILE - 767px  */
@media (max-width: 767px) {
    .laboquest-aboutus {
        padding: 60px 0;
    }

    .laboquest-container {
        width: 92%;
    }

    /* Intro */
    .laboquest-about-image {
        padding-right: 20px;
    }

    .laboquest-about-image-main {
        height: 450px;
    }

    .laboquest-about-experience {
        width: 155px;
        min-height: 150px;
        padding: 20px;
        bottom: 25px;
    }

    .laboquest-experience-number {
        font-size: 40px;
    }

    .laboquest-about-content h2 {
        font-size: 32px;
    }

    .laboquest-about-content .laboquest-about-lead {
        font-size: 15px;
    }

    /* Common Headings */
    .laboquest-section-heading {
        margin-bottom: 40px;
    }

    .laboquest-section-heading h3,
    .laboquest-about-info-content h3,
    .laboquest-quality-content h3,
    .laboquest-customer-content h3,
    .laboquest-future-content h3 {
        font-size: 29px;
    }

    /* Features */
    .laboquest-about-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Sections */
    .laboquest-about-info-section,
    .laboquest-offer-section,
    .laboquest-why-section,
    .laboquest-quality-section,
    .laboquest-applications-section {
        margin-top: 75px;
    }

    .laboquest-about-info-section {
        padding-top: 60px;
    }

    /* Offer */
    .laboquest-offer-section,
    .laboquest-applications-section,
    .laboquest-why-section {
        padding: 60px 0;
    }

    .laboquest-offer-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-offer-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #e2e5ed;
    }

    .laboquest-offer-card:last-child {
        border-bottom: 0;
    }

    /* Mission */
    .laboquest-mission-section {
        margin-top: 70px;
    }

    .laboquest-mission-card {
        padding: 30px;
    }

    .laboquest-mission-card h3 {
        font-size: 23px;
    }

    /* Why */
    .laboquest-why-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-why-card {
        min-height: auto;
        padding: 30px;
    }

    /* Quality */
    .laboquest-quality-section {
        padding: 50px 0;
    }

    .laboquest-quality-image {
        min-height: 350px;
    }

    .laboquest-quality-list {
        grid-template-columns: 1fr;
    }

    /* Applications */
    .laboquest-applications-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .laboquest-application-item {
        min-height: 125px;
    }

    /* Customer */
    .laboquest-customer-section {
        margin-top: 75px;
        padding: 40px 25px;
    }

    .laboquest-customer-points {
        grid-template-columns: 1fr;
    }

    /* Future */
    .laboquest-future-section {
        margin-top: 75px;
        padding: 40px 25px;
        flex-direction: column;
    }

    .laboquest-future-icon {
        width: 90px;
        height: 90px;
        flex-basis: 90px;
        font-size: 35px;
    }

    /* Bottom */
    .laboquest-about-bottom {
        margin-top: 70px;
        padding-top: 55px;
    }

    .laboquest-about-bottom-content h3 {
        font-size: 27px;
    }

    .laboquest-about-points {
        grid-template-columns: 1fr;
    }

    /* CTA */
    .laboquest-about-cta {
        margin-top: 70px;
        padding: 40px 25px;
    }

    .laboquest-about-cta-content h3 {
        font-size: 26px;
    }

    .laboquest-about-cta-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .laboquest-about-cta-buttons .laboquest-about-btn {
        width: 100%;
    }
}

/*  SMALL MOBILE - 480px  */
@media (max-width: 480px) {
    .laboquest-about-image-main {
        height: 380px;
    }

    .laboquest-about-experience {
        right: 0;
        bottom: 20px;
    }

    .laboquest-about-content h2 {
        font-size: 28px;
    }

    .laboquest-about-info-content h3,
    .laboquest-section-heading h3,
    .laboquest-quality-content h3,
    .laboquest-customer-content h3,
    .laboquest-future-content h3 {
        font-size: 25px;
    }

    .laboquest-mission-card {
        padding: 25px;
    }

    .laboquest-applications-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-application-item {
        min-height: 105px;
    }

    .laboquest-about-bottom-content h3 {
        font-size: 24px;
    }

    .laboquest-about-cta-content h3 {
        font-size: 23px;
    }
}
/* -------------------------------------All Catalogs */
/* 
   LABOQUEST ALL CATALOGS
 */

.laboquest-allcatalogs {
    padding: 40px 0;
    overflow: hidden;
}

.laboquest-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


/* 
   HEADING
 */

.laboquest-catalog-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.laboquest-catalog-heading h2 {
    margin: 0 0 22px;
  max-width: 650px;
  color: #1e203f;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.laboquest-catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


/* 
   CATALOG CARD
 */

.laboquest-catalog-card {
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    position: relative;
}

.laboquest-catalog-image {
    position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 315px;
}

.laboquest-catalog-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
    max-width: 200px;
    max-height: 200px;
    margin: 35px auto 0 0;
}

/* Catalog Count */

.laboquest-catalog-count {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 8px 13px;
    border-radius: 8px;
    background: #1ea1f3;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}


/* Card Content */

.laboquest-catalog-card-content {
    padding: 0;
    position: absolute;
  bottom: 0;
  width: 100%;
}


/* Category Button */

.laboquest-category-toggle {
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    background: #f1f1f1;
    color: #1ea1f3;
    border-top: 1px solid #e1e1e1;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
}

.laboquest-category-toggle i {
    flex: 0 0 auto;
    font-size: 16px;
    transition: transform 0.35s ease;
}

.laboquest-category-toggle:hover {
    color: #5264c7;
}

.laboquest-category-toggle.active {
    background: #1ea1f3;
    color: #ffffff;
}

.laboquest-category-toggle.active i {
    transform: rotate(180deg);
}


/* 
   SUB CATALOG LIST
 */

.laboquest-subcatalog-list {
    max-height: 0;
    overflow: hidden;
    background: #f7f9fc;
    transition:
        max-height 0.45s ease,
        padding 0.45s ease;
}

.laboquest-catalog-card.open
.laboquest-subcatalog-list {
    max-height: 500px;
    padding: 8px 20px 15px;
}


.laboquest-subcatalog-item {
    width: 100%;
    min-height: 40px;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: 0;
    border-bottom: 1px solid #e0e4ed;
    background: transparent;
    color: #555b6e;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.laboquest-subcatalog-item:last-child {
    border-bottom: 0;
}

.laboquest-subcatalog-item i {
    color: #5264c7;
    font-size: 15px;
    transition: transform 0.3s ease;
}

.laboquest-subcatalog-item:hover {
    padding-left: 8px;
    color: #1ea1f3;
}

.laboquest-subcatalog-item:hover i {
    transform: translateX(4px);
}


/* 
   CATALOG MODAL
 */

.laboquest-catalog-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.laboquest-catalog-modal.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}


/* Overlay */

.laboquest-catalog-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 17, 42, 0.82);
    backdrop-filter: blur(4px);
}


/* Modal */

.laboquest-catalog-modal-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
    transform: translateY(20px);
    transition: transform 0.35s ease;
    border-radius: 15px;
}

.laboquest-catalog-modal.active
.laboquest-catalog-modal-container {
    transform: translateY(0);
}


/* Close */

.laboquest-catalog-modal-close {
    position: absolute;
    z-index: 10;

    top: 18px;
    right: 18px;

    width: 40px;
    height: 40px;

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

    border: 0;
    background: #ffffff;
    color: #1ea1f3;

    font-size: 16px;

    cursor: pointer;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;
}

.laboquest-catalog-modal-close:hover {
    background: #1ea1f3;
    color: #ffffff;
}


/* 
   MODAL HEADER
 */

.laboquest-catalog-modal-header {
    min-height: 95px;
    padding: 22px 75px 22px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #e2e5ed;
}

.laboquest-catalog-modal-header h3 {
    margin: 0;
    color: #1e203f;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.laboquest-catalog-modal-counter {
    color: #62687a;
    font-size: 13px;
    font-weight: 600;
}


/* 
   MODAL BODY
 */

.laboquest-catalog-modal-body {
    flex: 1;
    min-height: 0;
    display: grid;
   grid-template-columns: 1.4fr 0.6fr;
}


/* 
   PREVIEW SECTION
 */

.laboquest-catalog-preview {
    min-width: 0;
    padding: 25px 30px;

    display: flex;
    flex-direction: column;

    background: #f4f6fa;
}

.laboquest-catalog-preview-top {
    min-height: 40px;
    margin-bottom: 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.laboquest-preview-label {
    color: #62687a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* Download */

.laboquest-catalog-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    background: #1ea1f3;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.laboquest-catalog-download:hover {
    background: #5264c7;
    color: #ffffff;
}

.laboquest-catalog-download i {
    font-size: 14px;
}


/* PDF Frame */

.laboquest-catalog-frame {
    flex: 1;
    min-height: 0;

    background: #dfe3ed;
    overflow: hidden;
}

.laboquest-catalog-frame iframe {
    width: 100%;
    height: 100%;
    display: block;

    border: 0;
}


/* Navigation */

.laboquest-catalog-navigation {
    padding-top: 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.laboquest-catalog-navigation button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #d7dbe5;
    background: #ffffff;
    color: #1ea1f3;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.laboquest-catalog-navigation button:hover {
    background: #1ea1f3;
    border-color: #1ea1f3;
    color: #ffffff;
}

.laboquest-catalog-navigation button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


/* 
   SIDEBAR
 */

.laboquest-catalog-sidebar {
    min-width: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-left: 1px solid #e2e5ed;
}

.laboquest-catalog-sidebar-heading {
    margin-bottom: 20px;
}

.laboquest-catalog-sidebar-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #5264c7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.laboquest-catalog-sidebar-heading h4 {
    margin: 0;
    color: #1ea1f3;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}


/* Search */

.laboquest-catalog-search {
    position: relative;
    margin-bottom: 20px;
}

.laboquest-catalog-search i {
    position: absolute;
    left: 14px;
    top: 50%;
    color: #7a8092;
    font-size: 14px;
    transform: translateY(-50%);
}

.laboquest-catalog-search input {
    width: 100%;
    height: 43px;
    padding: 0 14px 0 40px;
    border: 1px solid #dfe3ed;
    outline: none;
    background: #f7f9fc;
    color: #1ea1f3;
    font-size: 12px;
    transition: border-color 0.3s ease;
}

.laboquest-catalog-search input:focus {
    border-color: #5264c7;
}


/* Catalog List */

.laboquest-modal-catalog-list {
    flex: 1;
    min-height: 0;

    overflow-y: auto;
    padding-right: 5px;
}

.laboquest-modal-catalog-list::-webkit-scrollbar {
    width: 4px;
}

.laboquest-modal-catalog-list::-webkit-scrollbar-thumb {
    background: #cdd2df;
}


/* List Item */

.laboquest-modal-catalog-item {
    width: 100%;
    min-height: 65px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-bottom: 1px solid #e5e8ef;
    background: #ffffff;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.laboquest-modal-catalog-item:hover {
    background: #f5f7fd;
}

.laboquest-modal-catalog-item.active {
    background: #eef1fb;
    border-left: 3px solid #5264c7;
}


.laboquest-modal-catalog-item-icon {
    flex: 0 0 35px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8ecff;
    color: #5264c7;
    font-size: 16px;
    border-radius: 8px;
}


.laboquest-modal-catalog-item-content {
    min-width: 0;
    flex: 1;
}

.laboquest-modal-catalog-item-content strong {
    display: block;
    margin-bottom: 3px;
    color: #555;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.laboquest-modal-catalog-item-content span {
    display: block;
    color: #858a9b;
    font-size: 12px;
    line-height: 1.4;
}

.laboquest-modal-catalog-item > i {
    flex: 0 0 auto;

    color: #8a8fa0;
    font-size: 12px;
}


/* 
   TABLET
 */

@media (max-width: 1100px) {

    .laboquest-catalog-grid {
        gap: 20px;
    }

    .laboquest-catalog-modal-body {
        grid-template-columns: 1.3fr 0.7fr;
    }

    .laboquest-catalog-sidebar {
        padding: 25px;
    }

}


/* 
   TABLET 991px
 */

@media (max-width: 991px) {

    .laboquest-allcatalogs {
        padding: 75px 0;
    }

    .laboquest-container {
        width: 92%;
    }

    .laboquest-catalog-heading h2 {
        font-size: 34px;
    }

    .laboquest-catalog-modal {
        padding: 20px;
    }

    .laboquest-catalog-modal-container {
        height: 94vh;
    }

    .laboquest-catalog-modal-body {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 260px;
    }

    .laboquest-catalog-sidebar {
        border-left: 0;
        border-top: 1px solid #e2e5ed;
    }

    .laboquest-modal-catalog-list {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px;
    }

    .laboquest-modal-catalog-item {
        min-width: 230px;
        border: 1px solid #e5e8ef;
    }

}


/* 
   MOBILE 767px
 */

@media (max-width: 767px) {

    .laboquest-allcatalogs {
        padding: 60px 0;
    }

    .laboquest-catalog-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-catalog-image {
        height: 240px;
    }

    .laboquest-catalog-heading {
        margin-bottom: 40px;
    }

    .laboquest-catalog-heading h2 {
        font-size: 29px;
    }

    .laboquest-catalog-heading p {
        font-size: 14px;
    }


    /* Modal */

    .laboquest-catalog-modal {
        padding: 0;
    }

    .laboquest-catalog-modal-container {
        width: 100%;
        height: 100vh;
    }

    .laboquest-catalog-modal-header {
        min-height: 80px;
        padding: 18px 60px 18px 20px;
    }

    .laboquest-catalog-modal-header h3 {
        font-size: 19px;
    }

    .laboquest-catalog-modal-counter {
        font-size: 11px;
    }


    .laboquest-catalog-modal-body {
        grid-template-rows: 1fr 235px;
    }


    .laboquest-catalog-preview {
        padding: 15px;
    }

    .laboquest-catalog-preview-top {
        margin-bottom: 10px;
    }

    .laboquest-preview-label {
        font-size: 9px;
    }

    .laboquest-catalog-download {
        padding: 9px 11px;
        font-size: 10px;
    }


    .laboquest-catalog-sidebar {
        padding: 18px 15px;
    }

    .laboquest-catalog-sidebar-heading {
        margin-bottom: 12px;
    }

    .laboquest-catalog-sidebar-heading h4 {
        font-size: 15px;
    }

    .laboquest-catalog-search {
        margin-bottom: 10px;
    }

    .laboquest-modal-catalog-item {
        min-width: 215px;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 480px) {

    .laboquest-catalog-image {
        height: 210px;
    }

    .laboquest-category-toggle {
        padding: 19px 20px;
        font-size: 16px;
    }

    .laboquest-subcatalog-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .laboquest-catalog-modal-body {
        grid-template-rows: 1fr 225px;
    }

    .laboquest-catalog-navigation button {
        padding: 8px 10px;
        font-size: 10px;
    }

    .laboquest-catalog-download {
        padding: 8px 10px;
    }

}
/* --------------------All product */

/* 
   LABOQUEST ALL PRODUCTS
 */

.laboquest-allproduct {
    padding: 40px 0;
    overflow: hidden;
}

.laboquest-allproduct .laboquest-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


/* 
   HEADING
 */

.laboquest-allproduct-heading {
    margin-bottom: 55px;
    text-align: center;
}

.laboquest-allproduct-heading-content {
    max-width: 760px;
    margin: 0 auto;
}

.laboquest-allproduct-heading h1 {
   margin: 0 0 22px;
  max-width: 650px;
  color: #1e203f;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.laboquest-allproduct-heading h1 span {
    color: #5264c7;
}

.laboquest-allproduct-heading p {
    margin: 0 auto;

    color: #707588;

    font-size: 15px;
    line-height: 1.8;
}


/* 
   PRODUCT TOOLBAR
 */

.laboquest-allproduct-toolbar {
    margin-bottom: 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}


/* Search */

.laboquest-product-search {
    position: relative;

    width: 100%;
    max-width: 500px;
}

.laboquest-product-search > i {
    position: absolute;
    left: 18px;
    top: 50%;

    color: #7c8294;
    font-size: 15px;

    transform: translateY(-50%);
}

.laboquest-product-search input {
    width: 100%;
    height: 40px;
    padding: 0 50px 0 48px;
    border: 1px solid #dfe3eb;
    outline: none;
    background: #f8f9fc;
    color: #252844;
    font-size: 13px;
    transition: all 0.3s ease;
    font-family: "Outfit", sans-serif;
    border-radius: 8px;
}

.laboquest-product-search input:focus {
    border-color: #5264c7;
    background: #ffffff;
}

.laboquest-product-search-clear {
    position: absolute;
    right: 8px;
    top: 50%;

    width: 35px;
    height: 35px;

    display: none;
    align-items: center;
    justify-content: center;

    border: 0;
    background: transparent;

    color: #7d8292;

    cursor: pointer;

    transform: translateY(-50%);
}

.laboquest-product-search-clear.active {
    display: flex;
}


/* Product Count */

.laboquest-product-result {
    display: flex;
    align-items: baseline;
    gap: 7px;

    white-space: nowrap;
}

.laboquest-product-result strong {
    color: #1ea1f3;
    font-size: 25px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.laboquest-product-result span {
    color: #7b8090;
    font-size: 12px;
}


/* 
   ALPHABET SECTION
 */

.laboquest-alphabet-section {
    padding: 30px;
    border-radius: 8px;
    background: #f5f7fb;
    border: 1px solid #e7eaf1;
}

.laboquest-alphabet-heading {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.laboquest-alphabet-heading > div span {
    display: block;
    margin-bottom: 6px;

    color: #5264c7;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.laboquest-alphabet-heading h2 {
    margin: 0;

    color: #252844;
    font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}


/* All Button */

.laboquest-alphabet-all {
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid #1ea1f3;
  background: #1ea1f3;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.laboquest-alphabet-all:hover,
.laboquest-alphabet-all.active {
    border-color: #1ea1f3;
  background: #1ea1f3;
    color: #ffffff;
}


/* Alphabet Buttons */

.laboquest-alphabet-list {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
    gap: 6px;
}

.laboquest-alphabet-list button {
    min-width: 34px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dde6;
    background: #ffffff;
    color: #53596c;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 4px;
}

.laboquest-alphabet-list button:hover,
.laboquest-alphabet-list button.active {
    border-color: #6d7e8e;
  background: #6d7e8e;
    color: #ffffff;
}


/* Disabled Letter */

.laboquest-alphabet-list button.disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.laboquest-alphabet-list button.disabled:hover {
    border-color: #d9dde6;
    background: #ffffff;
    color: #53596c;
}


/* 
   ACTIVE FILTER
 */

.laboquest-active-product-filter {
    min-height: 52px;
    margin: 30px 0;

    padding: 10px 17px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    background: #f8f9fc;
    border-left: 3px solid #5264c7;
}

.laboquest-active-product-filter > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.laboquest-active-product-filter span {
    color: #777d8e;
    font-size: 15px;
}

.laboquest-active-product-filter strong {
    color: #262756;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
}

.laboquest-active-product-filter button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: #5264c7;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
}

.laboquest-active-product-filter button:hover {
    color: #262756;
}


/* 
   PRODUCT GRID
 */

.laboquest-allproduct-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* 
   PRODUCT CARD
 */

.laboquest-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e5e8ef;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    border-radius: 15px;
}

.laboquest-product-card:hover {
    border-color: #d5d9e4;
    box-shadow: 0 15px 40px rgba(32, 40, 75, 0.09);
}


/* 
   PRODUCT IMAGE
 */

.laboquest-product-image {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #f5f7fa;
    border-radius: 15px 15px 0 0;
}

.laboquest-product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    transition: transform 0.5s ease;
}

.laboquest-product-card:hover
.laboquest-product-image img {
    transform: scale(1.05);
}


/* Category */

.laboquest-product-category {
    position: absolute;
    top: 15px;
    left: 15px;

    padding: 7px 10px;

    background: #262756;
    color: #ffffff;

    font-size: 9px;
    font-weight: 600;
}


/* Quick View */

.laboquest-product-quickview {
    position: absolute;
    top: 15px;
    right: 15px;

    width: 37px;
    height: 37px;

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

    border: 0;
    background: #ffffff;
    color: #262756;

    font-size: 14px;

    cursor: pointer;

    opacity: 0;

    transform: translateY(-8px);

    transition: all 0.3s ease;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.laboquest-product-card:hover
.laboquest-product-quickview {
    opacity: 1;
    transform: translateY(0);
}

.laboquest-product-quickview:hover {
    background: #5264c7;
    color: #ffffff;
}


/* 
   PRODUCT CONTENT
 */

.laboquest-product-content {
    padding: 22px;

    display: flex;
    flex-direction: column;

    flex: 1;
}

.laboquest-product-code {
    display: block;
    margin-bottom: 8px;
    color: #5264c7;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.laboquest-product-content h3 {
    /* min-height: 44px; */
    margin: 0 0 10px;
    color: #262756;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

.laboquest-product-content p {
    min-height: 62px;
    margin: 0 0 18px;
    color: #777d8e; 
    font-size: 11px;
    line-height: 1.7;
}


/* 
   SPECIFICATIONS
 */

.laboquest-product-specifications {
    padding: 13px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    border-top: 1px solid #eceef3;
    border-bottom: 1px solid #eceef3;
}

.laboquest-product-specifications span {
    color: #707689;
    font-size: 10px;
}

.laboquest-product-specifications strong {
    color: #35394e;
    font-weight: 600;
}


/* 
   PRODUCT ACTIONS
 */

.laboquest-product-actions {
    margin-top: auto;
    padding-top: 18px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.laboquest-product-actions a {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
     font-family: "Outfit", sans-serif;
}

.laboquest-getquote-btn {
    background: #1ea1f3;
    color: #ffffff;
}

.laboquest-getquote-btn:hover {
    background: #36b3b5;
    color: #ffffff;
}

.laboquest-catalog-btn {
    border: 1px solid #36b3b5;
  background: #ffffff;
  color: #37b4b6;
}

.laboquest-catalog-btn:hover {
    border-color: #37b4b6;
  background: #37b4b6;
    color: #ffffff;
}


/* 
   HIDDEN PRODUCT
 */

.laboquest-product-card.laboquest-product-hidden {
    display: none;
}


/* 
   NO PRODUCTS
 */

.laboquest-no-products {
    display: none;

    padding: 70px 20px;

    text-align: center;
}

.laboquest-no-products.active {
    display: block;
}

.laboquest-no-products-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 20px;

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

    background: #f1f3fa;
    color: #5264c7;

    font-size: 20px;
}

.laboquest-no-products h3 {
    margin: 0 0 10px;

    color: #262756;

    font-size: 20px;
}

.laboquest-no-products p {
    max-width: 450px;
    margin: 0 auto 20px;

    color: #777d8e;

    font-size: 12px;
    line-height: 1.7;
}

.laboquest-no-products button {
    height: 40px;
    padding: 0 18px;

    border: 0;
    background: #262756;
    color: #ffffff;

    font-size: 11px;
    font-weight: 600;

    cursor: pointer;
}


/* 
   LOAD MORE
 */

.laboquest-load-more-wrapper {
    margin-top: 45px;

    display: flex;
    justify-content: center;
}

.laboquest-load-more {
    min-width: 190px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #1ea1f3;
  background: #ffffff;
  color: #1ea1f3;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.laboquest-load-more:hover {
    background: #262756;
    color: #ffffff;
}

.laboquest-load-more.hidden {
    display: none;
}


/* 
   TABLET
 */

@media (max-width: 1199px) {

    .laboquest-allproduct-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .laboquest-alphabet-list {
        grid-template-columns: repeat(13, 1fr);
    }

}


/* 
   TABLET
 */

@media (max-width: 991px) {

    .laboquest-allproduct {
        padding: 75px 0;
    }

    .laboquest-allproduct .laboquest-container {
        width: 92%;
    }

    .laboquest-allproduct-heading h1 {
        font-size: 36px;
    }

    .laboquest-allproduct-toolbar {
        align-items: flex-end;
    }

    .laboquest-allproduct-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .laboquest-alphabet-list {
        grid-template-columns: repeat(13, 1fr);
    }

}


/* 
   MOBILE
 */

@media (max-width: 767px) {

    .laboquest-allproduct {
        padding: 60px 0;
    }

    .laboquest-allproduct-heading {
        margin-bottom: 40px;
    }

    .laboquest-allproduct-heading h1 {
        font-size: 30px;
    }

    .laboquest-allproduct-heading p {
        font-size: 13px;
    }


    .laboquest-allproduct-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .laboquest-product-search {
        max-width: none;
    }

    .laboquest-product-result {
        justify-content: flex-end;
    }


    .laboquest-alphabet-section {
        padding: 20px;
    }

    .laboquest-alphabet-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .laboquest-alphabet-list {
        grid-template-columns: repeat(9, 1fr);
        gap: 5px;
    }

    .laboquest-alphabet-list button {
        min-width: 0;
        height: 35px;
    }


    .laboquest-active-product-filter {
        align-items: flex-start;
        flex-direction: column;
    }


    .laboquest-allproduct-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .laboquest-product-image {
        height: 210px;
    }

    .laboquest-product-content {
        padding: 17px;
    }

    .laboquest-product-content h3 {
        font-size: 14px;
    }

    .laboquest-product-content p {
        font-size: 10px;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 575px) {

    .laboquest-allproduct-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-product-image {
        height: 250px;
    }

    .laboquest-product-quickview {
        opacity: 1;
        transform: none;
    }

    .laboquest-alphabet-list {
        grid-template-columns: repeat(7, 1fr);
    }

    .laboquest-alphabet-heading h2 {
        font-size: 17px;
    }

}


/* 
   EXTRA SMALL
 */

@media (max-width: 380px) {

    .laboquest-alphabet-list {
        grid-template-columns: repeat(6, 1fr);
    }

}
/* --------------------------Section */

/* 
   LABOQUEST ALL CATEGORIES
 */

.laboquest-allcategoriessection {
    padding: 40px 0;
    overflow: hidden;
}

.laboquest-allcategoriessection .laboquest-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


.laboquest-allcategories-heading {
    margin-bottom: 55px;
    text-align: center;
}

.laboquest-allcategories-heading-content {
    max-width: 760px;
    margin: 0 auto;
}

.laboquest-allcategories-heading-content > span {
    display: inline-block;
    margin-bottom: 14px;

    color: #5264c7;

    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2px;
}

.laboquest-allcategories-heading h2 {
    margin: 0 0 22px;
  max-width: 650px;
  color: #1e203f;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}


/* 
   CATEGORY GRID
 */

.laboquest-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* 
   CATEGORY CARD
 */

.laboquest-category-card-section {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e4e7ee;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    border-radius: 15px;
}

.laboquest-category-card-section:hover {
    border-color: #d3d7e4;
    box-shadow: 0 18px 45px rgba(36, 43, 79, 0.10);
}


/* 
   CATEGORY IMAGE
 */

.laboquest-category-image-category {
    position: relative;

    height: 225px;

    overflow: hidden;

    background: #f0f2f6;
}

.laboquest-category-image-category img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
    max-width: 150px;
  max-height: 150px;
  margin: 30px auto;
}


/* Image Overlay */

.laboquest-category-image-category::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        to top,
        rgba(27, 31, 62, 0.45),
        transparent 50%
    ); */

    pointer-events: none;
}

/* 
   CATEGORY CONTENT
 */

.laboquest-category-content {
    padding: 23px;

    display: flex;
    flex-direction: column;

    flex: 1;
}


/* Top Row */

.laboquest-category-top {
    margin-bottom: 11px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.laboquest-category-label {
    color: #5264c7;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.laboquest-category-count {
    color: #8a8f9e;
  font-size: 13px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}


/* Category Name */
.laboquest-category-content-cate{
    padding: 20px;
}

.laboquest-category-content-cate h3 {
   margin: 0 0 11px;
  color: #252844;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}


/* Description */

.laboquest-category-content-cate p {
    min-height: 72px;

    margin: 0 0 20px;

    color: #777c8d;

    font-size: 11px;
    line-height: 1.75;
}


/* 
   VIEW CATEGORY BUTTON
 */

.laboquest-view-category {
    height: 40px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 1px solid #1ea1f3;
    color: #1ea1f3;
    text-decoration: none;
    font-size: 13px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.laboquest-view-category i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.laboquest-view-category:hover {
    border: 1px solid #677888;
    background: #677888;
    color: #ffffff;
}

.laboquest-view-category:hover i {
    transform: translateX(4px);
}

/* 
   BOTTOM CTA
 */

.laboquest-allcategories-bottom {
    margin-top: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.laboquest-allcategories-bottom p {
    margin: 0;
    color: #74798a;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
}

.laboquest-allcategories-bottom a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5264c7;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

.laboquest-allcategories-bottom a i {
    transition: transform 0.3s ease;
}

.laboquest-allcategories-bottom a:hover {
    color: #262756;
}

.laboquest-allcategories-bottom a:hover i {
    transform: translateX(4px);
}


/* 
   TABLET
 */

@media (max-width: 1199px) {

    .laboquest-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* 
   TABLET
 */

@media (max-width: 991px) {

    .laboquest-allcategoriessection {
        padding: 75px 0;
    }

    .laboquest-allcategoriessection .laboquest-container {
        width: 92%;
    }

    .laboquest-allcategories-heading h2 {
        font-size: 34px;
    }

    .laboquest-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* 
   MOBILE
 */

@media (max-width: 767px) {

    .laboquest-allcategoriessection {
        padding: 60px 0;
    }

    .laboquest-allcategories-heading {
        margin-bottom: 40px;
    }

    .laboquest-allcategories-heading h2 {
        font-size: 29px;
    }

    .laboquest-allcategories-heading p {
        font-size: 13px;
    }

    .laboquest-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .laboquest-category-image-category {
        height: 190px;
    }

    .laboquest-category-content-cate {
        padding: 17px;
    }

    .laboquest-category-content-cate h3 {
        font-size: 14px;
    }

    .laboquest-category-content-cate p {
        min-height: 75px;
        font-size: 10px;
    }

    .laboquest-allcategories-bottom {
        flex-direction: column;
        gap: 8px;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 575px) {

    .laboquest-category-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-category-image-category {
        height: 230px;
    }

    .laboquest-category-content {
        padding: 20px;
    }

    .laboquest-category-content h3 {
        font-size: 16px;
    }

    .laboquest-category-content p {
        min-height: auto;
        font-size: 11px;
    }

}


/* 
   EXTRA SMALL
 */

@media (max-width: 380px) {
    .laboquest-allcategories-heading h2 {
        font-size: 26px;
    }

}
/* -----------------------------------Category page */

/* 
   LABOQUEST CATEGORY PAGE
 */

.laboquest-category {
    padding: 40px 0 110px;
}

.laboquest-category .laboquest-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


/* 
   PAGE HEADER
 */

.laboquest-category-header {
    margin-bottom: 55px;
    /* justify-content: center; */
}

.laboquest-category-header-content {
    max-width: 850px;
}

.laboquest-category-eyebrow {
    display: block;
    margin-bottom: 12px;

    color: #5264c7;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.laboquest-category-header h1 {
    margin: 0 0 0;
  max-width: 650px;
  color: #1e203f;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

/* 
   CATEGORY LAYOUT
 */

.laboquest-category-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 35px;

    align-items: start;
}


/* 
   FILTER SIDEBAR
 */

.laboquest-category-filter {
    position: sticky;
    top: 25px;
    padding: 22px;
    background: #f7f8fb;
    border: 1px solid #e4e7ee;
    z-index: 10;
    border-radius: 15px;
}

.laboquest-filter-header {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e4eb;
}
.laboquest-filter-header h2 {
    margin: 0;
  color: #292c49;
  font-size: 20px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.laboquest-filter-header button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #5264c7;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
}


/* 
   FILTER GROUP
 */

.laboquest-filter-group {
    padding: 22px 0;

    border-bottom: 1px solid #e1e4eb;
}

.laboquest-filter-group:last-child {
    border-bottom: 0;
}

.laboquest-filter-group > label {
    display: block;
    margin-bottom: 10px;
    color: #35394f;
    font-size: 15px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

.laboquest-filter-group-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1ea1f3;
    font-size: 18px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

.laboquest-filter-group-title i {
    color: #777d8e;
    font-size: 11px;
}


/* 
   SEARCH
 */

.laboquest-filter-search {
    position: relative;
}

.laboquest-filter-search i {
    position: absolute;
    left: 12px;
    top: 50%;

    color: #818697;

    font-size: 12px;

    transform: translateY(-50%);
}

.laboquest-filter-search input {
    width: 100%;
    height: 40px;
    padding: 0 12px 0 35px;
    border: 1px solid #dfe2e9;
    outline: none;
    background: #ffffff;
    color: #30344d;
    font-size: 12px;
    border-radius: 8px;
}

.laboquest-filter-search input:focus {
    border-color: #5264c7;
}


/* 
   SUB CATEGORY
 */

.laboquest-subcategory-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.laboquest-subcategory-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #676d7e;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.25s ease;
    font-family: "Outfit", sans-serif;
}

.laboquest-subcategory-list a span {
    color: #9a9eaa;
    font-size: 12px;
}

.laboquest-subcategory-list a:hover {
    color: #5264c7;
}


/* 
   CHECKBOX
 */

.laboquest-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.laboquest-checkbox-list label {
    position: relative;

    display: flex;
    align-items: center;
    gap: 9px;

    cursor: pointer;
}

.laboquest-checkbox-list input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}

.laboquest-custom-checkbox {
    width: 15px;
    height: 15px;

    flex: 0 0 15px;

    border: 1px solid #cdd1db;
    background: #ffffff;

    transition: all 0.2s ease;
}

.laboquest-checkbox-list input:checked
+ .laboquest-custom-checkbox {
    border-color: #5264c7;
    background: #5264c7;

    box-shadow:
        inset 0 0 0 3px #ffffff;
}

.laboquest-filter-label {
    color: #6f7484;
    font-size: 14px;
     font-family: "Outfit", sans-serif;
}


/* 
   PRODUCT TOOLBAR
 */

.laboquest-products-toolbar {
    min-height: 50px;
    margin-bottom: 15px;

    padding-bottom: 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #e4e7ed;
}

.laboquest-products-toolbar-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.laboquest-products-found {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-family: "Outfit", sans-serif;
  align-items: center;
}

.laboquest-products-found strong {
    color: #272a47;
    font-size: 22px;
}

.laboquest-products-found span {
    color: #7c8190;
    font-size: 16px;
}


/* 
   SORT
 */

.laboquest-sort-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.laboquest-sort-box label {
    color: #777c8c;
    font-size: 13px;
}

.laboquest-sort-box select {
    height: 36px;
    padding: 0 28px 0 10px;
    border: 1px solid #dfe2e9;
    outline: none;
    background: #ffffff;
    color: #4a4e61;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px; 
}


/* 
   MOBILE FILTER BUTTON
 */

.laboquest-mobile-filter-btn {
    display: none;

    height: 36px;

    padding: 0 13px;

    border: 1px solid #dfe2e9;
    background: #ffffff;

    color: #363a50;

    font-size: 10px;

    cursor: pointer;
}


/* 
   ACTIVE FILTERS
 */

.laboquest-active-filters {
    min-height: 0;
    margin-bottom: 18px;

    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.laboquest-active-filter {
    height: 27px;

    padding: 0 9px;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    background: #f0f2fa;
    color: #5264c7;

    font-size: 9px;
    font-weight: 600;
}

.laboquest-active-filter button {
    width: 15px;
    height: 15px;

    padding: 0;

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

    border: 0;
    background: transparent;

    color: #5264c7;

    cursor: pointer;
}


/* 
   PRODUCT GRID
 */

.laboquest-category-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}


/* 
   PRODUCT CARD
 */

.laboquest-category-product-card {
    min-width: 0;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e3e6ed;

    border-radius: 15px;

    transition:
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.laboquest-category-product-card:hover {
    border-color: #d3d7e1;

    box-shadow: 0 15px 35px rgba(39, 43, 76, 0.08);
}


/* 
   PRODUCT IMAGE
 */

.laboquest-category-product-image {
    position: relative;

    height: 245px;

    overflow: hidden;

    background: #f5f6f9;
}

.laboquest-category-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.35s ease;
    max-width: 150px;
    min-height: 150px;
    margin: auto;
}

.laboquest-category-product-card:hover
.laboquest-category-product-image img {
    transform: scale(1.04);
}


/* Badge */

.laboquest-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;

    padding: 6px 9px;

    border-radius: 3px;

    background: #5264c7;
    color: #ffffff;

    font-size: 8px;
    font-weight: 600;
}


/* 
   COMPARE BUTTON
 */

.laboquest-compare-button {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e1e4eb;
    border-radius: 6px;
    background: #ffffff;
    color: #383c52;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 5px 18px rgba(32, 38, 69, 0.08);
    transition: all 0.25s ease;
    font-family: "Outfit", sans-serif;
}

.laboquest-compare-button i {
    font-size: 12px;
}

.laboquest-compare-button:hover,
.laboquest-compare-button.selected {
    border-color: #1ea1f3;
  background: #1ea1f3;
    color: #ffffff;
}


/* 
   PRODUCT CONTENT
 */

.laboquest-category-product-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.laboquest-category-product-code { 
    display: block; 
    margin-bottom: 7px; 
    color: #1ea1f3;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Outfit", sans-serif;
 }
.laboquest-category-product-content h3 a{
    margin: 0 0 90;
    color: #272a47;
    font-size: 20px;
    line-height: 0;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
/* 
   CARD SPECIFICATIONS
 */

.laboquest-card-specifications {
    margin-bottom: 18px;

    padding: 13px 0;

    display: flex;
    flex-direction: column;
    gap: 8px;

    border-top: 1px solid #eceef3;
    border-bottom: 1px solid #eceef3;
}

.laboquest-card-specifications div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.laboquest-card-specifications span {
    color: #818696;
    font-size: 13px;
    font-family: "Outfit", sans-serif;
}

.laboquest-card-specifications strong {
    color: #44485c;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
}


/* 
   PRODUCT ACTIONS
 */

.laboquest-category-product-actions {
    margin-top: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.laboquest-getquote-button,
.laboquest-catalog-button {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.laboquest-getquote-button {
    border: 1px solid #1ea1f3;
  background: #1ea1f3;
    color: #ffffff;
}

.laboquest-getquote-button:hover {
    border-color: #6d7e8e;
    background: #6d7e8e;
    color: #ffffff;
}

.laboquest-catalog-button {
    border: 1px solid #6d7e8e;
    background: #ffffff;
    color: #6d7e8e;
}

.laboquest-catalog-button:hover {
    border-color: #6d7e8e;
    background: #6d7e8e;
    color: #ffffff;
}


/* 
   HIDDEN PRODUCTS
 */

.laboquest-category-product-card.filtered-out {
    display: none;
}


/* 
   NO PRODUCTS
 */

.laboquest-category-no-products {
    display: none;

    padding: 70px 20px;

    text-align: center;
}

.laboquest-category-no-products.active {
    display: block;
}

.laboquest-category-no-products > div {
    width: 55px;
    height: 55px;

    margin: 0 auto 18px;

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

    border-radius: 50%;

    background: #f0f2fa;
    color: #5264c7;

    font-size: 18px;
}

.laboquest-category-no-products h3 {
    margin: 0 0 8px;

    color: #292c49;

    font-size: 18px;
}

.laboquest-category-no-products p {
    margin: 0 0 18px;

    color: #7b8090;

    font-size: 11px;
}

.laboquest-category-no-products button {
    height: 38px;

    padding: 0 16px;

    border: 0;
    border-radius: 4px;

    background: #272a47;
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;

    cursor: pointer;
}


/* 
   COMPARE OFFCANVAS
 */

.laboquest-compare-offcanvas {
    position: fixed;
    top: 0;
    left: 0;

    width: 430px;
    max-width: 92vw;
    height: 100vh;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    z-index: 10001;

    box-shadow: 12px 0 40px rgba(24, 29, 56, 0.18);

    transform: translateX(-105%);

    transition: transform 0.4s ease;
}

.laboquest-compare-offcanvas.active {
    transform: translateX(0);
}


/* Compare Header */

.laboquest-compare-header {
    min-height: 85px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e9ef;
}

.laboquest-compare-header h2 {
    margin: 0;
    color: #292c49;
    font-size: 21px;
  font-family: "Outfit", sans-serif;
}

.laboquest-compare-header button {
    width: 35px;
    height: 35px;

    border: 1px solid #e2e5ec;
    border-radius: 5px;

    background: #ffffff;
    color: #44485a;

    cursor: pointer;
}


/* Compare Body */

.laboquest-compare-body {
    padding: 20px;

    overflow-y: auto;

    flex: 1;
}


/* Empty */

.laboquest-compare-empty {
    padding: 45px 15px;

    text-align: center;
}

.laboquest-compare-empty-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 17px;

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

    border-radius: 50%;

    background: #f0f2fa;
    color: #5264c7;

    font-size: 19px;
}

.laboquest-compare-empty h3 {
    margin: 0 0 8px;
    color: #292c49;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
}

.laboquest-compare-empty p {
    margin: 0;
    color: #7d8291;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 1.7;
}


/* Compare Product */

.laboquest-compare-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.laboquest-compare-item {
    position: relative;

    padding: 12px;

    display: grid;
    grid-template-columns: 75px 1fr 30px;
    gap: 12px;
    align-items: center;

    border: 1px solid #e3e6ed;
    border-radius: 10px;

    background: #ffffff;
}

.laboquest-compare-item-image {
    width: 75px;
    height: 70px;

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

    background: #f5f6f9;

    border-radius: 6px;

    overflow: hidden;
}

.laboquest-compare-item-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.laboquest-compare-item-content span {
    display: block;
    margin-bottom: 5px;
    color: #5264c7;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Outfit", sans-serif;
}

.laboquest-compare-item-content h4 {
    margin: 0 0 5px;
    color: #292c49;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Outfit", sans-serif;
}

.laboquest-compare-item-content p {
    margin: 0;
    color: #858998;
    font-size: 11px;
}

.laboquest-remove-compare {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background: #f5f6f8;
    color: #777c8b;
    cursor: pointer;
}

.laboquest-remove-compare:hover {
    background: #f0e9eb;
    color: #b34e5c;
}


/* Compare Footer */

.laboquest-compare-footer {
    padding: 18px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    border-top: 1px solid #e6e8ee;

    background: #ffffff;
}

.laboquest-compare-selected {
    display: flex;
    flex-direction: column;
}

.laboquest-compare-selected strong {
    color: #292c49;
    font-size: 20px;
    font-family: "Outfit", sans-serif;
}

.laboquest-compare-selected span {
    color: #818695;
    font-size: 11px;
}

.laboquest-compare-footer > button {
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 8px;
    background: #1ea1f3;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
}

.laboquest-compare-footer > button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


/* Backdrop */

.laboquest-compare-backdrop {
    position: fixed;
    inset: 0;

    z-index: 10000;

    background: rgba(22, 26, 48, 0.45);

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}

.laboquest-compare-backdrop.active {
    opacity: 1;
    visibility: visible;
}


/* 
   QUOTE MODAL
 */

.laboquest-quote-modal {
    position: fixed;
    inset: 0;

    z-index: 10005;

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

    padding: 25px;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}

.laboquest-quote-modal.active {
    opacity: 1;
    visibility: visible;
}

.laboquest-quote-modal-overlay {
    position: absolute;
    inset: 0;

    background: rgba(23, 27, 51, 0.65);
}

.laboquest-quote-modal-dialog {
    position: relative;

    width: 100%;
    max-width: 900px;
    max-height: 90vh;

    overflow-y: auto;

    border-radius: 15px;

    background: #ffffff;

    box-shadow: 0 30px 80px rgba(20, 24, 50, 0.25);

    transform: translateY(25px);

    transition: transform 0.35s ease;
}

.laboquest-quote-modal.active
.laboquest-quote-modal-dialog {
    transform: translateY(0);
}

.laboquest-quote-close {
    position: absolute;
    top: 15px;
    right: 15px;

    z-index: 2;

    width: 35px;
    height: 35px;

    border: 1px solid #e0e3e9;
    border-radius: 50%;

    background: #ffffff;
    color: #41455a;

    cursor: pointer;
}


/* Quote Grid */

.laboquest-quote-modal-grid {
    display: grid;
    grid-template-columns: 40% 60%;
}


/* Product */

.laboquest-quote-product {
    padding: 40px 30px;

    background: #f5f6fa;
}

.laboquest-quote-product-image {
    height: 230px;

    margin-bottom: 22px;

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

    background: #ffffff;

    border-radius: 10px;

    overflow: hidden;
}

.laboquest-quote-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.laboquest-quote-product > span {
    color: #5264c7;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}

.laboquest-quote-product h2 {
    margin: 8px 0 10px;

    color: #292c49;

    font-size: 21px;
    line-height: 1.35;
}

.laboquest-quote-product p {
    margin: 0;

    color: #767b8c;

    font-size: 10px;
    line-height: 1.7;
}


/* Form */

.laboquest-quote-form-wrapper {
    padding: 40px;
}

.laboquest-quote-form-wrapper > span {
    color: #5264c7;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.laboquest-quote-form-wrapper h3 {
    margin: 8px 0 8px;

    color: #292c49;

    font-size: 25px;
}

.laboquest-quote-form-wrapper > p {
    margin: 0 0 25px;

    color: #777c8c;

    font-size: 11px;
    line-height: 1.7;
}

.laboquest-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.laboquest-form-field {
    margin-bottom: 15px;
}

.laboquest-form-field label {
    display: block;
    margin-bottom: 7px;

    color: #44485a;

    font-size: 9px;
    font-weight: 600;
}

.laboquest-form-field input,
.laboquest-form-field textarea {
    width: 100%;

    padding: 0 12px;

    border: 1px solid #dfe2e8;
    border-radius: 5px;

    outline: none;

    background: #ffffff;
    color: #30344b;

    font-family: inherit;
    font-size: 10px;
}

.laboquest-form-field input {
    height: 40px;
}

.laboquest-form-field textarea {
    padding-top: 11px;
    padding-bottom: 11px;

    resize: vertical;
}

.laboquest-form-field input:focus,
.laboquest-form-field textarea:focus {
    border-color: #5264c7;
}

.laboquest-submit-quote {
    width: 100%;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    border: 0;
    border-radius: 5px;

    background: #292c49;
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;

    cursor: pointer;

    transition: background 0.25s ease;
}

.laboquest-submit-quote:hover {
    background: #5264c7;
}


/* 
   COMPARE TABLE MODAL
 */

.laboquest-compare-modal {
    position: fixed;
    inset: 0;

    z-index: 10010;

    padding: 25px;

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

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}

.laboquest-compare-modal.active {
    opacity: 1;
    visibility: visible;
}

.laboquest-compare-modal-overlay {
    position: absolute;
    inset: 0;

    background: rgba(22, 26, 48, 0.7);
}

.laboquest-compare-modal-dialog {
    position: relative;

    width: 100%;
    max-width: 1100px;
    max-height: 90vh;

    overflow: hidden;

    border-radius: 15px;

    background: #ffffff;

    box-shadow: 0 30px 80px rgba(20, 24, 50, 0.3);
}

.laboquest-compare-modal-header {
    padding: 22px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #e5e8ee;
}

.laboquest-compare-modal-header span {
    color: #5264c7;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.laboquest-compare-modal-header h2 {
    margin: 6px 0 0;

    color: #292c49;

    font-size: 21px;
}

.laboquest-compare-modal-header button {
    width: 35px;
    height: 35px;

    border: 1px solid #e1e4ea;
    border-radius: 5px;

    background: #ffffff;
    color: #45495b;

    cursor: pointer;
}

.laboquest-comparison-table-wrapper {
    max-height: calc(90vh - 90px);

    overflow: auto;
}

.laboquest-comparison-table {
    width: 100%;

    border-collapse: collapse;

    min-width: 700px;
}

.laboquest-comparison-table th,
.laboquest-comparison-table td {
    padding: 17px;

    border-right: 1px solid #e5e8ee;
    border-bottom: 1px solid #e5e8ee;

    text-align: left;
}

.laboquest-comparison-table th {
    width: 180px;

    background: #f7f8fb;

    color: #4a4e60;

    font-size: 10px;
    font-weight: 700;
}

.laboquest-comparison-table td {
    color: #666b7c;

    font-size: 10px;
}

.laboquest-comparison-product {
    min-width: 170px;
}

.laboquest-comparison-product-image {
    height: 120px;

    margin-bottom: 12px;

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

    background: #f6f7f9;

    border-radius: 8px;

    overflow: hidden;
}

.laboquest-comparison-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.laboquest-comparison-product h3 {
    margin: 0;

    color: #292c49;

    font-size: 12px;
    line-height: 1.4;
}


/* 
   MOBILE FILTER OVERLAY
 */

.laboquest-filter-overlay {
    position: fixed;
    inset: 0;

    z-index: 9998;

    background: rgba(20, 24, 48, 0.5);

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}

.laboquest-filter-overlay.active {
    opacity: 1;
    visibility: visible;
}


/* 
   TABLET
 */

@media (max-width: 1199px) {

    .laboquest-category-layout {
        grid-template-columns: 235px minmax(0, 1fr);
        gap: 25px;
    }

    .laboquest-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* 
   TABLET
 */

@media (max-width: 991px) {

    .laboquest-category {
        padding: 70px 0 90px;
    }

    .laboquest-category .laboquest-container {
        width: 92%;
    }

    .laboquest-category-header h1 {
        font-size: 36px;
    }

    .laboquest-category-layout {
        display: block;
    }

    .laboquest-category-filter {
        position: fixed;

        top: 0;
        left: 0;

        width: 310px;
        max-width: 88vw;
        height: 100vh;

        overflow-y: auto;

        z-index: 9999;

        transform: translateX(-105%);

        transition: transform 0.35s ease;
    }

    .laboquest-category-filter.mobile-active {
        transform: translateX(0);
    }

    .laboquest-mobile-filter-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

}


/* 
   MOBILE
 */

@media (max-width: 767px) {

    .laboquest-category {
        padding: 55px 0 70px;
    }

    .laboquest-category-header {
        margin-bottom: 35px;
    }

    .laboquest-category-header h1 {
        font-size: 30px;
    }

    .laboquest-category-header p {
        font-size: 12px;
    }

    .laboquest-products-toolbar {
        align-items: flex-end;
    }

    .laboquest-sort-box label {
        display: none;
    }

    .laboquest-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .laboquest-category-product-image {
        height: 205px;
    }

    .laboquest-category-product-content {
        padding: 16px;
    }

    .laboquest-category-product-content h3 {
        font-size: 14px;
    }

    .laboquest-category-product-content > p {
        min-height: 65px;

        font-size: 9px;
    }

    .laboquest-card-specifications span,
    .laboquest-card-specifications strong {
        font-size: 8px;
    }

    .laboquest-category-product-actions {
        grid-template-columns: 1fr;
    }

    .laboquest-quote-modal-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-quote-product {
        padding: 25px;
    }

    .laboquest-quote-product-image {
        height: 180px;
    }

    .laboquest-quote-form-wrapper {
        padding: 25px;
    }

}


/* 
   SMALL MOBILE
 */

@media (max-width: 575px) {

    .laboquest-category-product-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-category-product-image {
        height: 245px;
    }

    .laboquest-category-product-content {
        padding: 20px;
    }

    .laboquest-category-product-actions {
        grid-template-columns: 1fr 1fr;
    }

    .laboquest-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .laboquest-compare-offcanvas {
        width: 100%;
        max-width: 100%;
    }

    .laboquest-compare-footer {
        padding: 15px;
    }

    .laboquest-compare-modal {
        padding: 10px;
    }

}
/* ------------------------Description page */

.laboquest-description {
    padding: 40px 0 90px;
    background: #ffffff;
}

.laboquest-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


/* PRODUCT TOP */

.laboquest-product-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: start;
}


/* GALLERY */

.laboquest-product-gallery {
    position: sticky;
    top: 30px;
}

.laboquest-main-image-wrapper {
    position: relative;
    background: #f5f8fb;
    border: 1px solid #e5ebf2;
    overflow: hidden;
    border-radius: 15px;
}

.laboquest-main-image {
    position: relative;
    height: 570px;
    overflow: hidden;
    cursor: crosshair;
}

.laboquest-main-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.laboquest-image-lens {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid #ffffff;
    background-repeat: no-repeat;
    pointer-events: none;
    display: none;
    z-index: 5;
}

.laboquest-gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    background: #ffffff;
    color:#34b3b5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    transition: all .25s ease;
}

.laboquest-gallery-btn:hover {
    background:#34b3b5;
    color: #ffffff;
}

.laboquest-gallery-prev {
    left: 18px;
}

.laboquest-gallery-next {
    right: 18px;
}

.laboquest-image-zoom {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.65);
    color: #ffffff;
    padding: 9px 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    pointer-events: none;
}


/* THUMBNAILS */

.laboquest-thumbnails-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.laboquest-thumbnails {
    display: flex;
    gap: 12px;
    overflow: hidden;
    flex: 1;
}

.laboquest-thumbnail {
    min-width: 92px;
    width: 92px;
    height: 92px;
    padding: 5px;
    border: 2px solid #e1e7ed;
    background: #ffffff;
    cursor: pointer;
    transition: border-color .25s ease;
    border-radius: 8px;
}

.laboquest-thumbnail:hover,
.laboquest-thumbnail.active {
    border-color: #3bb5b7;
}

.laboquest-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.laboquest-thumb-nav {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 1px solid #dce4ec;
    background: #ffffff;
    cursor: pointer;
    color: #1ea1f3;
    border-radius: 4px;
}


/* PRODUCT INFORMATION */

.laboquest-product-information {
    padding-top: 10px;
}

.laboquest-product-category {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #37b4b6;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.laboquest-product-information h1 {
   font-size: 35px;
    line-height: 1.2;
    color: #142d4c;
    margin: 0 0 17px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.laboquest-product-rating {
    display: flex;
    /* align-items: center; */
    gap: 9px;
    margin-bottom: 24px;
}

.laboquest-stars-det,
.laboquest-review-stars {
    color: #f3a62f;
    display: flex;
    gap: 3px;
}

.laboquest-product-rating span {
    font-weight: 500;
    color: #253d59;
    font-family: "Outfit", sans-serif;
}

.laboquest-product-rating a {
    color: #65758a;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    text-decoration: underline;
}

.laboquest-short-description {
    color: #637286;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    /* font-family: "Outfit", sans-serif; */
}

.laboquest-product-code-des {
    padding: 15px 0;
    border-top: 1px solid #e6ebf0;
    border-bottom: 1px solid #e6ebf0;
    font-size: 14px;
    color: #647386;
}

.laboquest-product-code-des span {
    font-weight: 700;
    color: #213a58;
    margin-right: 8px;
    font-family: "Outfit", sans-serif;
}


/* FEATURED KEY */

.laboquest-featured-key {
    margin-top: 25px;
}

.laboquest-featured-key h3 {
    font-size: 20px;
    color: #1ea1f3;
    margin-bottom: 16px;
    font-family: "Outfit", sans-serif;
}

.laboquest-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #e3e9ef;
    border-radius: 15px;
}

.laboquest-feature-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-right: 1px solid #e3e9ef;
    
}
.laboquest-feature-item:nth-child(1){
    border-bottom: 1px solid #e3e9ef;
}
.laboquest-feature-item:nth-child(2){
    border-bottom: 1px solid #e3e9ef;
}

.laboquest-feature-item:nth-child(even) {
    border-right: 0;
}

.laboquest-feature-icon {
    min-width: 40px;
    height: 40px;
    background: #edfafa;
    color: #37aeb1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laboquest-feature-item strong {
    display: block;
  font-size: 16px;
  color: #303030;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.laboquest-feature-item span {
    font-size: 13px;
    color: #758396;
}


/* ACTIONS */

.laboquest-product-actions-des {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.laboquest-getquote-btn,
.laboquest-catalog-btn {
    min-height: 40px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 9px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
}

.laboquest-getquote-btn {
    background: #1ea1f3;
    border: 1px solid #1ea1f3;
    color: #ffffff;
}

.laboquest-getquote-btn:hover {
    background: #677888;
  border-color: #677888;
}

.laboquest-catalog-btn {
    border: 1px solid #677888;
    background: #ffffff;
    color: #677888;
}

.laboquest-catalog-btn:hover {
    background: #677888;
    color: #ffffff;
}

.laboquest-product-note {
    margin-top: 16px;
    font-size: 13px;
    color: #6c7a8d;
    display: flex;
    gap: 8px;
    align-items: center;
}

.laboquest-product-note i {
    color: #37b4b6;
}


/* PRODUCT DETAILS */

.laboquest-product-details {
    margin-top: 80px;
    /* border-top: 1px solid #e2e8ee; */
}

.laboquest-detail-tabs {
    display: flex;
    border-bottom: 1px solid #e0e6ec;
}

.laboquest-detail-tab {
    position: relative;
    padding: 10px 28px;
    border: 0;
    background: transparent;
    color: #647386;
    font-size: 15px;
    font-weight: 500;
     font-family: "Outfit", sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.laboquest-detail-tab.active {
   color: #fff;
  background: #1ea1f3;
  border-radius: 8px 8px 0 0;
}

.laboquest-detail-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #37b4b6;
    z-index: 0;
}

.laboquest-tab-content {
    display: none;
    padding: 38px 0;
}

.laboquest-tab-content.active {
    display: block;
}

.laboquest-tab-content h2 {
    font-size: 25px;
    color: #1ea1f3;
    margin-bottom: 18px;
    font-family: "Outfit", sans-serif;
}

.laboquest-tab-content h3 {
    font-size: 20px;
    color: #1ea1f3;
    margin-top: 30px;
}

.laboquest-tab-content p {
    color: #667487;
    line-height: 1.8;
    font-size: 14px;
  margin-bottom: 15px;
}


/* SPECIFICATION */

.laboquest-specification-table {
    border: 1px solid #dfe6ed;
}

.laboquest-spec-row {
    display: grid;
    grid-template-columns: 35% 65%;
    border-bottom: 1px solid #dfe6ed;
}

.laboquest-spec-row:last-child {
    border-bottom: 0;
}

.laboquest-spec-row span,
.laboquest-spec-row strong {
    padding: 8px 18px;
    font-size: 14px;
}

.laboquest-spec-row span {
    background: #f5f8fa;
    color: #637286;
    font-family: "Outfit", sans-serif;
}

.laboquest-spec-row strong {
    color: #263e5b;
 font-family: "Outfit", sans-serif;
  font-weight: 500;

}


/* FEATURES */

.laboquest-feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 40px;
}

.laboquest-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #607086;
    font-size: 14px;
    line-height: 1.6;
}

.laboquest-feature-list i {
    color: #37b4b6;
    font-size: 18px;
}


/* APPLICATION */

.laboquest-application-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.laboquest-application-card {
    padding: 28px 22px;
    background: #f6f9fb;    
    border: 1px solid #e3e9ef;
    border-radius: 15px;
}

.laboquest-application-card > i {
    font-size: 28px;
    color: #37b4b6;
}

.laboquest-application-card h3 {
    margin: 17px 0 9px;
    font-size: 17px;
}

.laboquest-application-card p {
    font-size: 13px;
}


/* SECTION HEADING */

.laboquest-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 28px;
}

.laboquest-section-heading span {
    color: #37b4b6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.laboquest-section-heading h2 {
    font-size: 35px;
  line-height: 1.2;
  color: #142d4c;
  margin: 0 0 0;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}


/* RELATED PRODUCTS */

.laboquest-related-products {
    margin-top: 70px;
    padding-top: 60px;
    border-top: 1px solid #e2e8ee;
}

.laboquest-related-controls {
    display: flex;
    gap: 8px;
}

.laboquest-related-controls button {
    width: 43px;
    height: 43px;
    border: 1px solid #dce4eb;
    background: #ffffff;
    color: #1ea1f3;
    cursor: pointer;
    border-radius: 4px;
}

.laboquest-related-controls button:hover {
    background: #1ea1f3;
    color: #ffffff;
}

.laboquest-related-wrapper {
    overflow: hidden;
}

.laboquest-related-track {
    display: flex;
    gap: 20px;
    transition: transform .4s ease;
}

.laboquest-related-card {
    min-width: calc(25% - 15px);
    border: 1px solid #e1e7ed;
    background: #ffffff;
      border-radius: 15px;
}

.laboquest-related-image {
    height: 230px;
    background: #f6f8fa;
    padding: 15px;
}

.laboquest-related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.laboquest-related-content {
    padding: 20px;
}

.laboquest-related-content span {
    color: #37b4b6;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.laboquest-related-content h3 {
   color: #202020;
  font-size: 18px;
  margin: 8px 0 14px;
  font-family: "Outfit", sans-serif;
}

.laboquest-related-content a {
    color: #1ea1f3;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
}

.laboquest-related-content a i {
    margin-left: 5px;
}


/* REVIEWS */

.laboquest-reviews {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #e2e8ee;
}

.laboquest-review-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 60px;
    padding: 30px;
    background: #f7f9fb;
    border-radius: 15px;
}

.laboquest-review-summary {
    text-align: center;
}

.laboquest-review-number {
    font-size: 52px;
    line-height: 1;
    font-weight: 600;
    color: #1ea1f3;
     font-family: "Outfit", sans-serif;
}

.laboquest-review-summary .laboquest-review-stars {
    justify-content: center;
    margin: 12px 0;
}

.laboquest-review-summary p {
    font-size: 13px;
    color: #748196;
}


/* REVIEW BARS */

.laboquest-review-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
}

.laboquest-rating-row {
    display: grid;
    grid-template-columns: 15px 18px 1fr 45px;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: #647386;
}

.laboquest-rating-row > i {
    color: #f3a62f;
}

.laboquest-rating-row > div {
    height: 8px;
    background: #dfe5ea;
    overflow: hidden;
    border-radius: 15px;
}

.laboquest-rating-row > div span {
    display: block;
    height: 100%;
    background: #707070;
    
}


/* REVIEW ITEM */

.laboquest-review-list {
    margin-top: 35px;
}

.laboquest-review-item {
    display: flex;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid #e2e8ee;
}

.laboquest-review-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #eaf7f7;
    color: #268e91;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.laboquest-review-header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.laboquest-review-header h4 {
    color: #1ea1f3;
    margin: 0 0 3px;
    font-size: 15px;
}

.laboquest-review-header span {
    font-size: 11px;
    color: #8a96a5;
}

.laboquest-review-body > p {
    color: #667487;
    font-size: 14px;
    line-height: 1.7;
    margin: 12px 0 0;
}


/* FAQ */

.laboquest-faq {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #e2e8ee;
}

.laboquest-faq-list {
    border-top: 1px solid #dfe6ec;
}

.laboquest-faq-item {
    border-bottom: 1px solid #dfe6ec;
}

.laboquest-faq-question {
    width: 100%;
    border: 0;
    background: #ffffff;
    padding: 21px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-align: left;
    cursor: pointer;
    color: #1ea1f3;
    font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.laboquest-faq-question i {
    font-size: 19px;
    transition: transform .3s ease;
}

.laboquest-faq-item.active .laboquest-faq-question i {
    transform: rotate(45deg);
}

.laboquest-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.laboquest-faq-item.active .laboquest-faq-answer {
    max-height: 250px;
}

.laboquest-faq-answer p {
    color: #667487;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 45px 22px 5px;
    margin: 0;
}


/* QUOTE POPUP */

.laboquest-quote-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10,25,42,.72);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.laboquest-quote-overlay.active {
    display: flex;
}

.laboquest-quote-popup {
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    position: relative;
    padding: 40px;
}

.laboquest-quote-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 38px;
    height: 38px;
    border: 1px solid #dce4ea;
    background: #ffffff;
    color: #1ea1f3;
    cursor: pointer;
}

.laboquest-quote-header {
    margin-bottom: 25px;
}

.laboquest-quote-header span {
    color: #37b4b6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.laboquest-quote-header h2 {
    color: #1ea1f3;
    font-size: 30px;
    margin: 8px 0;
}

.laboquest-quote-header p {
    color: #718094;
    font-size: 14px;
}

.laboquest-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.laboquest-form-group {
    margin-bottom: 17px;
}

.laboquest-form-group label {
    display: block;
    color: #304760;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
}

.laboquest-form-group input,
.laboquest-form-group textarea {
    width: 100%;
    border: 1px solid #dce4ea;
    padding: 13px 14px;
    outline: none;
    font-size: 14px;
    color: #304760;
    background: #ffffff;
}

.laboquest-form-group input:focus,
.laboquest-form-group textarea:focus {
    border-color: #37b4b6;
}

.laboquest-submit-quote {
    width: 100%;
    min-height: 50px;
    border: 0;
    background: #1ea1f3;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.laboquest-submit-quote:hover {
    background: #37b4b6;
}

.laboquest-submit-quote i {
    margin-left: 8px;
}


/* RESPONSIVE */

@media (max-width: 1199px) {

    .laboquest-product-top {
        gap: 35px;
    }

    .laboquest-product-information h1 {
        font-size: 34px;
    }

    .laboquest-main-image {
        height: 500px;
    }

    .laboquest-related-card {
        min-width: calc(33.333% - 14px);
    }

    .laboquest-application-grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 991px) {

    .laboquest-product-top {
        grid-template-columns: 1fr;
    }

    .laboquest-product-gallery {
        position: relative;
        top: auto;
    }

    .laboquest-main-image {
        height: 520px;
    }

    .laboquest-related-card {
        min-width: calc(50% - 10px);
    }

    .laboquest-review-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}


@media (max-width: 767px) {

    .laboquest-description {
        padding: 45px 0 60px;
    }

    .laboquest-container {
        width: 94%;
    }

    .laboquest-main-image {
        height: 380px;
    }

    .laboquest-product-information h1 {
        font-size: 28px;
    }

    .laboquest-feature-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-feature-item,
    .laboquest-feature-item:nth-child(even) {
        border-right: 0;
    }

    .laboquest-product-actions {
        flex-direction: column;
    }

    .laboquest-getquote-btn,
    .laboquest-catalog-btn {
        width: 100%;
    }

    .laboquest-feature-list {
        grid-template-columns: 1fr;
    }

    .laboquest-application-grid {
        grid-template-columns: 1fr;
    }

    .laboquest-related-card {
        min-width: 100%;
    }

    .laboquest-section-heading h2 {
        font-size: 25px;
    }

    .laboquest-review-header {
        flex-direction: column;
        gap: 8px;
    }

    .laboquest-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .laboquest-quote-popup {
        padding: 30px 20px;
    }

    .laboquest-spec-row {
        grid-template-columns: 1fr;
    }

    .laboquest-spec-row span {
        padding-bottom: 7px;
    }

    .laboquest-spec-row strong {
        padding-top: 7px;
    }
}


@media (max-width: 480px) {

    .laboquest-main-image {
        height: 310px;
    }

    .laboquest-thumbnail {
        min-width: 70px;
        width: 70px;
        height: 65px;
    }

    .laboquest-gallery-btn {
        width: 36px;
        height: 36px;
    }

    .laboquest-image-zoom {
        display: none;
    }

    .laboquest-review-layout {
        padding: 22px 15px;
    }
}

/* ------------------------------------Search Product */

.laboquest-searchproduct {
    padding: 40px 0 90px;
    background: #ffffff;
}

.laboquest-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


/* HEADER */

.laboquest-searchproduct-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e9ef;
}

.searchproduct-heading h1 {
   font-size: 35px;
  line-height: 1.2;
  color: #142d4c;
  margin: 0 0 17px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}


/* SEARCH BOX */

.searchproduct-searchbox {
    width: 420px;
    min-width: 320px;
}

.searchproduct-searchbox form {
    display: flex;
    height: 40px;
    border: 1px solid #dce4eb;
    background: #ffffff;
    border-radius: 8px;
}

.searchproduct-searchbox form > i {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #37b4b6;
    font-size: 18px;
}

.searchproduct-searchbox input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 5px;
    color: #243b55;
    font-size: 12px;
}

.searchproduct-searchbox input::placeholder {
    color: #9aa6b4;
}

.searchproduct-searchbox button {
    width: 90px;
  border: 0;
  background: #687989;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.searchproduct-searchbox button:hover {
    background: #1ea1f3;
}


/* TOOLBAR */

.laboquest-searchproduct-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.searchproduct-result {
    color: #718094;
    font-size: 14px;
}

.searchproduct-result strong {
    color: #17365d;
}

.searchproduct-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.searchproduct-sort label {
    color: #68778a;
    font-size: 13px;
}

.searchproduct-sort select {
    height: 40px;
    min-width: 160px;
    padding: 0 12px;
    border: 1px solid #dce4eb;
    background: #ffffff;
    color: #304761;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
}


/* PRODUCT GRID */

.laboquest-searchproduct-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


/* CARD */

.laboquest-search-product-card {
    border: 1px solid #e0e7ed;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color .25s ease,
                box-shadow .25s ease;
    border-radius: 15px;    
}

.laboquest-search-product-card:hover {
    border-color: #cbd7e1;
    box-shadow: 0 12px 35px rgba(23, 54, 93, .08);
}


/* IMAGE */

.laboquest-searchproduct-image {
    height: 270px;
    position: relative;
    background: #f7f9fb;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laboquest-searchproduct-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.searchproduct-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 6px 10px;
    background: #37b4b6;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    z-index: 2;
}


/* CONTENT */

.laboquest-searchproduct-content {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.searchproduct-category {
    color: #687989;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
}

.laboquest-searchproduct-content h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.laboquest-searchproduct-content h3 a {
    color: #17365d;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
}

.laboquest-searchproduct-content h3 a:hover {
    color: #37b4b6;
}

.laboquest-searchproduct-content p {
    margin: 12px 0 20px;
    color: #718094;
    font-size: 13px;
    line-height: 1.7;
}


/* ACTIONS */

.searchproduct-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: auto;
}

.searchproduct-actions .search-get-quote-btn, .searchproduct-actions .search-catalog-btn{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
    border-radius: 8px;
    font-family: "Outfit", sans-serif;
}
.searchproduct-actions .search-get-quote-btn {
    background: #1ea1f3;
  border: 1px solid #1ea1f3;
    color: #ffffff;
}

.searchproduct-actions .search-get-quote-btn:hover {
    background: #687989;
  border-color: #687989;
    color: #ffffff;
}

.searchproduct-actions .search-catalog-btn {
    background: #ffffff;
    border: 1px solid #687989;
    color: #687989;
}

.searchproduct-actions .search-catalog-btn:hover {
    background: #687989;
    color: #ffffff;
}


/* NO RESULTS */

.laboquest-no-results {
    display: none;
    text-align: center;
    padding: 80px 20px;
    border: 1px solid #e2e8ee;
    margin-top: 20px;
    background: #f8fafb;
}

.laboquest-no-results.active {
    display: block;
}

.laboquest-no-results i {
    font-size: 38px;
    color: #37b4b6;
}

.laboquest-no-results h3 {
    margin: 15px 0 8px;
    color: #17365d;
    font-size: 22px;
}

.laboquest-no-results p {
    margin: 0;
    color: #718094;
    font-size: 14px;
}


/* RESPONSIVE */

@media (max-width: 1199px) {

    .laboquest-searchproduct-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .searchproduct-heading h1 {
        font-size: 32px;
    }

    .searchproduct-searchbox {
        width: 360px;
    }

}


@media (max-width: 991px) {

    .laboquest-searchproduct-header {
        flex-direction: column;
        align-items: stretch;
    }

    .searchproduct-searchbox {
        width: 100%;
    }

    .laboquest-searchproduct-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 767px) {

    .laboquest-searchproduct {
        padding: 50px 0 65px;
    }

    .laboquest-container {
        width: 94%;
    }

    .searchproduct-heading h1 {
        font-size: 28px;
    }

    .laboquest-searchproduct-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .searchproduct-sort {
        width: 100%;
        justify-content: space-between;
    }

    .searchproduct-sort select {
        flex: 1;
    }

    .laboquest-searchproduct-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .laboquest-searchproduct-image {
        height: 300px;
    }

}


@media (max-width: 480px) {

    .searchproduct-searchbox form {
        height: 48px;
    }

    .searchproduct-searchbox button {
        width: 75px;
    }

    .laboquest-searchproduct-image {
        height: 250px;
    }

    .laboquest-searchproduct-content {
        padding: 18px;
    }

}
/* -----------------------Single catalog */

.laboquest-singlecatalog {
    padding: 40px 0
}

.laboquest-container-sc {
    width: 100%;
    max-width: 1100px;
    margin: auto
}

.catalog-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px
}

.catalog-actions button {
    border: 0;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    background: #1ea1f3;
    color: #fff;
    border-radius: 8px;
}

.catalog-actions button:hover {
    background: #6d7e8e;
}

.catalog-page {
    width: 210mm;
    min-height: 297mm;
    background: #fff;
    margin: 0 auto 30px;
    padding: 18mm;
    position: relative;
    box-shadow: 0 8px 35px rgba(23, 54, 93, .12);
    overflow: hidden
}

.catalog-cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, #fff 0%, #eef7f7 100%);
    background-image: url(../images/sc1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalog-logo {
    font-size: 23px;
    font-weight: 800;
    color: #17365d
}

.catalog-logo img {
    width: 100%;
    max-width: 160px;
}
.pages img {
    width: 100%;
    max-width: 65px;
}
.cover-main {
    text-align: center
}

.cover-product-image {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px
}

.cover-product-image img {
    width: 80%;
    height: 90%;
    object-fit: contain
}

.cover-main h1 {
   font-size: 30px;
  color: #292929;
  margin-bottom: 12px;
  font-family: "Outfit", sans-serif;
}

.cover-main p {
    font-size: 15px;
  line-height: 1.7;
  color: #535353;
  max-width: 680px;
  margin: auto;
}

.cover-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid #dce4eb;
    padding-top: 15px;
    font-size: 12px;
  color: #4f4f4f;
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dce4eb;
    padding-bottom: 12px;
    margin-bottom: 25px
}

.catalog-header .catalog-logo {
    font-size: 17px
}

.page-number {
    font-size: 11px;
    color: #68778a
}

.catalog-title {
    font-size: 20px;
  color: #17365d;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
}

.catalog-text {
    font-size: 14px;
    line-height: 1.8;
    color: #68778a
}

.description-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 25px;
    border: 1px solid #dce4eb;
    border-radius: 15px;
}

.description-image {
    /* height: 210px; */
    background: #f7f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
      border-radius: 15px 0 0 15px;
}

.description-image img {
    width: 90%;
    height: 90%;
    object-fit: contain
}

.description-copy {
    padding: 25px
}

.description-copy h3 {
    font-size: 18px;
  color: #17365d;
  margin-bottom: 12px;
  font-family: "Outfit", sans-serif;
}

.spec-title {
    font-size: 20px;
  color: #17365d;
  margin-bottom: 18px;
  margin-top: 40px;
  font-family: "Outfit", sans-serif;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
}

.spec-table th {
    background: #677888;
    color: #fff;
    text-align: left;
    padding: 11px
}

.spec-table td {
    padding: 10px;
    border: 1px solid #dce4eb
}

.spec-table tr:nth-child(even) td {
    background: #f7f9fb
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 15px
}

.feature-card {
    border: 1px solid #dce4eb;
    padding: 18px;
    background: #fff
}

.feature-number {
    font-size: 12px;
    color: #afbbbb;
    font-weight: 500;
     font-family: "Outfit", sans-serif;
}

.feature-card h3 {
    font-size: 18px;
    color: #17365d;
    margin: 6px 0;
    font-family: "Outfit", sans-serif;
}

.feature-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #68778a
}

.applications {
    margin-top: 28px
}
.applications ul{
    padding-left: 0;
}
.applications li {
    list-style: none;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #eef1f4
}

.catalog-footer {
    position: absolute;
    left: 18mm;
    right: 18mm;
    bottom: 18mm;
    background: #f3f7f9;
    border: 1px solid #dce4eb;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
    border-radius: 15px;
}

.catalog-footer strong {
    color: #565656;
}

.catalog-footer p {
    font-size: 12px;
    line-height: 1.7;
    color: #68778a;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif;
}
.catalog-footer img{
    width: 100%;
    max-width: 120px;
    height: auto;
}
@media(max-width:900px) {
    .catalog-page {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        padding: 35px 25px
    }

    .catalog-footer {
        position: static;
        margin-top: 35px
    }

    .description-grid {
        grid-template-columns: 1fr
    }
}

@media print {
    body {
        background: #fff
    }

    .catalog-actions {
        display: none
    }

    .catalog-page {
        box-shadow: none;
        margin: 0;
        width: 210mm;
        height: 297mm;
        page-break-after: always
    }

    .catalog-page:last-child {
        page-break-after: auto
    }
}