/* ==========================================================================
   Ultra-Premium & Aesthetic Theme (Prettiest Layout Edition) - Computer Care
   ========================================================================== */

/* --- Universal Reset & Typography --- */
body, h1, h2, h3, h4, h5, h6, input, button, select, textarea, .form-control {
    font-family: "Plus Jakarta Sans", "Montserrat", Helvetica, Arial, sans-serif !important;
}

body {
    background-color: #fafaf9 !important; /* Soft premium warm stone background */
    color: #292524 !important; /* Elegant graphite gray text */
    font-size: 14px !important;
    line-height: 1.65 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --- Elegant Links & Accents --- */
a {
    color: #0f766e !important; /* Ocean Teal */
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
a:hover {
    color: #0d9488 !important; /* Mint Teal */
    text-decoration: none !important;
}

/* --- Gradient Titles with Metallic Shine --- */
h1, h2, h3, h4, h5, h6 {
    color: #0f2928 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}
h1 { font-size: 30px !important; margin-bottom: 24px !important; }
h2 { font-size: 24px !important; margin-bottom: 20px !important; }
h3 { font-size: 19px !important; margin-bottom: 16px !important; }

/* Metallic Gradient Styling for Titles */
.productblock-title, .breadcrumb h1, .contact-title {
    background: linear-gradient(135deg, #042f2e 0%, #0f766e 50%, #0d9488 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
}

/* --- Header Top Bar with Soft Pastel Gradient --- */
.header-top {
    background: linear-gradient(90deg, #f0fdfa 0%, #f5f5f4 100%) !important;
    border-bottom: 1px solid rgba(13, 148, 136, 0.1) !important;
    padding: 12px 0 !important;
}

.wel-come-msg {
    color: #0f766e !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.25px;
}

#top-links a.dropdown-toggle {
    background: #ffffff !important;
    color: #0f766e !important;
    font-weight: 700 !important;
    border: 1px solid rgba(13, 148, 136, 0.15) !important;
    border-radius: 30px !important; /* Pill shape */
    padding: 7px 16px !important;
    font-size: 12px !important;
    box-shadow: 0 2px 5px rgba(15, 118, 110, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#top-links a.dropdown-toggle:hover {
    background: #0f766e !important;
    color: #ffffff !important;
    border-color: #0f766e !important;
    box-shadow: 0 4px 10px rgba(15, 118, 110, 0.15) !important;
}

/* Glassmorphism for Top bar Dropdown Menu */
#top-links .dropdown-menu {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    border-radius: 14px !important;
    box-shadow: 0 15px 35px -5px rgba(15, 118, 110, 0.12) !important;
    border: 1px solid rgba(13, 148, 136, 0.1) !important;
    padding: 8px 0 !important;
    margin-top: 10px !important;
}

#top-links .dropdown-menu li a {
    color: #1c1917 !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: all 0.2s ease !important;
}

#top-links .dropdown-menu li a:hover {
    background: #f0fdfa !important;
    color: #0f766e !important;
}

/* --- Search & Cart Area --- */
.header-inner {
    padding: 28px 0 !important;
}

#search-box.form-control {
    height: 50px !important;
    border: 1.5px solid rgba(13, 148, 136, 0.15) !important;
    border-radius: 30px 0 0 30px !important;
    padding-left: 24px !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
    color: #1c1917 !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#search-box.form-control:focus {
    border-color: #0f766e !important;
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1) !important;
}

#search .input-group-btn .btn {
    height: 50px !important;
    border: 1.5px solid #0f766e !important;
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%) !important;
    color: #ffffff !important;
    border-radius: 0 30px 30px 0 !important;
    font-weight: 700 !important;
    padding: 0 28px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#search .input-group-btn .btn:hover {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%) !important;
    border-color: #0d9488 !important;
}

/* Glassmorphism for Suggestion Search Panel */
#suggesstion-box {
    padding-top: 54px !important;
}

