/* Header Css ============== */
.top-info-bar {
    background: #0b1620 !important;
    color: #cfd8dc;
    font-size: 13px;
    padding: 6px 0;
}

.feature-card img {
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}

a.btn.banner___btn {
    background: #1f849b;
    border: 1px solid #ffff;
}

.main-header1 {
    background: #0b1620 !important;
}

.main-header {
    background: #0b1620 !important;
    padding: 18px 0;
}

.top-info-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 13px;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 36px;
}

.search-bar {
    display: flex;
    background: #fff;
    border-radius: 25px;
    /* overflow: hidden; */
    width: 100%;
}

.search-bar select,
.search-bar input {
    border: none;
    padding: 10px 15px;
    font-size: 14px;
}

.search-bar input {
    flex: 1;
}

.search-bar button {
    background: #66b3b3;
    color: #fff;
    border: none;
    padding: 0 58px;
}

.noti-wrapper {
    padding: 3px;
    border-radius: 60px;
    object-fit: scale-down;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #303e51;
}

.header-right {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
}

.nav-bar {
    background: #0b1620 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dept-btn {
    background: #5cbdb6;
    color: #fff;
    padding: 12px 18px;
    cursor: pointer;
}

.header-right small {
    color: #272c33;
}

.cart-wrapper img {
    border: 2px solid #272c33;
    padding: 3px;
    border-radius: 60px;
    object-fit: scale-down;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countwrapper {
    position: absolute;
    top: -5px;
    right: -6px;
    background: #66b3b3;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 8px;
    color: #ffff;
    font-family: 'inter-medium';
}

.header-logo-bar .logo-here {
    max-width: 200px;
    height: 50px;
    object-fit: contain;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.dept-popup {
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 999;
}

.dept-popup li h4 a {
    text-decoration: none;
}

.dept-popup ul {
    list-style: none;
    padding: 15px;
    margin: 0;
}

.dept-popup li {
    padding: 5px 4px;
    cursor: pointer;
    font-size: 14px;
    list-style: disc;
    color: #0170dc;
    margin-left: 22px;
}

.dept-popup li h4 a:hover {
    color: #0170dc;
    font-family: var(--font-jost-semibold) !important;
}

/* section.banner {
    padding: 29px 0;
    background-image: url(../img/banner-second.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
} */
section.banner {
    padding: 29px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-background .bg-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

/* Ensure content appears above the background */
.animated-bg,
.container-fluid {
    position: relative;
    z-index: 1;
}

/* Header Css ============== */

/* banner css =========== */
.award-container {
    position: relative;
    width: 323px;
    height: 513px;
    margin: auto;
}

.box {
    position: absolute;
    width: 140px;
    height: 140px;
    background: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
}

.box img {
    width: 100%;
    max-width: 120px;
    height: 140px;
    object-fit: cover;
    border-radius: 15px;
}

.top-left {
    top: 20px;
    left: 10px;
}

.top-right {
    top: 32px;
    right: 30px;
    width: 110px;
    height: 110px;
}

.middle-left {
    top: 190px;
    left: 20px;
    width: 120px;
    height: 120px;
}

.bottom-left {
    bottom: 50px;
    left: 13px;
    width: 110px;
    height: 110px;
}

.bottom-right {
    bottom: 40px;
    right: 18px;
}

.center-glass {
    position: absolute;
    top: 47%;
    left: 74%;
    width: 130px;
    height: 130px;
    background: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-glass img {
    width: 100%;
    object-fit: cover;
    max-width: 120px;
    height: 155px;
    border-radius: 14px;
}

.box.top-right.right-wrapper {
    width: 140px;
    height: 140px;
    top: 0;
    right: 0;
}

.box.top-left.left-wrapper {
    width: 110px;
    height: 110px;
    left: 28px;
}

.box.middle-left.middle-wrapper {
    width: 140px;
    height: 150px;
    top: 170px;
    left: -10px;
}

.center-glass.wrapper-glass {
    left: 230px;
}

.box.bottom-right.bottom-wrapper {
    right: 0;
    bottom: 0;
}

.box.bottom-left.bottom-wrapper {
    left: 40px;
    bottom: 57px;
}

.animated-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.bubble-layer.ultra span {
    position: absolute;
    bottom: -200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    animation-name: bubbleStorm;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    filter: blur(0.4px);
}

.bubble-layer.ultra span:nth-child(3n) {
    width: 8px;
    height: 8px;
    animation-duration: 6s;
}

.bubble-layer.ultra span:nth-child(3n + 1) {
    width: 14px;
    height: 14px;
    animation-duration: 8s;
}

.bubble-layer.ultra span:nth-child(3n + 2) {
    width: 22px;
    height: 22px;
    animation-duration: 10s;
    opacity: 0.55;
}

.bubble-layer.ultra span:nth-child(odd) {
    animation-delay: calc(-1s * var(--i));
}

.bubble-layer.ultra span:nth-child(even) {
    animation-delay: calc(-0.5s * var(--i));
}

.bubble-layer.ultra span {
    left: calc(100% * var(--x));
}

@keyframes bubbleStorm {
    0% {
        transform: translate(0, 0) scale(0.4);
        opacity: 0;
    }

    10% {
        opacity: 0.6;
    }

    100% {
        transform: translate(-60px, -750px) scale(1.1);
        opacity: 0;
    }
}

/* banner css =========== */

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

.tabs-products {
    padding: 70px 0;
    background-color: var(--light-color);
}

/* ================= SECTION TITLE ================= */
.tabs-products .section-title {
    color: #281d15;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

/* ================= TABS ================= */
.tabs-products .nav-tabs {
    border: none;
    justify-content: center;
    gap: 25px;
}

.tabs-products .nav-link {
    border: none;
    background: transparent;
    color: #777;
    font-size: 16px;
    padding: 0px 0px;
    position: relative;
    transition: color 0.3s ease;
    margin: 0 20px;
}

/* remove blue focus */
.tabs-products .nav-link:focus,
.tabs-products .nav-link:active {
    outline: none;
    box-shadow: none;
}

/* underline animation */
.tabs-products .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: #f0323a;
    transition: width 0.4s ease;
}

.tabs-products .nav-link:hover {
    color: #f0323a;
}

.tabs-products .nav-link.active {
    color: #f0323a;
}

.tabs-products .nav-link.active::after {
    width: 100%;
}

/* ================= TAB CONTENT ANIMATION ================= */
.tab-pane {
    animation: tabFade 0.6s ease;
}

@keyframes tabFade {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* product-detail css ==================== */
.quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #14252a;
    border-radius: 10px;
    width: 90px;
    height: 50px;
    overflow: hidden;
}

.quantity-wrapper input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 14px;
    outline: none;
}

button.btn.bth-border {
    background: transparent;
    color: #4e3320;
    border: 1px solid #4e3320;
}

.qty-arrows {
    display: flex;
    flex-direction: column;
    width: 40px;
    border-left: 1px solid #14252a20;
    border-radius: 10px;
    padding: 10px 0;
}

.plus {
    border-bottom: 1px solid #14252a20 !important;
}

.qty-arrows button {
    flex: 1;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}

.qty-arrows button:hover {
    background: #f2f2f2;
}

.product-image img {
    border-radius: 4px;
}

.price {
    font-weight: 600;
}

.quantity-input {
    width: 70px;
    text-align: center;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-list li {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-list li i {
    font-size: 16px;
}

.policy-list span {
    color: #999;
}

.policy-list li img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

/* add to card css */

.cart-table th {
    font-weight: 500;
    color: #211f1b;
    font-size: 17px;
}

.add-to-card .table > :not(caption) > * > * {
    padding: 1.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.product-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-info img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
}

.remove {
    cursor: pointer;
    font-size: 18px;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

table.table.cart-table.align-middle {
    margin-bottom: 0;
}

.clear-cart {
    background: #5b3a1e;
    color: #fff;
    padding: 13px 80px;
}

.checkout-btn {
    background: #5b3a1e;
    color: #fff;
    padding: 13px 35px;
    float: inline-end;
}

.total-section {
    text-align: right;
}

/* product-detail css ==================== */

/* contact us css ================= */
.contact-section {
    background: #fff;
}

.contact-section .map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    height: 360px;
}

.contact-section .map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-section .contact-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-section .contact-text {
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-section .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 22px;
}

.contact-section .contact-item small {
    color: #777;
    font-weight: 500;
}

.contact-section .contact-item p {
    margin: 0;
    font-weight: 600;
    color: #000;
}

.contact-section .icon {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-section .icon.brown {
    background: #5b3a1e;
    color: #fff;
}

.contact-section .icon.dark {
    background: #1b133f;
    color: #fff;
}

.contact-section .icon.white {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
}

.video-player {
    position: relative;
}

.video-fancybox {
    position: relative;
    display: inline-block;
}

.custom-controls {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-controls button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    font-size: 24px;
    transition: 0.3s;
}

.custom-controls button:hover {
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(20, 20, 20, 1) 0%, rgba(92, 59, 35, 1) 100%);
    transform: scale(1.1);
}

/* Mobile Responsive  */
@media (max-width: 768px) {
    .featured___wrapper {
        margin-bottom: 20px;
    }

    .wrapper-testemonial {
        width: 560px;
        flex-direction: column;
        float: inline-start;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }

    .custom-testimonial-slider .custom-slick-arrow {
        position: absolute;
        top: -50px;
    }

    .custom-testimonial-slider .custom-slick-arrow.next {
        right: -20px;
    }
}

/* contact us css ================= */

/* feature css ====== */

/* FEATURE CARD */
.feature-card {
    background: #d9ecec;
    padding: 20px;
    text-align: center;
    border-radius: 7px;
    margin: 0 10px;
    transition: 0.3s;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.feature-card.slick-slide.slick-current.slick-active {
    background-color: #d9ecec !important;
}

.feature-card:hover {
    transform: translateY(-6px);
}

/* ARROWS */
.feature-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #5cbdb6;
    color: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.feature-prev {
    left: -50px;
}

.feature-next {
    right: -50px;
}

.feature-arrow i {
    font-size: 18px;
}

/* HIDE DEFAULT SLICK ARROWS */
.feature-slider-js .slick-arrow {
    display: none !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .feature-prev {
        left: 0;
    }

    .feature-next {
        right: 0;
    }
}

.pp-section {
    background: #6fb7b6;
    padding: 40px 0;
}

/* HEADER */
.pp-pill {
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.pp-title {
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
}

/* TABS */
.pp-tabs {
    border: none;
    gap: 18px;
    margin-top: 31px;
}

.pp-tabs .nav-link {
    border: none;
    background: transparent;
    color: #e8f4f4;
    padding: 0;
}

.pp-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
    font-family: var(--font-jost-regular);
}

/* CARD */
.pp-card {
    background: #fff;
    border-radius: 8px;
    position: relative;
    height: 100%;
    padding-top: 10px !important;
    padding: 0px;
}

.pp-card img {
    width: 100%;
    height: 180px;
    object-fit: scale-down;
    margin: 40px 0px 41px 0px;
}

.fc-card {
    border: 1px solid #ececec;
    border-radius: 2px;
}

.text-anchor-nothing {
    text-decoration: none !important;
}

/* BADGES */
.pp-badge-new {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #4da6a6;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
}

.pp-badge-sale {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ff541f;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
}

/* TEXT */
.pp-category {
    color: #66b3b3;
    font-size: 12px;
}

.pp-rating i.fa-regular.fa-star {
    color: #cbcbcb;
}

.wrapper-card-contact-item {
    background: #f1f1f1;
    margin: 10px !important;
}

.pp-name {
    font-size: 17px;
    margin: 6px 0;
    color: #333e48;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 50px; */
}

/* RATING */
.pp-rating {
    color: #fed700;
    font-size: 13px;
    /* display: none; */
    align-items: center;
    gap: 3px;
}

.pp-review {
    color: #888;
    margin-left: 6px;
    font-size: 12px;
}

/* FOOTER */
.pp-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

.cart-star-wrapper {
    height: 20px;
    padding-bottom: 12px;
}

.cart-hover img {
    background: #4da6a6;
    width: 40px !important;
    height: 40px !important;
    border-radius: 70px;
    object-fit: scale-down !important;
    margin: 0 !important;
}

.pp-footer strong {
    color: #66b3b3;
}

.pp-footer del {
    font-size: 12px;
    margin-left: 6px;
    color: #aaa;
}

.pp-footer span {
    font-size: 13px;
    color: #6881a1;
    border-left: 1px solid #ececec;
    padding-left: 16px;
}

.fc-section {
    padding: 80px 0;
    background: #f8f9fa;
}

/* HEADER */
.fc-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.fc-pill {
    color: #5cbdb6;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #4da6a6;
}

.fc-title {
    flex: 1;
    font-weight: 700;
    color: #333e48;
}

.fc-view {
    font-size: 15px;
    color: #5cbdb6;
    text-decoration: underline;
}

/* CARD */
.fc-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin: 40px 0px 10px;
}

.fc-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

/* BADGES */
.fc-badge-new {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #5cbdb6;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.fc-badge-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6a3d;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

/* TEXT */
.fc-cat {
    color: #66b3b3;
    font-size: 13px;
}

.fc-name {
    font-size: 17px;
    margin: 6px 0;
    color: #333e48;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    padding-right: 70px;
}

/* RATING */
.fc-rating {
    color: #f5a623;
    font-size: 12px;
}

.fc-rating i.fa-regular.fa-star {
    color: #cbcbcb;
}

.fc-rating span {
    color: #999;
    margin-left: 5px;
}

/* FOOTER */
.fc-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.fc-footer strong {
    color: #5cbdb6;
}

.fc-footer span {
    font-size: 12px;
    color: #999;
}

/* BANNER */
.fc-banner {
    position: relative;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.fc-banner img {
    width: 100%;
    height: 72%;
    object-fit: fill;
}

.fc-banner-content {
    position: absolute;
    /* inset: 0; */
    background: #4da6a6;
    color: #fff;
    padding: 40px 30px 40px;
    height: 390px;
    display: flex;
    align-items: end;
    bottom: 0;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%, 0 0);
}

.fc-banner-content ul li {
    color: #cccbcb;
    font-size: 18px;
}

.fc-banner-content ul li i {
    color: #fff;
}

.fc-banner-content h3 {
    margin: 10px 0;
}

.fc-banner-content ul {
    padding-left: 18px;
    font-size: 13px;
    list-style: none;
    padding: 0;
}

.btn-shop-wra {
    background: #fff;
    color: #4da6a6 !important;
    border-radius: 30px;
    width: fit-content;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn.now-wrapperbtn {
    background: #4da6a6;
    color: fff !important;
    border-radius: 30px;
    width: fit-content;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .main-savrbg {
    background-image: url(../img/teashirt.png);
    padding: 31px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
} */
.main-savrbg {
    padding: 31px 30px;
    position: relative;
    overflow: hidden;
}

/* .fc-discount {
    background-image: url(../img/glass.png);
    padding: 31px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
} */
.fc-discount {
    padding: 31px 30px;
    position: relative;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .fc-banner {
        margin-top: 30px;
        height: 840px;
    }
}

/* offer-section Css  */
.offer-section {
    background-image: url(../img/offer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
}

.offer___wrapper {
    margin-top: 20px;
}

.offer___discount____tag {
    clip-path: polygon(50% 0%, 84% 0, 100% 52%, 79% 100%, 0 100%, 0% 60%, 0 0);
}

.swiper-pagination {
    bottom: 12px !important;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 18px;
    height: 6px;
    background: #5cb8b2;
    border-radius: 10px;
}

.offer-section .nav-tabs .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0px;
}

.offer-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #4da6a6;
}

/* offer-section Css  */

/* design-section Css  */

.design___wrapper {
    border-radius: 40px;
}

.design___image {
    margin: 0px 0px -30px 0px;
}

.shop-btn {
    background: var(--extra-color-7);
    color: #fff;
    font-family: var(--font-jost-semibold);
    border-radius: 30px;
}

.shop-btn:hover {
    background: transparent;
    color: var(--extra-color-7);
    border-color: var(--extra-color-7);
}

.grill___slide {
    padding: 0 70px;
}

.arrow___btn {
    background: var(--extra-color-7);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
}

/* design-section Css  */

/* seller-section Css  */

.category___span {
    border: 1px solid var(--extra-color-7);
    border-radius: 20px;
    padding: 4px 16px;
}

/* seller-section Css  */

/* viewed-section Css  */

.viewed___slide {
    margin: 0px 20px;
}

/* viewed-section Css  */
/* ===== SECTION WRAPPER ===== */
.design-section {
    padding: 80px 0;
    background-color: #f6f6f6;
}

.design-wrapper {
    background: #06383a;
    border-radius: 40px;
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
}

/* ===== LEFT CONTENT ===== */
.design-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.design-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 420px;
    margin-bottom: 30px;
}

.design-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background-color: #3eb6b2;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.design-btn:hover {
    background-color: #2fa5a1;
    color: #fff;
}

.design-btn span {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

/* ===== RIGHT IMAGE ===== */
.design-image {
    position: relative;
    text-align: center;
}

.design-image img {
    max-height: 420px;
}

/* ===== FLOATING TAGS ===== */
.design-tag {
    position: absolute;
    backdrop-filter: blur(6px);
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border: 1px solid #678588;
    font-family: var(--font-teko-medium);
    font-size: 22px !important;
    width: 178px;
    padding: 6px 13px;
    background: linear-gradient(120deg, #f8f9fa12, #dee2e69c);
}

.design-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.design-tag::before {
    content: '✓';
    width: 26px;
    height: 26px;
    background: #fff;
    color: #06383a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.tag-product {
    top: 10pc;
    right: 27pc;
}

.tag-art {
    top: 55%;
    right: 162px;
}

.tag-material {
    bottom: 11%;
    left: 14%;
}

.tag-count {
    top: 5pc;
    left: 27pc;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .design-wrapper {
        padding: 50px 30px;
    }

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

    .design-image img {
        max-height: 320px;
        margin-top: 40px;
    }
}

/*  */
.about-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-image-box {
    border-radius: 20px;
}

.about-image-box img {
    width: 100%;
    display: block;
    position: relative;
    top: -64px;
    /* max-width: 306px; */
    height: 337px;
    object-fit: cover;
    border-radius: 28px;
}

.experience-box {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.experience-number {
    font-size: 160px;
    font-weight: 800;
    color: #000;
    line-height: 1;
}

.experience-text {
    font-size: 23px;
    font-weight: 500;
    color: #121212;
    line-height: 1;
}

.about-content small {
    font-weight: 600;
    letter-spacing: 1px;
    color: #0a2a2d;
    text-transform: uppercase;
}

.about-content h2 .about-content p {
    font-size: 15px;
    color: #6c757d;
    max-width: 520px;
}

.about-content h2 {
    text-transform: capitalize;
    margin: 14px 0px;
}

.about-btn {
    margin-top: 25px;
    background-color: #339999;
    color: #fff;
    padding: 14px 22px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

span.rotate-arrow-wrapper {
    background: #339999;
    border-radius: 100px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -47px;
}

.about-btn:hover {
    background-color: #5fa6a6;
    color: #fff;
}

.arrow-box {
    position: relative;
    right: 0;
    top: -110px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.plaque-box img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.plaque-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 13px;
    padding: 8px;
    border-radius: 6px;
    text-align: center;
}

img.img-fluid.wrapper-decomposition {
    width: 100%;
    height: 310px;
    object-fit: fill;
    border-radius: 30px;
}

.badge-circle {
    position: absolute;
    top: -60px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #eaf6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #2b6f6f;
    text-align: center;
    padding: 10px;
}

.plaque-box {
    position: relative;
    bottom: 10px;
}

.wrapper-new-form:after {
    border-right: 1px solid #d5d5d5;
    padding-right: 40px;
    content: '';
    position: absolute;
    right: -20px;
    width: 4px;
    height: 104%;
    top: -60px;
}

.wrapper-new-form:before {
    border-right: 1px solid #d5d5d5;
    padding-right: 40px;
    content: '';
    position: absolute;
    right: -20px;
    width: 100%;
    height: 1px;
    top: 64%;
    transform: rotate(0deg);
    background: #d5d5d5;
}

.about-content {
    padding-left: 60px;
}

.about___image figure img.img-fluid {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 15px;
}

.wedo___image figure img.img-fluid {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

/* @media (max-width: 991px) {
	.arrow-box,
	.plaque-box {
		display: none;
	}
} */

/* ===== SECTION WRAPPER ===== */
.design-section {
    padding: 80px 0;
    background-color: #f6f6f6;
}

.design-wrapper {
    background: #06383a;
    border-radius: 40px;
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
}

/* ===== LEFT CONTENT ===== */
.design-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.design-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 420px;
    margin-bottom: 30px;
}

.design-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background-color: #3eb6b2;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.design-btn:hover {
    background-color: #2fa5a1;
    color: #fff;
}

.design-btn span {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

/* ===== RIGHT IMAGE ===== */
.design-image {
    position: relative;
    text-align: center;
    background-image: url(../img/design-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: top;
}

.design-image img {
    max-height: 420px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .design-wrapper {
        padding: 50px 30px;
    }

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

    .design-image img {
        max-height: 320px;
        margin-top: 40px;
    }
}

.deals-section {
    padding: 80px 0;
    background: #fff;
}

.deals-badge {
    display: inline-block;
    padding: 6px 16px;
    background: #e6f4f3;
    color: #3eb6b2;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 10px;
}

.deals-title {
    font-size: 36px;
    font-weight: 700;
    color: #2a2a2a;
}

.load_cls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-card {
    display: flex;
    gap: 40px;
    background: #fafafa;
    border-radius: 7px;
    padding: 0px;
    height: 100%;
    align-items: center;
}

.deal-img {
    background: #f1f1f1;
    border-radius: 7px;
    padding: 60px 0;
    position: relative;
    text-align: center;
    min-width: 230px;
    height: 100%;
}

.reviews-star-wrapper {
    display: none !important;
}

.deal-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #3eb6b2;
    color: #3eb6b2;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}

.deal-rating {
    color: #ffb400;
    font-size: 14px;
    margin-bottom: 8px;
}

.deal-rating span {
    color: #999;
}

.deal-img img {
    height: 250px;
    object-fit: fill;
}

.deal-content p {
    color: #383838;
}

.deal-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333e48;
}

.deal-price {
    margin-bottom: 15px;
}

.price-new {
    color: #3eb6b2;
    font-weight: 700;
    margin-right: 10px;
}

.price-old {
    text-decoration: line-through;
    color: #999;
}

.design-section h2.teko-regular {
    font-weight: 800;
}

.deal-timer {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.deal-timer div {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
}

.deal-timer strong {
    display: block;
    font-size: 16px;
    color: #383838;
}

.deal-stock {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
    color: #555;
}

.deal-progress {
    height: 16px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.deal-progress span {
    display: block;
    width: 35%;
    height: 100%;
    background: #3eb6b2;
}

@media (max-width: 991px) {
    .deal-card {
        flex-direction: column;
    }
}

/*  */
.jl-footer {
    background: #22292f;
    font-size: 14px;
}

.footer-desc {
    color: #bfc5c9;
    line-height: 1.6;
}

.footer-title {
    margin-bottom: 18px;
    /* font-weight: 600; */
    font-size: 22px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    position: relative;
    cursor: pointer;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-list li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 12px;
    height: 2px;
    background-color: #339999;
    transition: width 0.5s ease;
}

/* Individual hover */
.footer-list li:hover::before {
    width: 100%;
}

.footer___wrap {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.footer___wrap::before {
    content: '';
    position: absolute;
    width: 32px;
    bottom: -1px;
    height: 2px;
    left: 0px;
    background-color: #339999;
    transition: width 0.5s ease;
}

.footer___wrap:hover::before {
    width: 100%;
}

.footer___heading {
    position: relative;
}

.footer___heading::before {
    content: '';
    position: absolute;
    width: 32px;
    bottom: -6px;
    height: 2px;
    left: 0px;
    background-color: #339999;
}

.footer-list a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--font-jost-medium);
    font-size: 14px;
    cursor: pointer;
}

.footer-list a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer__copyright {
    color: #bdbdbd;
}

/* SOCIAL */
.footer-social a {
    display: inline-flex;
    background: transparent;
    color: #fff;
    margin-right: 8px;
    text-decoration: none;
}

/* CONTACT */
.footer-contact {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    color: #ffff;
    font-family: var(--font-jost-medium);
}

.footer-contact .icon {
    width: 36px;
    height: 36px;
    background: #2bb3b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* NEWSLETTER */
.jl-newsletter {
    background: #2f363c;
    padding: 40px 0;
}

.newsletter-form {
    display: flex;
}

.newsletter-form input {
    flex: 1;
    border: none;
    padding: 16px 28px;
    border-radius: 30px 0 0 30px;
    outline: none;
    font-family: var(--font-inter-regular);
    font-size: 12px;
}

.newsletter-form button {
    background: #339999;
    border: none;
    padding: 0 28px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    font-family: var(--font-inter-regular);
    font-size: 12px;
}

/* PAYMENTS */
/* .payment-icons img {
	height: 26px;
	margin-left: 10px;
} */

/* BOTTOM */
.jl-footer-bottom {
    background: #181c20;
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
    color: #9aa1a6;
}

/* about-page Css  */

.about___text {
    margin-left: -5rem;
    margin-top: -3rem;
    z-index: -1;
    border-radius: 10px;
}

.wedo____bottom {
    bottom: -50px;
    border-radius: 22px;
}

.expert____para {
    background: #157e9617;
    padding: 30px;
    border-radius: 20px;
}

.expert____slider .slick-prev {
    left: -25px;
    left: unset;
    right: 120px;
    top: unset;
    bottom: 50px;
    z-index: 99;
}

.expert____slider .slick-next {
    right: 65px;
    bottom: 50px;
    top: unset;
}

.expert____slider .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    color: var(--secondary-color);
    border: 1px solid transparent;
    background: var(--extra-color-1);
    border-radius: 50%;
}

.expert____slider .slick-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
    opacity: 1 !important;
    color: #fff;
    font-size: 16px;
}

.expert____slider .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    opacity: 1 !important;
    color: #fff;
    font-size: 16px;
}

.expert____slider .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: var(--extra-color-3);
}

.expert___image figure img.img-fluid {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.wedo___content___wrapper p {
    font-size: 18px;
    font-family: var(--font-tomato-regular);
    color: #fff;
}

.wedo___content___wrapper ul li {
    font-size: 18px;
    font-family: var(--font-tomato-regular);
    color: #fff;
}

.about___content___wrapper p {
    font-size: 18px;
    font-family: var(--font-tomato-regular);
    color: var(--dark-color);
}

.about___content___wrapper ul li {
    font-size: 18px;
    font-family: var(--font-tomato-regular);
    color: var(--dark-color);
}

.about___content p {
    font-size: 14px;
    font-family: var(--font-inter-regular);
    color: var(--extra-color-13);
}

/* about-page Css  */

/* product-detail Css  */

.product___btn {
    background: var(--primary-color);
    padding: 10px 30px;
}

.customize___btn {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 30px;
}

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

.color-span {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    border-radius: 2px;
}

.color-wrapper input:checked ~ .color-span {
    outline-color: var(--secondary-color);
    border-color: #fffcf5;
}

.product-detail .quanity-wrap .quantity-input {
    color: #3d4950;
    outline: none;
}

.product-detail .product-size-wrapper .size-value {
    color: #6a7379;
}

.product-detail .product-size-wrapper .quanity-wrap {
    transition: 0s;
    border: 1px solid transparent;
    background: #211f1b1a;
}

.product-detail .product-size-wrapper .size-label input:checked + .quanity-wrap {
    border-color: var(--extra-color-1);
}

.product-detail .product-size-wrapper .size-label input:checked + .quanity-wrap .size-value {
    color: var(--extra-color-1);
}

.product_slider_main figure img.img-fluid {
    width: 100%;
    height: 510px;
    object-fit: fill;
    border-radius: 10px;
}

.product_slider_inner figure img.img-fluid {
    width: 100%;
    height: 115px;
    object-fit: fill;
    border-radius: 10px;
}

.product-full-description p {
    font-size: 16px;
    font-family: var(--font-tomato-regular);
    color: var(--dark-color);
}

.order-item span {
    font-family: var(--font-tomato-regular);
    color: var(--dark-color);
}

/* product-detail Css  */

/* Customize Modal Css  */

.customize___modal .modal-content {
    border: 2px solid #06768e;
    border-radius: 40px;
}

.customize___modal .modal-body {
    padding: 10px 40px 20px 40px;
}

.customize___modal .modal-header {
    padding: 10px 20px 0 40px;
    justify-content: center;
    position: relative;
}

.customize___modal {
    background: #d9d9d980;
}

.customize___modal .btn-close {
    color: #000;
    /* background: transparent url("../img/cross-svg.svg") center/1em auto no-repeat; */
    opacity: 1;
    margin: unset;
    position: absolute;
    right: 20px;
}

@media (min-width: 576px) {
    .customize___modal .modal-dialog {
        max-width: 35%;
    }
}

/* Customize Modal Css  */
.shop-department {
    width: 280px;
    border: 1px solid #e5e5e5;
    font-family: Arial, sans-serif;
    background: #fff;
}

.shop-title {
    background: #66bcbc;
    color: #fff;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
}

.department-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.department-list li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.department-list li a {
    display: block;
    padding: 12px 15px 12px 30px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Dot before item */
.department-list li a::before {
    content: '•';
    position: absolute;
    left: 15px;
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1;
}

/* Hover effect */
.department-list li a:hover {
    color: #1e88e5;
    background: #f9f9f9;
}

.department-list li a:hover::before {
    color: #1e88e5;
}

/* Active item */
.department-list li.active a {
    color: #1e88e5;
    font-weight: 600;
}

.department-list li.active a::before {
    color: #1e88e5;
}

/* NEW badge */
.badge-new {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #0cc485;
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
}

.badge-new:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #0cc485;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    position: absolute;
    left: -5px;
    top: 24%;
    rotate: 267deg;
    transform: translateY(-50%);
}

/* thankyou page Css  */

.thankyou____main {
    background: #00000005;
    padding: 40px;
    border-radius: 7px;
}

.thankyou____wrapper {
    background-image: url(../img/thankyou-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* thankyou page Css  */

/* gallery-section Css  */

.gallery___image figure:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #000);
    z-index: 1;
    transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

.gallery___image figure:hover:before {
    top: 0;
}

.gallery___image figure {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.gallery___image figure:hover img.img-fluid {
    transform: scale(1.1);
}

.gallery___image figure img.img-fluid {
    height: 240px;
    object-fit: cover;
    border-radius: 19px;
}

/* custom slider */
/* Slider wrapper relative hona chahiye */
.your-slider {
    position: relative;
}

/* Common arrow style */
.your-slider .slick-prev,
.your-slider .slick-next {
    position: absolute;
    top: -76px;
    right: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 10;
    transition: all 0.3s ease;
    border: none;
}

/* Left arrow ko thoda left shift */
.your-slider .slick-prev {
    right: 52px;
}

/* Default text hide */
.your-slider .slick-prev:before,
.your-slider .slick-next:before {
    display: none;
}

/* Custom arrow icons */
.your-slider .slick-prev::after,
.your-slider .slick-next::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.viewed____image {
    flex: 0 0 30%;
}

.viewed____image img {
    height: 110px;
    width: 150px;
    object-fit: fill;
}

.your-slider .slider-sec .slick-prev {
    left: unset;
    z-index: 99;
    right: 50px;
}

/* Left arrow rotate */
.your-slider .slick-prev::after {
    transform: translate(-50%, -50%) rotate(-135deg);
}

@media (max-width: 1400px) {
    .design-tag2 {
        font-size: 19px !important;
        width: 170px;
        display: flex;
        align-items: center;
        padding: 10px 10px;
    }

    .tag-product {
        top: 10pc;
        right: 23pc;
    }

    .tag-art {
        top: 55%;
        right: 112px;
    }

    .dept-btn span {
        font-size: 14px;
    }
}

/* gallery-section Css  */
@media (min-width: 999px) and (max-width: 1221px) {
    .auto-max-width {
        margin: 0 !important;
        width: 100%;
    }

    .dept-btn span.jost-semibold {
        font-size: 13px;
    }

    figure.header-logo a img {
        width: 170px;
        object-fit: scale-down;
    }
}

@media (min-width: 600px) and (max-width: 980px) {
    .dept-btn span {
        font-size: 14px;
    }

    .fc-banner img {
        width: 100%;
        height: 72%;
        object-fit: fill;
    }

    .center-glass {
        width: 110px;
        height: 110px;
    }

    .center-glass.wrapper-glass {
        left: 209px;
    }

    .header-logo-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .wrapper-navbar-col {
        display: none;
    }

    .search-bar select,
    .search-bar input {
        border: none;
        padding: 10px 15px;
        font-size: 11px;
    }

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

    .experience-number {
        font-size: 90px;
    }

    .fc-banner-content {
        height: 340px;
        width: 100%;
    }

    .experience-text {
        font-size: 20px;
    }

    .fc-section {
        padding: 30px 0;
        background: #f8f9fa;
    }

    .tag-count {
        top: 35%;
        left: 64%;
    }

    .tag-product {
        top: 6pc;
        right: 23pc;
    }

    .seller-bottom-wrapper-responsive {
        display: flex;
    }

    .deals-section {
        padding: 40px 0;
        background: #fff;
    }

    .deal-img img {
        height: 250px !important;
        object-fit: fill;
    }

    .grill___content h2 {
        font-size: 26px;
    }

    .about-section {
        padding: 40px 0;
    }

    .product___top.ml14.text-center h2 {
        font-size: 32px;
    }

    .about-content {
        padding-left: 20px;
    }

    .wrapper-arrow-responsive {
        display: block !important;
    }

    .mobile-header-banner a {
        margin-bottom: 10px;
    }

    .award-container {
        position: relative;
        width: 283px;
        height: 513px;
        margin: auto;
    }

    .box {
        width: 100px;
        height: 100px;
    }

    .box img {
        width: 60%;
    }

    .header-right.mobile-wrapper-card-contact-item.second-navbar-branding-cart {
        display: none !important;
    }

    .header-right {
        color: #fff;
        display: flex;
        align-items: center;
        gap: 17px;
        justify-content: end;
    }

    .search-bar select,
    .search-bar input {
        border: none;
        padding: 10px 15px;
        font-size: 13px;
    }

    figure.header-logo a img {
        width: 160px;
        height: 70px;
        object-fit: scale-down;
    }

    .icon-badge {
        background-color: var(--extra-color-3) !important;
        border: 1px solid transparent;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--extra-color-2) !important;
        text-decoration: none;
    }

    .search-bar button {
        background: #66b3b3;
        color: #fff;
        border: none;
        padding: 0 18px;
    }

    .header-logo-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wrapper-navbar-col {
        display: none;
    }

    .wrapper-justify-content-around {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wrapper-logo-bar-notification {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width: 992px) {
    .about___content {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .arrow-box {
        text-align: end;
    }

    .badge-circle {
        right: 0px;
        width: 110px;
        height: 110px;
    }

    .fc-discount {
        margin-top: 10px;
    }

    .expert___content {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    section.banner {
        background-size: cover;
    }

    .tag-product {
        top: 5pc;
        right: -2pc;
    }

    .your-slider .slick-prev,
    .your-slider .slick-next {
        top: -22px;
    }

    .col-lg-6.wrapper-navbar-col {
        display: none;
    }

    .header-logo-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .design-tag {
        position: absolute;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(6px);
        padding: 2px 8px;
        border-radius: 30px;
        color: #fff;
        font-size: 15px !important;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    }

    .main-header {
        padding-top: 5px;
    }

    .mobile-header-banner a {
        margin-bottom: 10px;
    }

    .award-container.right-award {
        margin-top: 20px;
    }

    .dept-popup ul li {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: 0px;
    }

    .search-bar button {
        background: #66b3b3;
        color: #fff;
        border: none;
        padding: 0 8px;
        width: 100%;
    }

    .next-wrapper-card-contact-item {
        display: none;
    }

    .dept-btn {
        padding: 9px 7px;
        display: flex;
        align-items: center;
    }

    .fc-banner {
        margin-top: 30px;
        height: 670px;
    }

    .dept-btn span {
        font-size: 13px !important;
    }

    .dept-popup ul {
        list-style: none;
        padding: 0px;
        margin: 0;
    }

    .cart-info-wrapper-card-contact-item strong {
        font-size: 13px;
    }

    .cart-info-wrapper-card-contact-item small {
        font-size: 13px;
    }

    .section {
        padding: 30px 0px 30px;
    }

    .experience-box {
        margin-top: 0px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .about-content {
        padding-left: 20px;
    }

    .fc-section {
        padding: 30px 0;
        background: #f8f9fa;
    }

    .pp-section {
        background: #6fb7b6;
        padding: 19px 0;
    }

    .about-content h2 {
        font-size: 31px;
        color: #0a2a2d;
        margin: 20px 0;
        line-height: 1.3;
    }

    .wrapper-logo-bar-notification span {
        font-size: 12px;
    }

    .fc-banner-content {
        height: 330px;
    }

    .deal-card {
        padding: 0px;
    }

    .grill___slide {
        padding: 0 0px;
    }

    .grill____wrapper {
        padding: 20px !important;
    }

    .tag-material {
        bottom: 12%;
        left: -12%;
    }

    .tag-count {
        top: 5%;
        left: -2%;
    }

    .tag-art {
        top: 52%;
        right: 0;
    }

    .search-bar select,
    .search-bar input {
        border: none;
        padding: 10px 15px;
        font-size: 11px;
    }

    .expert____para {
        background: #157e9617;
        padding: 0px;
        border-radius: 20px;
    }

    /* .expert-section .slick-prev,
	.slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		bottom: -10px !important;
	} */

    .expert____slider .slick-prev {
        right: 50px;
        bottom: -10px;
    }

    .expert____slider .slick-next {
        right: 0;
        bottom: -10px;
        top: unset;
    }

    .level-2-lg {
        font-size: 32px;
    }

    .form___btn {
        margin-bottom: 17px;
    }

    .mobile-header-flex-column11 .btn {
        background-color: #f4c025;
        border-radius: 4px;
        font-size: 12px;
        color: #0f2757;
        border: 1px solid transparent;
        text-align: center;
        font-family: var(--font-inter-medium);
        padding: 10px 30px;
        transition: 0.6s all;
        border-radius: 10px;
        padding: 6px 20px !important;
    }

    .product-size-wrapper1111 {
        display: flex !important;
        flex-direction: row !important;
    }

    .product-info {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 290px;
    }
}

@media (max-width: 576px) {
    .dept-btn span {
        font-size: 10px !important;
    }

    .search-bar button {
        font-size: 12px;
    }

    .search-bar select,
    .search-bar input {
        padding: 10px 10px;
        font-size: 10px;
    }

    .arrow-box {
        right: 20px;
    }

    .tag-count {
        top: 5%;
        left: unset;
        right: -30px;
    }

    .tag-product {
        top: 5pc;
        right: unset;
        left: -40px;
    }

    .tag-art {
        top: 52%;
        right: -40px;
    }

    .tag-material {
        bottom: 12%;
        left: -17%;
    }

    .design-tag {
        font-size: 12px !important;
        max-width: 120px;
    }

    .newsletter-form input {
        padding: 16px 18px;
        font-size: 11px;
    }

    .newsletter-form button {
        font-size: 10px;
    }

    .footer-title {
        font-size: 16px;
    }

    .cart-footer {
        flex-direction: column;
    }

    .product___btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-actions {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .arrow-box {
        right: 0px;
        top: -110px;
    }

    .arrow-box img.img-fluid {
        max-width: 70px;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

::-webkit-scrollbar-track {
    background: #5cbdb6;
}

/* gallery page Css  */

.gallery___detail .gallery___image {
    margin-bottom: 25px;
}

/* gallery page Css  */

/* review css  */
/* ===== Custom Tabs ===== */
.custom-review-tabs .custom-tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    cursor: pointer;
}

.custom-review-tabs .custom-tabs-nav li {
    list-style: none;
    padding: 10px 25px;
    border-radius: 8px 8px 0 0;
    background: #ddd;
    font-weight: 600;
    transition: all 0.3s ease;
}

.custom-review-tabs .custom-tabs-nav li.active {
    background: #ffb400;
    color: #fff;
}

/* Tab content */
.custom-review-tabs .tab-content {
    display: none;
}

.custom-review-tabs .tab-content.active {
    display: block;
}

/* Star rating */
.rate-area li i {
    font-size: 1rem;
    color: #ccc;
    cursor: pointer;
    margin: 0 2px;
}

.rate-area li i.selected,
.rate-area li i.hover {
    color: #ffb400;
}

/* Review cards */
.review-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 15px;
}

.product-wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: var(--primary-color);
    color: #fff !important;
}

.review-stars i {
    color: #ffb400;
    margin-right: 3px;
    font-size: 1rem;
}

.product-wrapper .nav-tabs {
    border-bottom: none;
}

.product-wrapper .nav-tabs .nav-link {
    color: var(--primary-color);
}

.reveiw-form-box .form-group {
    margin-bottom: 0px !important;
}

/* review css  */

.testimonial-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    overflow: hidden;
}

.rating {
    margin-bottom: 5px;
}

.rating i {
    color: #ffc107;
    font-size: 18px;
    margin-right: 4px;
    transition: 0.3s;
}

/* Center slide me stars glow effect */
.slick-center .rating i {
    text-shadow: 0 0 10px rgba(255, 193, 7, 0.8);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
}

.section-title p {
    opacity: 0.8;
}

.testimonial-slider .testimonial-item {
    padding: 20px;
    transition: 0.4s ease;
    transform: scale(0.8);
    opacity: 0.5;
}

.testimonial-slider .slick-center {
    transform: scale(1);
    opacity: 1;
}

.testimonial-content {
    background: rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    min-height: 280px;
}

.testimonial-content .quote {
    font-size: 80px;
    position: absolute;
    top: -30px;
    right: 20px;
    opacity: 0.1;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    word-break: break-all;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #fff;
}

.client-info h4 {
    margin: 0;
    font-size: 18px;
    word-break: break-all;
}

.client-info span {
    font-size: 14px;
    opacity: 0.7;
    word-break: break-all;
}

/* Custom Arrows */
.testimonial-section .slick-prev,
.testimonial-section .slick-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
}

.testimonial-section .slick-prev:before,
.testimonial-section .slick-next:before {
    color: #000;
    font-size: 20px;
}

/* Dots */
.testimonial-section .slick-dots li button:before {
    color: #fff;
    font-size: 12px;
}

.django-img {
    width: 100%;
    height: 410px !important;
    object-fit: scale-down;
}

.product_slider_inner .slick-slide {
    opacity: 0.6;
    cursor: pointer;
}
.product_slider_inner .slick-slide.slick-current.slick-active {
    opacity: 1;
    cursor: pointer;
}
.contact-top-section input[type='number']::-webkit-inner-spin-button,
.contact-top-section input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.contact-top-section input[type='number'] {
    -moz-appearance: textfield !important;
    appearance: none;
}

.logo-slider .logo____wrap img.img-fluid {
    max-width: 215px;
    height: 130px;
    object-fit: cover;
}
.footer-social {
    display: flex;
    align-items: center;
}

.footer-social img.icon_css_s {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
textarea.form-control.form-control-2 {
    overflow: hidden;
}

/* Responsive Css  */

@media (max-width: 576px) {
    .center-glass img {
        max-width: 100px;
        height: 125px;
    }
    .box img {
        max-width: 110px;
        height: 130px;
    }
    .client-info {
        flex-direction: column;
        row-gap: 10px;
    }
    .testimonial-content p {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .logo-slider .logo____wrap img.img-fluid {
        max-width: 130px;
        height: 100px;
    }
    .gallery___image figure img.img-fluid {
        height: 150px;
    }
}

/* Responsive Css  */
