/* header Css  */
.site-header {
    position: absolute;
    z-index: 1000;
}

/* .site-header {
	background: #0a0909;
} */

.header____wrap {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1111111;
    transition: all 0.3s ease;
}

.header-absolute {
    position: absolute;
}

.header-relative {
    position: relative;
}

li.exommerce-item {
    position: relative;
}

.exommerce-item:nth-child(n + 3):before {
    content: '';
    position: absolute;
    background: var(--dark-color);
    width: 1.5px;
    height: 100%;
    left: -10px;
}

.site-header span.number {
    background: var(--secondary-color);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 7px;
    top: -3px;
    left: 9px;
}

.site-header .mobile-header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0px;
    padding: 100px 20px 20px;
    background: var(--extra-color-3);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s all;
    z-index: 9;
}

.header_____search {
    display: none;
    position: absolute;
    top: 48px;
    right: -54px;
    width: 120%;
    z-index: 9999;
    padding: 20px 0;
    background: #00000054;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
}

.header_____search .form-control {
    border: 1px solid #fff;
    color: #b0b7b9;
    background: transparent;
    padding: 12px 16px;
    font-size: 11px;
    font-family: var(--primary-regular-font);
    font-weight: 400;
    border-radius: 30px;
    resize: none;
}

.header_____search i {
    color: #fff;
}

.header_____search form {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.header_____search button {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.search-suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-top: 6px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 999;
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.search-suggestions-dropdown.active {
    display: block;
}

.search-suggestion-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #111;
    transition: background 0.2s ease;
}

.search-suggestion-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.search-suggestion-item img {
    width: 60px;
    height: 50px;
    object-fit: scale-down;
    border-radius: 8px;
    background: #f1f1f1;
    flex-shrink: 0;
    padding: 5px;
}

section.product-section .collection_____image figure img.img-fluid,
.collection_____img {
    max-height: 70%;
    width: auto;
    object-fit: scale-down;
    display: block;
}

section.product-section video.collection_____hover______video {
    height: 70% !important;
}

.inner-header .header_____social img.user-avatar {
    filter: none;
    border: 1px solid #fff;
}

.search-suggestion-item .s-title {
    font-size: 13px;
    line-height: 1.3;
}

.search-suggestion-item .s-price {
    font-size: 12px;
    font-weight: 600;
}

.search-suggestion-empty {
    padding: 14px;
    text-align: center;
    color: #888;
    font-size: 13px;
}

/* Inner pages header */
.inner-header .header-logo .logo-here {
    filter: brightness(0) invert(1);
}

.inner-header .header-link .link-here {
    color: var(--body-color) !important;
}

.inner-header .exommerce-item .btn {
    background: var(--body-color);
    color: var(--primary-color);
}

.inner-header .header_____social img {
    filter: brightness(0) invert(1);
}

.inner-header .header_____social .number {
    background: var(--body-color);
    color: var(--primary-color);
}

.inner-header .icon-badge {
    color: var(--body-color);
}

.inner-header .exommerce-item:nth-child(n + 3):before {
    background: var(--body-color);
}

.profile-header {
    position: relative;
}

.profile-header .primary_____header {
    background: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0px);
    }

    .header-logo img.logo-here {
        max-width: 170px;
    }
}

/* header Css  */

/* banner Css  */
.banner {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 80px 0;
}

.banner_____video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.banner_____overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 26, 84, 0.4) 70%, #001a54 100%);
    z-index: -1;
}

.banner>.container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.banner>.container>.row {
    align-items: flex-end;
}

.banner_____shop____btn {
    background: var(--body-color);
    color: var(--secondary-color);
    border-radius: 0;
}

.banner____btn {
    background: transparent;
    color: var(--body-color);
    border-color: var(--body-color);
    box-shadow: none;
    border-radius: 0;
}

/* banner Css  */

/* marquee-section Css  */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    user-select: none;
}

.marquee-div {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    border-right: 0;
    border-left: 0;
}

.marquee-track {
    width: max-content;
    animation: marquee-scroll 25s linear infinite;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.marquee-track>span {
    display: inline-flex;
    align-items: center;
}

.marquee-separator {
    position: relative;
    margin-left: 8px;
    margin-right: 75px;
    padding-right: 75px;
    display: inline-flex;
    align-items: center;
}

.marquee-separator::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    background: var(--primary-color);
    transform: translateY(-50%);
}

.marquee-separator img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* marquee-section Css  */

/* standard-section Css  */
.standard-section {
    position: relative;
    overflow-x: hidden;
    padding: 100px 0;
    background:
        linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.3) 65%, transparent 100%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 80%), url(../img/standard-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.standard_____icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #17181a;
    color: #fff;
    font-size: 22px;
    outline: 1px solid var(--extra-color-9);
    outline-offset: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    position: relative;
}