#country-list {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(13, 148, 136, 0.15) !important;
    box-shadow: 0 20px 40px -15px rgba(15, 118, 110, 0.15) !important;
    border-radius: 14px !important;
    width: 100% !important;
}

#country-list li {
    padding: 14px 20px !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(13, 148, 136, 0.05) !important;
    color: #1c1917 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.25s !important;
}

#country-list li:hover {
    background: #f0fdfa !important;
    color: #0f766e !important;
}

/* Cart Button */
.cart-dropdown-button {
    height: 50px !important;
    border-radius: 30px !important;
    border: 1.5px solid rgba(13, 148, 136, 0.15) !important;
    background: #ffffff !important;
    color: #0f766e !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    box-shadow: 0 2px 6px rgba(15, 118, 110, 0.04) !important;
    padding: 0 24px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-block !important;
    text-align: left !important;
    width: auto !important;
    float: right !important;
}

.cart-dropdown-button:hover, .cart-dropdown-button:focus {
    border-color: #0f766e !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%) !important;
    box-shadow: 0 6px 15px rgba(15, 118, 110, 0.2) !important;
}

/* Glassmorphism for Cart Details Dropdown */
.cart-dropdown-menu {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(14px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(13, 148, 136, 0.15) !important;
    box-shadow: 0 30px 60px -15px rgba(15, 118, 110, 0.2) !important;
    padding: 20px !important;
    margin-top: 10px !important;
    min-width: 340px !important;
}

.cart-dropdown-menu table {
    margin-bottom: 14px !important;
}

.cart-dropdown-menu td {
    padding: 10px !important;
    border: 1px solid rgba(13, 148, 136, 0.05) !important;
    color: #292524 !important;
    font-size: 13px !important;
}

.cart-dropdown-menu .btn-viewcart a, .cart-dropdown-menu .btn-checkout a {
    display: inline-block !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cart-dropdown-menu .btn-viewcart a {
    background: #f0fdfa !important;
    color: #0f766e !important;
    border: 1px solid rgba(13, 148, 136, 0.1) !important;
}

.cart-dropdown-menu .btn-viewcart a:hover {
    background: #ccfbf1 !important;
}

.cart-dropdown-menu .btn-checkout a {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%) !important;
    color: #ffffff !important;
}

.cart-dropdown-menu .btn-checkout a:hover {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%) !important;
}

/* --- Gorgeous Menu Navigation --- */
#menu.navbar {
    background: linear-gradient(90deg, #042f2e 0%, #115e59 100%) !important; /* Elegant Forest Gradient */
    border: none !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 15px 30px -10px rgba(4, 47, 46, 0.25) !important;
    padding: 8px 20px !important;
}

.nav-inner #logo img {
    height: 54px !important;
    width: auto !important;
    border-radius: 10px !important;
}

.main-navigation > li > a {
    color: #ccfbf1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding: 18px 26px !important;
    letter-spacing: 1px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.main-navigation > li > a:hover, .main-navigation > li.open > a {
    color: #2dd4bf !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
}

/* Glassmorphism Category Sub-menu */
.main-navigation > li .new-cate-subCat-menu {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(14px) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(13, 148, 136, 0.15) !important;
    box-shadow: 0 20px 40px -10px rgba(15, 118, 110, 0.15) !important;
    padding: 14px 0 !important;
    min-width: 250px !important;
    margin-top: 6px !important;
}

.main-navigation > li .new-cate-subCat-menu li a.new-sub-cat {
    color: #292524 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 11px 24px !important;
    display: block !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
}

.main-navigation > li .new-cate-subCat-menu li a.new-sub-cat:hover {
    color: #0f766e !important;
    background: #f0fdfa !important;
    padding-left: 30px !important;
}

/* --- Hero Banner & Slides --- */
.mainbanner {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.04) !important;
    margin-bottom: 40px !important;
}

.new-banner-crousel {
    border-radius: 20px !important;
}

.cms_banner .banner {
    border-radius: 20px !important;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;
    margin-bottom: 26px !important;
}

.cms_banner .banner:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 25px 40px -8px rgba(15, 118, 110, 0.18) !important;
}

