@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Comic+Relief:wght@400;700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
 



:root{
    --primary:#00adef;
    /* --second:#a6cc38; */
    --second:#00adef;
    --third:#ec0010e0;
    /* --bg-sub:linear-gradient(to right,  #8CB64B, #D0F876); */
    --bg-sub:linear-gradient(to bottom,  #638a29, #d5f883);
    --bg-sub01:linear-gradient(to left,  #b2dd71, #D0F876);
    --form-bg:linear-gradient(to right, #009ffd, #00cfff);
    --form-bg-01:linear-gradient(to left, #009ffd, #00cfff);
    --form-grade: linear-gradient(to left, #a6cc38 40%, #00adef 100%);
    --form-grade1:linear-gradient(to left, #00adef, #a6cc38);
    --bg-red:linear-gradient(to bottom, rgb(59, 57, 57), #ff0010 );
    --search-bg: #F0F4F1;
    --family-h:"Manrope", sans-serif;
    --famiily-para:"Inter", sans-serif;
    --family:"IBM Plex Serif", serif;
    --sz-a:45px;
    --sz-a2:40px;
    --sz-b:35px;
    --sz-c:20px;
    --sz-d:14px;
    --sz-e:16px;
    --sz-h:16.5px;
    --sz-f:18px;
    --sz-g:25px;

    --bg09:linear-gradient(to left, #009ffd, #00cfff);
    --primary01:white;
    --f-fmly:"Manrope", sans-serif;
    --f-fmly01:"Inter", sans-serif;
    --font01:45px;
    --font02:25px;
    --font03:20px;
    --font04:16px;
    --font05:14.5px;
    
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.stripe{
    width: 100%;
    background: var(--form-bg);
    height: 40px;
    display: none;
}
/* header part start here */

#header{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:sticky;
    z-index: 10;
    background-color: white;
    box-shadow: 0 1px 10px 5px rgba(0,0,0,0.2);
    top: 0;
    font-family: var(--family);
}

.og{
    text-decoration: none;
    color: grey;
}
.logo{
     margin-left: 30px;
}
.imageLogo{
    height: 80px;
    width: 320px;
    object-fit: contain;
}
.listItems{
    position: relative;
    gap: 40px;
    width: 70%;
    padding-right: 70px;
    display: flex;
    justify-content:end;
    height: 50px;
}
.inquiry{
    margin-top: 5px;
    width: 120px;
    height: 40px;
    background: var(--third);
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}
.inquiry:hover{
  background:white ;
  color: #ff0010;
  border: 1px solid #ff0010;
}
.anchorList{
padding-top: 10px;
}

.listItems, .anchorList, .anchorList-01{
    font-size: var(--sz-f);
    font-weight: 500;
    color: black;
}
 
 .listItems .anchorList:hover{
    color: var(--primary);
    cursor: pointer;
}
#icon1{
    color: var(--primary);
    font-size: 20px;
    padding-top: 5px;
}
.search{
    padding-top: 10px;
    cursor: pointer;
}
#close-Icon{
    cursor: pointer;
    font-size: 18px;
}
.searchBar{
    width: 30%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid var(--primary);
    background: var(--search-bg);
    text-decoration: none;
    overflow: hidden;
    margin-right: 20px;
}

.searchInput{
    width: 90%;
    height: 40px;
    border:none;
    background: #F0F4F1;
    padding-left: 30px;
    outline: none;
}
::placeholder{
    color: black;
    opacity: 1;
    font-size: 15px;
    font-family:var(--famiily-para);
}
a{
    text-decoration: none;
}

/* dropdown page start here */

 .ul-0, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Dropdown Container */


.dropdown {
    position: relative;
    padding-top: 10px;
}

.dropdown ul {
    position: absolute;
    top: 100%;
    left: -670px;
    display: none;
    gap: 20px;
    width: 1365px;
    background: linear-gradient(to top, skyblue, white);
    padding: 30px 150px 50px 150px;
    cursor: pointer;
    list-style: none;
}

 


.dropdown:hover ul {
    display: flex;
}



/* Main Dropdown Items */
.comma, .indus, .dom, .appl, .therma {
    width: 150px;
    margin-right: 10px;
    font-size: 16px;
    font-family: var(--f-fmly);
    font-weight: 600;
    color: black;
}

.comma {
    margin-left: 150px;
}

/* Inner List (Order List) */
ol {
    display: none;
    width: 140vh;
    background:linear-gradient(to right, #009ffd 0%, #00cfff 20%);
    /* height: 50vh; */
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.order li {
    font-size: 16px;
    font-family: var(--f-fmly01);
    font-weight: 350;
    height: 43px;
    /* padding: 5px; */
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center bottom;
    border-radius: 10px;
}
 
.comma .order li:nth-child(-n+1) {
    width: 160px; /* Width for the first 4 items */
    padding: 10px 0 0 20px;
}
.comma .order li:nth-child(2),
.comma .order li:nth-child(3) {
    width: 170px; 
    padding: 10px 0 0 20px;
}
.comma .order li:nth-child(4){
    width: 190px; 
    padding: 10px 0 0 20px;
}
.comma .order li:nth-child(5){
    width: 210px; 
    padding: 10px 0 0 20px;
}
.comma .order li:nth-child(6),
.comma .order li:nth-child(7) {
    width: 235px; 
    padding: 10px 0 0 20px;
}
.comma .order li:nth-child(8),
.comma .order li:nth-child(9),
.comma .order li:nth-child(10){
    width: 150px;
    padding: 10px 0 0 20px;
}

 

.comma .order li:nth-child(11), 
.comma .order li:nth-child(16){
    /* background-color: red; */
    width: 180px;
    padding: 10px 0 0 20px;    
}
.comma .order li:nth-child(12),
.comma .order li:nth-child(13),
.comma .order li:nth-child(15){
    width: 140px;
    padding: 10px 0 0 20px;    
}

.comma .order li:nth-child(14){
    width: 160px;
    padding: 10px 0 0 20px;      
}



.indus .order li:nth-child(-n+1){
    /* width: 130px; */
    width: 260px;
    padding: 10px 0 0 20px;
}
.indus .order li:nth-child(2),
.indus .order li:nth-child(3),
.indus .order li:nth-child(4),
.indus .order li:nth-child(5),
.indus .order li:nth-child(6),
.indus .order li:nth-child(7),
.indus .order li:nth-child(8),
.indus .order li:nth-child(9),
.indus .order li:nth-child(10),
.indus .order li:nth-child(11),
.indus .order li:nth-child(12){
    /* width: 150px; */
    /* width: 265px; */
    padding: 10px 0 0 20px;
}
.indus .order li:nth-child(2),
.indus .order li:nth-child(7){
  width: 245px;
}
.indus .order li:nth-child(3),
.indus .order li:nth-child(12){
  width: 230px;    
}
.indus .order li:nth-child(4),
.indus .order li:nth-child(10){
    width: 185px;
}
.indus .order li:nth-child(5){
    width: 160px;
}
.indus .order li:nth-child(6),
.indus .order li:nth-child(11){
    width: 235px;
}
.indus .order li:nth-child(8){
   width: 240px;
} 
.indus .order li:nth-child(9){
   width: 155px;
}
 
 

.dom .order li:nth-child(-n+1) {
    width: 150px;
    padding: 10px 0 0 20px;
}
.dom .order li:nth-child(2),
.dom .order li:nth-child(3),
.dom .order li:nth-child(4),
.dom .order li:nth-child(5),
.dom .order li:nth-child(6){
    padding: 10px 0 0 20px;
}
.dom .order li:nth-child(2){
    width: 210px;
}
.dom .order li:nth-child(3){
    width: 170px;
 }
.dom .order li:nth-child(4){
    width: 240px;
 }
.dom .order li:nth-child(5){
    width: 220px;
} 

.dom .order li:nth-child(6) {
    width: 300px;
 }

.therma .order li:nth-child(-n+1){
    width: 120px;
    padding: 10px 0 0 20px;
}
.therma .order li:nth-child(2){
    width: 135px;
    padding: 10px 0 0 20px;
}
.therma .order li:nth-child(3),
.therma .order li:nth-child(4){
    width: 215px;
    padding: 10px 0 0 20px;
}
.therma .order li:nth-child(5){
    width: 220px;
    padding: 10px 0 0 20px;
}
.therma .order li:nth-child(6),
.therma .order li:nth-child(7){
    width: 240px;
    padding: 10px 0 0 20px;
}

.appl .order li:nth-child(-n+1){
    width: 105px;
    padding: 10px 0 0 20px;
}
.appl .order li:nth-child(2),
.appl .order li:nth-child(3){
    width: 120px;
    padding: 10px 0 0 20px;
}
.appl .order li:nth-child(4){
    width: 130px;
    padding: 10px 0 0 20px;
}
.appl .order li:nth-child(5),
.appl .order li:nth-child(6){
    width: 140px;
    padding: 10px 0 0 20px;
}
 
.appl .order li:nth-child(7){
    width: 160px;
    padding: 10px 0 0 20px;
}

.order li:hover {
    transform: scale(1.02) translateY(-10px); /* move up & zoom in */
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
 }
 .therma ol li{
    width: 150px;
} 
.order a{
    color:white;
}
 

.comma:hover ol{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-top: 15px;
    border-top: none;
    border-radius: 10px;        
}
.indus:hover ol{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; 
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-top: 15px;
    border-top: none;
    border-radius: 10px; 
} 

/* Show <ol> on hover */
/* .comma:hover ol,
.indus:hover ol, */
.dom:hover ol,
.appl:hover ol,
.therma:hover ol {
    display: block;
    justify-content: center;
    align-items: center;
     /* gap: 30px; */
    position: relative;
    /* padding: 10px 0px 0px 20px; */
    padding: 20px;
    margin-top: 15px;
    border-top: none;
    border-radius: 10px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  
}
 
.comma:hover ol{
 margin-left: 80px;
}
.indus:hover ol{
    margin-left:-100px;
}
.dom:hover ol{
    margin-left: -280px;
}
.appl:hover ol{
    margin-left: -640px;
}
.therma:hover ol{
    margin-left: -460px;
}

/* Image styling (hidden by default) */
.port_img,
.port_img1,
.port_img2,
.port_img3,
.port_img4 {
    display: none;
    position: absolute;
    top: 140px;
    left: 50px;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    z-index: 10;
}
 
/* Show images on hover */
.comma:hover .port_img {
    display: block;
}

.indus:hover .port_img1 {
    display: block;
}

.dom:hover .port_img2 {
    display: block;
}
.appl:hover .port_img3 {
    display: block;
}
.therma:hover .port_img4{
    display: block;
}
/* header part end here */


/* scroll button style start here */
#scrollTopBtn {
  display: none; 
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  width: 50px;             
  height: 50px;             
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00adef;
  color: white;
  cursor: pointer;
  border-radius: 50%;       
  transition: 0.3s ease;
  text-align: center;
  line-height: 40px;         
  padding: 0;             
}

#scrollTopBtn:hover {
  background-color:#47bae7;
}
/* scroll button style end here */


/* inquiry form show */

.form-controll{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    padding: 2rem;
    border-radius: 0;
    /* background: linear-gradient(to right, #009ffd, #00cfff);  */
    display: none;
  } 
    

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    /* background: linear-gradient(to right, #009ffd, #00cfff); */
    z-index: 100;
    display: none;
  } 
  

#form-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px; 
    border-radius: 5px;
    z-index: 1000;
  } 

.main{
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.container{
display: flex;
justify-content: start;
width: 1000px;
margin-left: 100px;
background: var(--form-bg);
border-radius: 10px;
}
.form-container{
    margin-left: 50px;
    width: 500px;
    margin-bottom: 30px;
}
.headingOf{
    text-align: start;
    margin-bottom: 15px;
    margin-top: 20px;
}
.sayHi{
    font-size: var(--sz-g);
    font-family: var(--family-h);
    font-weight: bold;
    color: white;
}
.sayHello{
    font-size: var(--sz-f);
    font-family: var(--famiily-para);
    font-weight: 400;
    padding-top: 10px;
    color: white;
}
.first-input{
    display: flex;
    justify-content: start;
    gap: 15px;
}
.one{
width: 220px;
height: 40px;
background: white;
border-radius: 10px;
}
.bxs-user{
    font-size: var(--sz-f);
    margin-top: 10px;
    margin-left: 10px;
}
.input-01{
padding-left: 10px;
width: 180px;
height: 35px;
border: none;
outline: none;
background: transparent;
}
.input-01::placeholder{
    color: black;
    font-weight: 500;
    font-family: var(--famiily-para);
    font-size: 14px;
}
.bxs-envelope{
    font-size: var(--sz-f);
    margin-top: 10px;
    margin-left: 10px;
}
.second-input{
    display: flex;
    justify-content: start;
    gap: 15px;
}
.input-03{
padding-left: 10px;
width: 180px;
height: 35px;
border: none;
outline: none;
background: transparent;
}
.input-03::placeholder{
    color: black;
    font-weight: 500;
    font-family: var(--famiily-para);
    font-size: var(--sz-d);
}
.subject-p{
    background: white;
    width: 455px;
    height: 40px;
    border-radius: 10px;
}
.input-04{
    margin-left: 10px;
    width: 180px;
    height: 35px;
    border: none;
    outline: none;
    background: transparent;
}
.input-04::placeholder{
    color: black;
    font-weight: 500;
    font-family:  var(--famiily-para);
    font-size: var(--sz-d);
}
.bxs-phone-call{
    font-size:var(--sz-f);
    padding-top: 8px;
    margin-left: 6px;
}
.input-02{
    padding-left: 8px;
    width: 420px;
    height: 35px;
    border: none;
    outline: none;
    background: transparent;
}
.input-02::placeholder{
    font-size: var(--sz-d);
    font-weight: 500;
    font-family:  var(--famiily-para);
}
.bxs-captions{
    font-size: var(--sz-f);
    margin-top: 10px;
    margin-left: 10px;
}
.text-area{
    width: 455px;
    height: 150px;
    background: white;
    border-radius: 10px;
}
.text-a01::placeholder{
    color: black;
    font-family:  var(--famiily-para);
    font-weight: 500;
    font-size: var(--sz-d);
}
 .text-a01{
    padding: 20px 20px 10px 30px;
    background: transparent;
    width: 450px;
    height: 150px;
    outline: none;
    border: none;
}
.submit{
    padding-top: 20px;
}
.sub-mit{
    width: 120px;
    height: 40px;
    font-size: var(--sz-d);
    color: white; 
    border: none;
    border-radius: 10px;
    background:var(--form-bg-01);
    box-shadow: black 0px 1px 4px;
    cursor: pointer;
}
.sub-mit:hover{
    background: var(--form-bg);
}
.other-container{
    height: 400px;
    width: 400px;
}
.align{
    margin-top: 20px;
    margin-left: 10px;
}
.cont-info{
    margin-top: 100px;
    font-size: var(--sz-g);
    font-family: var(--family-h);
    font-weight: bold;
    color: white;
}
.add{
    font-size: var(--sz-d);
    font-family: var(--famiily-para);
    font-weight: 400;
    color:white ;
    margin-top: 10px;
    text-align: justify;
}
.Numb{
    margin-top: 8px;
    display: flex;

}
#phone-call{
    color: white;
    font-size: var(--sz-c);
}
.nom{
    color: white;
    margin-top: 10px;
    font-size: var(--sz-e);
}
.openTo{
    margin-top: 10px;
    font-size: var(--sz-d);
    color: white;
    font-family: var(--famiily-para);
}
.follow{
    font-size: var(--sz-c);
    font-family: var(--family-h);
    font-weight: bold;
    color: white;
}
.followIcon{
    width: 200px;
    display: flex;
    justify-content: start;
    gap: 8px;
}
.spn-of{
  font-size: 20px;
  color: white;
  cursor: pointer;
}


/* main-txt container style start */
.main-txt{
    width: 100%;
    height: 70vh;
    /* background: var(--form-bg-01); */
    /* background-image: url("../../Images/Industries/Artboard\ 2.2B.webp"); */
    background-image: url('../../Images/Industries/Greenbg.webp');
    /* background-image: url('../Images/Industries/ChatGPT\ Img\ copy.webp'); */
    /* background-image: url('../Images/Industries/Artboard\ 2.2B.webp') ; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;      
    display: flex;
    justify-content: center;
    align-items: center;
 }
.main-txt0{
    /* width: 90%; */
    width: 82%;
    height: 50vh;
    background: white;
    border-radius: 20px;
    padding: 0px 40px 20px 40px;
    font-family: var(--f-fmly01);
    line-height: 1.9;
    font-size: 17px; 
    display: grid;
    place-content: center;
    place-items: center;
    align-items: center;
    text-align: center;    
    /* text-align: justify; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;       
}
.main-txt0:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);  
 }
.main-txt0 .loncy{
    /* width: 310px;  after hover*/
    width: 300px;
    height: 2px;
    background: linear-gradient(to bottom, #ff0010 30% , black);   
    margin-bottom: 20px;  
    transform: scaleX(0.2);     /* 60px / 300px = 0.2 */
    transform-origin: center;   /* Expand outward from center */
    transition: transform 0.4s ease;        
}
.main-txt0:hover .loncy{
    transform: scaleX(1);  
}
.main-txt0 .loncy1{
    width: 190px;
    height: 2px;
    background: linear-gradient(to bottom, #ff0010 30% , black);   
    margin-bottom: 20px;  
    transform: scaleX(0.2);     /* 60px / 300px = 0.2 */
    transform-origin: center;   /* Expand outward from center */
    transition: transform 0.4s ease;       
}
.main-txt0:hover .loncy1{
    transform: scaleX(1);  
}
 
.hopp{
    /* margin-bottom: 10px; */
    background: linear-gradient(to bottom, #ff0010 30% , black);    
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;  
    font-size: 30px;
}
.main-txt0 p{
 color: black;
 transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

/* main-txt container style end */ 



/* Product showcase container start */
.cardShowCase{
    width: 100%;
    /* height: 240vh; */
    height: auto;
    display: flex;
    padding: 30px;   
}
.cardShowCont{
    width: 100%;
    /* height: 90vh; */
    height: auto;
    display: flex;
    justify-content: space-between;
 }
.categories{
    width: 25%;
    /* height: 90vh; */
    height: auto;
    background: transparent; 
    padding: 10px;
}
.cateIcons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.categories h2{
    font-size: 22px;
    font-weight: 600;
    font-family: var(--f-fmly);
    background: linear-gradient(to right, #00adef, #a6cc38);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.categories i{
    font-size: 20px;
    background: linear-gradient(to right, #00adef, #a6cc38);    
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.categories .line{
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #00adef, #a6cc38);    
}
.showCards{
    width: 73%;
    /* height: 230vh; */
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px;
    padding: 20px;
}
.cart{
    background-image: url('../Ranges/Prod-Image/Indus/ChatGPT\ Img.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 270px;
    height: 52vh;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    position: relative;   
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
} 
.cart:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.cartImg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
/* .elemOp, */
.elemOp1 {
    position: absolute;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* width: 250px;
    height: 150px; */
    max-width: 70%;
    max-height: 70%;    
    object-fit: contain;
    transition: all 0.4s ease;
    background-color: transparent;
    pointer-events: none;
}


 
.elemOp {
    opacity: 1;
    z-index: 1;
    position: absolute;
    border-radius: 20px;
    top: 10px;
    max-width: 100%;
    max-height:73%;
    object-fit: contain;
    transition: all 0.4s ease;
    /* background-color: transparent; */
    background:white;
    pointer-events: none;
}

/* Hover image hidden by default */
.elemOp1 {
    opacity: 0;
    transform: scale(1);
    z-index: 2;
}

/* On hover, swap images and zoom the second one */
.cartImg:hover .elemOp {
    opacity: 0;
}
.cart:hover .elemOp{
    opacity: 0;
}
.cart:hover .elemOp1{
    opacity: 1;
 }
.cartImg:hover .elemOp1 {
    opacity: 1;
    transform: scale(1.3); 
 } 
.bord{
    position: absolute;
    top: 220px;
    width: 270px;
    height: 40px;
    background: var(--form-grade);
    text-decoration: none;
    font-family: var(--f-fmly01);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 10;
  
}
.bord a{
    font-size: 18px;
    color: white;
}
.cart:hover .bord{
    display: flex;
}
.cart:hover .cartImg{
    background: white;
 }
.cart:hover .header1{
    border-top: none;
}
.header1{
    display: flex;
    justify-content: center;
    text-align: center;
    font-family:var(--f-fmly01); 
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px 20px 20px;
    color: black;
 }
.show{
    position: absolute;
    top: 0;
    width: 300px;
    height: 52vh;
 }
.show img{
    width: 250px;
    height: 150px;
    object-fit: contain;
}
.cont_types{
    list-style: none;
    color: black;
    display: grid;
    gap: 15px;
}
.under{
    margin-left: 25px;
    width: 80%;
    height: 1px;
    background-color: black;
}
.cart:hover .under{
    display: none;
}
.cont_types .ind {
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
  font-family: var(--f-fmly01);
  font-size: 18px;
  font-weight: 500;
  background: var(--form-grade);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cont_types .ind.active {
    border-bottom: 1px solid #47bae7;
    /* border-bottom: 1px solid #00adef; */

}
 
 
/* footer part style start */
.section-0{
    background-image: url('../../Images/footer/FOOTER2.png'); 
    background-size: cover;
    background-position: center;
    height: 580px;
   }

.footer-0{
    width: 100%;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}
.foot-log{
    margin-left: 5px;
    width: 380px;
    height: 85px;
    background-color: transparent;
    margin-top: -1px;
  }
.foot-img{
    width: 380px;
    height: 85px;
    object-fit: contain;
}
.first{
    width: 330px;
    height: auto;
    border-radius: 10px;
    padding-bottom: 10px;
    background-color: white;
    margin-top: 25px;
    margin-left: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
.para-b{
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
    font-size: 15px;
    font-family: var(--famiily-para);
    font-weight: 500;
    text-align: start;
}

.ware .fa-solid{
    font-size: 15px;
    color: black;
}

.contra{
    display: flex;
    justify-content: start;
    padding-top: 15px;
    padding-left: 20px;
    font-size: var(--sz-c);
    font-family: var(--family-h);
    font-weight: 500;
    color: black;
}
.contact-us{
    padding-left: 20px;
}
.cont-hr{
    width: 70px;
    margin-left: 55px;
    border: 1px solid black;
}
.cont-hr01{
    width: 28px;
    margin-left: 65px;
    border: 1px solid black;
}
.cont-hr02{
    width: 28px;
    margin-left: 60px;
    border: 1px solid black;
}
.foot-div{
    width: 860px;
    height: 435px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-left: 30px;
    margin-top: 110px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .foot-div-01{
    display: flex;
    justify-content: space-evenly;
  
  }
.second{
    width: 180px;
    height: 250px;
 
}
.third{
    margin-left: 30px;
    width: 200px;
    height: 250px;
}
.fourth{
    margin-left: 40px;
    width: 200px;
    height: 250px;
}
.use{
    font-size: var(--sz-c);
    font-family: var(--family-h);
    font-weight: 500;
    margin-top: 30px;
}
.first-list{
    list-style: none;
    font-family: var(--famiily-para);
    font-weight: 500;
    margin-top: 10px;
    line-height: 2;
    font-size: 18px;
 }
.links{
    width: 70px;
    border: 1px solid black;
}
.list-a{
    text-decoration: none;
    color: black;
}
.list-a:hover{
    color: var(--third);
}
.vl {
    border-right: 1px solid black;
    height: 120px;
  }
.cate{
    font-size: var(--sz-c);
    font-family: var(--family-h);
    font-weight: 500;
    margin-top: 30px;
}
 .second-list{
    list-style: none;
    font-family: var(--famiily-para);
    font-weight: 500;
    margin-top: 10px;
    line-height: 2;
    font-size: 18px;
  }
 .lines{
    width: 70px;
    border: 1px solid black;
 }

 .forms{
    font-size: var(--sz-c);
    font-family: var(--family-h);
    font-weight: 500;
    margin-top: 30px;
 }
.num01{
    font-weight: 500;
    margin-top: 10px;
}
#oxi{
    margin-left: 0px;
    margin-right: 4px;
}
.follow-us{
    margin-top: 20px;
}
.follow-on0{
    font-size: var(--font02);
    font-family:var(--family-h);
    font-weight: 600;
}
.boxi{
    margin-top: 10px;
    font-size: 25px;
}
.number0{
    font-size: 20px;
}
.mailer{
    font-size: 18px;
}
.certificate{
    width: auto;
    margin-left: 30px;
    margin-top: 15px;
    /* border: 1px solid black; */
  }
.c-head{
    font-size: 25px;
    font-family: var(--family-h);
    font-weight: 500;
    margin-bottom: 20px;
    margin-left:20px;
    display: grid;
    place-items: start;
}
.cert-01{
    display: flex;
    justify-content:start;
    /* border: 1px solid black; */
}
.cert-img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-left: 40px;
    
}
.h-lines{
    border: 1px solid rgb(41, 40, 40);
    margin-left: 30px;
    margin-top: 10px;
    height: 60px;
}
.linesOn{
    width: 90px;
    border: 1px solid black;
}
 
.boxi a{
    color: black;
}
.num01 a{
  color: black;
}
/* footer style end here */ 


/* MEDIA QUERY START */

 @media screen and (min-width: 2560px) {
    #header{
        display: flex;
        justify-content: center;
        gap: 300px;
    }
    .listItems{
        width: auto;
    }
    .dropdown .ul-0{
        border-radius: 20px;
    }
 .order{
    width: 900px;
 
 }

 .headnxt{
    height: auto;
 }
 
 /*  MAIN CONTENT */
 
 
.cart{
    width: 15vw !important;
    height: 15vw !important;
}
 .cartImg{
    height: 12vw;
 }
 .bord{
    width: 100%;
    top: 75% !important;
 }
.main-txt0{
    width: 60% !important;
}

 /* FOOTER */
 .section-0{
    justify-content: center;
 }
 .footer-0{
    justify-content: center;
 }
}

 @media screen and (min-width: 1200px) {
        #header{
        display: flex;
        justify-content: center;
        gap: 180px;
    }
    .listItems{
        width: auto;
     }
    .dropdown .ul-0{
        border-radius: 20px;
    }
 .order{
    width: 900px;
 }
 .main-txt{
    max-width: auto;
    height: auto;
    padding: 2vw;
 }
 .main-txt0{
    width: 80%;
    height: auto;
 }
  .elemOp{
    height:17vw !important;
 }
 /* FOOTER */
 .section-0{
    justify-content: center;
 }
 .footer-0{
    justify-content: center; 
 }
 .bord{
    width: 100%;
    top: 70% !important;
 }
}

/* Tablets and smaller desktops (max-width: 1199px) */
@media screen and (max-width: 1199px) {
    /* header */
    #header{
        width: 100%;
    }
    .dropdown ul {
        width: 1210px;
        left: -650px;
        padding: 25px 60px 40px 100px;
    }
    
    .comma {
        margin-left: 200px;
    }
    
    .container {
        max-width: 990px;
    }
    
    .listItems {
        gap: 20px;
        padding-right: 10px;
     }

     /* ------------- */
    .main-txt{
    max-width: auto;
    height: auto;
    padding: 2vw;
 }
 .main-txt0{
    width: 80%;
    height: auto;
 }

 /* --------------------------------- */
  .cart{
    height: 30vw;
 }
 .cartImg{
    height: 24vw;
 }
  

    /* FOOTER */
    .foot-div{
        margin-left: 5px;
     }
 
    .second{
        padding-left: 20px;
        width: 30%;
    }
    .third{
        width: 35%;
    }
    .Categories{
        font-size: 18px;
    }
    .certificate{
        margin-left: 0;
    }
    /* FORM POPUP */
    #form-popup{
        left: 45%;
    }
}

/* Tablets (max-width: 992px) */
@media screen and (max-width: 992px) {
    .dropdown ul {
        width: 900px;
        left: -500px;
        padding: 20px 60px 30px 60px;
    }
    
    .comma {
        margin-left: 150px;
    }
    
    .container {
        max-width: 720px;
    }
    
    .listItems {
        gap: 25px;
        padding-right: 30px;
    }
    
    .searchBar {
        width: 250px;
    }
    
    .imageLogo {
        width: 280px;
    }

 /* --------------- */

    .main-txt{
    max-width: auto;
    height: auto;
    padding: 2vw;
 }
 .main-txt0{
    width: 80%;
    height: auto;
 }

 /* --------------------------------- */
  .cart{
    height: 40vw;
 }
 .cartImg{
    height: 32vw;
 }
  
 
}

/* Mobile devices (max-width: 768px) - HIDE NAV ITEMS, SHOW ONLY LOGO */
@media screen and (max-width: 768px) {
    /* Hide navigation items, show only logo */
    .listItems {
        display: none !important;
    }
    
   .mobile-menu-icon {
    display: block !important;
  }

  .searchBar {
    display: none !important;
  }
    
    /* Adjust header for mobile */
    #header {
        height: 70px;
        padding: 0 15px;
    }
    
    .logo {
        margin-left: 15px;
    }
    
    .imageLogo {
        width: 250px;
        height: 70px;
    }
    
    /* Adjust dropdowns for mobile */
    .dropdown ul {
        display: none !important;
    }
    
    /* Adjust search bar */
    .searchBar {
        display: none;
    }
    
    .mobile-search {
        display: block;
        margin: 15px 0;
    }
    
 
    
 
    
    /* Adjust floating icons */
    .fl-fv.float-fr,
    .fl-ft.float-ft,
    .fl-fx.float-fx,
    .fl-fl.float-fb,
    .fl-fa.float-fa,
    .fl-fk.float-fk {
        display: none;
    }
 
    
 
 


/* absolute form start here */
.do-2{
    left: 90px;
    width: 600px;
    height: auto;
}

 .form-c{
    display: grid;
    place-items: start;
 }

.d-one-1 {
     width: 600px;
    display: grid;
    place-items: center;
  }
.heading-left{
    text-align: center;
    font-size: 20px;
}
.head-left-1{
    font-size: 20px;
    margin: 0;
}
.d-two{
    /* border: 1px solid red; */
    width: 550px;
    display: grid;
    place-content: center;
}
.d-two-1{
    margin: 0;
    
}
.form-im{
    display: none;
}
.i-fields{
    display: grid;
    gap: 30px;
}

.i-fields01{
    width: auto;
}
.i-f02{
    width: 400px;
}
 
/* MAIN CONTAINER */
.main-txt{
    height: auto;
    padding: 50px 0 50px 0;
}
.main-txt0{
    width: 80%;
    height: auto !important;
    padding-top: 20px;
}
.main-txt0 h2{
    font-size: 20px;
}
.main-txt0 p{
    font-size: 16px;
}
 
.loncy{
    margin-bottom: 5px !important;
 }

.indPara{
    text-align: justify;
}
 
/* PRODUCT SHOWCASE CONTAINER */
 .cardShowCase, .cardShowCont{
   height: auto !important;
  
 }
 .cardShowCase{
    position: relative;
     padding-left: 0;
 }
 .cateIcons, .line{
    display: none;
 }
 .cont_types{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
  }
 .cont_types a{
    font-size: 14px !important;
 }
 .categories{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
  }
 
 .showCards{
    margin-top: 50px;
    width: 100%;
    display: flex;
 }
 .cart{
    padding: 0 10px 0 10px;
    /* height: 50vw; */
  }
 .cartImg{
    width: auto;
  }
  .elemOp{
    width: 250px;
   }
 

  /* Adjust forms */
    .container {
        width: 100%;
        margin-left: 0;
    }
    .form-controll{
        left: 50% !important;
    }
    .form-container {
        width: 100%;
        margin-left: 0;
     }
    .first-input,
    .second-input {
         flex-direction: column;
        gap: 10px;
    }
    
    .one,
    .subject-p,
    .text-area {
        width: 90%;
    }
    .subject-p{
    display: flex !important;
 }
    
    .text-a01 {
        width: 100%;
    }
    .form-container{
        width: 50% !important;
     }
  .other-container{
    width: 50% !important;
    padding: 0 20px 0 20px;
   }   





    /* Adjust footer */
    .section-0{
        height: auto;
    }
    .footer-0 {
        flex-direction: column;
     }
    
    .first {
        width: 100%;
        margin: 15px 0;
    }
    
    .foot-div {
         width: 100%;
        margin: 15px 0;
        height: auto;
        place-items: start;
        padding-left: 15px;
     }
    
    .foot-div-01 {
         width: 100%;
        display: flex;
        justify-content: start;
     }
    
    .second,
    .third,
    .fourth {
        padding-left: 0 !important;
        margin: 15px 0;
        text-align: start;
        /* place-items: center; */
        place-items: start;
      }
 
    
    .vl {
        display: none;
    }
}

/* Small mobile devices (max-width: 576px) */
@media screen and (max-width: 576px) { 
    /* Further adjustments for small screens */
    .imageLogo {
        width: 200px;
    }
    
    .logo {
        margin-left: 10px;
    }
    
    .mobile-menu-icon {
    display: block !important;
  }

  .searchBar {
    display: none !important;
  }
    
    .slideshow-container {
        margin-top: 0;
    }
    
    .mySlides img {
        height: 200px;
    }
  
    /* Adjust forms */
    .form-popup {
        width: 95%;
        padding: 15px;
    }
    
 .showCards{
    margin-top: 50px;
    width: 100%;
    display: grid;
    place-content: center;
 } 
 
  .cardShowCase, .cardShowCont{
   height: auto !important;
  
 }
 .cardShowCase{
    position: relative;
     padding-left: 0;
 }
 .cateIcons, .line{
    display: none;
 }
 .cont_types{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
  }
 .cont_types a{
    font-size: 10px !important;
 }
 .categories{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
  }
 
 
 .cart{
    padding: 0 10px 0 10px;
 }
 

 /* --------------------------------- */
  .cart{
     height: 60vw;
 }
 .cartImg{
    height: 45vw;
 }
 .cartImg{
    width: auto;
   }
  .elemOp{
    width: 200px;
    height: auto;
  }
  .elemOp1{
    width: 100%;
    height: auto;
   }
  .bord{
    width:100%;
    top:30vw;
  }
 /* ------------- */
/* MAIN CONTAINER */
.main-txt{
    height: auto;
    padding: 50px 0 50px 0;
}
.main-txt0{
    width: 80%;
    height: auto !important;
    padding-top: 20px;
 }
.main-txt0 h2{
    font-size: 20px;
}
.main-txt0 p{
    font-size: 14px;
    padding: 10px !important;
}
 
.loncy{
    margin-bottom: 5px !important;
 }

.indPara{
    text-align: justify;
}
/* -------------- */

 /* Adjust forms */
    .container {
        width: 80%;
        margin-left: 0;
    }
    .form-controll{
        top: 50% !important;
        left: 60% !important;
    }
    .other-container{
        display: none;
    }
 .subject-p{
    display: flex !important;
 }
     .form-container{
        width: 90% !important;
      }
    .first-input,
    .second-input {
        flex-direction: column;
        gap: 10px;
    }
    .one,
    .subject-p,
    .text-area {
        width: 90% !important;
     }


    /* Adjust footer */
    .foot-log {
        width: 100%;
    }
    
    .foot-img {
        width: 100%;
    }
    .second,.third,.fourth{
        width: auto;
      }
 .certificate{
    width: 100%;
    margin: 0;
    display: grid;
    /* place-items: center; */
    place-items: start;
 }
 .c-head{
     margin-left: 0 !important;
 }
    .foot-div-01{
        display: grid;
    }
    .cert-01 {
        flex-wrap: wrap;
        /* justify-content: center; */
      justify-content: start;    
        gap: 15px;
    }
    
    .cert-img {
        margin-left: 0;
        width: 70px;
    }
    
    .h-lines {
        display: none;
    }
}

/* Very small mobile devices (max-width: 400px) */
@media screen and (max-width: 400px) {
    .foot-log{
         margin-top: -7px;
    }
 
    .imageLogo {
        width: 180px;
      }
    
   .mobile-menu-icon {
    display: block !important;
  }

  .searchBar {
    display: none !important;
  }
    
    .mySlides img {
    height: 150px;
    }
    
/* ----------------- */
.cont_types {
    gap: 0;
    padding: 0 15px 0 15px !important;
  }
 .cont_types a{
    font-size: 8px !important;
 }
/* ----------------- */
  /* MAIN CONTAINER */
.main-txt{
    height: auto;
    padding: 50px 10px 50px 10px;
}
.main-txt0{
    width: 100%;
    height: auto !important;
    padding-top: 20px;
 }
.main-txt0 h2{
    font-size: 20px;
}
.main-txt0 p{
    font-size: 12px;
}
 
/* ------- */
  .cart{
    width: 70vw;
    height: 82vw;
 }
 .cartImg{
    height: 60vw;
 }
 .cartImg{
    width: auto;
   }
  .elemOp{
    width: 200px;
    height: auto;
  }
  .elemOp1{
    height: auto;
   }
  .bord{
    width:100%;
    top:50vw;
  }
/* ------ */

.loncy{
    margin-bottom: 5px !important;
 }

.indPara{
    text-align: justify;
 }
.cert-img {
    width: 50px;
}

 /* Adjust forms */
    .container {
        width: 65%;
        margin-left: 0;
    }
    .form-controll{
        top: 50% !important;
        left: 75% !important;
    }
    
    .other-container{
        display: none;
    }
 
     .form-container{
        width: 90% !important;
      }
    .first-input,
    .second-input {
        flex-direction: column;
        gap: 10px;
    }
        .one,
    .subject-p,
    .text-area {
        width: 90% !important;
     }
  
}

/* ------------------------------------ */



/* ----------------------------------- */

/* ============ FIX FOR SCROLLING ISSUES ============ */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    position: relative;
}

/* * {
    max-width: 100%;
} */

img {
    max-width: 100%;
    height: auto;
}

/* Add mobile menu functionality */
.mobile-menu-icon {
  display: none;
  font-size: 28px;
  margin-right: 20px;
  cursor: pointer;
  color: var(--primary);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 70px;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  z-index: 9;
}
.mobile-menu button{
    border: none;
    background: #ff0010;
    color: white;
    height: 40px;
}
.mobile-menu a {
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  border-top: 1px solid #eee;
  color: black;
  font-family: var(--family);
}
.mobile-menu.active {
  display: flex;
}
.mobile-menu a:hover {
  background: var(--primary);
  color: white;
}
.mobile-submenu {
    display: none;
    flex-direction: column;
    padding-left: 15px;
    border-left: 2px solid #eee;
}

.mobile-submenu a {
    padding: 10px 20px;
    font-size: 14px;
}

.mobile-products-toggle {
    cursor: pointer;
    font-size: 16px;
    padding: 15px 20px;
    display: block;
}

.mobile-submenu.active {
    display: flex;
}


 

@media (max-width: 768px) {
  .listItems:not(.mobile-menu) {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
  }

  .searchBar {
    display: none !important;
  }
}

/* ================== TOUCH DEVICE OPTIMIZATIONS ================== */
@media (hover: none) and (pointer: coarse) {
  /* Disable hover effects on touch devices */
  .dropdown:hover ul,
  .comma:hover ol,
  .indus:hover ol,
  .dom:hover ol,
  .appl:hover ol,
  .therma:hover ol,
  .order li:hover,
  .imm-tag:hover .im-hr,
  .theContainer:hover,
  .db1:hover {
    transform: none;
  }
  
  /* Show dropdown on click instead of hover */
  .dropdown.active ul {
    display: flex !important;
  }
}

/* ================== HIGH DPI SCREENS ================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .imageLogo,
  .foot-img,
  .cert-img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* ================== PRINT STYLES ================== */
@media print {
  .listItems,
  .fort-body,
  .moreToLike,
  .slider,
  .footer-0,
  .copyright-0,
  #scrollTopBtn,
  .bulk-inq,
  .addTo,
  .purchase {
    display: none !important;
  }
  
  .pr-dv,
  .descp {
    break-inside: avoid;
  }
}

/* core animation styles for menu items */
.listItems .menu-anim-item {
  display: inline-block;            /* keep natural layout */
  transform: translateX(0);
  opacity: 1;
  transition: transform 320ms cubic-bezier(.2,.9,.2,1), 
              opacity 320ms cubic-bezier(.2,.9,.2,1);
  will-change: transform, opacity;
}

/* hidden state: shifted to the right and invisible */
.listItems .menu-anim-item.is-hidden {
  transform: translateX(20px);
  opacity: 0;
  pointer-events: none;             /* no hover/click */
}

/* for dropdown we want pointer-events off when hidden (safer) */
.listItems .menu-anim-item.is-hidden .dropdown,
.listItems .menu-anim-item.is-hidden .anchorList {
  pointer-events: none;
}

/* small tweak: ensure search bar container looks good */
#search-input {
  display: none; /* default hidden; your code may already set this */
  align-items: center;
  gap: 8px;
}

/* optional: adjust inline-block elements so they align nicely */
.listItems a.anchorList,
.listItems .dropdown,
.listItems .inquiry,
.listItems #show-form-btn {
  vertical-align: middle;
}
