.h-60px {
    height: 60px;
}

.h-80px {
    height: 80px;
}

.h-100px {
    height: 100px;
}

.h-400px {
    height: 400px;
}

.header-icon {
    position: relative;
}

.cart-counter {
    position: absolute;
    top: -9px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.label-input-field input,
.label-input-field textarea,
.label-input-field select {
    width: 100%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    outline: 0;
}

.label-input-field label {
    z-index: 1;
}

/* select 2 css */
.select2-container {
    width: auto;
    display: block;
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
}

.select2-dropdown {
    top: -4px;
    border-color: #e4e4e4;
}

.select2-container--open .select2-dropdown {
    left: -1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e4e4e4;
}

/* toastr */

#toast-container {
    z-index: 999999;
}

#toast-container>div {
    padding: 15px 25px 15px 50px !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    border-color: transparent;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    border-radius: 0.3125rem;
}

[dir="rtl"] #toast-container>div {
    direction: rtl;
    background-position: center right 0.9375rem;
    padding: 15px 50px 15px 25px !important;
}

[dir="rtl"] #toast-container.toast-top-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-top-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-bottom-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-bottom-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-top-full-width#toast-container>div,
[dir="rtl"] #toast-container.toast-bottom-full-width#toast-container>div {
    left: 0;
    right: 0;
}

#toast-container>.toast {
    max-width: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 16px;
    overflow: visible;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    padding: 15px 50px 15px 50px !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
}

#toast-container.toast-bottom-full-width>div .toast-close-button,
#toast-container.toast-top-full-width>div .toast-close-button {
    top: 12px !important;
}

html:not([dir="rtl"]) #toast-container.toast-bottom-full-width>div .toast-close-button,
html:not([dir="rtl"]) #toast-container.toast-top-full-width>div .toast-close-button {
    right: 12px !important;
}

[dir="rtl"] #toast-container.toast-bottom-full-width>div .toast-close-button,
[dir="rtl"] #toast-container.toast-top-full-width>div .toast-close-button {
    left: 12px !important;
}

#toast-container>.toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-info .toast-close-button {
    background-color: #0d5abf !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container>.toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-error .toast-close-button {
    background-color: #e03a1d !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container>.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-success .toast-close-button {
    background-color: #20b250 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container [dir="rtl"]>.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M96 110l-32 30.5L325.7 402L448 280l-32-30.5l-90.3 90.4L96 110z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
    background-size: 24px;
}

#toast-container>.toast-warning .toast-close-button {
    background-color: #fcac00 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width)>div {
    width: 25rem !important;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: 0.2;
    height: 0.1875rem;
    background-color: #212b36;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

[dir="rtl"] .toast-progress {
    left: auto;
    right: 0;
}

.toast-close-button {
    position: absolute;
    top: 0;
    text-shadow: none;
    border-top-right-radius: 0.25rem;
    padding: 0.2rem 0.45rem !important;
    -webkit-transition: all 0.23s ease 0.1s;
    transition: all 0.23s ease 0.1s;
    opacity: 1 !important;
    line-height: 0.98;
}

html:not([dir="rtl"]) .toast-close-button {
    right: 0 !important;
}

[dir="rtl"] .toast-close-button {
    left: -7px !important;
    right: auto !important;
}

@media (max-width: 419.98px) {
    .toast {
        width: 300px !important;
    }
}

#toast-container .toast-close-button {
    font-weight: 300;
    color: #f4f6f8 !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
}

#toast-container>.toast-success,
#toast-container>.toast-success .toast-message a,
#toast-container>.toast-success .toast-message label {
    background-color: #ffffff !important;
    color: #20b250;
}

#toast-container>.toast-error,
#toast-container>.toast-error .toast-message a,
#toast-container>.toast-error .toast-message label {
    background-color: #ffffff !important;
    color: #e03a1d;
}

#toast-container>.toast-info,
#toast-container>.toast-info .toast-message a,
#toast-container>.toast-info .toast-message label {
    background-color: #ffffff !important;
    color: #0d5abf;
}

#toast-container>.toast-warning,
#toast-container>.toast-warning .toast-message a,
#toast-container>.toast-warning .toast-message label {
    background-color: #ffffff !important;
    color: #fcac00;
}

