/* General Styles */
body {
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Hero Image Styles */
.hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-image img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.hero-image img:hover {
    transform: scale(1.05);
}

/* Gallery Section Styles */
.gallery-section {
    background-color: #f8f9fa;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #C09250;
}

.gallery-overlay p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

/* Extended Gallery Section */
.extended-gallery-section {
    background-color: #ffffff;
}

.gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-card:hover .gallery-image-container img {
    transform: scale(1.05);
}

.gallery-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #27ae60;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gallery-content {
    padding: 25px;
}

.gallery-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.gallery-location {
    color: #C09250;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.gallery-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.gallery-meta {
    display: flex;
    gap: 20px;
    font-size: 0.85rem;
    color: #6c757d;
}

.gallery-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gallery-meta i {
    color: #C09250;
}

.btn-gallery-primary {
    background: linear-gradient(135deg, #C09250 0%, #996515 100%);
    border: none;
    color: #fff;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
}

.btn-gallery-primary:hover {
    background: linear-gradient(135deg, #996515 0%, #805212 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.4);
    text-decoration: none;
}

/* Additional Banner Styles */
.additional-banner {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.delivery-images img {
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.delivery-images img:hover {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.8);
}

/* Testimonial Images Styles */
.testimonial-images img {
    border: 2px solid #f0f0f0;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.testimonial-images img:hover {
    transform: scale(1.15);
    border-color: #007bff;
}

/* Header */
.top-bar {
    background-color: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info span {
    margin-right: 25px;
    font-size: 13px;
    color: #fff;
}

.contact-info i {
    margin-right: 8px;
    color: #C09250;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
}

.contact-info span+span {
    padding-left: 20px;
    position: relative;
}

.contact-info span+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.4);
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.social-icons i{
    font-size: 20px;
    font-weight: 300;
}

.social-icons a {
    color: #C09250;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.social-icons a:hover {
    color: rgba(184, 134, 11, 0.8);
}

.main-header {
    background-color: #000;
    box-shadow: none;
    position: static;
    top: auto;
    width: 100%;
    z-index: auto;
    border-bottom: 1px solid #333;
}

.header-main {
    padding: 8px 0;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 85px;
    width: auto;
    display: block;
}

.logo i {
    font-size: 32px;
    margin-right: 12px;
    color: #C09250;
}

.logo span {
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Navigation */
.main-nav {
    text-align: center;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.nav-menu li {
    position: relative;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease;
    padding: 8px 0;
}

.nav-link:hover {
    color: #C09250;
}

.nav-link.active {
    color: #C09250;
    font-weight: 600;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #C09250;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
}

.vat-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.vat-label {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.vat-label:last-child {
    color: #C09250;
    font-weight: 700;
}

.vat-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.vat-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vat-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    transition: .4s;
    border-radius: 24px;
}

.vat-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.vat-slider {
    background-color: #C09250;
}

input:checked+.vat-slider:before {
    transform: translateX(20px);
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-link {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.icon-link:hover {
    color: #ccc;
}

.cart-icon {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #C09250;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 12px;
    min-width: 25px;
    text-align: center;
}

.header-total {
    text-align: right;
}

.total-label {
    display: block;
    color: #ccc;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.total-amount {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* Search Bar */
.search-bar {
    background-color: #000;
    padding: 18px 0;
    border-top: none;
}

.search-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}

.search-container {
    display: flex;
    gap: 0;
    align-items: center;
    width: 100%;
}

.category-dropdown .form-select {
    background-color: #111;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    padding: 12px 18px;
    min-width: 220px;
    border-radius: 6px 0 0 6px;
}

.category-dropdown .form-select:focus {
    background-color: #222;
    border-color: #666;
    box-shadow: none;
    color: #fff;
}

.search-input {
    flex: 1;
}

.search-input .form-control {
    background-color: #111;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 0;
}

.search-input .form-control::placeholder {
    color: #999;
}

.search-input .form-control:focus {
    background-color: #222;
    border-color: #666;
    box-shadow: none;
    color: #fff;
}

.btn-search {
    background-color: #C09250;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0 6px 6px 0;
}

.btn-search:hover {
    background-color: #996515;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('images/hero-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 70vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    margin-top: 0;
    width: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
    padding-left: 220px;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 35px;
    opacity: 0.95;
    line-height: 1.6;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-hero {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary.btn-hero {
    background-color: #C09250;
    border-color: #C09250;
    color: #fff;
}

.btn-primary.btn-hero:hover {
    background-color: #996515;
    border-color: #996515;
    transform: none;
    box-shadow: none;
}

.btn-outline-light.btn-hero {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline-light.btn-hero:hover {
    background-color: #fff;
    color: #000;
    transform: none;
    box-shadow: none;
}

/* Sections */
section {
    padding: 60px 0;
}

/* Cards */
.card {
    border: none;
    text-align: center;
}

.card-title {
    font-weight: bold;
}

.card-text {
    color: #c7a17a;
    font-weight: bold;
}

.btn-link {
    color: #c7a17a;
    text-decoration: none;
}

.btn-link:hover {
    color: #b38f6d;
}

/* Cart Notification Styles */
.cart-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    min-width: 320px;
    max-width: 400px;
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.notification-content {
    padding: 16px;
}

.notification-product {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.notification-product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.notification-product-info {
    flex: 1;
}

.notification-product-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.notification-message {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

.notification-actions {
    display: flex;
    gap: 8px;
}

.btn-notification {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-view-cart {
    border: 2px solid #C09250;
    background-color: #fff;
    color: #C09250;
}

.btn-view-cart:hover {
    background-color: #996515;
    color: white;
}

.btn-checkout {
    background-color: #C09250;
    color: white;
}

.btn-checkout:hover {
    background-color: #996515;
    color: white;
}

/* Mobile responsive notifications */
@media (max-width: 576px) {
    .cart-notification {
        bottom: 10px;
        right: 10px;
        left: 10px;
        min-width: auto;
        max-width: none;
    }
    
    .notification-product {
        gap: 10px;
    }
    
    .notification-product-image {
        width: 50px;
        height: 50px;
    }
    
    .notification-product-title {
        font-size: 13px;
    }
    
    .btn-notification {
        font-size: 11px;
        padding: 6px 10px;
    }
}

/* Footer */
footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .nav-menu {
        gap: 20px;
    }

    .header-actions {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .header-main .row {
        align-items: center !important;
    }

    .logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .main-nav {
        margin-bottom: 20px;
    }

    .nav-menu {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .header-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-container {
        flex-direction: column;
        gap: 10px;
    }

    .category-dropdown .form-select {
        width: 100%;
    }

    .hero-section {
        min-height: 60vh;
    }

    .hero-content {
        padding: 100px 0 60px 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-section {
        min-height: 70vh;
    }

    .btn-hero {
        padding: 12px 25px;
        font-size: 14px;
    }

    .hero-content {
        padding: 80px 0 50px 0;
    }

    .contact-info {
        text-align: center;
        margin-bottom: 10px;
    }

    .contact-info span {
        display: block;
        margin: 5px 0;
    }

    .social-icons {
        text-align: center !important;
        margin-top: 10px;
    }

    .header-total {
        text-align: center;
        margin-top: 10px;
    }
}

/* Mobile Menu Toggler */
.mobile-menu-toggler {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 15;
}

@media (max-width: 992px) {
    .mobile-menu-toggler {
        display: block;
        position: absolute;
        top: 26px;
        right: 24px;
    }
}

/* Mobile nav panel */
@media (max-width: 992px) {
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 120px 24px 40px;
        background: rgba(0, 0, 0, 0.95);
        transform: translateY(-110%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.35s ease, opacity 0.35s ease;
        z-index: 14;
        overflow-y: auto;
    }

    .main-nav.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-menu {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .nav-link {
        font-size: 1.1rem;
        padding: 10px 0;
    }

    .nav-link::after {
        display: none;
    }

    .nav-link.active {
        color: #fff;
    }

    .main-header {
        position: relative;
        z-index: 20;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll {
        transition: none;
        transform: none;
    }
}


.fade-in {
    animation: fadeIn 0.8s ease-in;
}

/* Utilities */
.min-vh-100 {
    min-height: 100vh;
}

/* Built For The Trade */
.built-for-trade {
    background-color: #ffffff;
    padding: 80px 0;
}

.trade-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.trade-image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.trade-image-container:hover img {
    transform: scale(1.02);
}

.trade-content {
    padding-left: 40px;
}

.trade-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.2;
}

.trade-title .highlight {
    color: #C09250;
}

.trade-content .lead {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}

.trade-content p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
	    font-weight: 500;
}

.trade-features {
    margin-bottom: 30px;
}

.trade-features li {
        font-size: 1.1rem;
    color: #000000;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    font-weight: 500;
}

.trade-features li i {
        color: #C09250;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -3px;
}

.btn-trade-primary {
    background-color: #C09250;
    border-color: #C09250;
    color: #fff;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-trade-primary:hover {
    background-color: #996515;
    border-color: #996515;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(184, 134, 11, 0.3);
}

/* Responsive Design for Built For Trade Section */
@media (max-width: 992px) {
    .trade-title {
        font-size: 2.4rem;
    }

    .trade-content {
        padding-left: 30px;
    }

    .trade-content .lead {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .built-for-trade {
        padding: 60px 0;
    }

    .trade-content {
        padding-left: 0;
        padding-top: 40px;
        text-align: center;
    }

    .trade-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .trade-content .lead {
        font-size: 1.1rem;
        text-align: center;
    }

    .trade-content p {
        font-size: 1rem;
        text-align: center;
    }

    .trade-features {
        text-align: left;
        max-width: 400px;
        margin: 0 auto 30px auto;
    }

    .trade-features li {
        font-size: 1rem;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .built-for-trade {
        padding: 40px 0;
    }

    .trade-title {
        font-size: 1.8rem;
    }

    .trade-content .lead {
        font-size: 1rem;
    }

    .trade-content p {
        font-size: 0.95rem;
    }

    .trade-features li {
        font-size: 0.95rem;
    }

    .btn-trade-primary {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

/* Featured Workwear Products */
.featured-products-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.section-title .highlight {
    color: #C09250;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.product-card {
    background-color: #fff;
    /* border: 1px solid #e9ecef; */
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.product-image-container {
    position: relative;
    padding: 10px;
    border: 1px solid #e9ecef;
    background-color: #fff;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #C09250;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 0.5rem;
    z-index: 2;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image-container img {
    transform: scale(1.05);
}

.product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 5px;
}

.product-brand {
    font-size: 0.95rem;
    color: #868e96;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #dee2e6;
}

.product-price {
    margin-bottom: 15px;
    margin-top: auto;
}

.product-price .price {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-right: 8px;
}

.product-price .inc-vat {
    font-size: 1rem;
    font-weight: 500;
    color: #c7a17a;
}

.btn-add-to-cart {
    background-color: #C09250;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: .7rem;
    width: 100px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.btn-add-to-cart:hover {
    background-color: #b38f6d;
}

/* Responsive Design for Featured Products Section */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.2rem;
    }

    .product-image-container {
        height: 180px;
    }

    .product-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .featured-products-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .product-image-container {
        height: 160px;
    }

    .product-info {
        padding: 15px;
    }

    .product-title {
        font-size: 0.9rem;
        min-height: 35px;
    }

    .price {
        font-size: 1.2rem;
    }

    .btn-add-to-cart {
        padding: 8px 15px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .featured-products-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }

    .product-image-container {
        height: 140px;
    }

    .product-info {
        padding: 12px;
    }

    .product-title {
        font-size: 0.85rem;
        min-height: 30px;
    }

    .product-brand {
        font-size: 0.8rem;
    }

    .price {
        font-size: 1.1rem;
    }

    .inc-vat {
        font-size: 0.8rem;
    }

    .btn-add-to-cart {
        padding: 8px 12px;
        font-size: 0.8rem;
    }
}

/* Open A Trade Account & Save */
.trade-account-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.trade-account-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.2;
}

.trade-account-title .highlight {
    color: #C09250;
}

.trade-account-subtitle {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.5;
}

.trade-benefits {
    margin-bottom: 30px;
}

.trade-benefits li {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.trade-benefits li i {
    color: #C09250;
    font-size:25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trade-account-description {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-apply-trade {
    background: #C09250;
    border: none;
    color: #fff;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
}

.btn-apply-trade:hover {
    background: linear-gradient(135deg, #996515 0%, #805212 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.4);
    text-decoration: none;
}

.trade-account-section img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.trade-account-section img:hover {
    transform: scale(1.02);
}

/* Responsive Design for Trade Account Section */
@media (max-width: 992px) {
    .trade-account-title {
        font-size: 2.4rem;
    }

    .trade-account-subtitle {
        font-size: 1.2rem;
    }

    .trade-benefits li {
        font-size: 1rem;
    }

    .trade-account-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .trade-account-section {
        padding: 60px 0;
    }

    .trade-account-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .trade-account-subtitle {
        font-size: 1.1rem;
        text-align: center;
    }

    .trade-benefits {
        text-align: left;
        max-width: 400px;
        margin: 0 auto 30px auto;
    }

    .trade-benefits li {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }

    .trade-account-description {
        font-size: 0.95rem;
        text-align: center;
    }

    .btn-apply-trade {
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .trade-account-section {
        padding: 40px 0;
    }

    .trade-account-title {
        font-size: 1.8rem;
    }

    .trade-account-subtitle {
        font-size: 1rem;
    }

    .trade-benefits li {
        font-size: 0.9rem;
    }

    .trade-account-description {
        font-size: 0.9rem;
    }

    .btn-apply-trade {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

/* Cart Offcanvas */
.cart-offcanvas {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

.cart-offcanvas.show {
    right: 0;
}

.cart-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-offcanvas-overlay.show {
    opacity: 1;
    visibility: visible;
}

.cart-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    background-color: #f8f9fa;
}

.cart-offcanvas-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-offcanvas-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.cart-offcanvas-close:hover {
    color: #000;
}

.cart-offcanvas-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.cart-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.cart-empty-icon {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 20px;
}

.cart-empty-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart-empty-text {
    margin-bottom: 20px;
}

.cart-items {
    margin-bottom: 20px;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.cart-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cart-item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1.3;
}

.cart-item-brand {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 8px;
}

.cart-item-price {
    font-weight: 600;
    color: #C09250;
    font-size: 0.95rem;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.cart-quantity-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.cart-quantity-btn:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.cart-quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cart-quantity-value {
    font-size: 0.9rem;
    font-weight: 500;
    min-width: 20px;
    text-align: center;
}

.cart-item-remove {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 5px;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.cart-item-remove:hover {
    color: #c82333;
}

.cart-offcanvas-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa;
}

.cart-summary {
    margin-bottom: 20px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.cart-summary-row.total {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3e50;
    padding-top: 10px;
    border-top: 1px solid #dee2e6;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-cart-view {
    background-color: #fff;
    border-color: #C09250;
    color: #C09250;
    padding: 12px 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-cart-view:hover {
    background-color: #996515;
    border-color: #996515;
    color: #fff;
    text-decoration: none;
}

.btn-cart-checkout {
    background-color: #C09250;
    border-color: #C09250;
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-cart-checkout:hover {
    background-color: #996515;
    border-color: #996515;
    color: #fff;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 576px) {
    .cart-offcanvas {
        width: 100%;
        right: -100%;
    }
    
    .cart-offcanvas-header,
    .cart-offcanvas-body,
    .cart-offcanvas-footer {
        padding: 15px;
    }
    
    .cart-item {
        padding: 12px;
    }
    
    .cart-item-image {
        width: 50px;
        height: 50px;
    }
    
    .cart-item-name {
        font-size: 0.85rem;
    }
    
    .cart-item-brand {
        font-size: 0.75rem;
    }
    
    .cart-item-price {
        font-size: 0.9rem;
    }
}

/* Cart Page Styles */
.cart-hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('../images/hero-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: white;
    position: relative;
}

.cart-content-section {
    background-color: #f8f9fa;
    min-height: 60vh;
}

.cart-items-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.cart-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.cart-items-count {
    color: #6c757d;
    font-size: 0.9rem;
}

.cart-items-list {
    margin-bottom: 30px;
}

.cart-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.cart-empty-icon {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 20px;
}

.cart-empty-state h4 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.cart-empty-state p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.cart-item-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    background: white;
    transition: all 0.3s ease;
}

.cart-item-row:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
    margin-bottom: 5px;
    line-height: 1.3;
}

.cart-item-brand {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.cart-item-price {
    font-weight: 600;
    color: #C09250;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.cart-item-quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.cart-quantity-btn {
    background: #f8f9fa;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-quantity-btn:hover {
    background: #e9ecef;
}

.cart-quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cart-quantity-input {
    border: none;
    width: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 0.95rem;
}

.cart-item-remove {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 8px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cart-item-remove:hover {
    color: #c82333;
    transform: scale(1.1);
}

.cart-item-subtotal {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
    min-width: 80px;
    text-align: right;
}

.cart-actions-bar {
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.order-summary-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
}

.summary-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.summary-content {
    margin-bottom: 25px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.summary-row.total {
    font-weight: 700;
    font-size: 1.2rem;
    color: #2c3e50;
    padding-top: 15px;
    border-top: 2px solid #e9ecef;
    margin-top: 15px;
}

.summary-divider {
    height: 1px;
    background: #e9ecef;
    margin: 15px 0;
}

.promo-code-section {
    margin-bottom: 25px;
}

.promo-code-section .input-group {
    border-radius: 6px;
    overflow: hidden;
}

.checkout-actions {
    margin-bottom: 25px;
}

.btn-brand {
    background-color: #C09250;
    border-color: #C09250;
    color: white;
}

.btn-brand:hover {
    background-color: #996515;
    border-color: #996515;
    color: white;
    transform: none;
    box-shadow: none;
}

.btn-checkout {
    background-color: #C09250;
    border-color: #C09250;
    color: white;
    padding: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-checkout:hover {
    background-color: #996515;
    border-color: #996515;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(192, 146, 80, 0.3);
}

.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #6c757d;
}

.badge-item i {
    color: #28a745;
    font-size: 1.1rem;
}

.recommended-products-section {
    background: white;
}

.recommended-product-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.recommended-product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.recommended-product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.recommended-product-name {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1rem;
}

.recommended-product-price {
    color: #C09250;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .order-summary-container {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .cart-hero-section {
        padding: 80px 0 60px;
    }
    
    .cart-items-container {
        padding: 20px;
    }
    
    .cart-item-row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cart-item-image {
        width: 120px;
        height: 120px;
    }
    
    .cart-item-details {
        text-align: center;
    }
    
    .cart-item-quantity-controls {
        justify-content: center;
    }
    
    .cart-item-subtotal {
        text-align: center;
    }
    
    .cart-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .cart-actions-bar .row {
        flex-direction: column;
        gap: 15px;
    }
    
    .trust-badges {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .cart-hero-section {
        padding: 60px 0 40px;
    }
    
    .cart-items-container,
    .order-summary-container {
        padding: 15px;
    }
    
    .cart-item-row {
        padding: 15px;
    }
    
    .cart-item-image {
        width: 100px;
        height: 100px;
    }
    
    .summary-title {
        font-size: 1.1rem;
    }
    
    .btn-checkout {
        padding: 12px;
        font-size: 1rem;
    }
    
    .trust-badges {
        flex-direction: column;
        gap: 8px;
    }
    
    .badge-item {
        justify-content: center;
    }
}

/* Checkout Page Styles */
.checkout-hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('../images/hero-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: white;
    position: relative;
}

.checkout-content-section {
    background-color: #f8f9fa;
    min-height: 60vh;
}

.checkout-progress-section {
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.progress-step.completed .step-number {
    background: #C09250;
    color: white;
}

.progress-step.active .step-number {
    background: #C09250;
    color: white;
}

.step-label {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.progress-step.completed .step-label,
.progress-step.active .step-label {
    color: #2c3e50;
    font-weight: 600;
}

.progress-line {
    width: 60px;
    height: 2px;
    background: #e9ecef;
    margin: 0 10px;
    margin-bottom: 32px;
}

.progress-line.completed {
    background: #28a745;
}

.checkout-form {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.checkout-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}

.checkout-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-header {
    margin-bottom: 25px;
}

.checkout-section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-section-title i {
    color: #C09250;
    font-size: 1.1rem;
}

.form-label {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-control {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #C09250;
    box-shadow: 0 0 0 0.2rem rgba(192, 146, 80, 0.25);
}

.form-check {
    margin-bottom: 15px;
}

.form-check-input {
    border-color: #dee2e6;
}

.form-check-input:checked {
    background-color: #C09250;
    border-color: #C09250;
}

.form-check-label {
    color: #2c3e50;
    font-size: 0.95rem;
    cursor: pointer;
}

.delivery-options,
.payment-options {
    margin-bottom: 20px;
}

.delivery-option,
.payment-option {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.delivery-option:hover,
.payment-option:hover {
    border-color: #C09250;
    box-shadow: 0 2px 8px rgba(192, 146, 80, 0.1);
}

.delivery-option input:checked + label,
.payment-option input:checked + label {
    border-color: #C09250;
}

.delivery-info,
.payment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.delivery-name,
.payment-name {
    font-weight: 600;
    color: #2c3e50;
}

.delivery-time,
.payment-icons {
    color: #6c757d;
    font-size: 0.9rem;
}

.delivery-price {
    font-weight: 600;
    color: #C09250;
}

.payment-icons {
    display: flex;
    gap: 8px;
    font-size: 1.2rem;
}

.card-details-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.checkout-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.btn-checkout-submit {
    background-color: #C09250;
    border-color: #C09250;
    color: white;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-checkout-submit:hover {
    background-color: #996515;
    border-color: #996515;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(192, 146, 80, 0.3);
}

.summary-items {
    margin-bottom: 20px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f3f4;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-item-info {
    flex: 1;
}

.summary-item-name {
    font-weight: 500;
    color: #2c3e50;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.summary-item-quantity {
    color: #6c757d;
    font-size: 0.85rem;
}

.summary-item-price {
    font-weight: 600;
    color: #C09250;
}

.security-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    margin-top: 20px;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #6c757d;
}

.security-item i {
    color: #28a745;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .checkout-hero-section {
        padding: 80px 0 60px;
    }
    
    .checkout-form {
        padding: 20px;
    }
    
    .checkout-progress {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .progress-line {
        display: none;
    }
    
    .progress-step {
        flex: 1;
        min-width: 80px;
    }
    
    .delivery-info,
    .payment-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .delivery-time,
    .payment-icons {
        align-self: flex-end;
    }
    
    .checkout-actions {
        flex-direction: column;
    }
    
    .btn-checkout-submit {
        width: 100%;
        order: 2;
    }
    
    .btn-outline-secondary {
        width: 100%;
        text-align: center;
        order: 1;
    }
}

@media (max-width: 576px) {
    .checkout-hero-section {
        padding: 60px 0 40px;
    }
    
    .checkout-form {
        padding: 15px;
    }
    
    .checkout-section-title {
        font-size: 1.1rem;
    }
    
    .delivery-option,
    .payment-option {
        padding: 12px;
    }
    
    .card-details-section {
        padding: 15px;
    }
    
    .security-info {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .security-item {
        flex: 1;
        min-width: 120px;
        justify-content: center;
        text-align: center;
    }
}

/* Trade Customer Feedback */
.trade-feedback-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.feedback-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stars {
    color: #ffc107;
    font-size: 1rem;
}

.stars i {
    margin-right: 2px;
}

.google-logo {
    width: 40px;
    height: 18px;
    border-radius: 4px;
}

.feedback-text {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    font-style: italic;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C09250 0%, #996515 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 12px;
}

.customer-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

/* Responsive Design for Feedback Section */
@media (max-width: 992px) {
    .feedback-card {
        padding: 20px;
    }

    .feedback-text {
        font-size: 0.9rem;
    }

    .avatar {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .customer-name {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .trade-feedback-section {
        padding: 60px 0;
    }

    .feedback-card {
        padding: 18px;
        margin-bottom: 20px;
    }

    .feedback-text {
        font-size: 0.85rem;
    }

    .stars {
        font-size: 0.9rem;
    }

    .google-logo {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .trade-feedback-section {
        padding: 40px 0;
    }

    .feedback-card {
        padding: 15px;
    }

    .feedback-text {
        font-size: 0.8rem;
    }

    .avatar {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }

    .customer-name {
        font-size: 0.85rem;
    }

    .stars {
        font-size: 0.8rem;
    }

    .google-logo {
        width: 18px;
        height: 18px;
    }
}

/* Shop Professional Fassa Render Products Banner */
.fassa-render-products-banner {
    background: linear-gradient(to right, rgb(0 0 0 / 37%) 0%, rgba(0, 0, 0, 0.6) 50%, rgb(0 0 0 / 16%) 100%), url(images/shop_professional_fassa_render_products.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff;
    padding: 120px 0;
    position: relative;
    z-index: 1;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.fassa-render-products-banner::before {
    display: none;
}

.fassa-render-products-banner .container {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-title .highlight {
    color: #C09250;
}

.banner-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.6;
    max-width: 700px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-shop-now {
    background: #C09250;
    border: none;
    color: #fff;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
}

.btn-shop-now:hover {
    background: linear-gradient(135deg, #996515 0%, #805212 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.4);
    text-decoration: none;
}

/* Responsive Design for Banner Section */
@media (max-width: 992px) {
    .banner-title {
        font-size: 3rem;
    }

    .banner-subtitle {
        font-size: 1.2rem;
    }

    .fassa-render-products-banner {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .fassa-render-products-banner {
        padding: 60px 0;
        background-attachment: scroll;
    }

    .banner-title {
        font-size: 2.5rem;
        text-align: center !important;
    }

    .banner-subtitle {
        font-size: 1.1rem;
        text-align: center !important;
        max-width: 100%;
    }

    .text-md-start {
        text-align: center !important;
    }

    .btn-shop-now {
        padding: 12px 35px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .fassa-render-products-banner {
        padding: 40px 0;
    }

    .banner-title {
        font-size: 2rem;
    }

    .banner-subtitle {
        font-size: 1rem;
    }

    .btn-shop-now {
        padding: 10px 30px;
        font-size: 0.9rem;
    }
}

/* Shop By Product Category */
.shop-by-category {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.category-header {
    margin-bottom: 60px;
}

.category-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.category-title .highlight {
    color: #C09250;
}

.category-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.category-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.category-image {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.05);
}

.category-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.shop-link {
    color: #C09250;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop-link:hover {
    color: #996515;
    transform: translateX(3px);
}

.shop-link i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.shop-link:hover i {
    transform: translateX(3px);
}

/* Responsive Design for Category Section */
@media (max-width: 992px) {
    .category-title {
        font-size: 2.2rem;
    }

    .category-image {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .shop-by-category {
        padding: 60px 0;
    }

    .category-title {
        font-size: 2rem;
    }

    .category-subtitle {
        font-size: 1rem;
    }

    .category-image {
        width: 160px;
        height: 160px;
    }

    .category-name {
        font-size: 1.1rem;
    }

    .category-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .shop-by-category {
        padding: 40px 0;
    }

    .category-title {
        font-size: 1.8rem;
    }

    .category-subtitle {
        font-size: 0.95rem;
    }

    .category-image {
        width: 140px;
        height: 140px;
    }

    .category-name {
        font-size: 1rem;
    }

    .shop-link {
        font-size: 0.9rem;
    }
}

/* Form Select Styling */
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px;
    padding-right: 40px;
}

.form-select:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff6b35' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Top Info Section */
.footer-bg{
    background-color: transparent;
}

.footer-info-section{
    position: relative;
    margin-bottom: -100px;
    z-index: 10;
}

.footer-info-section .container{
    background:#fff;
    padding:30px 40px;
    border-radius:4px;
    box-shadow:0px 0px 3px 3px #80808024;
}

/* Info Box */
.footer-info-box{
    display:flex;
    align-items:center;
    gap:15px;
}

/* Icon Box */
.footer-icon{
    width:55px;
    height:55px;
    background:#C09250;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

/* Text */
.footer-info-content h4{
    font-size:18px;
    margin:0;
    font-weight:600;
    color:#222;
}

.footer-info-content p{
    margin:0;
    font-size:14px;
    color:#666;
}


/* Main Footer */
.main-footer {
    background-color: #000;
    padding: 120px 0 30px;
}

.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-brand .footer-logo i {
    font-size: 24px;
    color: #C09250;
    margin-right: 10px;
}

.footer-brand .footer-logo span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.footer-description {
        color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 300px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border:1px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #C09250;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer-social a:hover {
    background-color: #C09250;
    color: #fff;
}

.footer-links h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
        color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #C09250;
}

.footer-contact h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-contact ul li {
        display: flex;
    align-items: center;
    margin-bottom: 10PX;
    color: #ffffff;
    font-size: 16px;
}

.footer-contact ul li i {
    color: #C09250;
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
}

/* Bottom Footer */
.bottom-footer {
    background-color: #000;
    border-top: 1px solid #333;
    padding: 20px 0;
}

.copyright {
        color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.bottom-links {
    text-align: right;
}

.bottom-links a {
        color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.bottom-links a:hover {
    color: #C09250;
}

.separator {
    color: #666;
    margin: 0 10px;
}

/* About Us Page Styles */

/* About Hero Section */
.about-hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('images/specialist-grinds-tile-before-fixing-it-wall-builder-decorates-walls-apartment-finishing-building-with-modern-materials.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 70vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    margin-top: 0;
    width: 100%;
}

.about-hero-section .hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
    padding-left: 220px;
}

.about-hero-section .hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.about-hero-section .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 35px;
    opacity: 0.95;
    line-height: 1.6;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Our Story Section */
.our-story-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.story-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.story-image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.story-image-container:hover img {
    transform: scale(1.02);
}

.story-content {
    padding-left: 40px;
}

.story-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.2;
}

.story-title .highlight {
    color: #C09250;
}

.story-content .lead {
    font-size: 1.3rem;
    color: #34495e;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}

.story-content p {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 25px;
    line-height: 1.6;
}

.story-highlights {
    margin-top: 40px;
}

.stat-box {
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #C09250;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

/* Mission & Values Section */
.mission-values-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.category-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.category-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    transition: all 0.3s ease;
}

.category-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.category-link:hover .category-card {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.value-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #C09250 0%, #996515 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1);
}

.value-icon i {
    font-size: 2rem;
    color: #fff;
}

.value-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.value-description {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Why Choose Us Section */
.why-choose-us-section {
    background-color: #fff;
    padding: 80px 0;
}

.why-choose-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.2;
}

.why-choose-title .highlight {
    color: #C09250;
}

.why-choose-subtitle {
    font-size: 1.3rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.5;
    opacity: 0.9;
}

.why-choose-icons-container {
    position: relative;
    padding: 40px 0;
}

.why-choose-item {
    position: relative;
    z-index: 2;
}

.why-choose-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #C09250 0%, #996515 100%);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
    position: relative;
}

.why-choose-icon:hover {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.4);
}

.why-choose-icon i {
    font-size: 2.0rem;
    color: #fff;
}

.why-choose-item-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.why-choose-item-subtitle {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.5;
    margin: 0;
    opacity: 0.8;
    max-width: 280px;
    margin: 0 auto;
}

/* Dotted line connection */
.dotted-line-connection {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.3) 90%, transparent 100%);
    border-top: 3px dashed #C09250;
    z-index: 1;
    transform: translateY(-60px);
}

/* Position dots at icon centers */
.dotted-line-connection::before,
.dotted-line-connection::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #C09250;
    border-radius: 50%;
    top: -3px;
}

.dotted-line-connection::before {
    left: 0;
}

.dotted-line-connection::after {
    right: 0;
}

/* Team Section */
.team-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.team-info {
    padding: 25px;
    text-align: center;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.team-position {
    font-size: 1rem;
    color: #C09250;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-description {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.2;
}

.cta-title .highlight {
    color: #C09250;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 35px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-section .btn-outline-light.btn-hero {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.cta-section .btn-outline-light.btn-hero:hover {
    background-color: #fff;
    color: #2c3e50;
    transform: none;
    box-shadow: none;
}

/* Responsive Design for About Us Page */
@media (max-width: 992px) {
    .about-hero-section .hero-title {
        font-size: 2.8rem;
    }

    .story-title {
        font-size: 2.4rem;
    }

    .story-content {
        padding-left: 30px;
    }

    .story-content .lead {
        font-size: 1.2rem;
    }

    .why-choose-title {
        font-size: 2.4rem;
        color: #fff;
    }

    .why-choose-subtitle {
        font-size: 1.2rem;
        color: #fff;
    }

    .why-choose-icon {
        width: 100px;
        height: 100px;
    }

    .why-choose-icon i {
        font-size: 2rem;
    }

    .why-choose-item-title {
        font-size: 1.1rem;
    }

    .why-choose-item-subtitle {
        font-size: 0.85rem;
        max-width: 220px;
    }

    .cta-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        min-height: 40vh;
    }

    .about-hero-section .hero-content {
        padding: 60px 0 40px 0;
        text-align: center;
    }

    .about-hero-section .hero-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .about-hero-section .hero-subtitle {
        font-size: 1.1rem;
        text-align: center;
        max-width: 100%;
    }

    .our-story-section {
        padding: 60px 0;
    }

    .story-content {
        padding-left: 0;
        padding-top: 40px;
        text-align: center;
    }

    .story-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .story-content .lead {
        font-size: 1.1rem;
        text-align: center;
    }

    .story-content p {
        font-size: 1rem;
        text-align: center;
    }

    .mission-values-section {
        padding: 60px 0;
    }

    .value-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .why-choose-us-section {
        padding: 60px 0;
    }

    .why-choose-title {
        font-size: 2.2rem;
        text-align: center;
        color: #fff;
    }

    .why-choose-subtitle {
        font-size: 1.1rem;
        text-align: center;
        color: #fff;
        margin-bottom: 40px;
    }

    .why-choose-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }

    .why-choose-icon i {
        font-size: 1.8rem;
    }

    .why-choose-item-title {
        font-size: 1rem;
    }

    .why-choose-item-subtitle {
        font-size: 0.8rem;
        max-width: 200px;
    }

    .team-section {
        padding: 60px 0;
    }

    .team-image {
        height: 200px;
    }

    .team-info {
        padding: 20px 15px;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .about-hero-section {
        min-height: 35vh;
    }

    .about-hero-section .hero-content {
        padding: 40px 0 30px 0;
    }

    .about-hero-section .hero-title {
        font-size: 1.8rem;
    }

    .about-hero-section .hero-subtitle {
        font-size: 1rem;
    }

    .our-story-section {
        padding: 40px 0;
    }

    .story-title {
        font-size: 1.8rem;
    }

    .story-content .lead {
        font-size: 1rem;
    }

    .story-content p {
        font-size: 0.95rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.85rem;
    }

    .mission-values-section {
        padding: 40px 0;
    }

    .value-card {
        padding: 20px 15px;
    }

    .value-icon {
        width: 60px;
        height: 60px;
    }

    .value-icon i {
        font-size: 1.5rem;
    }

    .value-title {
        font-size: 1.1rem;
    }

    .value-description {
        font-size: 0.85rem;
    }

    .why-choose-us-section {
        padding: 40px 0;
    }

    .why-choose-title {
        font-size: 1.8rem;
        color: #fff;
    }

    .why-choose-subtitle {
        font-size: 1rem;
        color: #fff;
        margin-bottom: 30px;
    }

    .why-choose-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .why-choose-icon i {
        font-size: 1.5rem;
    }

    .why-choose-item-title {
        font-size: 0.95rem;
    }

    .why-choose-item-subtitle {
        font-size: 0.75rem;
        max-width: 180px;
    }

    .team-section {
        padding: 40px 0;
    }

    .team-image {
        height: 180px;
    }

    .team-name {
        font-size: 1.1rem;
    }

    .team-position {
        font-size: 0.9rem;
    }

    .team-description {
        font-size: 0.85rem;
    }

    .cta-section {
        padding: 40px 0;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-subtitle {
        font-size: 1rem;
    }
}

/* Shop Page Styles */

/* Shop Hero Section */
.shop-hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('images/specialist-grinds-tile-before-fixing-it-wall-builder-decorates-walls-apartment-finishing-building-with-modern-materials.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 50vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    margin-top: 0;
    width: 100%;
}

.shop-hero-section .hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
    padding-left: 220px;
}

.shop-hero-section .hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.shop-hero-section .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 35px;
    opacity: 0.95;
    line-height: 1.6;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Shop Products Section */
.shop-products-section {
    background-color: #ffffff;
    padding: 80px 0;
}

/* Shop Filters */
.shop-filters {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    position: sticky;
    top: 20px;
}

.filter-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.filter-group {
    margin-bottom: 30px;
}

.filter-group-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.form-check {
    margin-bottom: 12px;
}

.form-check-input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-check-input:checked {
    background-color: #C09250;
    border-color: #C09250;
}

.form-check-label {
    font-size: 0.95rem;
    color: #333;
    cursor: pointer;
}

.price-range {
    padding: 15px 0;
}

/* Enhanced Range Slider Styles */
.price-range .form-range {
    width: 100%;
    height: 8px;
    background: transparent;
    appearance: none;
    outline: none;
    border-radius: 4px;
    position: relative;
}

/* Custom track styling */
.price-range .form-range::-webkit-slider-track {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    position: relative;
}

.price-range .form-range::-moz-range-track {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    position: relative;
}

/* Custom thumb styling */
.price-range .form-range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #C09250;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-top: -6px; /* Align thumb with track center */
}

.price-range .form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #C09250;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-top: -6px; /* Align thumb with track center */
}

/* Thumb hover effects */
.price-range .form-range::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.5);
}

.price-range .form-range::-moz-range-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.5);
}

/* Progress bar background using CSS variables */
.price-range {
    position: relative;
}

.price-range::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 8px;
    background: #C09250;
    border-radius: 4px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    transition: width 0.3s ease;
    width: var(--progress-width, 50%);
}

/* Apply Filters Button */
.shop-filters .btn-primary {
    background-color: #C09250;
    border-color: #C09250;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.shop-filters .btn-primary:hover {
    background-color: #996515;
    border-color: #996515;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

.shop-filters .btn-primary:focus {
    background-color: #C09250;
    border-color: #C09250;
    box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.25);
}

/* Shop Header */
.shop-header {
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 30px;
}

.results-count span {
    font-size: 1rem;
    color: #6c757d;
}

.sort-options .form-select {
    min-width: 200px;
    font-size: 0.9rem;
}


/* Pagination */
.pagination-wrapper .pagination {
    margin-bottom: 0;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link {
    color: #C09250;
    border: 2px solid #dee2e6;
    padding: 10px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    position: relative;
    overflow: hidden;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #C09250;
    border-color: #C09250;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

.pagination .page-item.active .page-link {
    background-color: #C09250;
    border-color: #C09250;
    color: #fff;
    font-weight: 600;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

.pagination .page-item.disabled .page-link:hover {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    transform: none;
    box-shadow: none;
}

/* Chevron icon styling */
.pagination .page-link i {
    font-size: 1rem;
    line-height: 1;
}

/* Responsive Design for Shop Page */
@media (max-width: 992px) {
    .shop-hero-section .hero-title {
        font-size: 2.8rem;
    }

    .shop-filters {
        position: static;
        margin-bottom: 30px;
    }

    .filter-title {
        font-size: 1.2rem;
    }

    .sort-options .form-select {
        min-width: 180px;
    }
}

@media (max-width: 768px) {
    .shop-hero-section {
        min-height: 40vh;
    }

    .shop-hero-section .hero-content {
        padding: 60px 0 40px 0;
        text-align: center;
    }

    .shop-hero-section .hero-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .shop-hero-section .hero-subtitle {
        font-size: 1.1rem;
        text-align: center;
        max-width: 100%;
    }

    .shop-products-section {
        padding: 60px 0;
    }

    .shop-filters {
        padding: 20px;
        margin-bottom: 25px;
    }

    .shop-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start !important;
    }

    .sort-options .form-select {
        width: 100%;
    }

    .shop-products-section .product-title {
        font-size: 18px;
    }

    .shop-products-section .product-price .price {
        font-size: 18px;
    }

    .pagination .page-link {
        width: 40px;
        height: 40px;
        padding: 8px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .shop-hero-section {
        min-height: 35vh;
    }

    .shop-hero-section .hero-content {
        padding: 40px 0 30px 0;
    }

    .shop-hero-section .hero-title {
        font-size: 1.8rem;
    }

    .shop-hero-section .hero-subtitle {
        font-size: 1rem;
    }

    .shop-products-section {
        padding: 40px 0;
    }

    .shop-filters {
        padding: 15px;
    }

    .filter-title {
        font-size: 1.1rem;
    }

    .filter-group-title {
        font-size: 1rem;
    }

    .form-check-label {
        font-size: 0.85rem;
    }

    .shop-products-section .product-title {
        font-size: 18px;
    }

    .shop-products-section .product-price .price {
        font-size: 18px;
    }

    .shop-products-section .btn-add-to-cart {
        padding: 6px 15px;
        font-size: 0.8rem;
    }

    .pagination .page-link {
        width: 36px;
        height: 36px;
        padding: 6px;
        font-size: 0.8rem;
    }
}

/* ==================== CONTACT PAGE STYLES ==================== */

/* Contact Hero Section */
.contact-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/specialist-grinds-tile-before-fixing-it-wall-builder-decorates-walls-apartment-finishing-building-with-modern-materials.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 70vh;
    z-index: 1;
    padding-left: 220px;
}

.contact-hero-section .hero-content {
    position: relative;
    z-index: 2;
    padding: 100px 0 80px 0;
}

.contact-hero-section .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-hero-section .hero-subtitle {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Contact Main Section */
.contact-main-section {
    padding: 80px 0;
}

.contact-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-left {
    flex: .7;
    padding: 40px 0 40px 40px;
    position: relative;
    border: 1px solid #C09250;
    border-radius: 12px;
}

/* .contact-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #dee2e6, transparent);
} */

.contact-right {
    flex: 1;
    padding: 40px 0 0 40px;
}

.contact-left-content {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 55px;
    line-height: 1.2;
}

.contact-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-items{
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    /* padding: 15px; */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* .contact-item:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(5px);
} */

.contact-item-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #C09250;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-item-icon i {
    font-size: 1.3rem;
    color: #C09250;
}

.contact-item-text {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 3px;
}

.contact-value {
    font-size: 1.1rem;
    color: #2c3e50;
    font-weight: 600;
}

.social-section {
    margin-top: auto;
}

.social-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.social-icons-contact {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C09250;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #996515;
    transform: translateY(-3px);
    color: #fff;
    text-decoration: none;
}

.social-icon i {
    font-size: 1.2rem;
}

/* Form Styles */
.contact-form-container {
    height: 100%;
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
}
.form-title .highlight{
    color: #C09250;
}

.form-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.6;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
}

.form-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
}

.form-input:focus {
    outline: none;
    border-color: #C09250;
    box-shadow: 0 0 0 3px rgba(192, 146, 80, 0.1);
}

.form-input::placeholder {
    color: #999;
}

textarea.form-input {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: #C09250;
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #996515;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(192, 146, 80, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
        max-width: 700px;
    }
    
    .contact-left,
    .contact-right {
        padding: 40px 30px;
    }
    
    .contact-left::after {
        display: none;
    }
    
    .contact-title,
    .form-title {
        font-size: 1.8rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .contact-main-section {
        padding: 60px 0;
    }
    
    .contact-left,
    .contact-right {
        padding: 30px 20px;
    }
    
    .contact-title,
    .form-title {
        font-size: 1.6rem;
    }
    
    .contact-subtitle,
    .form-subtitle {
        font-size: 1rem;
    }
    
    .contact-item {
        padding: 12px;
        margin-bottom: 20px;
    }
    
    .contact-item-icon {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
    
    .social-icons-contact {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .contact-main-section {
        padding: 40px 0;
    }
    
    .contact-left,
    .contact-right {
        padding: 25px 15px;
    }
    
    .contact-title,
    .form-title {
        font-size: 1.4rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .contact-item-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .contact-item-text {
        align-items: center;
    }
    
    .submit-btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

/* Contact Info Section */
.contact-info-section {
    background-color: #f8f9fa;
}

.contact-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: #C09250;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.contact-info-card:hover .contact-icon {
    background: #996515;
    transform: scale(1.1);
}

.contact-details h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.contact-details p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Contact Form Section */
.contact-form-section {
    background-color: #fff;
}

.contact-form-wrapper {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #C09250;
    box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.25);
}

.contact-form .form-check-input:checked {
    background-color: #C09250;
    border-color: #C09250;
}

.contact-form .btn-hero {
    background-color: #C09250;
    border: none;
    color: #fff;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-form .btn-hero:hover {
    background-color: #996515;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

/* Map Section */
.map-section {
    background-color: transparent;
    margin-bottom: -10%;
}

.map-container {
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 600px;
    background: #e9ecef;
    /* position: relative; */
}

.map-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
}

.map-placeholder i {
    font-size: 3rem;
    margin-bottom: 15px;
}

.map-placeholder p {
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Responsive Design for Contact Page */
@media (max-width: 992px) {
    .contact-hero-section .hero-title {
        font-size: 2.8rem;
    }
    
    .contact-form-wrapper {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        padding-left: 40px;
    }
    
    .contact-hero-section .hero-content {
        padding: 80px 0 60px 0;
    }
    
    .contact-hero-section .hero-title {
        font-size: 2.2rem;
    }
    
    .contact-hero-section .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }
    
    .map-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .contact-hero-section .hero-content {
        padding: 60px 0 40px 0;
    }
    
    .contact-hero-section .hero-title {
        font-size: 1.8rem;
    }
    
    .contact-hero-section .hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-wrapper {
        padding: 20px;
    }
    
    .contact-info-card {
        padding: 20px;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-icon i {
        font-size: 1.5rem;
    }
    
    .contact-details h4 {
        font-size: 1.1rem;
    }
    
    .contact-details p {
        font-size: 0.9rem;
    }
}

/* ==================== TESTIMONIALS PAGE STYLES ==================== */

/* Testimonials Hero Section */
.testimonials-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/specialist-grinds-tile-before-fixing-it-wall-builder-decorates-walls-apartment-finishing-building-with-modern-materials.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-left: 220px;
}

.testimonials-hero-section .hero-content {
    position: relative;
    z-index: 2;
    padding: 100px 0 80px 0;
}

.testimonials-hero-section .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.testimonials-hero-section .hero-subtitle {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Testimonials Stats Section */
.testimonials-stats-section {
    background-color: #f8f9fa;
}

.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: #C09250;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.stat-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.stat-card:hover .stat-icon {
    background: #996515;
    transform: scale(1.1);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #C09250;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0;
    font-weight: 500;
}

/* Customer Testimonials Section */
.customer-testimonials-section {
    background-color: #fff;
}

.feedback-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.stars {
    color: #ffc107;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.stars i {
    margin-right: 2px;
}

.google-logo {
    width: 80px;
    height: auto;
}

.feedback-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #C09250;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 12px;
}

.customer-name {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

/* Recent Reviews Section */
.recent-reviews-section {
    background-color: #f8f9fa;
}

.reviews-container {
    max-width: 800px;
    margin: 0 auto;
}

.review-item {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.review-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-info {
    display: flex;
    align-items: center;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.reviewer-avatar i {
    font-size: 1.2rem;
    color: #6c757d;
}

.reviewer-details h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.review-rating {
    color: #ffc107;
    font-size: 0.9rem;
}

.review-rating i {
    margin-right: 2px;
}

.review-date {
    font-size: 0.85rem;
    color: #6c757d;
}

.review-content p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #C09250 0%, #996515 100%);
    color: #fff;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn-hero {
    background-color: #fff;
    color: #C09250;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-buttons .btn-hero:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn-hero-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-buttons .btn-hero-outline:hover {
    background-color: #fff;
    color: #C09250;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Testimonials Page */
@media (max-width: 992px) {
    .testimonials-hero-section .hero-title {
        font-size: 2.8rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .testimonials-hero-section {
        padding-left: 40px;
    }
    
    .testimonials-hero-section .hero-content {
        padding: 80px 0 60px 0;
    }
    
    .testimonials-hero-section .hero-title {
        font-size: 2.2rem;
    }
    
    .testimonials-hero-section .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .stat-card {
        padding: 20px;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
    }
    
    .stat-icon i {
        font-size: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .review-item {
        padding: 20px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn-hero,
    .cta-buttons .btn-hero-outline {
        width: 250px;
    }
}

@media (max-width: 576px) {
    .testimonials-hero-section .hero-content {
        padding: 60px 0 40px 0;
    }
    
    .testimonials-hero-section .hero-title {
        font-size: 1.8rem;
    }
    
    .testimonials-hero-section .hero-subtitle {
        font-size: 1rem;
    }
    
    .stat-card {
        padding: 15px;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
    }
    
    .stat-icon i {
        font-size: 1.3rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .testimonial-card {
        padding: 15px;
    }
    
    .testimonial-content p {
        font-size: 0.95rem;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
    }
    
    .author-avatar i {
        font-size: 1.2rem;
    }
    
    .author-details h5 {
        font-size: 1rem;
    }
    
    .author-details span {
        font-size: 0.85rem;
    }
    
    .review-item {
        padding: 15px;
    }
    
    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .review-date {
        font-size: 0.8rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-subtitle {
        font-size: 1rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-info-section {
        padding: 30px 0;
    }

    .footer-info-box {
        margin-bottom: 20px;
    }

    .main-footer {
        padding: 40px 0 20px;
    }

    .footer-brand {
        margin-bottom: 30px;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .bottom-links {
        text-align: left;
        margin-top: 10px;
    }

    .copyright {
        margin-bottom: 10px;
    }
}

span.highlight {
    color: #C09250;
}

/* ==================== TRADE ACCOUNT PAGE STYLES ==================== */

/* Trade Account Hero Section */
.trade-account-hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('images/specialist-grinds-tile-before-fixing-it-wall-builder-decorates-walls-apartment-finishing-building-with-modern-materials.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 80px;
    color: #fff;
    position: relative;
}

.trade-account-hero-section .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.trade-account-hero-section .hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 300;
}

/* Trade Benefits Section */
.trade-benefits-section {
    background-color: #f8f9fa;
}

.benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #C09250, #d4a864);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.benefit-icon i {
    font-size: 2rem;
    color: #fff;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.benefit-description {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Business Details Form Section */
.business-details-form-section {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.business-details-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.business-form-container {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
}

.business-form-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.form-description {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.6;
}

.business-details-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.business-details-form-left{
    flex: 1;
}

.business-details-form-right{
    flex: 1;
}

.business-details-form .form-control {
    width: 100%;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.business-details-form .form-control::placeholder {
    color: #6c757d;
}

.business-details-form .form-control:focus {
    border-color: #C09250;
    color: #000;
}

.business-details-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.btn-submit-application {
    background: linear-gradient(135deg, #C09250, #d4a864);
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-submit-application:hover {
    background: linear-gradient(135deg, #a87c44, #c09250);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(192, 146, 80, 0.3);
    color: #fff;
}

/* Responsive Design for Business Details Form */
@media (max-width: 768px) {
    .business-details-form-section {
        padding: 60px 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('images/man-showing-blue-print-his-colleague-office.jpg');
        background-size: cover;
        background-position: center;
    }
    
    .business-form-container {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .business-form-title {
        font-size: 2rem;
    }
    
    .form-description {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }
}

.accordion-button {
    background: #fff;
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 20px 25px;
    border: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #C09250, #d4a864);
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 25px;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    background: #fff;
}

/* Trade CTA Section */
.trade-cta-section {
    background: linear-gradient(135deg, rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url('images/trade-cta-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.cta-subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.9;
    font-weight: 300;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design for Trade Account Page */
@media (max-width: 768px) {
    .trade-account-hero-section .hero-title {
        font-size: 2.5rem;
    }
    
    .trade-account-hero-section .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .application-form-container {
        padding: 30px 20px;
    }
    
    .form-title {
        font-size: 2rem;
    }
    
    .benefit-card {
        padding: 30px 20px;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* ==================== PRIVACY POLICY PAGE STYLES ==================== */

/* Privacy Policy Hero Section */
.privacy-hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('images/specialist-grinds-tile-before-fixing-it-wall-builder-decorates-walls-apartment-finishing-building-with-modern-materials.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 120px 0 80px;
    color: #fff;
    position: relative;
}

.privacy-hero-section .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.privacy-hero-section .hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 300;
}

/* Privacy Policy Content Section */
.privacy-policy-section {
    background-color: #fff;
    padding: 80px 0;

}
.privacy-policy-section .head{
    color: #c09250;
}
.contact-details {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
}

.contact-details p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-details i {
    color: #C09250;
    margin-right: 15px;
    font-size: 1.2rem;
    width: 20px;
}

/* Privacy Policy CTA Section */
.privacy-cta-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 60px 0;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #666;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design for Privacy Policy Page */
@media (max-width: 768px) {
    .privacy-hero-section {
        padding: 80px 0 60px;
    }
    
    .privacy-hero-section .hero-title {
        font-size: 2.5rem;
    }
    
    .privacy-hero-section .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .privacy-policy-section {
        padding: 60px 0;
    }
    
    .privacy-content h2 {
        font-size: 1.6rem;
    }
    
    .privacy-content h3 {
        font-size: 1.2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1rem;
    }
    
    .contact-details {
        padding: 20px;
    }
    
    .contact-details p {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .contact-details i {
        margin-bottom: 5px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* ==================== TERMS CONDITIONS PAGE STYLES ==================== */

/* Terms Conditions Hero Section */
.terms-conditions-hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 50%), url('images/specialist-grinds-tile-before-fixing-it-wall-builder-decorates-walls-apartment-finishing-building-with-modern-materials.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 120px 0 80px;
    color: #fff;
    position: relative;
}

.terms-conditions-hero-section .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.terms-conditions-hero-section .hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 300;
}

/* Terms Conditions Content Section */
.terms-conditions-section {
    background-color: #fff;
    padding: 80px 0;
}

.terms-conditions-section .head {
    color: #c09250;
}

/* Responsive Design for Terms Conditions Page */
@media (max-width: 768px) {
    .terms-conditions-hero-section {
        padding: 80px 0 60px;
    }
    
    .terms-conditions-hero-section .hero-title {
        font-size: 2.5rem;
    }
    
    .terms-conditions-hero-section .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .terms-conditions-section {
        padding: 60px 0;
    }
}


/* Product Detail */


/* Container */
.product-section {
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    gap: 50px;
    background: #F2F2F2;
    padding: 40px;
}



/* Left Image */
.product-image img {
    width: 400px;
}

/* Right Content */
.product-content {
    flex: 1;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
}

.product-price {
    font-size: 22px;
    margin: 15px 0;
}

.product-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}



/* Addon Products */
.addon-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.addon-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.addon-left img {
    width: 50px;
}

.addon-name {
    font-size: 16px;
}

.addon-price {
    margin-right: 20px;
}

/* Quantity Box */
.qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
}

.qty-box button {
    width: 35px;
    height: 35px;
    border: none;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
}

.qty-box span {
    width: 40px;
    text-align: center;
}

/* Button */
.add-cart {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-cart {
    background: #C09250;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.wishlist {
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	    font-size: 30px;
}

/* Responsive */
@media(max-width: 768px) {
    .product-section {
        flex-direction: column;
        text-align: center;
    }

    .product-image img {
        width: 100%;
    }
}