/*AAAAAAAAAAAAAAAAAAAAAAA!!! GLOBAL STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #757F95;
    line-height: 1.8;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #FF0000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #031F4B;
    font-weight: 700;
    margin-bottom: 15px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.theme-btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    background: #FF0000;
    transition: all 0.5s ease;
    border: none;
    cursor: pointer;
}

.theme-btn:hover {
    background: #031F4B;
    color: #fff;
}

.theme-btn i {
    margin-left: 8px;
}

.theme-btn2 {
    background: #031F4B;
}

.theme-btn2:hover {
    background: #FF0000;
}

.site-heading {
    text-align: center;
    margin-bottom: 50px;
}

.site-title-tagline {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #FF0000;
    display: block;
    margin-bottom: 10px;
}

.site-title {
    font-size: 42px;
    font-weight: 700;
    color: #031F4B;
    margin-bottom: 0;
}

.site-title span {
    color: #FF0000;
}

.bg {
    background: #EFF2F5;
}

.py-120 {
    padding: 80px 0;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! GLOBAL STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER TOP STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.header-top {
    background: #031F4B;
    padding: 10px 0;
    position: relative;
}

.header-top::before {
    content: "";
    position: absolute;
    background: #FF0000;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 400px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}

.header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.header-top-contact ul {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.header-top-contact ul li a {
    color: #fff;
    font-size: 14px;
}

.header-top-contact ul li a i {
    margin-right: 8px;
    color: #FF0000;
}

.header-top-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #FF0000;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 5px;
}

.header-top-social a:hover {
    background: #031F4B;
    color: #fff;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER TOP STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! NAVBAR STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.navbar {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.navbar-brand img {
    width: 160px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #031F4B;
    text-transform: uppercase;
    padding: 20px 15px;
    font-size: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #FF0000;
}

.header-nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-nav-search a {
    font-size: 18px;
    color: #031F4B;
}

@media (max-width: 991px) {
    .header-top { display: none; }
    .navbar-collapse {
        max-height: 300px;
        overflow-y: auto;
        padding: 15px 0;
    }
    .header-nav-right {
        margin-top: 15px;
        justify-content: center;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! NAVBAR STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! HERO SLIDER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.hero-slider .hero-single {
    min-height: 650px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-slider .hero-single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 31, 75, 0.85);
    z-index: -1;
}

.hero-sub-title {
    color: #FF0000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-title {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    margin: 20px 0;
}

.hero-title span {
    color: #FF0000;
}

.hero-content p {
    color: #fff;
    margin-bottom: 30px;
}

.hero-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 24px !important;
}

.owl-nav .owl-prev { left: 20px; }
.owl-nav .owl-next { right: 20px; }
.owl-nav button:hover { background: #FF0000 !important; }

@media (max-width: 768px) {
    .hero-title { font-size: 32px; }
    .hero-single { min-height: 500px; }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! HERO SLIDER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.about-area {
    padding: 80px 0;
}

.about-left {
    padding: 20px;
    position: relative;
}

.about-left::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: 0px;
    top: 0px;
    border-radius: 10px 0 0 0;
    background: #FF0000;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
}

.about-img img {
    width: 100%;
    border-radius: 15px;
}

.about-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.about-shape img {
    width: 100px;
}

.about-experience {
    position: absolute;
    bottom: -30px;
    left: 50px;
    background: #FF0000;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    padding-top: 35px;
}

.about-experience::before {
    content: "";
    position: absolute;
    border: 2px dashed #fff;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
}

.about-experience h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
}

.about-experience span {
    color: #fff;
    font-size: 14px;
}

.about-list {
    margin: 25px 0;
}

.about-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-list li i {
    color: #FF0000;
    font-size: 20px;
    margin-right: 12px;
}

@media (max-width: 991px) {
    .about-right { margin-top: 50px; }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! SERVICE AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.service-item {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.5s ease;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}

.service-item:hover {
    transform: translateY(-8px);
}

.service-img img {
    width: 100%;
    border-radius: 12px;
    height: 220px;
    object-fit: cover;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #FF0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -45px auto 15px;
    position: relative;
    z-index: 1;
}

.service-icon i {
    font-size: 30px;
    color: #fff;
}

.service-title a {
    font-size: 22px;
    font-weight: 700;
    color: #031F4B;
}

.service-title a:hover {
    color: #FF0000;
}

.service-text {
    margin: 15px 0;
}

.service-read-btn {
    color: #FF0000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-read-btn:hover {
    color: #031F4B;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! SERVICE AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.footer-area {
    background: #031F4B;
    color: #fff;
}

.footer-widget {
    padding: 80px 0 40px;
}

.footer-logo img {
    width: 180px;
    margin-bottom: 20px;
}

.footer-widget-box p {
    color: #bbb;
    margin-bottom: 20px;
}

.footer-widget-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.footer-widget-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #FF0000;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list li a {
    color: #bbb;
}

.footer-list li a:hover {
    color: #FF0000;
    padding-left: 5px;
}

.footer-list li a i {
    margin-right: 8px;
    color: #FF0000;
}

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #bbb;
}

.footer-contact li i {
    width: 30px;
    color: #FF0000;
    font-size: 18px;
}

.footer-contact li a {
    color: #bbb;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-social a:hover {
    background: #FF0000;
}

.subscribe-form input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
}

.copyright {
    background: #00183D;
    padding: 20px 0;
    text-align: center;
}

.copyright p {
    color: #bbb;
    margin: 0;
}

.copyright a {
    color: #FF0000;
}

@media (max-width: 991px) {
    .footer-widget-box {
        margin-bottom: 40px;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! PRODUCTS GALLERY STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.products-gallery-area {
    background: #fff;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 31, 75, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 40px;
    color: #fff;
    background: #FF0000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

/* POPUP STYLES */
.gallery-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gallery-popup.active {
    display: flex;
}