.standard_____icon img.img-fluid {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
}

.standard____wrapper {
    row-gap: 90px;
}

.standard_____product {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.standard_____product figure {
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.25));
}

.standard_____product img.img-fluid {
    max-height: 400px;
    animation: productFloat 3s ease-in-out infinite;
}

@keyframes productFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.proucts_____slide.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.standard_____rings {
    width: 620px;
    height: 620px;
    top: 50%;
    left: 50%;
    z-index: 0;
}

.standard_____ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #484848;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.standard_____ring:nth-child(1) {
    width: 300px;
    height: 300px;
}

.standard_____ring:nth-child(2) {
    width: 430px;
    height: 430px;
}

.standard_____ring:nth-child(3) {
    width: 540px;
    height: 540px;
}

.research____btn {
    border-radius: 30px;
}

.products_____slider {
    padding: 0px 20px;
}

@media (max-width: 991.98px) {
    .standard_____product {
        min-height: 400px;
        margin: 40px 0;
    }

    .standard_____product figure {
        width: 60%;
    }
}

@media (max-width: 575.98px) {
    .standard_____product {
        min-height: 320px;
    }

    .standard_____product figure {
        width: 65%;
    }
}

/* standard-section Css  */

/* team-section Css  */
.research______content {
    padding: 100px;
}

/* team-section Css  */

/* testi-section Css  */
.testi-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: none;
}

.testi-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../img/testi-bg.webp) no-repeat center / cover;
    opacity: 0.3;
    z-index: 0;
}

.testi-section>* {
    position: relative;
    z-index: 1;
}

.testi_____slide {
    padding: 0px 70px;
}

/* testi-section Css  */

/* faqs-section Css  */
.faqs______second_____image {
    margin-top: 150px;
}

/* faqs-section Css  */

/* collection-section Css  */
.collection_____wrapper {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 5px;
}

.collection_____wrapper:hover {
    box-shadow: 0 0 20px rgba(235, 170, 45, 0.2);
}

.collection_____image {
    perspective: 1500px;
    overflow: hidden;
    border-radius: 0;
}