.cms_banner .banner img {
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cms_banner .banner:hover img {
    transform: scale(1.08) !important;
}

.cms_banner .bannertext {
    position: absolute !important;
    bottom: 26px !important;
    left: 26px !important;
    z-index: 10 !important;
}

.cms_banner .bannertext h2 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4) !important;
}

.cms_banner .bannertext p {
    color: #ccfbf1 !important;
    font-size: 13px !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
}

.cms_banner .banner button.btn {
    position: absolute !important;
    top: 26px !important;
    right: 26px !important;
    background: #ffffff !important;
    color: #042f2e !important;
    border-radius: 30px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 8px 18px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cms_banner .banner:hover button.btn {
    background: #0f766e !important;
    color: #ffffff !important;
    transform: scale(1.05) !important;
}

/* --- Product Tab Indicators --- */
.customtab {
    border-bottom: 2px solid rgba(13, 148, 136, 0.1) !important;
    margin-bottom: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-bottom: 16px !important;
}

.productblock-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    letter-spacing: -0.03em !important;
}

.customtab-inner {
    display: flex !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.customtab-inner li.tab a {
    color: #57534e !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 8px 22px !important;
    border-radius: 30px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: none !important;
    background: transparent !important;
    display: inline-block !important;
}

.customtab-inner li.tab.active a, .customtab-inner li.tab a:hover {
    color: #0f766e !important;
    background: #f0fdfa !important;
}

/* --- Pretty Product Card Grid --- */
.product-layout {
    height: auto !important;
    margin-bottom: 35px !important;
}

.product-thumb {
    background: #ffffff !important;
    border: 1px solid rgba(15, 118, 110, 0.05) !important;
    border-radius: 20px !important; /* Ultra-rounded corners */
    padding: 20px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 20px rgba(15, 118, 110, 0.02) !important;
    margin-bottom: 0px !important;
    position: relative !important;
    overflow: hidden !important;
}

.product-thumb:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 30px 60px -15px rgba(15, 118, 110, 0.12), 0 10px 20px -10px rgba(15, 118, 110, 0.04) !important;
    border-color: rgba(13, 148, 136, 0.2) !important;
}

.product-imageblock {
    background: linear-gradient(135deg, #f0fdfa 0%, #e6faf6 100%) !important; /* Beautiful custom image box gradient */
    border-radius: 14px !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 230px !important;
    max-height: 230px !important;
    padding: 16px !important;
    box-shadow: inset 0 2px 4px rgba(15, 118, 110, 0.02) !important;
}

.product-imageblock img {
    max-height: 200px !important;
    width: auto !important;
    object-fit: contain !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-thumb:hover .product-imageblock img {
    transform: scale(1.08) !important;
}

.product-detail {
    padding: 0 !important;
    text-align: left !important;
}

.rating {
    margin-bottom: 12px !important;
    color: #b45309 !important; /* Warm Amber Gold */
    font-size: 12px !important;
}

.product-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    height: 44px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin: 0 0 12px 0 !important;
}

.product-name a {
    color: #1c1917 !important;
    text-decoration: none !important;
}

.product-name a:hover {
    color: #0f766e !important;
}

.product-price, .price {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f766e !important;
    margin-bottom: 14px !important;
    display: block !important;
    letter-spacing: -0.5px !important;
}

/* Button & Actions within product card */
.product-thumb .button-group {
    margin: 14px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.addtocart-btn.btn {
    width: 100% !important;
    border-radius: 30px !important; /* Pretty Pill button shape */
    font-weight: 700 !important;
    padding: 12px 20px !important;
    border: none !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: block !important;
    text-align: center !important;
}

.addtocart-btn.btn-primary {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(15, 118, 110, 0.2) !important;
}

.addtocart-btn.btn-primary:hover {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%) !important;
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(15, 118, 110, 0.3) !important;
}

.addtocart-btn.btn-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 0.85 !important;
}