.popup-content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
}

.popup-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 3px solid #FF0000;
}

.popup-close {
    position: absolute;
    top: -40px;
    right: -40px;
    background: #FF0000;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popup-close:hover {
    background: #031F4B;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .popup-content {
        max-width: 95%;
    }
    .popup-close {
        top: -50px;
        right: -10px;
    }
    .gallery-item img {
        height: 220px;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! PRODUCTS GALLERY STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GET IN TOUCH STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.get-in-touch-area {
    background: #EFF2F5;
}

.contact-info-box {
    background: #031F4B;
    padding: 40px 30px;
    border-radius: 15px;
    height: 100%;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    background: #FF0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon i {
    font-size: 24px;
    color: #fff;
}

.contact-info-content h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

.contact-info-content p {
    color: #bbb;
    margin-bottom: 5px;
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
    height: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #FF0000;
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
}

textarea.form-control {
    resize: vertical;
}

@media (max-width: 991px) {
    .contact-info-box {
        margin-bottom: 40px;
    }
    .contact-form-box {
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .contact-info-item {
        gap: 15px;
        margin-bottom: 25px;
    }
    .contact-info-icon {
        width: 50px;
        height: 50px;
    }
    .contact-info-icon i {
        font-size: 20px;
    }
    .contact-info-content h4 {
        font-size: 18px;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! GET IN TOUCH STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/* Hero Banner Section */
.hero-banner {
    background: linear-gradient(135deg, #5a2e1a 0%, #8b4b2a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Optional decorative background pattern */
.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.1) 2px, transparent 2px);
    background-size: 40px 40px;
    pointer-events: none;
}

.hero-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-banner-content {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-title span {
    color: #ffd966;
    position: relative;
    display: inline-block;
}

.hero-divider {
    width: 80px;
    height: 4px;
    background: #ffd966;
    margin: 20px auto;
    border-radius: 2px;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.theme-btn-primary,
.theme-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.theme-btn-primary {
    background: #ffd966;
    color: #5a2e1a;
    border: 2px solid #ffd966;
}

.theme-btn-primary:hover {
    background: transparent;
    color: #ffd966;
    transform: translateY(-3px);
}

.theme-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.theme-btn-outline:hover {
    background: #fff;
    color: #5a2e1a;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-banner {
        padding: 70px 20px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-badge {
        font-size: 0.8rem;
        padding: 6px 16px;
    }

    .hero-description {
        font-size: 1rem;
        padding: 0 15px;
    }

    .theme-btn-primary,
    .theme-btn-outline {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .hero-buttons {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .theme-btn-primary,
    .theme-btn-outline {
        width: 80%;
        justify-content: center;
    }
}



/* =============================================
   PRODUCT SPECIFICATIONS SECTION
   Pichwai Bangle Boxes - 2 Column Layout
   ============================================= */

.product-specs-section {
    padding: 80px 0;
    background: #fef9f0;
    position: relative;
}

/* Section Header Styles */
.section-header {
    margin-bottom: 30px;
}

.section-tagline {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b85c1a;
    background: rgba(184, 92, 26, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c1810;
}

.section-title span {
    color: #b85c1a;
    position: relative;
    display: inline-block;
}

.title-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #b85c1a, #e8a735);
    border-radius: 3px;
    margin-bottom: 25px;
}

/* Two Column Layout */
.specs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
}

/* Left Column - Image */
.specs-image {
    flex: 1;
    min-width: 280px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.specs-image:hover {
    transform: translateY(-5px);
}

.specs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.specs-image:hover img {
    transform: scale(1.03);
}

.image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    color: #ffd966;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.image-badge i {
    font-size: 16px;
}

/* Right Column - Content */
.specs-content {
    flex: 1;
    min-width: 300px;
}

/* Specifications Table */
.specs-table-wrapper {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr {
    border-bottom: 1px solid #f0e6dc;
}

.specs-table tr:last-child {
    border-bottom: none;
}

.spec-label {
    width: 40%;
    padding: 14px 18px;
    font-weight: 600;
    color: #2c1810;
    background: #fffaf5;
    font-size: 15px;
}

.spec-label i {
    width: 24px;
    color: #b85c1a;
    margin-right: 10px;
    font-size: 14px;
}

.spec-value {
    padding: 14px 18px;
    color: #4a3525;
    font-size: 15px;
    background: #ffffff;
}

/* Bulk Order Note */
.bulk-order-note {
    display: flex;
    gap: 18px;
    background: linear-gradient(135deg, #2c1810 0%, #4a2a1a 100%);
    border-radius: 20px;
    padding: 25px;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.bulk-order-note:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.note-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 217, 102, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note-icon i {
    font-size: 30px;
    color: #ffd966;
}

.note-text {
    flex: 1;
}

.note-text h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffd966;
}

.note-text h4 i {
    font-size: 1.1rem;
}

.note-text p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
    margin-bottom: 15px;
}

.note-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffd966;
    color: #2c1810;
    padding: 8px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.note-btn:hover {
    background: #fff;
    color: #2c1810;
    gap: 12px;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 992px) {
    .product-specs-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .specs-wrapper {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .specs-wrapper {
        flex-direction: column;
    }
    
    .specs-image {
        min-height: 300px;
        max-height: 350px;
    }
    
    .specs-image img {
        height: 100%;
        width: 100%;
    }
    
    .spec-label {
        width: 45%;
        padding: 12px 12px;
        font-size: 13px;
    }
    
    .spec-value {
        padding: 12px 12px;
        font-size: 13px;
    }
    
    .spec-label i {
        margin-right: 6px;
        width: 20px;
    }
    
    .bulk-order-note {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .note-icon {
        margin: 0 auto;
    }
    
    .note-text h4 {
        justify-content: center;
        font-size: 1.1rem;
    }
    
    .note-btn {
        justify-content: center;
    }
    
    .image-badge {
        bottom: 15px;
        left: 15px;
        padding: 6px 14px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-specs-section {
        padding: 45px 0;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-tagline {
        font-size: 12px;
    }
    
    .specs-table-wrapper {
        overflow-x: auto;
    }
    
    .specs-table {
        min-width: 400px;
    }
    
    .note-text p {
        font-size: 13px;
    }
    
    .bulk-order-note {
        padding: 18px;
    }
    
    .note-btn {
        padding: 7px 18px;
        font-size: 13px;
    }
}