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

.hero-banner-row {
    margin-bottom: 30px;
}

.b2b-homepage-container {
    background-color: #f8f9fa;
    padding: 25px 0;
}

/* Hero Card */

.b2b-hero-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff7f4 0%, #fff 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    display: flex;
    min-height: 360px;
    position: relative;
}

.hero-content {
    width: 60%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-tag {
    color: #f05a28;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.hero-title {
    font-size: 38px;
    font-weight: 800;
    color: #0b2240;
    line-height: 1.2;
    margin: 0 0 15px;
}

.hero-description {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.hero-trust-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #444;
    font-weight: 500;
}

.trust-item i {
    color: #f05a28;
}

.hero-btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-btn {
    background: #f05a28;
    border-color: #f05a28;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}

.hero-btn:hover {
    background: #e64b1c;
    border-color: #e64b1c;
}

/* Banner */

.hero-image-carousel {
    width: 40%;
    height: 360px;
    max-height: 360px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
}

.hero-carousel-slide {
    height: 360px;
    background-size: cover;
    background-position: center right;
}

.banner-one {
    background-image: url('../image/catalog/saree_wholesale_banner.png');
}

.banner-two {
    background-image: url('../image/catalog/hedimg.png');
}

.banner-three {
    background-image: url('../image/cache/catalog/bannerservice/1-690x320.jpg');
}

/* Right Card */

.right-trust-panel {
    background: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.service-title {
    font-size: 15px;
    font-weight: 700;
    color: #0b2240;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #fff3f0;
    color: #f05a28;
    font-size: 14px;
    flex-shrink: 0;
}

.service-content {
    text-align: left;
    line-height: 1.3;
}

.service-content strong {
    display: block;
    font-size: 13px;
    color: #333;
}

.service-content span {
    display: block;
    font-size: 11px;
    color: #777;
}

/* Categories Section */

.category-section {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;

}

/* Header */

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

.category-header h2 {
    font-weight: 800;
    font-size: 18px;
    color: #0b2240;
    margin: 0;
}

.category-header a {
    font-weight: bold;
    color: #f05a28;
    text-decoration: none;
    font-size: 13px;
}

/* Category List */

.category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.category-item {
    width: 11%;
    min-width: 90px;
    text-align: center;
}

.category-item a {
    text-decoration: none;
    display: block;
}

/* Circle Image */

.cat-circle-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    transition: .2s;
}

.cat-circle-img:hover {
    transform: translateY(-3px);
    border-color: #f05a28;
}

.cat-circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-circle-img span {
    font-size: 12px;
    color: #ccc;
}

/* More Category */

.more-category {
    background: #fff7f4;
}

.more-category i {
    font-size: 24px;
    color: #f05a28;
}

/* Text */

.category-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 1.3;
}

/* DEALS SECTION */

.deals-panel,
.inquiry-box,
.trust-box {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    background: white;
}

.deals-panel {
    padding: 25px;
    min-height: 480px;
    margin-bottom: 30px;
}

/* Header */
.deals-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.deals-header h2 {
    font-size: 18px;
    font-weight: 800;
    color: #0b2240;
    margin: 0;
}

.deals-header i {
    color: #f05a28;
}

.deals-header a {
    color: #f05a28;
    font-weight: bold;
    font-size: 13px;
}

/* Product */

.product-column {
    margin-bottom: 25px;
}

.b2b-product-card {
    padding: 0;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: .2s;
}

.b2b-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-color: #f05a28 !important;
}

.stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 2px;
    background: #d9534f;
    color: white;
}

.product-img-wrapper {
    height: 180px;
    background: #fafafa;
    overflow: hidden;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
}

.product-caption {
    padding: 15px;
}

.product-caption h4 {
    font-size: 14px;
    margin: 0 0 5px;
}

.product-caption h4 a {
    color: #333;
    text-decoration: none;
}

.product-moq {
    font-size: 11px;
    color: #777;
    margin-bottom: 8px;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.main-price {
    font-size: 16px;
    font-weight: bold;
    color: #f05a28;
}

.main-price small {
    font-size: 10px;
    color: #777;
    font-weight: normal;

}

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

.discount {
    font-size: 11px;
    color: #5cb85c;
    font-weight: bold;
}

.quote-btn {
    width: 100%;
    font-size: 11px;
}

.slider-for-hero {
    position: relative;
}

.slider-for-hero .slick-dots {
    bottom: 15px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}

.slider-for-hero .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slider-for-hero .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.3s;
}

