.slide {
    background: #B67A1E !important;
}
.gallery-page{
margin-bottom: 4em;
}
.hero {
    height: 90vh !important;
}
        /* Gallery Section with Transparent Background */
        .gallery-section {
            padding: 120px 40px;
            position: relative;
            background: rgba(13, 13, 13, 0.5);
            backdrop-filter: blur(20px);
            min-height: 100vh;
        }

        .gallery-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                linear-gradient(45deg, transparent 48%, rgba(182, 122, 30, 0.03) 49%, rgba(182, 122, 30, 0.03) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgba(182, 122, 30, 0.03) 49%, rgba(182, 122, 30, 0.03) 51%, transparent 52%);
            background-size: 40px 40px;
            opacity: 0.5;
            pointer-events: none;
        }

        .container-f {
            max-width: 90%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .gallery-page::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("https://storage.googleapis.com/giffycms-ambicahind.appspot.com/Client/Manufacturing.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            opacity: 0.9;
            filter: blur(4px);
            z-index: -2;
        }

        .gallery-header-contact {
            /* text-align: center; */
            /* margin-bottom: 80px; */
            animation: fadeInDown 1s ease;
            text-align: center;
            margin-bottom: 50px;
            margin-top: -170px;
        }

        .gallery-header-contact h1 {
          
            font-size: clamp(24px, 5vw, 46px);
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 85px;
            margin-top:15px;
            letter-spacing: -0.5px;
        }

        .gallery-header-contact p {
            font-size: clamp(16px, 2vw, 18px);
            color: #cccccc;
            font-weight: 300;
            margin-top: -30px;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .mission-section {
            padding: 80px 60px;
            max-width: 100%;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.15);
        }

        .mission-section .section-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
            flex-wrap: wrap;
            gap: 20px;
            text-align: left;
        }

        .badge {
            background: transparent;
            padding: 8px 0px;
            border-radius: 6px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 1.85rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #d4d4d4;
            font-weight: 400;
            margin-bottom: -10px;
        }

        .badge::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #B67A1E;
            border-radius: 50%;
        }

        .title-wrapper {
            flex: 1;
            min-width: 300px;
        }

       .section-header .title-wrapper h3 {
            font-size: 25px;
            font-weight: 400;
            line-height: 1.2;
            color: #fff;
            margin-top: 20px;
        }

        .slider-controls {
            display: flex;
            gap: 12px;
            align-items: center;
            margin-top: 40px;
        }

       
        .slider-container {
            position: relative;
            overflow: hidden;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            gap: 24px;
        }

        .slide {
            /* position: absolute; */
            display: grid;
            min-width: calc(33% - 12px);
            background: #1a1a1a;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: transform 0.3s ease, border-color 0.3s ease;
        }

        .slide:hover {
            transform: translateY(-8px);
            border-color: rgba(255, 59, 48, 0.3);
        }

        .slide-image {
                width: 100%;
    height: 290px;
    background-size: cover;
    background-position: top;
    position: relative;
        }

        .slide-icon {
            position: absolute;
            top: 24px;
            left: 24px;
            width: 48px;
            height: 48px;
            /* background: rgba(0, 0, 0, 0.6); */
            backdrop-filter: blur(10px);
            border-radius: 12px;
            /* border: 1px solid rgba(255, 255, 255, 0.1); */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slide-icon::after {
            /* content: ''; */
            width: 6px;
            height: 6px;
            background: #ff3b30;
            border-radius: 50%;
            box-shadow: 0 0 10px #ff3b30;
        }

        .slide-content {
            padding: 10px 20px;
        }

        .slide-title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 16px;
            color: #fff;
        }

        .slide-description {
            font-size: 15px;
            line-height: 1.6;
            color: #a9a9a9;
        }

        @media (max-width: 767px) {
            .slide {
                min-width: calc(100% - 0px);
            }
            .footer-icon-img {
    width: 8% !important;
    }
        }

        @media (max-width: 768px) {
            .mission-section {
                padding: 60px 10%;
            }

            .section-header {
                margin-bottom: 40px;
            }

            .slider-controls {
                width: 100%;
                justify-content: flex-end;
                margin-top: 10px;
            }

            .slide-image {
                height: 200px;
            }

            .slide-content {
                padding: 24px;
            }

            .slide-title {
                font-size: 20px;
            }

            .framework-image {
   height: 50vh;
   }
}


      .container-galvanise {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 100vh;
        }

        .left-section {
            background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
            padding: 100px 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .image-placeholder {
            width: 100%;
            /* height: 35em; */
            background: linear-gradient(180deg, #0000 0%, #0000 100%);
            border-radius: 12px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
        }

        .image-placeholder::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #B67A1E 0%, #f1a022 100%);
        }

        .orange-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0px;
            background: linear-gradient(180deg, rgb(255 77 42 / 30%) 0%, #B67A1E 100%);
            backdrop-filter: blur(20px);
        }

        .client-story-card {
            background: rgba(26, 26, 26, 0.95);
            border-radius: 16px;
            padding: 40px;
            max-width: 500px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #B67A1E;
            margin-bottom: 24px;
        }

        .label::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #B67A1E;
            border-radius: 5px;
        }

        .client-story-card h2 {
            font-size: 28px;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 40px;
            color: #e0e0e0;
        }

        .author {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .author-info {
            flex: 1;
        }

        .author-info h3 {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 4px;
        }

        .author-info p {
            font-size: 14px;
            color: #888;
        }

        .avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #444 0%, #666 100%);
            border: 2px solid rgba(255, 255, 255, 0.1);
        }

        .right-section {
            background: #000;
            padding: 70px 50px 15px 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .right-section .label {
            margin-bottom: 10px;
        }

        .right-section h1 {
            font-size: 38px;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 15px;
            letter-spacing: -1px;
            margin-top: 15px;
        }

        .right-section p {
            font-size: 16px;
            line-height: 1.4;
            color: #a0a0a0;
            margin-bottom: 30px;
            /* max-width: 600px; */
            /* TEXT-ALIGN: JUSTIFY; */
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #fff;
            color: #000;
            padding: 18px 36px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            width: fit-content;
        }

        .cta-button::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #ff4444;
            border-radius: 2px;
        }

        .cta-button:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
        }

        @media (max-width: 1200px) {
            

            .right-section h1 {
                font-size: 40px;
            }
        }

        @media (max-width: 768px) {
            .container-galvanise {
                grid-template-columns: 1fr;
            }
            .left-section,
            .right-section {
                padding: 40px 24px;
            }

            .right-section h1 {
                font-size: 40px;
            }

            .right-section p {
                font-size: 16px;
            }
        }
        .image-placeholder img{
             width: 100%;
             height: auto;
        }
