.slideshow-container {
    position: relative;
    max-width: 950px;
    width: 100%;
    height: 70vh;
    object-fit: fill;
}

.slide {
    display: none;
    width: 100%;
}

.slide img {
    width: 100%;
    height: 60vh;
    object-fit: fill;
    border-top: 2.5rem solid #FF9553; /* Orange border on the top */
    border-bottom: 2.5rem solid #FF9553; /* Orange border on the bottom */
}

.prev, .next {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.0);
    color: #FF9553;
    border: 2px black;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.dots {
    text-align: center;
    margin: 10px 0;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #bbb;
    display: inline-block;
    cursor: pointer;
}

.active {
    background-color: #717171;
}

.imgsld {
    width: 70%;
}

.boxcont {
    margin-top: 22vh;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 50vh; /* Full height of the viewport */
}

.nameheader{
    position: relative;
    max-width: 950px;
    display: flex;
   flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 5vh;
}

.matter{
    padding: 1rem;
}

.seperation{
   margin-top: 13vh;
}

.abtcont{
    margin-top: 13vh;
    width: 100%;
    align-items: center;
    justify-content:center ;
    
}
.material{
    position: relative;
    max-width: 950px;
    align-items: center;
    justify-content:center ;
}

.matter2{
    position: relative;
    width: 50%;
    padding: 2rem;
}