.slider-for-hero .slick-dots li.slick-active button {
    background: #f05a28;
    width: 16px;
    border-radius: 4px;
}

/* Sidebar */

.inquiry-box {
    background: #0b2240;
    color: white;
    padding: 20px;
    margin-bottom: 25px;
}

.inquiry-box h3,
.trust-box h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.inquiry-box label {
    font-size: 11px;
    color: #ddd;
}

.inquiry-box .form-control {
    height: 36px;
    font-size: 13px;
}

.inquiry-btn {
    width: 100%;
    background: #f05a28;
    border-color: #f05a28;
    font-weight: bold;
}

.team-note {
    font-size: 10px;
    color: #aaa;
    text-align: center;
}

.trust-box {
    padding: 20px;
}

.trust-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.trust-line i {
    font-size: 16px;
    color: #f05a28;
}

.trust-line span {
    font-size: 11px;
    color: #555;
}

/* NEW ARRIVALS */

.arrivals-panel {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    background: white;
    padding: 25px;
    min-height: 400px;
    margin-bottom: 30px;
}

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

.arrivals-header h2 {
    font-weight: 800;
    font-size: 18px;
    color: #0b2240;
    margin: 0;
}

.arrivals-header a {
    font-weight: bold;
    color: #f05a28;
    font-size: 13px;
    text-decoration: none;
}

.new-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: #5bc0de;
    color: white;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 2px;
}

/* model */
.modal-title {
    font-weight: bold;
    color: #333;
}

.model-btn {
    background-color: #f05a28;
    border-color: #f05a28;
    font-weight: bold;
}

/* Dashboard Page */

/* Dashboard Sidebar */

.dashboard-container {
    margin-top: 30px;
    margin-bottom: 50px;
}

.dashboard-sidebar {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    overflow: hidden;
}

.dashboard-profile {
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 15px;
}

.user-avatar {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #5cb85c;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.dashboard-profile h4 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.user-type {
    text-transform: capitalize;
    font-size: 11px;
    padding: 3px 8px;
}

.user-email {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    margin-bottom: 0;
}

.list-group-item-action {
    transition: background-color 0.2s, color 0.2s;
    font-weight: 500;
    color: #495057;
    font-size: 14px;
    padding: 12px 18px;
}

.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* Menu */

.dashboard-menu {
    margin-bottom: 0;
    border: none;
}

.dashboard-menu .list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 13px;
    color: #333;
}

.dashboard-menu .list-group-item i {
    margin-right: 10px;
    color: #5cb85c;
}

.dashboard-menu .inquiry-icon {
    color: #f0ad4e !important;
}

.dashboard-menu .product-icon {
    color: #0275d8 !important;
}

.dashboard-menu .active-tab {
    font-weight: 600;
    background: #fff;
}

.alert-error {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 20px;
}

/* Profile Settings */

.profile-panel {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    overflow: hidden;
}

.profile-heading {
    background: white;
    border-bottom: 2px solid #5cb85c;
    padding: 15px 20px;
}

.profile-heading .panel-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.profile-body {
    padding: 25px;
}

.profile-body label {
    font-weight: 500;
    color: #555;
}