.collection_____image figure {
    position: relative;
    overflow: hidden;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection_____image figure img.img-fluid,
.collection_____img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

.collection_____hover______video {
    position: absolute;
    inset: 0;
    width: fit-content;
    height: fit-content;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    margin: auto;
}

.collection_____image:hover .collection_____hover______video {
    opacity: 1;
    visibility: visible;
}

.collection_____image:hover .collection_____img {
    opacity: 0;
}

.cart_____btn {
    color: var(--secondary-color);
    background: transparent;
    border-color: var(--secondary-color);
    border-radius: 0;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 2px;
}

.collection_____hover_____image {
    width: fit-content;
    height: fit-content;
}

/* collection-section Css  */

/* program-section Css  */
.program-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.program-bg {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    z-index: 0;
    transform: scale(0.82);
}

/* program-section Css  */

/* thread-section Css  */
.single-gallery-image {
    overflow: hidden;
}

.single-gallery-image img {
    will-change: transform;
}

.threads_____wrapper {
    will-change: transform;
    cursor: pointer;
}

.threads_____slide {
    margin: 0px 10px;
}

.threads______slider {
    width: calc(100% + 200px);
    margin-left: -100px;
}

/* thread-section Css  */

/* footer Css  */
.footer___logo img {
    max-width: 145px;
}

.footer-badge {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    transition: 0.3s ease;
}

.footer-badge:hover {
    opacity: 0.7;
}

.footer____list li a {
    transition: 0.3s ease;
}

.footer____list li a:hover {
    color: #fff;
    padding-left: 4px;
}

.newsletter-wrapper {
    background-image: url(../img/newsletter-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #070707;
    min-height: 180px;
    padding: 22px 25px;
    position: relative;
    overflow: hidden;
}

.newsletter-form {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.newsletter-form .form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
}

.newsletter-form .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
    border: 0;
}

.footer_____bottom_____wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

.footer_____list____wrapper {
    border-top: 1px dashed var(--body-color);
    padding-top: 20px;
}

@media (min-width: 992px) {
    .footer_____top {
        margin-bottom: 55px !important;
    }

    .site-footer .row {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .footer_____bottom_____wrapper {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .newsletter-wrapper {
        margin-top: 20px;
    }
}

/* footer Css  */

/* sub-banner Css  */
.sub-banner {
    position: relative;
    overflow: hidden;
    padding: 22rem 0 3rem;
    background-image:
        linear-gradient(90deg, #001a54 0%, rgb(0 26 84 / 38%) 22%, transparent 50%),
        linear-gradient(270deg, rgb(0 26 84 / 19%) 0%, rgb(0 26 84 / 15%) 15%, transparent 40%),
        linear-gradient(180deg, rgba(0, 26, 84, 0.45) 0%, rgba(0, 26, 84, 0.25) 100%), var(--banner-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* sub-banner Css  */

/* shop-detail page Css  */
.product_____thumb_____slider {
    margin: 0 -5px;
}

.product_____thumb_____slide {
    padding: 0 5px;
    cursor: pointer;
}

.product_____thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #eaeaea;
    padding: 10px 25px;
    border-radius: 5px;
}

.product_____thumb img {
    max-width: 55px;
    height: 90px;
    object-fit: contain;
}

.product_____thumb_____slide.slick-current .product_____thumb {
    border-color: var(--dark-color) !important;
}

.product_____quantity {
    width: 160px;
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
}

.product_____minus {
    background: transparent;
    color: var(--secondary-color);
    font-size: 16px;
    border: none;
    padding: 8px 16px;
}

.product_____plus {
    background: transparent;
    color: var(--secondary-color);
    font-size: 16px;
    border: none;
    padding: 8px 16px;
}

.product_____quantity .form-control {
    padding-left: 4px;
    padding-right: 4px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.product_____accordion .accordion-button {
    box-shadow: none;
    background: transparent;
}

.product_____accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(5%) sepia(14%) saturate(0%) hue-rotate(178deg) brightness(107%) contrast(85%);
}

.product_____main_____slider {
    border-radius: 5px;
}

.product_____main_____slide {
    position: relative;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_____main_____slide img {
    max-width: 100%;
    max-height: 345px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.product_____main_____video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.product_____main_____slide:hover img {
    opacity: 0;
}

.product_____main_____slide:hover .product_____main_____video {
    opacity: 1;
    visibility: visible;
}

/* shop-detail page Css  */

/* quality-testing page Css  */
.research_____detail {
    background-image: url(../img/research-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0eee640;
}

.approach_____wrapper {
    background-image: url(../img/research-bg1.webp);
}

.check_____wrapper {
    background: #002d7f;
}

.cross____wrapper {
    background: #d3d3d3;
}

.research_____table tr {
    border: 1px solid #d8d8d8;
}

.research_____table tr td {
    padding: 15px 20px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    border-left: 0;
}

.research_____table tr td:last-child {
    border-right: 1px solid #d8d8d8;
}

.research_____table tr td:first-child {
    border-left: 1px solid #d8d8d8;
}

.research_____table thead tr {
    border: 0;
}

.research_____table thead tr th {
    border-bottom: 0;
}

.research_____table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.information-section {
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.information-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #f9f9f9;
    opacity: 0.9;
    z-index: 1;
}

.information_____video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

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

/* contact page Css  */
.contact____icon____box {
    width: 44px;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact____icon____box i {
    font-size: 18px;
    color: var(--dark-color);
}

.contact____social____link {
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.contact____social____link:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.contact____form____card {
    padding: 2.5rem;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(0, 26, 84, 0.75), rgba(0, 26, 84, 0.75)),
        url('../img/contact-form-bg.webp') center/cover no-repeat;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* .contact____select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
} */
/* .contact____option {
	background-color: #1c3050;
	color: #ffffff;
} */
.contact____submit____btn {
    background-color: var(--body-color);
    color: var(--secondary-color);
}

.contact____submit____btn:hover {
    opacity: 0.9;
}

/* contact page Css  */

/* wishlist page Css  */
.product-img1 {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.badge-out {
    background-color: #d7e6f7;
    color: #2b8cee;
    border-radius: 30px;
    font-size: 10px;
    padding: 12px;
}

.badge-in {
    background-color: #f7d7ee;
    color: var(--extra-color-4);
    font-size: 10px;
    padding: 12px;
    border-radius: 30px;
}

.btn-notify {
    background-color: #d7efe8;
    color: var(--secondary-color);
    font-family: var(--primary-semibold-font);
}

.wishlist____cart {
    color: var(--extra-color-2);
    font-family: var(--primary-semibold-font);
}

.table_____wrapper table.table {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.table_____wrapper td {
    padding: 30px;
}

.wishlist____fig {
    background: var(--extra-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    max-width: 60px;
    height: 60px;
    margin: auto;
}

.table_____wrapper td {
    padding: 18px 10px;
    color: #100015;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-size: 13px;
}

.table_____wrapper th:last-child {
    border-right: 0;
}

.table_____wrapper td:last-child {
    border-right: 0;
}

.table_____wrapper th {
    padding: 20px;
    text-align: center;
    border-bottom: 0;
    font-weight: 400;
    background: #fff;
    border: 1px solid #eaeaea;
    border-left: 0;
    border-top: 0;
}

.cross____btn {
    font-size: 25px;
    font-weight: 900;
    color: #0f1d2d;
}

.table_____wrapper thead {
    border-bottom: 1px solid #b4b5ba;
}

.border____wrap {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

/* wishlist page Css  */

/* checkout page Css  */
.card-number-input img {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.btn-apply {
    flex: 0 0 40%;
    border-radius: 5px;
}

/* checkout page Css  */

/* about page Css  */
.research-experience-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.experience_____video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.research-experience-section .container {
    position: relative;
    z-index: 1;
}

.experience-card .experience-img-box {
    border-radius: 8px;
    overflow: hidden;
}

.experience-card .experience-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.precision_____slider.slider-sec .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    color: var(--body-color);
    border: 1px solid var(--body-color);
    border-radius: 50%;
}

.precision_____slider.slider-sec .slick-prev {
    top: unset;
    bottom: -50px;
    left: -50px;
    right: 0;
}

.precision_____slider.slider-sec .slick-next {
    top: unset;
    bottom: -50px;
    right: -50px;
    left: 0;
    border: 1px solid var(--body-color);
}

.precision_____slider.slider-sec .slick-prev:before {
    color: var(--body-color);
    font-size: 22px;
}

.precision_____slider.slider-sec .slick-next:before {
    color: var(--body-color);
    font-size: 22px;
}

/* transparency-section Css  */
.transparency-section {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.transparency_____bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.transparency_____bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.transparency-section .banner_____overlay {
    z-index: 1;
}

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

/* about page Css  */
.research-experience-section .container {
    overflow: visible;
}

.experience_____slider {
    width: calc(100vw - ((100vw - 100%) / 2));
}

.experience_____slide {
    width: 300px;
    margin-right: 20px;
}

.experience_____slide img {
    width: 100%;
    display: block;
}

/* precision-section Css  */
.precision-section {
    position: relative;
    overflow: hidden;
    background: url('../img/precision-bg-img.webp') center / cover no-repeat;
    padding: 60px 0 68px;
}

.precision_____video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: screen;
    z-index: 0;
}

.precision_____bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background: linear-gradient(
		180deg,
		rgba(14, 38, 91, 0) 0%,
		rgba(14, 38, 91, 0.4) 50%,
		rgba(105, 128, 179, 1) 100%
	); */
    background: linear-gradient(180deg, rgb(249 249 249) 0%, rgba(14, 38, 91, 0.4) 50%, rgb(105 128 179 / 0%) 100%);
    pointer-events: none;
    pointer-events: none;
}

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

.precision______slide {
    padding-top: 130px;
}

.precision_____content {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 320px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
}

.precision_____left {
    background-image: url('../img/arc-shape.svg');
    left: -13.3rem;
    top: -14rem;
}

.precision_____top {
    background-image: url('../img/arc-top-shape.svg');
    box-sizing: border-box;
    width: 540px;
    height: 300px;
    padding: 40px 70px;
    top: -8rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    justify-content: start;
    text-align: center;
}

.precision_____image {
    position: relative;
    z-index: 9;
}

.precision_____right {
    background-image: url('../img/arc-right-shape.svg');
    right: -13.3rem;
    top: -14rem;
}

/* precision-section Css  */
/* about page Css  */

/* faqs-page Css  */
.faqs-section.faqs-detail .accordion-button::before {
    left: unset;
    right: 10px;
}

.faqs-section.faqs-detail .accordion-button {
    padding: 20px 0 20px 20px;
}

.faqs-section.faqs-detail .accordion-body {
    padding: 0 0 20px 20px;
}

/* faqs-page Css  */

/* Mobile Responsive  */
@media (max-width: 576px) {
    .research______content {
        padding: 30px;
    }

    .testi_____slide {
        padding: 0px 20px;
    }

    .banner {
        min-height: 80vh;
        padding: 50px 0;
    }
}

/* Mobile Responsive  */

.collection_____hover______video {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.collection_____hover______video.is-playing {
    opacity: 1;
}

.product_____content .badge-instock {
    background-color: #2d8a2f;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}


.product_____content .badge-instock.badge-outstock {
    background-color: #ee3636;
}

.out-of-stock-btn {
    background-color: transparent;
    color: #ee3636;
    border: 1px solid #ee3636;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


.variant-group {
    margin-bottom: 20px;
}

.variant-title {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.color-swatch-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
}

.color-option {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.color-option.active {
    border-color: #000000;
    transform: scale(1.15);
}

.pill-option-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.variant-btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(20, 0, 0, 0.75);
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.variant-btn:hover {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
}

.variant-btn.active {
    background-color: #000000;
    color: #fff;
    border-color: #2057fc;
    font-weight: 700;
}

.variant-detail-line {
    font-size: 12px;
    color: #a0abbb;
    align-items: center;
    gap: 6px;
}


.order-detail-line {
    color: var(--extra-color-12);
    font-size: 9px;
    margin-bottom: 6px;
    line-height: 1.4;
    font-family: var(--primary-regular-font);
}

.order-detail-line i {
    color: #00000077;
    width: 14px;
}

.promo-chip {
    background-color: #0b0f19;
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 11px;
    margin-left: 6px;
}

.payment-info-card {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 4px;
}

.payment-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
}

.payment-info-row+.payment-info-row {
    border-top: 1px solid #ececec;
}

.payment-info-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 2px;
}

.payment-info-value {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #101010;
    word-break: break-all;
}

.payment-info-hint {
    font-size: 13px;
    color: #7a7a7a;
    margin: 0;
}

.copy-btn-new {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #101010;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .15s ease;
}

.copy-btn-new:hover {
    background: #101010;
    color: #fff;
    border-color: #101010;
}

.copy-btn-new.copied {
    background: #16a34a;
    color: #fff;
    border-color: #16a34a;
}

.qr-canvas-wrap {
    display: inline-block;
    padding: 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.view-reviews-btn {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 12px;
    color: #000;
    background: transparent;
}

.view-reviews-btn:hover {
    background: #000;
    color: #ffffff;
}

/* Success and Error Toast Start*/

.success-toast {
    position: fixed;
    top: 20px;
    right: 0px;
    background: #28a745;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.success-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.error-toast {
    position: fixed;
    top: 20px;
    right: 0px;
    background: #dc3545;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.error-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast-icon {
    font-size: 20px;
}

.toast-message {
    font-weight: 500;
    font-size: 15px;
}

/* Success and Error Toast End*/


/* user account image or initials in circle */
.header_____social .user-avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--primary-color, #000);
}

.header_____social .user-initials {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-color, #000);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

/* user account image or initials in circle */



/* ck editor style start */
.static_des img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
    border-radius: 12px !important;
    object-fit: cover !important;
}

.static_des figure {
    max-width: 100% !important;
    margin: 20px 0 !important;
    overflow: hidden !important;
}

.static_des figure img {
    width: 100% !important;
    max-width: 100% !important;
}

.static_des p {
    font-size: 12px !important;
    font-family: var(--primary-light-font) !important;
    color: var(--primary-color) !important;
}

.static_des h1 {
    color: var(--primary-color) !important;
    font-family: var(--primary-light-font) !important;
    opacity: 1 !important;
    transform: translateX(0px) translateZ(0px) scaleX(1) !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
}

.static_des h2,
.static_des h3 {
    color: var(--primary-color) !important;
    font-family: var(--secondary-bold-font) !important;
    opacity: 1 !important;
    transform: translateX(0px) translateZ(0px) scaleX(1) !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
}

.static_des li {
    font-family: var(--primary-light-font) !important;
    font-size: 12px !important;
    padding-left: 10px !important;
    margin-bottom: 10px !important;
    color: var(--primary-color) !important;
}

.static_des li::marker {
    font-family: var(--primary-bold-font) !important;
    font-weight: 700 !important;
    color: var(--secondary-color) !important;
}

.dy_text p {
    font-size: 17px !important;
    font-family: var(--primary-medium-font) !important;
    color: var(--primary-color) !important;
    font-weight: 400 !important;
}

.dy_text ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.dy_text li {
    font-family: var(--primary-medium-font) !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    color: var(--primary-color) !important;
    font-weight: 400 !important;
    position: relative;
    padding-left: 28px;
    /* space for the tick */
}

.dy_text li::before {
    content: '\2713';
    /* ✓ unicode checkmark */
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 15px;
}

.dy_feature_text p {
    opacity: 0.7 !important;
    letter-spacing: 1px !important;
    font-family: var(--primary-medium-font) !important;
    color: var(--primary-color) !important;
    font-size: 10px !important;
    margin-bottom: 3px !important;
}

.dy_feature_text h3 {
    color: var(--primary-color) !important;
    font-family: var(--secondary-bold-font) !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    margin-bottom: 2px !important;
    letter-spacing: 1px !important;
}

/* ck editor style end */
