body {
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.navbar ul li:nth-child(2) a {
    color: #fad565;
}
/* About Us Section */
.about-us {
    padding: 40px 0;
    background-color: #000; /* Black background */
    color: #fad565; /* Gold color for headings */
    text-align: center;
}

.about-us h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fad565; /* Gold color */
    font-family: "Times New Roman", Times, serif;
}

.about-us .breadcrumb {
    font-size: 1rem;
    color: #ccc; /* Light gray for breadcrumb */
    margin-top: 0; /* Remove spacing above the breadcrumb */
    margin-bottom: 0; /* Remove spacing below the breadcrumb */
    text-align: center; /* Ensure breadcrumb is centered */
    display: inline-block; /* Ensure it stays below the heading */
}

.about-us h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fad565; /* Gold color */
}

.container {
    width: 100%;
    display: flex;
    gap: 0;
    min-height: 50px;

    margin-top: 3.5%;
    padding-right: 1px;
}

.item {
    width: 20%;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin-left: 12%;
}

.icon {
    width: 70px;
    height: 70px;
}

.name {
    font-size: 20px;
    margin-left: 8%;
    line-height: 1.2;
}

.content-container {
    width: 100%;
    margin-top: 25px;
    display: flex;
    margin-bottom: 43px;
}
.content:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.content1,
.content2,
.content3 {
    margin: 0.7% 4%;
}

.content1 p {
    font-family: sans-serif;
    color: white;
    font-size: 15px;
    line-height: 1.5;
    word-spacing: 5px;
}
.content2 p {
    font-family: sans-serif;
    color: white;
    font-size: 15px;
    line-height: 1.5;
    word-spacing: 5px;
}
.content3 p {
    font-family: sans-serif;
    color: white;
    font-size: 15px;
    line-height: 1.5;
    word-spacing: 5px;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.masterpiece {
    padding: 50px 0;
    background-color: transparent !important;
    text-align: center;
}

.masterpiece img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.masterpiece-text h4 {
    font-size: 1.5rem;
    color: #fad565; /* Gold color */
    margin-bottom: 10px;
            font-family: "Times New Roman", Times, serif;

}

.masterpiece-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
            font-family: "poppons";

}

.masterpiece-text .btn-explore {
    background-color: #fad565;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
}

.masterpiece-text .btn-explore:hover {
    background-color: #fad565;
}
.shop-button {
    position: relative;
    overflow: hidden; /* Hide corners */
    z-index: 1;
    background: #fad565 !important;
    color: #23201e !important;
    border: 1px solid #fad565;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 35px 13px !important;
    border-radius: 0;
    transition: color 0.3s;
    cursor: pointer;
    display: inline-block;
    outline: none;
    text-decoration: none !important;
}

.shop-button::before,
.shop-button::after {
    content: '';
    position: absolute;
    top: 0;
    width: 58%; /* Reduce width to avoid peeking corners */
    height: 100%;
    background: #23201e; /* <-- Use a visible color */
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    transform: skewX(-18deg);
}

.shop-button::before {
    left: -8px; /* Move slightly left */
    transform: translateX(-100%) skewX(-18deg);
}

.shop-button::after {
    right: -8px; /* Move slightly right */
    transform: translateX(100%) skewX(-18deg);
}

.shop-button:hover::before,
.shop-button:focus::before {
    transform: translateX(0) skewX(-18deg);
}

.shop-button:hover::after,
.shop-button:focus::after {
    transform: translateX(0) skewX(-18deg);
}

.shop-button span {
    position: relative;
    z-index: 3;
    color: #111;
    background: transparent !important;
}

.shop-button:hover,
.shop-button:focus {
    color: #23201e !important;
}

.shop-button:hover span,
.shop-button:focus span {
    color: #fff !important;
    z-index: 3;
}

.stories {
    padding: 50px 0;
    background-color:transparent !important;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; /* Hide overflow */
}

/* Text Section */
.stories-text {
    padding: 20px 40px;
    color: #fad565; /* Gold color */
}

.stories-text h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
            font-family: "Times New Roman", Times, serif;

}

.stories-text h2 {
    font-size: 1.8rem;
    font-weight: bold;
    white-space: normal; /* Allow text to wrap to the next line */
    overflow: visible; /* Ensure no part of the text is hidden */
    text-overflow: unset; /* Disable ellipsis */
}

.stories-text p {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 10px;
            font-family: "poppins";

}



    .product-gallery {
    display: flex;
    justify-content: space-around;

    padding: 0 15%;
    padding-top: 45px;
}

/* Image Container */
.saree-imgs {
    position: relative;
    overflow-x: scroll; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent images from wrapping */
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px; /* Add space for the golden line */
    scroll-behavior: smooth; /* Smooth scrolling effect */
}

/* Golden Line */
.saree-imgs::-webkit-scrollbar {
    height: 5px; /* Height of the scrollbar */
}

.saree-imgs::-webkit-scrollbar-thumb {
    background-color: #fad565; /* Gold color for the scrollbar */
    border-radius: 0; /* Rounded edges */
}

