



.contact-banner {
    position: relative;
    padding: 150px 0;
    background-image: url("../images/texrags/2.jpg");
    /* 👈 apna image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.contact-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcrumb {
    font-size: 16px;
}

.breadcrumb a {
    color: #dddddd;
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 8px;
}

.contact-banner {
    height: 350px;
    display: flex;
    align-items: center;
}

.contact-banner {
    padding: 100px 0 70px 0;
    /* 👈 upar zyada, niche kam */
}







    /* product  */
            /* Sticky Sidebar */
            .tr-sticky-sidebar {
                position: sticky;
                top: 100px;
                /* header height ke hisaab se adjust karo */
            }

            .tr-filter-box {
                background: #f8f9fa;
                padding: 25px;
                border-radius: 10px;
            }

            .tr-filter-box ul {
                list-style: none;
                padding-left: 0;
            }

            .tr-filter-box li {
                padding: 8px 0;
                border-bottom: 1px solid #ddd;
                font-size: 14px;
            }






            .product-3d-card {
                background: linear-gradient(145deg, #abf970a6, rgba(118, 231, 128, 0.61));
                border-radius: 18px;
                padding: 20px;
                position: relative;
                transition: 0.4s ease;
                transform-style: preserve-3d;

                box-shadow:
                    10px 10px 25px rgba(0, 0, 0, 0.08),
                    -8px -8px 20px rgba(255, 255, 255, 0.9);
            }

            .product-3d-card:hover {
                transform: rotateX(4deg) rotateY(-4deg) translateY(-12px);
                box-shadow:
                    20px 20px 40px rgba(0, 0, 0, 0.12),
                    -10px -10px 30px rgba(255, 255, 255, 1);
            }

            .product-3d-image {
                text-align: center;
                margin-bottom: 15px;
            }

            .product-3d-image img {
                width: 100%;
                height: 230px;
                object-fit: cover;
                border-radius: 14px;
                box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
                transition: 0.4s;
            }

            .product-3d-card:hover .product-3d-image img {
                transform: scale(1.05);
            }

            .product-3d-content h4 {
                font-size: 20px;
                /* size control yahi karega */
                font-weight: 600;
                /* 700 thoda heavy lagta hai, 600 better */
                margin-bottom: 12px;
                /* 18px zyada gap de raha tha */
                color: #1e2a4a;
            }

            .product-3d-content p {
                font-size: 14px;
                color: #060606;
                margin-bottom: 20px;
            }

            .product-3d-buttons {
                display: flex;
                justify-content: space-between;
            }

            .btn-view {
                background: #3a7d31;
                color: #fff;
                padding: 8px 18px;
                border-radius: 30px;
                text-decoration: none;
                font-size: 13px;
                transition: 0.3s;
            }

            .btn-view:hover {
                background: #0d1b36;
                color: #fff;
            }

            .btn-contact {
                background: #3a7d31;
                color: #fff;
                padding: 8px 18px;
                border-radius: 30px;
                text-decoration: none;
                font-size: 13px;
                transition: 0.3s;
            }

            .btn-contact:hover {
                background: #e96c00;
                color: #fff;
            }

            .product-title-link {
                text-decoration: none;
                color: #1e2a4a;
                transition: 0.3s;
            }

            /* btn link start here.. */
            .product-title-link:hover {
                color: #ff7a00;
            }

            .product-3d-image a {
                display: block;
            }

            .product-3d-image img {
                width: 100%;
                border-radius: 14px;
            }










            
.rags-hero {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url('images/banner/textile-rags.jpg') center/cover;
    padding: 120px 0;
    color: #fff;
}

.rags-hero h1 {
    font-size: 48px;
    font-weight: 700;
}

.filter-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
}

.filter-box ul {
    list-style: none;
    padding-left: 0;
}

.filter-box li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #eee;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-content {
    padding: 20px;
}

.product-content h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.product-content p {
    font-size: 14px;
    color: #666;
}

.btn-inquiry {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    background: #0d6efd;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}





/* ============================ */
/* PREMIUM SIDEBAR DESIGN */
/* ============================ */

.tr-sticky-sidebar {
    position: sticky;
    top: 110px;
}

.tr-filter-box {
    background: #ffffff;
    padding: 0;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Header */
.tr-filter-header {
    background: linear-gradient(135deg, #1e4a27, #3c8f2f);
    padding: 18px;
    text-align: center;
}

.tr-filter-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Group */
.tr-filter-group {
    padding: 20px;
}

.tr-filter-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    color: #254c25;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* List */
.tr-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tr-filter-list li {
    margin-bottom: 10px;
}

.tr-filter-list li a {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    background: #f6f8fc;
    transition: 0.3s ease;
}

/* Hover Effect */
.tr-filter-list li a:hover {
    background: #3d8b21;
    color: #fff;
    transform: translateX(6px);
}

/* Divider Line */
.tr-filter-group + .tr-filter-group {
    border-top: 1px solid #eee;
}




/* product details csss start here....>>>>>>>> */

.clothes-img {
    height: 420px;
    object-fit: cover;
}

/* Responsive height */
@media (max-width: 991px) {
    .clothes-img {
        height: 280px;
    }
}
    .scrap-gallery {
    background: #f5f5f5;
}

.gallery-card {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}
.about-image {
    height: 500px;
    /* Yaha height control karo */
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Image stretch nahi hogi */
}

.about-section {
    background: #f4f4f4;
}

.about-content {
    padding: 80px 100px;
    background: #ffffff;
}

.content-wrapper h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.content-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.btn-main {
    display: inline-block;
    padding: 12px 30px;
    background: #2f855a;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-main:hover {
    background: #256d48;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
    .about-content {
        padding: 50px 30px;
    }

    .content-wrapper h1 {
        font-size: 32px;
    }
}

.hero-section {
    background: #d7e9f4;
    padding: 80px 0;
}

.animated-img {
    max-width: 450px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.product-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.product-card h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}

.product-card p {
    color: #555;
    line-height: 1.7;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.shoes-img {
    height: 400px;
    object-fit: cover;
}

.bg-light {
    padding-left: 40px;
    padding-right: 40px;
}








/* Section Scope */
.stg-section {
    background: #f8f9fa;
}

/* Card */
.stg-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 18px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Title */
.stg-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Text */
.stg-text {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

/* Hover */
.stg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 576px) {
    .stg-card {
        padding: 25px 20px;
    }
}

.tr-hero {
    background: #d9ecf6;
    padding: 90px 0;
}

.tr-hero-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0d2c4a;
}

.tr-hero-text {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}

.tr-hero-img {
    max-width: 450px;
    animation: trFloat 4s ease-in-out infinite;
}

@keyframes trFloat {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 991px) {
    .tr-hero {
        padding: 60px 0;
        text-align: center;
    }

    .tr-hero-title {
        font-size: 28px;
    }

    .tr-hero-img {
        max-width: 280px;
    }
}