.grid-btn .addtocart-btn {
    border: 1.5px solid #0f766e !important;
    background: transparent !important;
    color: #0f766e !important;
    box-shadow: none !important;
}

.grid-btn .addtocart-btn:hover {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%) !important;
    color: #ffffff !important;
}

/* View All Products Banner Button */
.new-viewall-cat-btn {
    display: inline-block !important;
    margin: 25px auto 45px auto !important;
    background-color: #b45309 !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 13px 30px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 20px rgba(180, 83, 9, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.new-viewall-cat-btn:hover {
    background-color: #d97706 !important;
    transform: scale(1.03) !important;
    box-shadow: 0 8px 25px rgba(180, 83, 9, 0.35) !important;
}

/* --- Pretty Glassmorphism Testimonials --- */
.parallax-container {
    border-radius: 24px !important;
    overflow: hidden !important;
    margin: 60px 0 !important;
    position: relative !important;
    box-shadow: 0 10px 30px rgba(15, 118, 110, 0.05) !important;
}

#testimonial .panel-default {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 20px 45px rgba(15, 118, 110, 0.08) !important;
    text-align: center !important;
    max-width: 700px !important;
    margin: 25px auto !important;
}

.testimonial-image {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    border: 3px solid #0f766e !important;
    margin: 0 auto 20px auto !important;
    overflow: hidden !important;
    box-shadow: 0 6px 15px rgba(15, 118, 110, 0.15) !important;
}

.testimonial-image img {
    width: 100% !important;
    height: auto !important;
}

.testimonial-name h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f2928 !important;
    margin-bottom: 4px !important;
}

.testimonial-designation p {
    color: #b45309 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
}

.testimonial-desc {
    font-size: 14.5px !important;
    color: #44403c !important;
    line-height: 1.7 !important;
    font-style: italic !important;
}

/* --- Gorgeous Footer Redesign --- */
footer {
    background: linear-gradient(180deg, #042f2e 0%, #011c1b 100%) !important; /* Deep Rich Gradient */
    color: #99f6e4 !important;
    padding: 70px 0 0 0 !important;
    font-size: 14px !important;
    border-top: 1px solid rgba(13, 148, 136, 0.15) !important;
}

footer a {
    color: #99f6e4 !important;
}

footer a:hover {
    color: #2dd4bf !important;
}

.cms_searvice {
    background: linear-gradient(90deg, #115e59 0%, #0f766e 100%) !important; /* Service gradient background */
    padding: 28px 0 !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 10px 25px rgba(4, 47, 46, 0.15) !important;
}

.cms_searvice h4 {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cms_searvice p {
    color: #ccfbf1 !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

.footer-block {
    margin-bottom: 40px !important;
}

.footer-title {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 24px !important;
    letter-spacing: 0.75px !important;
    border-bottom: 2px solid #b45309 !important; /* Golden amber border indicator */
    display: inline-block !important;
    padding-bottom: 6px !important;
}

.footer-block ul.ul-wrapper {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-block ul.ul-wrapper li {
    margin-bottom: 14px !important;
    color: #99f6e4 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.footer-block ul.ul-wrapper li i.fa {
    color: #2dd4bf !important;
    margin-top: 4px !important;
    font-size: 14px !important;
}

.footer-block table {
    width: 100% !important;
    margin-bottom: 18px !important;
    color: #99f6e4 !important;
    font-size: 13px !important;
}

.footer-block table th {
    color: #ffffff !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(13, 148, 136, 0.1) !important;
    padding-bottom: 8px !important;
}

.footer-block table td {
    padding: 8px 0 !important;
    border-bottom: 1px dashed rgba(255,255,255,0.06) !important;
}

.footer-bottom {
    background: #011615 !important;
    padding: 28px 0 !important;
    border-top: 1px solid rgba(13, 148, 136, 0.1) !important;
    color: #14b8a6 !important;
    font-size: 13px !important;
}

.footer-bottom .copyright {
    color: #14b8a6 !important;
}

/* --- Forms, Input Fields, & Select Controls --- */
.form-control, input[type="text"], input[type="password"], input[type="email"], select, textarea {
    height: auto !important;
    padding: 12px 20px !important;
    border-radius: 12px !important; /* Beautifully rounded inputs */
    border: 1.5px solid rgba(13, 148, 136, 0.15) !important;
    background-color: #ffffff !important;
    color: #1c1917 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    border-color: #0f766e !important;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.15) !important;
    outline: none !important;
}

.btn-primary {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%) !important;
    border: none !important;
    border-radius: 30px !important; /* Pretty pill primary buttons */
    padding: 12px 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 15px rgba(15, 118, 110, 0.2) !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%) !important;
    color: #ffffff !important;
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(15, 118, 110, 0.3) !important;
}

/* --- Inner Page Layout Elements --- */

/* Sidebar */
#column-left, #column-right {
    margin-bottom: 40px !important;
}

.list-group-item {
    border: 1px solid rgba(13, 148, 136, 0.05) !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
    color: #292524 !important;
    font-weight: 600 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    background: #ffffff !important;
}

.list-group-item:hover, .list-group-item.active {
    background: #f0fdfa !important;
    color: #0f766e !important;
    border-color: rgba(13, 148, 136, 0.2) !important;
    padding-left: 26px !important;
}

/* Modern Tables */
table.table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid rgba(13, 148, 136, 0.15) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.02) !important;
}