.saree-imgs::-webkit-scrollbar-track {
    background-color: #333; /* Dark background for the scrollbar track */
}

/* Images */
.saree-img {
    width: 300px; /* Fixed width for each image */
    height: auto;
    border-radius:0;
    flex-shrink: 0; /* Prevent images from shrinking */
}
.content4 {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
    margin-left: -1%;
    padding: 20px;
}

.horizontal-line {
    border: none;
    border-top: 1px solid #ccc;
    height: 1%;
    width: 18px;
    margin: 10px 5px;
}

.item2:first-child .horizontal-line {
    width: 150px;
}

.item2:last-child > .horizontal-line:first-of-type {
    width: 18px;
}

.item2:last-child > .horizontal-line:last-of-type {
    width: 170px;
    margin-left: 5%;
}

.item2 {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.small-image {
    width: 30px;
    height: auto;
    margin: 10px 10px;
}

.text-container {
    display: flex;
    flex-direction: column;
}

.main-text {
    font-size: 8px;
    font-weight: bold;
    margin-bottom: -10%;
}

.sub-text {
    font-size: 10px;
    font-weight: bold;
    margin-top: -16%;
}
.navbars {
    width: 100%; /* Ensure the navbar spans the full width */
    overflow: hidden;
    padding: 15px;
    color: white;
    margin-top: 20px;
    position: relative;
    background-color: black;
    overflow-x: hidden;
}

.navbars::before,
.navbars::after {
    content: '';
    display: block;
    height: 2px; /* Thickness of the line */
    background-color:#fad565; /* Color of the line */
    width: 100%;
    position: absolute;
    left: 0;
}

.navbars::before {
    top: 0; /* Line above the navbar */
}

.navbars::after {
    bottom: 0; /* Line below the navbar */
}



.horizontal-scroll {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
    animation: scroll 15s linear infinite;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

li {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
}

a {
    text-decoration: none;
    color: white;
}

.divider {
    color: white;
    font-size: 24px;
    margin-right: 10px;
}
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.features-container {
    display: flex;
    gap: 32px;
    background: #000;
    color: #fff;
    padding: 40px 0;
    justify-content: center;
    border-radius: 0 !important;
}

.feature-card {
    flex: 1;
    max-width: 330px;
    min-width: 320px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: background 0.3s, box-shadow 0.3s, border-radius 0.3s;
    background: transparent;
    box-shadow: none;
    border-radius: 0 !important;
    overflow: hidden;
}

.feature-card h2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 16px 0;
        font-family: "Times New Roman", Times, serif;
          color: #fff !important;
}

.feature-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #fff;
    font-family: "poppins";

}

.feature-icon {
    height: 48px;
    margin-bottom: 16px;
    z-index: 2;
}

.feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    z-index: 1;
    border-radius: 0 !important;
}
.feature-card {
    position: relative;
    overflow: visible;
}

.feature-card::before,
.feature-card::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 0;
    background: #fad565;
    left: 0;
    top: 0;
    transition: height 0.4s cubic-bezier(.77,0,.18,1);
    z-index: 10;
    opacity: 1;
    pointer-events: none;
}

.feature-card::after {
    left: auto;
    right: 0;
}

.feature-card:hover::before,
.feature-card:hover::after {
    height: 100%;
}
.feature-card:hover {
    background: rgba(30, 30, 30, 0.95);
    border-radius: 0 !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

.feature-card:hover .feature-image {
    opacity: 0.25;
}
.features-container,
.feature-card,
.feature-image{
     border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
@media (max-width: 900px) {
    .features-container {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 24px 0;
    }
    .feature-card {
        min-width: 0;
        width: 100%;
        max-width: 500px;
        align-items: flex-start;
    }
}
p {
    color: #fff;
}

@media (max-width: 900px) {
    .main-section-container {
        grid-template-columns: 1fr;
    }
    .left-section, .right-section {
        grid-column: 1 / -1;
    }
    .product-gallery {
        grid-template-columns: 1fr;
    }
}
    .about-us .breadcrumb {
    font-size: 1rem;
    color: #ccc;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

.about-us-description {
    color: #fff;
    font-size: 1.10rem;
    line-height: 1.7;
    max-width: 1250px;
    margin: 0 auto 30px auto;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 0 20px;
    font-family: 'poppins';
    font-weight: 400;
}
.sarees-gallery {
    display: flex;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-top: 100px;
}

.saree-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: top;
    transition: filter 0.3s ease;
    padding: 6px;
}

.saree-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    text-align: center;
    transition: opacity 0.5s ease;
    font-weight: bold;
    background-color: transparent !important;
}

.saree-item:not(:hover) {
    filter: blur(1px) brightness(50%);
}

.saree-item:hover {
    filter: none;
    z-index: 3;
}

/* Responsive styles */
@media (max-width: 900px) {
    .sarees-gallery {
        height: 110px;
        margin-top: 40px;
        gap: 8px;
    }
    .saree-item span {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .sarees-gallery {
        height: 70px;
        margin-top: 20px;
        gap: 4px;
    }
    .saree-item {
        padding: 2px;
    }
    .saree-item span {
        font-size: 12px;
    }
}