.btn-size{
width: 28%;
}

/****large screen**/


@media(min-width:2150px) and (max-width:2560px){
    .right-section p {
    font-size: 23px;
    }
    .right-section h1 {
    font-size: 42px;
    }
    .right-section {
    padding: 70px 65px 100px 75px;
    }
    .section-header .title-wrapper h3 {
    font-size: 30px;
    }
    .slide-image {
    height: 335px;
    }
    .gallery-header-contact p {
    font-size:22px;
    }
    .gallery-header-contact h1 {
     font-size: 62px;
        }
}


@media(min-width:1800px) and (max-width:2150px){
    .right-section p {
    font-size: 23px;
    }
    .right-section h1 {
    font-size: 42px;
    }
    .right-section {
    padding: 70px 65px 100px 75px;
    }
    .section-header .title-wrapper h3 {
    font-size: 30px;
    }
    .slide-image {
    height: 335px;
    }
    .gallery-header-contact p {
    font-size:22px;
    }
    .gallery-header-contact h1 {
     font-size: 62px;
        }
}

@media(min-width:1440px) and (max-width:1800px){
    .right-section p {
    font-size: 21px;
    }
    .right-section h1 {
    font-size: 42px;
    }
    .right-section {
    padding: 70px 65px 100px 45px;
    }
    .section-header .title-wrapper h3 {
    font-size: 30px;
    }
    .slide-image {
    height: 305px;
    }
}

