 
            

.breadcumb-section {
    position: relative; 
      background-image: url(../../images/about-workshop-DrhWxdZD.jpg);
    padding-top: 140px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.breadcumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5); /* black overlay (adjust opacity here) */
    
    z-index: -1; /* keeps it behind content */
}
.hero-heading {
    font-size: 64px;
    line-height: 1.2;
}
        
            
        .directorImgBox{
    position: absolute ;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: #2d241e;
}
.directorImgBox h4 {
    font-size: 28px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}
.directorImgBox p {
    margin-bottom: 0;
    color: #e3cb76;
    font-weight: 600;
}
.workshop-img-box {
   
    border-radius: 5px;
}
    
     
        .storytelling-section {
            background-color: #2d241e !important;
            color: #bfae9c;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        /* Subtle luxury noise texture */
        .storytelling-section::before {
            content: "";
            position: absolute;
            inset: 0;
            opacity: 0.02;
            pointer-events: none;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
            background-repeat: repeat;
            z-index: 1;
        }

        /* Radial light glow for cinematic lighting */
        .storytelling-section::after {
            content: "";
            position: absolute;
            top: 30%;
            left: 25%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(227, 203, 118, 0.05) 0%, rgba(45, 36, 30, 0) 70%);
            pointer-events: none;
            z-index: 1;
            transform: translate(-50%, -50%);
        }

        .storytelling-section .container {
            position: relative;
            z-index: 2;
        }

        .storytelling-section .subheading {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.25em;
            color: #B65A3F !important;
            font-weight: 600;
            margin-bottom: 12px;
            display: block;
        }

        .storytelling-section .main-heading {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 58px;
            line-height: 1.15;
            color: #f7eddd !important;
            font-weight: 400;
            letter-spacing: -0.015em;
            margin-bottom: 30px;
        }

        .storytelling-section .intro-lead {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 24px;
            line-height: 1.65;
            color: #decfaa !important;
            font-style: italic;
            font-weight: 300;
            margin-bottom: 30px;
            border-left: 2px solid #e3cb76;
            padding-left: 24px;
            transition: border-color 0.6s ease;
        }

        .storytelling-section:hover .intro-lead {
            border-color: #f7eddd;
        }

        .storytelling-section .story-body {
            font-size: 15px;
            line-height: 1.9;
            color: #d9ceb9;
            color: #a1a1a1;
        }

        .storytelling-section .story-chapter {
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid rgba(227, 203, 118, 0.05);
            transition: border-color 0.6s ease;
        }

        .storytelling-section .story-chapter:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .storytelling-section .story-chapter:hover {
            border-color: rgba(227, 203, 118, 0.15);
        }

        .storytelling-section .story-chapter-number {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 28px;
            color: #e3cb76;
            font-weight: 400;
            display: inline-block;
            margin-right: 15px;
            border-bottom: 1px solid rgba(227, 203, 118, 0.3);
            padding-bottom: 2px;
            transition: all 0.4s ease;
        }

        .storytelling-section .story-chapter:hover .story-chapter-number {
            color: #f7eddd;
            border-bottom-color: #e3cb76;
            transform: translateY(-2px);
        }

        .storytelling-section .story-chapter-title {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 23px;
            color: #f7eddd !important;
            font-weight: 400;
            display: inline-block;
            margin-bottom: 12px;
            transition: color 0.4s ease;
        }

        .storytelling-section .story-chapter:hover .story-chapter-title {
            color: #e3cb76 !important;
        }

        /* Layered Editorial Image Composition */
        .layered-composition {
            position: relative;
            padding-top: 30px;
            padding-bottom: 40px;
            width: 100%;
            max-width: 520px;
            margin: 0 auto;
        }

        /* Floating luxury frame border */
        .layered-composition::before {
            content: "";
            position: absolute;
            top: 15px;
            right: 15px;
            bottom: 25px;
            left: 30px;
            border: 1px solid rgba(227, 203, 118, 0.15);
            pointer-events: none;
            z-index: 0;
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .layered-composition:hover::before {
            transform: translate(-8px, -4px);
            border-color: rgba(227, 203, 118, 0.3);
        }

        .layered-composition .main-img-wrapper {
            position: relative;
            width: 90%;
            margin-left: auto;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
            border: 1px solid rgba(247, 237, 221, 0.05);
            aspect-ratio: 4/5;
            z-index: 1;
        }

        .layered-composition .main-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .layered-composition:hover .main-img-wrapper img {
            transform: scale(1.04);
        }

        /* Elegant Cinematic Brand Tag overlay */
        .storytelling-brand-tag {
            position: absolute;
            top: 40px;
            left: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 18px 12px;
            background: rgba(45, 36, 30, 0.85); /* Matches background #2d241e but translucent */
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(227, 203, 118, 0.25);
            border-radius: 2px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
            z-index: 4;
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .storytelling-brand-tag::after {
            content: "";
            position: absolute;
            inset: 2px;
            border: 1px solid rgba(227, 203, 118, 0.08);
            pointer-events: none;
        }

        .storytelling-brand-tag img {
            height: 32px;
            width: auto;
            filter: sepia(100%) saturate(60%) brightness(130%) contrast(90%);
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .storytelling-brand-tag .tag-label {
            font-size: 8px;
            letter-spacing: 0.25em;
            text-transform: uppercase;
            color: #e3cb76;
            margin-top: 8px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-weight: 500;
            opacity: 0.8;
        }

        .layered-composition:hover .storytelling-brand-tag {
            transform: translateY(-4px);
            border-color: rgba(227, 203, 118, 0.45);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
        }

        .layered-composition:hover .storytelling-brand-tag img {
            filter: sepia(100%) saturate(100%) brightness(140%) contrast(100%);
        }

        /* Glassmorphic editorial quote box */
        .editorial-quote-box {
            margin-top: 60px;
            padding: 35px 35px 30px 35px;
            background: rgba(247, 237, 221, 0.015);
            border: 1px solid rgba(227, 203, 118, 0.08);
            border-left: 3px solid #e3cb76; /* Luxury side-accent border */
            border-radius: 0 4px 4px 0;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            position: relative;
            max-width: 520px;
            margin-left: auto;
            margin-right: auto;
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .editorial-quote-box:hover {
            background: rgba(247, 237, 221, 0.025);
            border-color: rgba(227, 203, 118, 0.15);
            border-left-color: #f7eddd;
            transform: translateY(-2px);
        }

        .editorial-quote-box .quote-icon {
            position: absolute;
            top: -15px;
            left: 20px;
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 64px;
            color: rgba(227, 203, 118, 0.12);
            line-height: 1;
        }

        .editorial-quote-box blockquote {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 19px;
            line-height: 1.65;
            color: #decfaa !important;
            font-style: italic;
            margin-bottom: 15px;
            position: relative;
            z-index: 2;
            border: none;
            padding: 0;
        }

        .editorial-quote-box cite {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 11px;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: #e3cb76;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            font-style: normal;
        }

        .editorial-quote-box cite::before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 1px;
            background-color: rgba(227, 203, 118, 0.5);
        }

        /* Responsive styling refinements */
        @media (max-width: 991px) {
            .storytelling-section .main-heading {
                font-size: 42px;
            }
            .storytelling-section .intro-lead {
                font-size: 20px;
                margin-bottom: 35px;
            }
            .layered-composition {
                max-width: 450px;
                margin-top: 40px;
            }
            .editorial-quote-box {
                max-width: 450px;
            }
        }
    
     
            
/*** 
=============================================
    Company History Css      
=============================================
***/
.company-history {
    position: relative;
    display: block;
   
}



.company-history__content {
    position: relative;
    display: block;
    z-index: 1;
}

.company-history__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: #decfaa;
    z-index: -1;
}

.company-history__content ul {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}

.company-history__content ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    width: 17px;
    height: 17px;
    background-color:  #4e342e;
    border-radius: 50%;
    margin: 0 auto;
}


.company-history__content ul::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: -1px;
    width: 17px;
    height: 17px;
    background-color:  #4e342e;
    border-radius: 50%;
    margin: 0 auto;
}