table.table th {
    background: #f0fdfa !important;
    color: #0f2928 !important;
    font-weight: 800 !important;
    border-bottom: 2px solid rgba(13, 148, 136, 0.15) !important;
    padding: 18px 22px !important;
}

table.table td {
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(13, 148, 136, 0.05) !important;
    color: #292524 !important;
    vertical-align: middle !important;
}

table.table tr:last-child td {
    border-bottom: none !important;
}

/* Breadcrumbs (Awesome Glassmorphic dark overlay) */
.breadcrumb.parallax-container {
    background: linear-gradient(rgba(4, 47, 46, 0.72), rgba(4, 47, 46, 0.72)), url('../image/prlx.jpg') no-repeat center center / cover !important;
    text-align: center !important;
    padding: 55px 0 !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    color: #ffffff !important;
}

.breadcrumb h1 {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5) !important;
}

.breadcrumb ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 8px !important;
    font-size: 14.5px !important;
}

.breadcrumb ul li a {
    color: #99f6e4 !important;
    font-weight: 700 !important;
}

.breadcrumb ul li a:hover {
    color: #ffffff !important;
}

.breadcrumb ul li + li:before {
    content: "/" !important;
    color: #14b8a6 !important;
    margin-right: 8px !important;
    font-weight: 800 !important;
}

/* Single Product Page custom adjustments */
.img-responsive-product-single {
    border-radius: 20px !important;
    border: 1px solid rgba(13, 148, 136, 0.08) !important;
    box-shadow: 0 4px 10px rgba(15, 118, 110, 0.02) !important;
    background: #ffffff !important;
    padding: 14px !important;
}

/* --- Single Product & Category Listing Pages Overrides --- */

/* Widget Titles */
.columnblock-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f2928 !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #0f766e !important;
    border-image: linear-gradient(to right, #0d9488, rgba(204, 251, 241, 0.2)) 1 !important;
    margin-bottom: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.75px !important;
}

/* Category Sidebar Widget List */
.box-category, .box-category ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.box-category > li {
    border-bottom: 1px solid rgba(13, 148, 136, 0.05) !important;
    padding: 8px 0 !important;
}

.box-category > li > a {
    color: #292524 !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    display: block !important;
    padding: 4px 8px !important;
    transition: all 0.25s !important;
}

.box-category > li > a:hover {
    color: #0f766e !important;
    background: #f0fdfa !important;
    border-radius: 6px !important;
    padding-left: 12px !important;
}

.box-category > li ul {
    padding-left: 14px !important;
    margin-top: 6px !important;
}

.box-category > li ul li {
    padding: 4px 0 !important;
}