/********************desktop*************/
@media (max-width: 1240px){
        .right-section h1 {
        font-size: 36px;
    }
    .image-placeholder img {
    
    height: 30em;
}
    .btn-size {
    width: 40%;
}
    .left-section {
     padding: 30px 60px;
    }
    .right-section {
    /* background: #000; */
    padding: 40px 50px;
    text-align: justify;
    }
    
.slide-image {
    
    height: 200px;
}
.slide-content h3{
    font-size:20px;
    
}
}
/********************tablet*************/
@media (max-width: 1024px){
        .right-section h1 {
        font-size: 32px;
    }
    .image-placeholder img {
    
    height: 28em;
}
    .btn-size {
    width: 45%;
}
    .left-section {
     padding: 30px 60px;
    }
    .right-section {
    /* background: #000; */
    padding: 40px 50px;
    text-align: justify;
    }
    
.slide-image {
    
    height: 180px;
}
.slide-content h3{
    font-size:18px;
    
}
}
@media (max-width: 920px){
        .right-section h1 {
        font-size: 28px;
    }
    .image-placeholder img {
    /* width: 100%; */
    height: 25em;
}
    .btn-size {
    width: 50%;
}
    .left-section {
     padding: 30px 30px;
    }
    .right-section {
    /* background: #000; */
    padding: 40px 30px;
    text-align: justify;
    }
    
.slide-image {
    
    height: 140px;
}
.slide-content h3{
    font-size:16px;
    
}
}
/***************for zinc oxide mobile responsive************/
@media (max-width: 768px){
 .gallery-header-contact h1 {
    margin-bottom: 35px;
    margin-top: 40px;
    }
        .left-section, .right-section {
        padding: 40px 10%;
    }
    .badge {
    /* font-size: 1.7rem; */
    }
    .right-section h1 {
        font-size: 30px;
    }
         .right-section p {
        font-size: 15px;
        text-align: justify;
    }
    .slide-content {
        padding: 25px;
    }
    .slide-content h3{
        font-size:20px;
        margin:0;
    }  
        .btn-size {
        width: 40%;
    }
        
        .product-details-section .product-title{
    text-align: center;
}
.product-description{
    padding: 0 20px;
}
.product-description h3{
    text-align: center;
    font-size: 22px;
}

.product-description h4{
    text-align: center;
    margin-top: 20px;
}
.product-description p {
    color: #a0a0a0;
    text-align: justify;
}

}
@media (max-width: 660px){
 .gallery-header-contact h1 {
    margin-bottom: 35px;
    margin-top: 40px;
    }
        .left-section, .right-section {
        padding: 40px 10%;
    }
    .badge {
    font-size: 1.5rem;
    }
    .right-section h1 {
        font-size: 24px;
    }
         .right-section p {
        font-size: 15px;
        text-align: justify;
    }
    .slide-content {
        padding: 25px;
    }
    .slide-content h3{
        font-size:20px;
        margin:0;
    }  
        .btn-size {
        width: 40%;
    }
}
@media (max-width: 480px){
   
    .image-placeholder img {
    height: auto;
}
    .image-placeholder {
    height: auto;
    margin-bottom: 0;
    }
        .left-section, .right-section {
        padding: 40px 30px;
    }
        .right-section h1 {
        font-size: 21px; 
    }
        .right-section p {
        font-size: 14px;
        text-align: justify;
    }
    .btn-size {
    width: 60%;
}
    .slide-content {
        padding: 15px;
    }
    .slide-content h3{
        font-size:18px;
        margin:0;
    }
}
.product-details-section{
background-color: #000;
padding: 50px 0px;
}
.product-description p{
color: #a0a0a0;
}
.product-description h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0px;
    letter-spacing: -1px;
    margin-top: 15px;
}
.product-descriptio table{
    width: 100%;
    height: 523px;
    border: 1px solid #5e5e5e;
}
.product-description table thead{
    background-color: #B67A1E;
}
.product-description table tbody tr{
border: 1px solid #565656;
}

/*********for card section******/
        .cards-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 30px;
        }

        .card {
            background: linear-gradient(145deg, #2d2d44 0%, #1f1f2e 100%);
            border-radius: 5px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
        }

        .card-image {
            width: 100%;
            height: 250px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
       .card-image img{
       width: 100%;
       background-size: cover;
       }

        
        
        

        .card-content {
              padding: 15px 20px;
        }

        .card-title {
           color: #ffffff;
           font-size: 2rem;
           font-weight: 600;
           margin-bottom: 5px;
           letter-spacing: 0.5px;
           margin-top: 5px;
           text-align: center;
        }

        .card-description {
               color: #b8b8d1;
    font-size: 0.9rem;
    text-align: center;
        }

        @media (max-width: 1200px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .cards-grid {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2rem;
            }
        }

/*************slider-image-box***************/
     .slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            height: 400px;
        }
        
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-animation: slideShow 16s infinite;
            animation: slideShow 16s infinite;
        }
        
        .slide:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }
        
        .slide:nth-child(2) {
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }
        
        .slide:nth-child(3) {
            -webkit-animation-delay: 8s;
            animation-delay: 8s;
        }
        
        .slide:nth-child(4) {
            -webkit-animation-delay: 12s;
            animation-delay: 12s;
        }
        
        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        @-webkit-keyframes slideShow {
            0% { opacity: 0; }
            5% { opacity: 1; }
            25% { opacity: 1; }
            30% { opacity: 0; }
            100% { opacity: 0; }
        }
        
        @keyframes slideShow {
            0% { opacity: 0; }
            5% { opacity: 1; }
            25% { opacity: 1; }
            30% { opacity: 0; }
            100% { opacity: 0; }
        }