.panel {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.form-control.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

table th {
    font-weight: 600;
    color: #495057;
}

.profile-body .form-control {
    border-radius: 4px;
}

.profile-body textarea {
    resize: none;
}

.password-divider {
    margin: 25px 0;
}

.password-title {
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
}

.password-title i {
    margin-right: 5px;
}

.password-title small {
    color: #777;
    font-size: 12px;
}

.profile-submit {
    margin-top: 20px;
    text-align: right;
}

.profile-submit .btn {
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: bold;
    background: #5cb85c;
    border-color: #4cae4c;
}

/* Buyer Inquiry */

.inquiry-panel {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    overflow: hidden;
}

.inquiry-heading {
    background: white;
    border-bottom: 2px solid #f0ad4e;
    padding: 15px 20px;
}

.inquiry-heading .panel-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.inquiry-body {
    padding: 25px;
}

.empty-inquiry {
    text-align: center;
    padding: 40px 0;
}

.empty-inquiry i {
    font-size: 50px;
    color: #ccc;
    margin-bottom: 15px;
}

.empty-inquiry p {
    font-size: 16px;
    color: #777;
}

.inquiry-table {
    border: 1px solid #eee;
}

.inquiry-table thead tr {
    background: #f8f9fa;
}

.inquiry-table th {
    padding: 12px;
    border-bottom: 2px solid #ddd;
}

.inquiry-table td {
    padding: 15px;
    vertical-align: middle;
}

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

.product-info img,
.empty-product-image {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.empty-product-image {
    background: #eee;
}

.product-info a {
    font-weight: bold;
    color: #337ab7;
}

.product-info small {
    display: block;
    font-size: 11px;
    color: #777;
}

/* Inquiry */

.inquiry-text {
    max-width: 200px;
}

.inquiry-type {
    font-size: 10px;
    text-transform: uppercase;
}

.inquiry-text p {
    font-size: 12px;
    color: #555;
    word-break: break-word;
}

.status-label {
    font-size: 11px;
    padding: 4px 8px;
}

.cancel-btn {
    padding: 3px 8px;
    font-weight: bold;
    border-radius: 3px;
}

/* supp product listing */

.supplier-product-panel {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    overflow: hidden;
}

.supplier-heading {
    background: white;
    border-bottom: 2px solid #0275d8;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.supplier-heading .panel-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.add-product-btn {
    font-weight: bold;
    border-radius: 4px;
    background: #0275d8;
    border-color: #0275d8;
    padding: 6px 15px;
}

.supplier-body {
    padding: 25px;
}

/* Empty */

.empty-products {
    text-align: center;
    padding: 40px 0;
}

.empty-products i {
    font-size: 50px;
    color: #ccc;
    margin-bottom: 15px;
}

.empty-products p {
    font-size: 16px;
    color: #777;
}

/* Table */

.supplier-table {
    border: 1px solid #eee;
}

.supplier-table thead tr {
    background: #f8f9fa;
}

.supplier-table th {
    padding: 12px;
    border-bottom: 2px solid #ddd;
}

.supplier-table td {
    padding: 15px;
    vertical-align: middle;
}


/* Image */

.product-thumb1,
.no-product-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.no-product-img {
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 11px;
}

.product-name {
    color: #333;
    font-size: 14px;
}

.product-code {
    font-size: 11px;
    color: #777;
}

.deal-label {
    font-size: 9px;
    padding: 2px 5px;
    display: inline-block;
    margin-top: 3px;
}

.price-cell {
    font-weight: bold;
    color: #333;
    text-align: right;
}

.status-label {
    font-size: 11px;
    padding: 4px 8px;
}

.qc-remark {
    font-size: 10px;
    color: #d9534f;
    margin-top: 3px;
    max-width: 120px;
    word-wrap: break-word;
}

.product-actions {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.product-actions .btn {
    padding: 3px 8px;
    font-weight: bold;
    border-radius: 3px;
}



/* dashboard model */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.help-block {
    font-size: 11px;
}

.btn-publish {
    background-color: #0275d8;
    border-color: #0275d8;
    font-weight: bold;
    border-radius: 4px;
    color: #FFF;
}

/* login page */

.login-page {
    margin-top: 30px;
    margin-bottom: 50px;
}

.login-row {
    display: flex;
    justify-content: center;
}

.login-column {
    max-width: 600px;
}

.login-box {
    border: none;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    padding: 30px;
}

.login-box h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.login-box p {
    color: #555;
    margin-bottom: 25px;
}

.login-box label {
    font-weight: 500;
    color: #555;
}

.login-box .form-control {
    height: 45px;
    border-radius: 4px;
    font-size: 14px;
}

/* footer */

.footer-trust-badges {
    background-color: #0b2240;
    color: white;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.confirm-order-table img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.confirm-order-table th {
    background: #f7f7f7;
    white-space: nowrap;
}

.confirm-order-table td {
    vertical-align: middle;
}

.confirm-order-table .btn {
    margin: 2px;
}