.box-category > li ul li a {
    color: #57534e !important;
    font-weight: 500 !important;
    font-size: 12.5px !important;
    display: block !important;
    transition: all 0.2s !important;
}

.box-category > li ul li a:hover {
    color: #0f766e !important;
    padding-left: 6px !important;
}

/* Single Product Details */
.productpage-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f2928 !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.productpage-price {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #0f766e !important;
    margin: 15px 0 !important;
    letter-spacing: -1px !important;
}

.product_info {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.product_info li {
    padding: 10px 0 !important;
    border-bottom: 1px dashed rgba(13, 148, 136, 0.08) !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
}

.product_info li label {
    width: 140px !important;
    font-weight: 700 !important;
    color: #0f2928 !important;
    margin: 0 !important;
    display: inline-block !important;
}

.product_info li span {
    color: #4b5563 !important;
    font-weight: 600 !important;
}

.product_info li span a {
    color: #0f766e !important;
}

/* Product Qty Selection Box */
.qty {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 20px 0 !important;
}

.qty label {
    font-weight: 700 !important;
    color: #0f2928 !important;
    margin: 0 !important;
}

.qty input.changeQsuentity {
    width: 70px !important;
    height: 40px !important;
    text-align: center !important;
    border-radius: 20px !important;
    border: 1.5px solid rgba(13, 148, 136, 0.2) !important;
    font-weight: 700 !important;
    color: #0f2928 !important;
    background: #ffffff !important;
}

/* Single Product Page Thumbnails */
.thumbnails .fancybox img {
    border-radius: 16px !important;
    border: 1px solid rgba(13, 148, 136, 0.1) !important;
    background: #ffffff !important;
    padding: 10px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 10px rgba(15, 118, 110, 0.02) !important;
}

.thumbnails .fancybox img:hover {
    box-shadow: 0 15px 30px rgba(15, 118, 110, 0.1) !important;
    border-color: rgba(13, 148, 136, 0.3) !important;
    transform: scale(1.02) !important;
}

.image-additional a img {
    border-radius: 10px !important;
    border: 1.5px solid rgba(13, 148, 136, 0.1) !important;
    transition: all 0.25s !important;
    background: #ffffff !important;
    padding: 4px !important;
}

.image-additional a img:hover {
    border-color: #0f766e !important;
    transform: scale(1.05) !important;
}

/* Tabs & Description Details */
.productinfo-tab {
    margin-top: 40px !important;
}

.productinfo-tab .nav-tabs {
    border-bottom: 2px solid rgba(13, 148, 136, 0.1) !important;
    display: flex !important;
    gap: 8px !important;
}

.productinfo-tab .nav-tabs li a {
    border: none !important;
    border-radius: 30px 30px 0 0 !important;
    color: #57534e !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px 24px !important;
    background: transparent !important;
    transition: all 0.25s !important;
}

.productinfo-tab .nav-tabs li.active a, .productinfo-tab .nav-tabs li a:hover {
    color: #0f766e !important;
    background: #f0fdfa !important;
    border-bottom: 3px solid #0f766e !important;
}

.productinfo-tab .tab-content {
    background: #ffffff !important;
    border: 1px solid rgba(13, 148, 136, 0.08) !important;
    border-radius: 0 0 16px 16px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(15, 118, 110, 0.03) !important;
}

.productinfo-tab .tab-content p {
    color: #4b5563 !important;
    font-size: 14.5px !important;
    line-height: 1.75 !important;
}

/* Sidebar Widget adjustments for listings pages */
.left-sidebar-widget {
    background: #ffffff !important;
    border: 1px solid rgba(13, 148, 136, 0.05) !important;
    border-radius: 16px !important;
    padding: 22px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 15px rgba(15, 118, 110, 0.02) !important;
}

/* Category Sidebar Widget special layout image */
.new-category-side-image {
    min-height: 80px !important;
    max-height: 80px !important;
    background: #f0fdfa !important;
    border-radius: 8px !important;
    padding: 6px !important;
}

.new-category-side-image img {
    max-height: 70px !important;
}