.imgcont{
    position: relative;
    height: 50vh;
    width: 70vh;
    padding-left: 2rem;
    background-image: url(/src/calibration.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sectors{
    height: 60vh;
    width: 100%;
    justify-content: center;
}

.material2{
        height: 60vh;
        position: relative;
        max-width: 950px;
        width: 100%;
        align-items: center;
        justify-content:center ;
    
}


.grid-cont{
    width: 100%;
    justify-content: center;
    margin-top: 10vh;
}



.grid-container {
    
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    width: 100%;
    max-width: 950px;
    height: 80vh; /* Full height of the viewport */
}

.grid-item {
    
    background-color: #000; /* Background color for visibility */
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 950px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; /* Position relative for the overlay */
    color: #fff;
        font-weight: 700;
        font-size: 1.8rem;
}



.ele1{
   
    background-image: url(/src/hvacvali3.png);
}


.ele2{
    background-image: url(/src/thermalvali3.jpg);
    border-right: none;
}

.ele3{
    background-image: url(/src/plc-validation2.jpg);
    border-bottom: none;
}


.ele4{
    background-image: url(/src/therml.jpg);
    border-bottom: none;
    border-right: none;
}

.serviceli{
    list-style-type: disc;
    line-height: 1.5rem;
}

.matterservices{
    padding: 2rem;
    width: 100%;
    flex-direction: column;
}

.services{
    width: 100%;
    max-width: 900px;
}
.mattcontexp{
    margin: 0.5rem;
    flex-direction: column;
}

.grid-cont{
    width: 100%;
    justify-content: center;
    margin-top: 10vh;
}



.grid-containerexp {
    
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    width: 100%;
    max-width: 950px;
    height: 25vh; /* Full height of the viewport */
}

.grid-itemexp {
    background-color: #000; /* Background color for visibility */
    margin: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    max-width: 950px;
    width: 20vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; /* Position relative for the overlay */
    color: #FF9553;
        font-weight: 700;
        font-size: 1.2rem;
    
}

.grid-itemexp::after {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
    z-index: 1; /* Ensure it sits above the background */
}

.expele1{
   
    background-image: url(/src/hvacvali3.png);
}


.expele2{
    background-image: url(/src/thermalvali3.jpg);
    border-right: none;
}

.expele3{
    background-image: url(/src/plc-validation2.jpg);
    border-bottom: none;
}


.expele4{
    background-image: url(/src/therml.jpg);
    border-bottom: none;
    border-right: none;
}

.grid-itemclient{
    background-color: #000; /* Background color for visibility */
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16vh;
    max-width: 950px;
    width: 16vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; /* Position relative for the overlay */
    color: #FF9553;
        font-weight: 700;
        font-size: 1.2rem;
}
.grid-containerclient {
    
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    width: 100%;
    max-width: 950px;
    height: 75vh; /* Full height of the viewport */
}

.clientele1{
    background-image: url(/src/logos/1630610764827\ \(Small\).jpg);
}

.clientele2{
    background-image: url(/src/logos/1703086385468\ \(Small\).jpg);
}
.clientele3{
    background-image: url(/src/logos/1715596875050\ \(Small\).jpg);
}
.clientele4{
    background-image: url(/src/logos/revacure-lifesciences-1576661570\ \(Small\).jpg);
}
.clientele5{
    background-image: url(/src/logos/Bengal-Chemicals-and-Pharma-Logojpg\ \(Small\).jpeg);
}
.clientele6{
    background-image: url(/src/logos/BSV-Logo-RGB-Halftone\ \(Small\).png);
}
.clientele7{
    background-image: url(/src/logos/cipla5323.logowik.com\ \(Small\).jpeg);
}
.clientele8{
    background-image: url(/src/logos/fabtechnologies_logo\ \(Small\).jpg);
}
.clientele9{
    background-image: url(/src/logos/images\ \(1\)\ \(Small\).png);
}
.clientele10{
    background-image: url(/src/logos/images\ \(2\)\ \(Small\).png);
}
.clientele11{
    background-image: url(/src/logos/images\ \(3\)\ \(Small\).png);
}
.clientele12{
    background-image: url(/src/logos/images\ \(Small\).jpg);
}
.clientele13{
    background-image: url(/src/logos/images\ \(Small\).png);
}
.clientele14{
    background-image: url(/src/logos/MANKIND.NS_BIG-e2edbe6b\ \(Small\).png);
}
.clientele15{
    background-image: url(/src/logos/medispray_logo\ \(Small\).png);
}
.clientele16{
    background-image: url(/src/logos/Micro\ \(Small\).jpeg);
}
.clientele17{
    background-image: url(/src/logos/p1-10\ \(Small\).jpg);

}


.clientcont{
    margin-top: 13vh;
    width: 100%;
    align-items: center;
    justify-content:center ;
    
}

.grid-containertest{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    width: 100%;
    max-width: 950px;
    height: 60vh; /* Full height of the viewport */
}

.grid-itemtest{
    width: 55vh;
    padding: 2rem;
    margin: 1rem;
    text-align: center;
    background-color: #d9d9d9;
}

.directornote{
    padding: 2rem;
    width: 70%;
}

.imgcontdir{
    position: relative;
    width: calc(30% - 4rem);
    border-radius: 50%;

    padding-left: 2rem;
    background-image: url(/src/calibration.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.dircont{
    margin-top: 13vh;
    width: 100%;
    align-items: center;
    justify-content:center ;
}


.grid-itemtest:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
    

}


.slide {
    display: none;
    position: absolute;
    width: 100%;
    animation: slideIn 1s ease-in-out, fade 2s;
}

@keyframes slideIn {
    from {
        scale: 0.95;
    }
    to {
        scale: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}

.text-overlay{
    position: absolute;
    left: 10%;
    top: 42%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 750;
}

.ind{ 
    color: #FF9553;
}

.textonimg{
    color: #fff;
    z-index: 3;
}

.darkoverlay{
    position: absolute;
    height: 40vh;
    max-width: 950px;
    width: 100%;
    background-color: #000;
    opacity: 0.5;

}

.logote{
    width: 10vh;
    height: 10vh;
    margin: 1rem;
    
}

.logotest{
    width: 10vh;
    height: 10vh;
    border: 1px #000;
    border-radius: 50%;
}

.headwrapper2{
    width: 100%;
    height: 0vh;
    justify-content: space-around;
}

.headerwrap{
    width: 100%;
    justify-content: center;
    height: auto;
}


.recont{
    display: none !important;
}



@media screen and (max-width: 768px) {
    .grid-containerexp {
    
        display: none;
        grid-template-columns: repeat(1, 1fr); /* 2 columns */
        grid-template-rows: repeat(4, 1fr); /* 2 rows */
        width: 100%;
        max-width: 950px;
        height: auto; /* Full height of the viewport */
    }

    .grid-containertest{
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* 2 columns */
        grid-template-rows: repeat(4, 1fr); /* 2 rows */
        width: 100%;
        max-width: 950px;
        height: auto; /* Full height of the viewport */
    }
    .grid-itemexp{
        margin: 2vh;
    }
    .mattcont{
        flex-direction: column;
    }
    .grid-item{
        height: 20vh;
    }
    .darkoverlay{
        height: 20vh;
    }
    .abtcont{
        margin-top: 13vh;
        width: 80%;
        align-items: center;
        margin-left: 10%;
       
        
    }
    .matter2{
        position: relative;
        width: 100%;
        
        padding: 2rem;
    }
    
    .imgcont{
        position: relative;
        height: 0vh;
        width: 80%;
        padding-left: 2rem;
        background-image: url(/src/calibration.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .headerwrap{
        position: relative;
        width: 100%;
        justify-items: center;
    }
    .nameheader{
        
        width: 80%;
    }
    .formtitle{
        font-size: 1.2rem;
        font-weight: 720;
        padding: 2vh;
    }
    .slide img{
        height: 40vh;
    }
    .slideshow-container{
        height: 40vh !important;
    }
    .boxcont{
        margin-top: 10vh;
    }
    .text-overlay{
        font-size: 1.2rem;
    }
    .matter{
        padding: 0;
        margin-top: 3vh;
    }
    .indgrid{
        display: grid;
    grid-template-columns: repeat(1, 1fr)  !important; /* 2 columns */
    grid-template-rows: repeat(4, 1fr) !important; /* 2 rows */
    margin-bottom: 0vh;
    }

    .grid-itemtest{
        position: relative;
        width: 90%;
    }
    .logotest{
        position: relative;
        width: 5vh;
        height: 5vh;
        margin: 0;

    }
    .grid-itemtest{
        padding: 1rem;
    }
    .testhead{
        margin-left: 10%;
    }
    .material{
        justify-content: center;
    }

    .dirhead{
        margin-left: 8%;
    }
    
    .dirmattcont{
        flex-direction: row;
    }
    .clientcont{
        width: 80%;
        margin-left: 10%;
    }
    .scrollerimg{
        width: 2%;
        height: auto;
    }

    
    .grid-item{
        border: none;
    }

    .dircont{
        display: none !important; 
    }
    .recont {
        display: flex !important;
    position: relative;
    width: 80% !important;
    height: 70vh;
    margin-left: 10%;
    padding: 2vh;
    margin-top: 8vh;
    }
    .imgrect{
    
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 10;
    }
    .profile{
        border: 1px;
        border-radius: 50%;
        width: 20vh;
        height: 20vh;
        object-fit: cover;
        
       
    }
    .datarect{
        position: absolute;
        top: 10vh;
        left: 10vh;
        height: auto;
        width: 85%;
        background-color: #d9d9d9 ;

        text-align: end;
        
        
    }
    .paradata{
        padding: 4vh;
        padding-top: 6vh;
    }
    .head{
        margin-left: 0vh;
    }

   
} 