.company-history__content ul li {
    position: relative;
    display: block;
}

.company-history__content ul li+li {
    margin-top: 30px;
}

.company-history__content ul li:nth-child(2) .single-company-history-box .row {
    flex-direction: row-reverse;
}


.company-history__content ul li:nth-child(4) .single-company-history-box .row {
    flex-direction: row-reverse;
}

.company-history__content ul li:nth-child(6) .single-company-history-box .row {
    flex-direction: row-reverse;
}
.company-history__content ul li:nth-child(8) .single-company-history-box .row {
    flex-direction: row-reverse;
}


.single-company-history-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-company-history-box .row {
    --bs-gutter-x: 0px;
    align-items: center;
}

.single-company-history-box .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.single-company-history-box .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:  #4e342e;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.single-company-history-box:hover .img-box::before {
    opacity: .9;
}


.single-company-history-box .img-box img {
    width: 100%;
}


.single-company-history-box .date-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    background-color:  #1a0e05;
    border-radius: 50%;
    margin: 0 auto;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-company-history-box:hover .date-box {
    background-color: #f4ca4e;
}

.single-company-history-box .date-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-company-history-box:hover .date-box h2 {
    color:  #1a0e05;
}

.single-company-history-box .text-box {
    position: relative;
    display: block;
}

.single-company-history-box .text-box h3 {
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
}

.single-company-history-box .text-box p {
    /* color: #69594C; */
    line-height: 1.8;
    color: #5c524f;
    font-weight: 300;
    font-size: 15px;
}

        