#toast-container>.toast-success .toast-close-button,
#toast-container>.toast-error .toast-close-button,
#toast-container>.toast-info .toast-close-button,
#toast-container>.toast-warning .toast-close-button {
    color: #ffffff !important;
}

/* toastr */

.address-delete-modal {
    max-width: 700px !important;
}

.min-h-400 {
    min-height: 400px !important;
}

.avatar-icon {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.vertical-product-card .card-btn {
    z-index: 1;
}

@media (min-width: 1199px) and (max-width: 1399.98px) {
    .d-none-1399 {
        display: none !important;
    }
}

.checkout-sidebar {
    position: sticky;
    top: 100px;
}

.grecaptcha-badge {
    z-index: 99999;
}

.scroll-top-btn.active {
    bottom: 80px;
}

.object-fit-cover {
    object-fit: cover;
}

[data-bs-theme=light] .clr-scheme .topbar-info-right li a:not(.dropdown-menu a) {
    color: #fff !important
}

.gshop-footer {
    color: #ffffff;
    background-color: #be842e;
    border-top: 1px solid #ffffff;

}

.footer-widget>h5 {
    color: #202020;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.logo-wrapper>a>img {
    max-width: 150px;
}

.logo>a>img {
    height: 80px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.footer-nav li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 0;
    opacity: 1;
}

.footer-copyright {
    background: #a57124;
    clear: both;
    padding: 6px 0;
    border-top: 1px solid #a57124;
}

.logo-title h1 {
    color: #b70404;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    margin: 0;
    font-family: futura;
    text-transform: uppercase;
}

.location-address {
    margin: 0;
    margin-bottom: 0px;
    line-height: 22px;
}

body {
    font-size: 16px;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', Arial, Tahoma;
    color: #222222;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.ghead-topbar {
    padding: 5px 0 5px 0;
    background: #fff;

}

.bg-red {
    background-color: #de1e31 !important;
}

.gshop-navbar {
    margin-top: 0px;

}

.gshop-navmenu ul li a {
    padding: 8px 20px;
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}

.gshop-header-user .user-menu-wrapper {

    z-index: 111;

}

.ptb-30 {
    padding: 30px 0px;
}

.offer-box {
    background: #f1333b;
}

.fs-26 {
    font-size: 26px;
}

.about-title {
    text-align: justify;
    padding: 0px 10px;
    font-size: 18px;
}

.border-radius-5 {
    border-radius: 5px;
}

.bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.offer-header {
    font-size: 40px;
    font-weight: bold;
    color: #b70404;
    width: 100%;
    text-transform: uppercase;
    font-family: initial;
    font-style: italic;
}

.offer-img {
    height: 190px;
    width: 100%;
}

.position-relative {
    position: relative !important;
}

.offer-img-small {
    height: 170px;
    width: 100%;
}

.btn:hover,
.btn-primary:hover,
.btn:focus,
.btn-primary:focus {
    background-color: #fe877b;
    color: #fff;
    text-decoration: none;
    border-color: #fe877b;
    box-shadow: none;
}

.offer-title {
    bottom: 0;
    position: absolute;
    left: 0;
    background: #00000082;
    padding: 8px 1px;
    text-transform: uppercase;
}

.box-shadow2 {

    border-radius: 5px;
    box-shadow: 2px 3px 1px 3px #bb0a04;
}

.box-shadow2:hover {
    border-radius: 5px;
    box-shadow: 2px 3px 1px 3px #2e2b22;
}

.video-border {
    padding: 4px !important;
    background: #fff;
    margin-left: 10px;
}

.w-100 {
    width: 100% !important;
}

.video-height {
    height: 256px;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto;
}

.category-title {
    font-size: 35px !important;
    font-weight: bold;
    color: #c0832e;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    line-height: 70px;
}

.section-header p {
    font-size: 18px;
}

.section-header p {
    margin: 5px 0 0;
    display: block;
}

.vertical-product-card {

    border-radius: 5px;
    /* box-shadow: 2px 3px 1px 3px #f1333b;*/
    cursor: pointer;
}

.vertical-product-card:hover {
    border: 1px solid #535251 !important;
    border-radius: 5px;
    box-shadow: 2px 3px 1px 3px #535251;
    cursor: pointer;
}

.box-shadow {
    border: 1px solid #535251 !important;
    border-radius: 5px;
    box-shadow: 2px 3px 1px 3px #535251;
    cursor: pointer;
}

.box-shadow:hover {
    border: 1px solid #535251 !important;
    border-radius: 5px;
    box-shadow: 2px 3px 1px 3px #535251;
    cursor: pointer;
}

.collection-grid-item .details {
    opacity: 1;
    visibility: visible;
    height: auto;
    top: auto;
    width: 100%;
}

.collection-grid-item .details {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.collection-banners .details {
    background-color: #fff;
    color: #000;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    right: 0;
    padding: 5px;
    text-align: center;
}

.collection-banners .details {
    background-color: #f1333b;
}

.collection-banners .details:hover {
    background-color: #bb0a04c5;
    color: #fff;
}

.collection-grid-item .details {
    display: block;
    position: absolute;
    bottom: 0%;
    z-index: 1;
    text-align: center;
}

.rounded {
    border-radius: 6px !important;
}

.collection-banners .details .title {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}

.collection-grid-item .title {
    color: #fff;
    font-weight: bold;
}

.product-image img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto;
}

.section-header.style3 {
    padding-bottom: 15px;
}

.section-header {
    position: relative;

}

.category-title {
    font-size: 35px !important;
    font-weight: bold;
    color: #c0832e;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    line-height: 70px;
}

.product-image {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product-image>a {
    display: block;
    white-space: nowrap;
    opacity: 1;
}

.product-name a {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}

.product-price {
    margin: 2px 0;
    color: #000000;
    font-weight: 400;
}

.grid-products {
    margin: 0 0 30px;
    text-align: center;
}

.breadcrumb-content h2 {
    font-size: 34px;
    font-weight: bold;
    font-family: serif;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.gstore-breadcrumb {
    padding: 30px 0 30px;
    background-color: rgb(190 132 46);
}

.collection-hero__image {
    background-size: cover !important;
    background-position: center !important;
}

.text-left {
    text-align: left;
}

.link {
    color: red;
    text-decoration: underline;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #ff7c08 !important;
}

.ptb-60 {
    padding: 60px 0px;
}

.btn-primary {
    background-color: #ff7c08;
    border-color: #ff7c08;
}

.gshop-offcanvas-btn {

    float: right;
    margin-right: 10px;
}

.pull-right {
    float: right;
}

.theme-input {
    padding: 6px 10px;
}
/* Premium SaaS Product Cards & Buttons */
.premium-shadow { 
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important; 
}

.hover-shadow {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hover-shadow:hover { 
    box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important; 
    transform: translateY(-8px); 
}

.thumbnail-wrapper { 
    background-color: #f8f9fa; 
    border: 1px solid rgba(0,0,0,0.02); 
    transition: background-color 0.3s ease;
}

.vertical-product-card:hover .thumbnail-wrapper,
.horizontal-product-card:hover .thumbnail-wrapper {
    background-color: #fff;
}

.hover-scale { 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
}

.hover-scale:hover { 
    transform: scale(1.12); 
}

/* Button Hover Fix - Ensure text and border are always visible */
.btn-outline-primary.hover-solid {
    border-width: 2px;
    transition: all 0.3s ease;
}

.btn-outline-primary.hover-solid:hover { 
    background-color: #ff7c08 !important; 
    color: #ffffff !important; 
    border-color: #ff7c08 !important;
    box-shadow: 0 8px 15px rgba(255, 124, 8, 0.3) !important;
}

/* Fix for the issue "text not showing on hover" */
.direct-add-to-cart-btn:hover .add-to-cart-text,
.direct-add-to-cart-btn:hover i {
    color: #ffffff !important;
}

.action-btn { 
    transition: all 0.3s ease; 
    background: #fff;
    color: #64748b;
}

.action-btn:hover { 
    background-color: #ff7c08 !important; 
    color: #ffffff !important; 
    transform: scale(1.1);
}

.action-btn:hover i { 
    color: #ffffff !important; 
}

/* Line Clamp Utilities */
.tt-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tt-clamp-1 { -webkit-line-clamp: 1; }
.tt-clamp-2 { -webkit-line-clamp: 2; }

/* Badge Improvements */
.offer-badge {
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.wholesale-badge {
    box-shadow: 0 2px 8px rgba(255, 124, 8, 0.3);
}

/* Dark Mode Support for Frontend if enabled */
html[data-bs-theme="dark"] .bg-white {
    background-color: #1e293b !important;
}
html[data-bs-theme="dark"] .text-dark {
    color: #f1f5f9 !important;
}
html[data-bs-theme="dark"] .premium-shadow {
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}    padding: 6px;
}

.gshop-navmenu>ul>.has-submenu>ul {
    background-color: #b70404;
    text-align: center;
    z-index: 111;
}

.gshop-navmenu>ul>.has-submenu>ul>li {

    font-weight: 700;
}

.gshop-navmenu>ul>.has-submenu>ul>li:hover {
    background: #ddd;
}

.gshop-navmenu ul li a:hover {
    color: #000000;
}

.active {
    border-bottom: 1px solid #ffc107;
}

.simplebar-track.simplebar-vertical {
    width: .7rem !important;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    right: 0;
    width: .7rem;
}

.product-image img {
    height: 200px;
}

.product-img1 img {
    height: auto !important;
}

.thumbnail>a>img {
    height: 260px;
}

.animated-icon>img {
    height: 375px;
}

.ml-15 {
    margin-left: 15px;
}

.widget-nav li+li {
    margin-top: 6px;
}

.widget-nav li a {
    color: #2a2b2e;
}

.categoryHOver:hover .product-btns {

    top: 40%;
    left: 0%;
}

.right0 {
    right: 0 !important;
}

.CategoryhoverTitle {
    padding: 8px !important;
    font-weight: 700;
    font-size: 16px;
}

.offer-title2 {
    padding: 8px 5px;
    font-size: 18px;
    background: #000;
    margin-bottom: 5px;
}

.category-header-box {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.ptb-40 {
    padding: 40px 0px;
}

.listing-top {
    display: none !important;
}

.widget-nav li a .total-count {
    display: none;
}

.mobile-menu a img {
    height: 70px;
}

.bg-yellow {
    background-color: #ffb343 !important;
}

.border-radius-100 {
    border-radius: 100%;
}

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

.justify-content-center {
    justify-content: center;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #be842e !important;
}

.gshop-offcanvas-btn {
    background-color: #be832e;
}

.m-auto {
    margin: 0px auto;
}

.vertical-product-card .card-content {
    padding: 2px 5px;
}

.vertical-product-card .card-content .card-title {
    text-align: center;
}

.catalogs-title {

    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;

}

.tt-line-clamp {
    overflow: initial;
    display: table;
    -webkit-box-orient: vertical;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.gap-3 {
    gap: 2em !important;
}

/* --- Typography Redesign (Frontend) --- */
body {
    letter-spacing: -0.01em;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: -0.025em;
    font-weight: 700 !important;
}

.text-xs { font-size: 0.75rem !important; }
.text-sm { font-size: 0.875rem !important; }
.text-md { font-size: 1rem !important; }
.text-lg { font-size: 1.125rem !important; }

.fw-semibold { font-weight: 600 !important; }
.fw-bold { font-weight: 700 !important; }
.fw-extrabold { font-weight: 800 !important; }

/* --- Icon Button Redesign (Frontend) --- */
.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border-radius: 10px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid transparent;
}

.btn-icon.btn-sm {
    width: 32px;
    height: 32px;
}

.btn-icon.btn-lg {
    width: 52px;
    height: 52px;
}

.btn-icon.rounded-circle {
    border-radius: 50% !important;
}

.btn-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

/* Soft Buttons Standardized (Frontend) */
.btn-soft-primary { background: rgba(190, 132, 46, 0.1) !important; color: #be842e !important; border: none !important; }
.btn-soft-success { background: rgba(16, 185, 129, 0.1) !important; color: #10b981 !important; border: none !important; }
.btn-soft-danger { background: rgba(239, 68, 68, 0.1) !important; color: #ef4444 !important; border: none !important; }

.btn-soft-primary:hover { background: #be842e !important; color: #ffffff !important; }
.btn-soft-success:hover { background: #10b981 !important; color: #ffffff !important; }
.btn-soft-danger:hover { background: #ef4444 !important; color: #ffffff !important; }