@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');

:root{
    --primary:#00adef;
    /* --second:#a6cc38; */
    --second:#00adef;
    --third:#ec0010e0;
    --bg-sub:linear-gradient(to right,  #8CB64B, #D0F876);
    --form-bg:linear-gradient(to right, #009ffd, #00cfff);
    --form-bg-01:linear-gradient(to left, #009ffd, #00cfff);
    --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:17px;
    --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);
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 50px;
    height: 50px;
} */
.fort-body{
    width: 100%;
    height: 30vh;
    background-color: #00adef;
    padding: 0 30px 0 30px;
}
.descrip{
    /* margin-top: 20px; */
    background-color: white;
    /* border: 1px solid black; */
    font-family: var(--f-fmly01);
    font-size: 17px;
    color: black;
    text-align: center;
    line-height: 1.6;
    padding: 20px;
    border-radius: 10px;
}
.fort-b1{
    display: grid;
    place-items: center;
}
.hop{
    margin-top: 30px;
    /* margin-top: 60px; */
    font-family: "Manrope", sans-serif;
    font-size: 60px;
    color: white;
}
.must{
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-family: var(--f-fmly);
    font-weight: 600;
    color: white;
    justify-content: center;
}
.sop1 a,
.sop3 a{
    color: white;
}
#header{
    max-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);
}

/* .cart-shop{
    display: none;
}
.fa-cart-shopping{
    font-size: 20px;
    padding-right: 20px;
 
} */
 .cart-shop {
  display: none;
  position: relative;
  cursor: pointer;
  right: 20px;
}
 
.fa-cart-shopping{
    font-size: 20px;
}
.cart-count {
  position: absolute;
  top: -9px;
  right: 10px;
  background: red;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* suggestion list */

/* -------------- */
.suggestions-list {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  margin-top: 5px;
  padding: 0;
  width: 100%;
  /* max-height: 200px; */
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  left: 0;
}

.suggestions-list li {
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.suggestions-list li:hover {
    background: #00adef;
    color: white;
}


/* ----------------------- */
.suggestion-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.suggestion-img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}

.suggestion-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.suggestion-name {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
}

.suggestion-price {
  font-size: 13px;
  color: #00adef;
}

mark {
  background: #ffef96;
  color: #000;
  font-weight: bold;
  border-radius: 2px;
  padding: 0 2px;
}

/* suggestion list */

.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);
    /* background: #a6cc38; */
    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;
}

 /* linear-gradient(to right,#337fdc,#1d2f6f) !important  */

.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);
}
/* product list from header start here */
 .ul-0, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Dropdown Container */


.dropdown {
    position: relative;
    padding-top: 10px;
    cursor: pointer;
}

.dropdown ul {
     position: absolute;
    /* top: 100%; */
    top: 50px;
     display: none;
    gap: 20px;
    /* width: 1464px; */
    width:1588px;
     /* width: 1350px; */
 
    background: linear-gradient(to top, skyblue, white);
    padding: 30px 150px 50px 150px;
    cursor: pointer;
    list-style: none;
    z-index: 999;
}
.dropdown.show ul {
    display: flex !important;
}
 
a{
    text-decoration: 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: 280px;
    /* 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){
    width: 250px;
    padding: 10px 0 0 20px;
}
.therma .order li:nth-child(4){
    width: 120px;
    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; */
        left: 150px;
    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;
}

/* dropdown page end here */
/* product list from header end  here */


/* product css start */
 .pr-dv{
    margin-top: 60px;
    width: 100%;
    /* height: 600px; */
    height: auto;
    /* border: 1px solid black; */
}
.cont-pr{
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}
.pr-mg{
    width: 550px;
    height: 550px;
    /* width: 550px;
    height: 500px; */
    display: grid;
    place-items: center;
    align-items: center;
      position: relative;
    /* border: 1px solid red; */
}
 .zoom-box {
  width: 800px;
  height: 400px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: 200%; /* zoom level */
  display: none;
  position: absolute;
  top: 30px;
  /* left: 480px; */
  left: 520px; /* move it to the left of image (width + margin) */
  z-index: 1;
  background-color: white; /* optional for better visibility */
}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.left {
  left: 0;
}

.right {
  /* right: 0; */
  margin-right: -20px;
}
.mg0{
    /* width: 510px;
    height: 510px; */
    width: 480px;
    height: 480px;
    object-fit: contain;
}
 
.thumbnails{
    display: flex;
    gap: 5px;
    /* border: 1px solid black; */
    padding-left: 30px;
}
.thumbnails img{
    width: 5em;
    height: 5em;
    object-fit: cover;
    cursor: pointer;
  border: 1px solid #dddddd;
}
.thumbnails img:hover{
    opacity: 0.4;
}
.pr-txt{
    /* margin-top: 70px; */
    /* margin-left: 60px; */
    /* width: 700px; */
    margin-top: 10px;
    margin-left: 120px;
    width: 600px;
    /* border: 1px solid black; */
}
.imm-tag{
    font-size: var(--sz-b);
    font-family: var(--f-fmly);
    font-weight: 700;
    color: var(--second); 
    cursor: pointer;
}
.im-hr{
  width: 80px;
  height: 2px;
  background-color: var(--second);
  margin-right: auto;
  margin-top: 10px;
  transition: transform 0.4s ease;
  transform: scaleX(1);              /* Start at normal scale */
  transform-origin: left;  
}
.imm-tag:hover .im-hr {
  transform: scaleX(3.75);           /* 290px / 60px ≈ 4.83 */
}
.p-tage{
    /* width: 500px; */
    width: 600px;
    margin-top: 25px;
    font-size: var(--sz-f);
    font-family: var(--f-fmly01);
    line-height: 1.7;
    text-align: justify;
    /* border: 1px solid red; */

}
.price{
    margin-top: 15px;
    padding-top: 10px;
}
.price .nine{
    font-size: 25px;
    font-family: var(--f-fmly01);
}
.purchase:disabled {
  opacity: 0.6;         /* Make them look faded */
  cursor: not-allowed;  /* Show "no" cursor */
  pointer-events: none; /* Prevent any click */
}
.addTo{
    margin-top: 40px;
    margin-right: 20px;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 550;
    border: none;
    outline: none;
    background: white;
    border: 1px solid var(--second);
    color: var(--second);
    opacity: 0.6;          
    cursor: not-allowed;  
    pointer-events: none;
 }
.addTo:hover{
    background: var(--second);
    color: white;
    border: none;
 }
.purchase{
    margin-top: 20px;
    width: 120px; 
    height: 40px; 
    border-radius: 5px;
    font-size: 16px;
    font-weight: 550;
    border: none;
    outline: none;
    background: var(--second);
    color: white;
    opacity: 0.6;          
    cursor: not-allowed;
    pointer-events: none;
  }
.purchase:hover{
background-color: transparent; 
border: 1px solid var(--second);
color: var(--second);
}
.stock{
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}
.notifyMe{
    width: auto;
    height: auto;
    border-radius: 5px;
 }
.notify{
   max-width: 100%;
   width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010);
    color: white;
    font-size: 20px; 
}
.stock h1{
    font-family: var(--f-fmly);
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;    
}

.bulk-inq{
    margin-top: 40px;
    margin-left: 20px;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 550;
    border: none;
    outline: none;
    background: white;
    border: 1px solid var(--second);
    color: var(--second);
    cursor: pointer;  
 
}
.bulk-inq:hover{
background: var(--second);
color: white;
border: none;
}
.imm-enq{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px 0;
}
    .bt-1{
    width: 220px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 550;
    border: none;
    outline: none;
    background: transparent;
    color: black;
    cursor: pointer;
}

.bt.focused {
    background: var(--second);
    color: white;
}
.bt-2,.bt-3{
    width: 160px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 550;
    border: none;
    outline: none;
    background: transparent;
    color: black;
    cursor: pointer;
}


.table-content01 {
  font-family: var(--f-fmly01);
  border-collapse: collapse;
  font-size: 16px;
   width: 600px;
   margin-top: 20px;
}
.table-content02{
  font-family: var(--f-fmly01);
  border-collapse: collapse;
  font-size: 16px;
    width: 550px;
  margin-top: 20px;
}

td, th {
   border: 1px solid rgb(112, 111, 111);
   text-align: left;
   padding: 10px;
   height: 45px;
}

tr:nth-child(even) {
  background-color: #faf9f9;
}
 

 .descp2 {
  margin-top: 90px;
  width: 2px;
  min-height: 300px;  /* Force it to show up if no content height */
  height: 250px;
  background: gray;
  animation: pulseLine 2s infinite alternate;
  border-radius: 2px;
  box-shadow: 0 0 14px rgb(0, 0, 0);
}

 
.descp{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 50px;
 }
 
.tech{
     font-size: 25px;
    font-family: var(--f-fmly01);
    font-weight: 500;
     background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tech1{
 
    font-size: 25px;
    font-family: var(--f-fmly01);
    font-weight: 500;
     background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tech2{
 
    font-size: 25px;
    font-family: var(--f-fmly01);
    font-weight: 500;
     background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tecs1, .tecs2, .tecs3{
    margin-top: 8px;
    border: 1px solid #8b040d;
    width: 40px;
    transition: width 0.4s ease;   
 }
 

.tecs001:hover .tecs1{
     width: 255px;
}
.tecs002:hover .tecs2{
     width: 100px;
}
.tecs003:hover .tecs3{
  width: 140px;
}



 

/* walt size of products */
.nine{
  margin-top: 20px;
}
.sizes{
  display: flex;
  justify-content: start;
  column-gap: 20px;
  margin-top: 30px;
}
.size01, .size02, .size03, .size04{
  font-size: 18px;
  font-family: var(--f-fmly01);
  background: transparent;
  border: 1px solid #dddddd;
  color: #bfbfbf;
  width: auto;
  padding: 10px;
  height: auto;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
}
.size01:focus{
  background: #00adef;
  color: white;
}
.size02:focus{
  background: #00adef;
  color: white;
}
.size03:focus{
  background: #00adef;
  color: white;
}
.size04:focus{
  background: #00adef;
  color: white;
}
.sizes button.selected {
  border: none;
  background-color: #00adef;
  color: white;
  font-weight: bold;
}



#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  width: 50px;              /* Equal width */
  height: 50px;             /* Equal height */
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00adef;
  color: white;
  cursor: pointer;
  border-radius: 50%;       /* Makes it perfectly round */
  transition: 0.3s ease;
  text-align: center;
  line-height: 40px;        /* Vertically center the icon/text */
  padding: 0;               /* Remove padding */
}
#scrollTopBtn:hover {
  background-color:#47bae7;
}
.break{
    width: 100%;
    height: 50px;
    background-color: #F7F9FB;    
 }


/* product description style start here */
.product-desc{
     width: 100%;
     height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
     background-image: url('../Images/Industries/Greenbg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
.theContainer{
    width: 90%;
     height: auto;
    padding: 40px;
    background: white;
    border-radius: 10px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;        

} 
.theContainer:hover{
  transform: translateY(-10px);
   background-image: url('../Images/Industries/ChatGPT\ Img\ copy.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
 
 
.immerse{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    font-size: 35px;
    font-family: var(--f-fmly);
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;    
} 
.lones {
  position: relative;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.2);  /* Small center line initially */
  transform-origin: center;
  width: 250px;
  height: 2px;
  background: linear-gradient(to right, rgb(37, 36, 36), #ff0010);
  transition: transform 0.5s ease;
  opacity: 1;
}

/* Animate the line when hovering on .theContainer */
.theContainer:hover .lones {
  transform: translateX(-50%) scaleX(1); /* Grows outward */
}
.para_m{
    margin-top: 30px;
    font-family: var(--f-fmly01);
    line-height: 1.8;
    font-size: 18px;
    color: black;
    text-align: justify;
 }
/* product description style ends here */







/* moreToLike part style start here means four cards */
.moreToLike{
     background-image: url('../Images/Industries/ChatGPT\ Img\ copy.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    position: relative;
 }
.headOfTag{
    margin-left: 40px;
    font-size: 20px;
    font-family: var(--f-fmly);
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.allContain{
 
  display: flex;
   justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 40px 20px 65px;
 
}
.allContain::-webkit-scrollbar {
  height: 8px;
}

.allContain::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 4px;
}
.scroll-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.right{
    right: 20px;
    border: 1px solid rgb(110, 107, 107);
}
.scroll-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.db1{
     width: 280px;
     height: 330px;
     background-color: white;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
    flex-shrink: 0;  
 }
.db1 img{
    background-color: white;
     border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 230px;
    height: 200px;
    margin: 20px 0 0 25px;
    object-fit: contain;
}
.db1:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #00adef, white);
 
 }
.db1 .p-more{
     font-family: var(--f-fmly01);
    /* font-size: 18px; */
    font-size: 15px;
    white-space: nowrap;  
    overflow: hidden;
    
    color: black;
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
    
 }
.db1 .p-more1{
    margin-top: 10px;
    margin-left: 25px;
    width: 82%;
    text-align: center;
    font-family: var(--f-fmly01);
    font-size: 18px;
    color: white;
    background: linear-gradient(to right, #00adef, #a6cc38);   
    padding: 7px;
    border-radius: 7px;
}
 
.p-more1:hover{
    cursor: pointer;
    /* background: var(--form-bg); */
    background: linear-gradient(to left, #00adef, #a6cc38); 
  
}
.db1:hover .p-more1{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
 }
.linesOfCt{
    margin: 10px 0 0 20px;
    width: 85%;
    height: 1px;
    background-color: black;
}
.db1:hover{
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.db1:hover .linesOfCt{
    display: none;
}
.db1:hover .p-more{
    margin-top: 5px;
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.db1 .p-more,
.db1 .p-more1 {
  position: relative;
  transition: transform 0.3s ease;
}

/* Hover effect: swap the positions */
.db1:hover .p-more1 {
  transform: translateY(-47px); /* Move Buy Now UP */
}

.db1:hover .p-more {
  transform: translateY(45px);  /* Move Product name DOWN */
}


/* ------------- */



/* ------------ */
/* moreToLike part style start here means four cards */





/* automatic slider style start here */
.slider {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    transition: width 0.5s ease;
}
.top{
    margin-top: 50px;
    margin-bottom: 10px;
    display: grid;
    place-items: center;
    font-size:var(--sz-b);
    font-weight: 700;
    font-family: var(--f-fmly);
    cursor: pointer;
 }
.top-1{
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ton{
    width: 300px;               /* Final expanded width */
    height: 2px;
     background: linear-gradient(to top, rgb(37, 36, 36), #ff0010 );
    border: none;
    margin-top: 10px;
    transform: scaleX(0.2);     /* 60px / 300px = 0.2 */
    transform-origin: center;   /* Expand outward from center */
    transition: transform 0.4s ease;
}
.top:hover .ton{
    width: 320px;
    transform: scaleX(1);
}
.carousel-wrapper {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  }
.hozo{
 margin-left: 40%;
 font-family: var(--f-fmly);
 color: grey;
}
.hr01{
    width: 50px;
    height: 3px;
    background-color: grey;
    margin-left: 50%;
}
.carousel-container {
  overflow: hidden;
  padding: 20px 0;
  background: white;
  border-radius: 15px;
}

.carousel-track {
  display: flex;
  gap: 20px;
  animation: scroll-left 15s linear infinite;
  width: max-content;
   will-change: transform;
 }

.review-card {
  position: relative; /* Make it a containing block for absolute children */
  flex: 0 0 auto;
   width: 500px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 60px 20px 20px; /* Top padding to avoid overlapping content */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 50px;
}

.review-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to left, #a6cc38, #d4ff51);
}
.review-card:hover h3,
.review-card:hover .review-text,
.review-card:hover p {
  color: white;
}

.card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.profile-img {
  position: absolute;
  top: -50px; /* Half of image height to overlap top */
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: contain;
  border: 5px solid white; /* Optional border effect */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}
 
 
.user-info {
  text-align: center;
 }

.user-info h3 {
  font-size: 24px;
  margin-bottom: 4px;
  color: #333;
   font-family: Arial, Helvetica, sans-serif;
}

.user-info p {
  font-size: 14px;
  color: #777;
}

.stars {
    margin-top: 8px;
    margin-bottom: 8px;
   font-size: 16px;
  color: #ffc107;
}

.review-text {
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  text-align: center;
}

/* Scroll animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause scroll on hover */
.carousel-container:hover .carousel-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .review-card {
    width: 260px;
  }

  .carousel-track {
    gap: 15px;
  }
}
/* automatic slider style start here */




/* 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 page end here */


/* copyright page start */
.copyright-0{
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 15px;
 }
.copyright{
    font-size: var(--sz-f);
    color: black;
    font-weight: 500;
    font-family: var(--famiily-para);

}

/* copyright page end */





/* showUp form style start here */
/* inquiry form show */

.form-controll{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    padding: 2rem;
    border-radius: 0;
     display: none;
  } 
    

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    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;
}

/* --------------------------- */
 


/* showUp form style end here */


/* bulk inquiry style */
/* Bulk Inquiry Form Styles */
.bulk-form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 999;
}

.bulk-form-wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  background: white;
  padding: 35px 32px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
  z-index: 1000;
  animation: slideIn 0.4s ease;
  max-height: 80vh;
  overflow-y: auto;
 }
 
.bulk-close {
    font-size: 25px;
    cursor: pointer;
}

    .bulk-form-wrapper h2 {
      margin: 0 0 25px;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      font-family: var(--f-fmly);
      background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;   
    }
 .bulk-line{
    width: 100px;
    height: 2px;
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
 }
    .bulk-form-grid {
      display: flex;
      gap: 25px;
      flex-wrap: wrap;
    }
 
    .bulk-form-column {
      flex: 1;
      min-width: 250px;
    }

    .bulk-label {
      font-size: 16px;
      font-family: var(--f-fmly01);
      font-weight: 500;
      color: black;
      display: block;
      margin-bottom: 6px;
    }

    .bulk-input,
    .bulk-textarea {
      width: 100%;
      max-width: 95%;
      padding: 10px 12px;
      font-size: 15px;
      background: #f9fafb;
      border: 1px solid #ccc;
      border-radius: 10px;
      margin-bottom: 16px;
      transition: all 0.2s ease;
    }
.bulk-input::placeholder {
  color: #999; /* Change this to your desired color */
  opacity: 1;  /* Optional: make sure color is fully visible */
}
    .bulk-input:focus,
    .bulk-textarea:focus {
      border-color: #6a5acd;
      background: #f4f6ff;
      outline: none;
    }

    .bulk-textarea {
      resize: vertical;
      min-height: 100px;
     }
.bulk-textarea::placeholder{
      color: #999; /* Change this to your desired color */
  opacity: 1;  /* Optional: make sure color is fully visible */
}
    .bottom-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-top: 10px;
      flex-wrap: wrap;
     }
  

    .bottom-row .bulk-input {
      max-width: 100%;
    }

    .bulk-submit-btn {
      background: #6a5acd;
      color: white;
      padding: 12px 0;
      font-weight: 600;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
      width: 100%;
    }

    .bulk-submit-btn:hover {
      background: #5843c3;
    }

    /* -------------------- */



    /* ------------------- */
 
    @media (max-width: 768px) {
      .bulk-form-grid {
        flex-direction: column;
      }

      .bulk-form-column {
        min-width: 100%;
      }

      .bottom-row {
        flex-direction: column;
        align-items: stretch;
      }

      .bulk-submit-btn {
        width: 100%;
      }

      
    }
    @media (max-width: 576px) {
      .bulk-form-grid {
        flex-direction: column;
      }

      .bulk-form-column {
        min-width: 100%;
      }

      .bottom-row {
        flex-direction: column;
        align-items: stretch;
      }

      .bulk-submit-btn {
        width: 100%;
      }
    }
    @media (max-width: 375px) {
      .bulk-form-grid {
        flex-direction: column;
      }

      .bulk-form-column {
        min-width: 100%;
      }

      .bottom-row {
        flex-direction: column;
        align-items: stretch;
      }

      .bulk-submit-btn {
        width: 100%;
      }
    }
    @media (max-width: 320px) {
      .bulk-form-grid {
        flex-direction: column;
      }

      .bulk-form-column {
        min-width: 100%;
      }

      .bottom-row {
        flex-direction: column;
        align-items: stretch;
      }

      .bulk-submit-btn {
        width: 100%;
      }
    }

    .ob{
         height: 80px;
    }
    .ob button{
        margin-top: 20px;
    }
    /* Bulk Inquiry Form Styles */



    /* ---------------------------------- */
 
    /* --------------------------------- */
/* ================== RESPONSIVE STYLES ================== */

/* Large screens (2560px and above) */
@media (min-width: 2560px) {
    #header {
        display: flex;
        justify-content: center;
        gap: 0;
 
    }
    
    .dropdown .ul-0 {
        /* width: 1380px; */
        /* margin-left: 90px; */
         border-radius: 10px;
    }
    
    .ul-0 ol {
        width: 900px;
        height: auto;
        padding: 20px;
        position: absolute;
        left: 100px;
    }
    
    .port_img,
    .port_img1,
    .port_img2,
    .port_img3,
    .port_img4 {
        position: absolute;
        top: 70px;
    }
    
    .listItems {
        display: flex;
        justify-content: end;
        width: 40%;
    }
    
    .fort-body {
        width: auto;
        height: auto;
        padding-bottom: 20px;
    }
    .pr-dv{
        display: flex;
        justify-content: center;
    }
    .descp {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    
    .moreToLike {
        display: grid;
        place-items: center;
    }
    
    .db1 {
        height: auto;
    }
    
    .allContain {
        display: flex;
        justify-content: center;
    }
    
    /* footer */
    .footer-0 {
        display: flex;
        justify-content: center;
    }
}

 

@media (min-width:1200px) {
    /* HEADER */
    #header{
    display: flex;
    justify-content: center;
    gap: 180px;
    }
    .listItems{
    width: auto;
    }
    .dropdown .ul-0{
    border-radius: 20px;
    left: -750px !important;
    }
   .order{
    width: 900px;
    }   

    .fort-body {
        width: auto;
        height: auto;
        padding-bottom: 20px;
    }
    .pr-dv{
        display: flex;
        justify-content: center;
    }
    .descp {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    
    /* .moreToLike {
        display: grid;
        place-items: center;
    } */

 
    
    .db1 {
        height: auto;
        padding-bottom: 15px;
    }
    
    .allContain {
        display: flex;
        justify-content: center;
    }


 /* FOOTER */
 .section-0{
    justify-content: center;
 }
 .footer-0{
    justify-content: center; 
 }    
}
 /* Medium-large devices (1024px and down) */

@media (max-width: 1024px) {
    #header {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px;
    }
    
    .logo {
        width: 180px;
    }
    
    .imageLogo {
        width: 180px;
    }
    
    .listItems a {
        font-size: 14px;
    }
    
    .dropdown {
        display: grid;
        align-items: start;
    }
    
    .fort-body {
        height: auto;
        padding: 20px;
    }
    
    /* dropdown ul */
    .dropdown .ul-0 {
        height: auto;
        width: 900px;
        left: -450px;
    }
    
    .dropdown ol {
        position: absolute;
        left: 160px;
        width: 600px;
        height: auto;
    }
    
    .port_img,
    .port_img1,
    .port_img2,
    .port_img3,
    .port_img4 {
        position: absolute;
        top: 100px;
        margin-left: 230px;
        width: 250px;
        height: 250px;
    }
    
    /* product details */
    .pr-dv {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    
    .cont-pr {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .pr-mg {
        display: grid;
        width: 80%;
        place-items: center;
     }
    
    .mg0 {
        width: 300px;
        height: 300px;
    }
    
    .pr-mg .thumbnails {
        display: flex;
        justify-content: center;
        padding-left: 0px;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }
    
    .pr-txt {
        padding-left: 0;
        width: 80%;
        margin-left: 0;
        text-align: center;
     }
    .imm-tag {
        font-size: 24px;
         display: grid;
        place-content: center;  
    }
    .imm-tag .im-hr{
        margin-left: 80px;
    }
    .p-tage{
        width: 100%;
        text-align: justify !important;      
     }
 
    .sizes{
         display: flex;
        justify-content: center;  
     }
    
    .zoom-box {
        display: none !important; /* Hide zoom on smaller screens */
    }
    
    .descp {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .descp2{
        display: none;
    }
    table {
        width: 100%;
        font-size: 14px;
    }
    
    .theContainer {
        height: auto;
        padding: 20px;
    }
    .descp3{
        width: 60%;
     }
 
       /* 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;
   }
    /* footer */
    .section-0 {
        width: 100%;
        height: auto;
     }
    
    .footer-0 {
        flex-direction: row;
         align-items: start;
        padding: 20px;
    }

    .foot-log{
        margin-top: -40px;
    }
 
    
    .foot-div {
        width: 65%;
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 0;
        margin-top: 7%;
    }
    
    .foot-div-01 {
        flex-direction: row;
        align-items: start;
        gap: 20px;
        padding-left: 15px;
    }
    
    .second, .third, .fourth {
        width: 30%;
        text-align: center;
        margin-left: 0;
        display: grid;
        place-items: start;
     }
    
    .second-list, .first-list {
        font-size: 16px;
        display: grid;
        place-items: start;
    }
 
    
    .use, .cate, .forms {
         width: auto;
        font-size: 18px;
    }
    
    .num01 a {
        font-size: 16px;
    }
    
    .follow-us span {
        font-size: 16px;
    }
    
    .certificate {
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
         margin-left: 40px;    
    }
    
    .cert-01 {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 20px;
        padding: 10px;
     }
    
    .h-lines {
        display: none;
    }
    
    .cert-img {
        margin: 0;
        padding: 0;
        width: 70px;
        height: 70px;
    }
}
 
/* Tablet devices (768px and down) */
@media (max-width: 768px) {
    /* Header - Switch to mobile menu */
    .listItems:not(.mobile-menu) {
        display: none !important;
    }
    
    .mobile-menu-icon {
        display: block;
    }
    
    .mobile-menu.active {
        display: flex;
    }
    
    #header {
        height: 70px;
        padding: 0 15px;
        position: relative;
    }
    
    .logo {
        margin-left: 10px;
    }
    
    .imageLogo {
        width: 200px;
        height: 50px;
    }
    
    .searchBar {
        display: none !important;
    }
    
    .cart-shop {
        right: 60px;
    }
    
    /* Product section */
    .fort-body {
        padding: 20px 10px;
    }
    
    .hop {
        font-size: 32px;
        margin-top: 15px;
        text-align: center;
    }
    
    .must {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .pr-dv {
        margin-top: 20px;
    }
    
    .pr-mg {
        width: 95%;
    }
    
    .mg0 {
        width: 250px;
        height: 250px;
    }
    
    .thumbnails img {
        width: 3.5em;
        height: 3.5em;
    }
    
    .pr-txt {
        width: 95%;
     }
    
    .imm-tag {
        font-size: 24px;
         display: grid;
        place-content: center;  
    }
    .imm-tag .im-hr{
        margin-left: 80px;
    }
    
    .p-tage {
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding: 0 10px;
    }
    
    .price .nine {
        font-size: 20px;
    }
    
    .sizes {
        justify-content: center;
        gap: 10px;
    }
    
    .size01, .size02, .size03, .size04 {
        width: 70px;
        height: 35px;
        font-size: 12px;
        padding: 5px;
    }
    
    .addTo, .purchase, .bulk-inq {
        width: 110px;
        height: 38px;
        font-size: 14px;
        margin: 5px;
    }
 

    
    /* Technical specs */
    .descp {
        flex-direction: column;
        gap: 30px;
        padding: 20px 10px;
    }
    
    .descp1, .descp3 {
        width: 100%;
    }
    
    .table-content01, .table-content02 {
        width: 100%;
        font-size: 14px;
    }
    
    .descp2 {
        display: none; /* Hide the vertical line on mobile */
    }
    
    /* Product description */
    .product-desc {
        height: auto;
        padding: 30px 10px;
    }
    
    .theContainer {
        width: 95%;
        padding: 20px 15px;
    }
    
    .immerse {
        font-size: 22px;
        text-align: center;
    }
    
    .para_m {
        font-size: 14px;
        line-height: 1.6;
    }
    .zoom-box{
        display: none !important;
    }
    
    /* More to like section */
    .moreToLike {
        padding: 20px 0;
    }
    
    .headOfTag {
        margin-left: 20px;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .allContain {
        margin-left: 10px;
        gap: 15px;
        padding: 10px 15px;
        justify-content: flex-start;
    }
    
    .db1 {
        width: 220px;
        height: auto;
        flex-shrink: 0;
        padding-bottom: 10px;
    }
    
    .db1 img {
        width: 220px;
        height: 150px;
        margin: 0 auto;
     }
    
    .db1 .p-more {
        font-size: 16px;
        text-align: center;
        padding: 5px;
    }
    


    
    /* Carousel */
    .slider {
        height: auto;
        padding: 20px 0;
    }
    
    .top {
        font-size: 22px;
        text-align: center;
    }
    
    .review-card {
        width: 280px;
        height: auto;
        margin-top: 40px;
    }
    
    .profile-img {
        width: 90px;
        height: 90px;
        top: -45px;
    }
    
    /* Footer */
    .section-0{
        height: auto;
    }
    

    .footer-0 {
        padding: 20px 10px;
 
    }
    
    .foot-log {
        width: 100%;
        text-align: center;
        margin-top: -22px;
        margin-left: 0;
    }
    
    .foot-img {
        width: 300px;
        height: 70px;
    }
    
    .first {
        width: 100%;
        margin: 20px auto;
    }
    
    .foot-div {
        width: 100%;
        margin: 20px auto;
        height: auto;
     }
        .foot-div-01 {
         width: 100%;
        display: flex !important;
        justify-content: start !important;
        border: 1px solid red;
     }
    .certificate {
        margin-top: 20px;
    }
    
    .c-head {
        font-size: 22px;
        text-align: center;
        margin-left: 0;
    }
    
    /* Forms */
    .bulk-form-wrapper {
        width: 95%;
        padding: 20px 15px;
    }
         /* 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;
   }
    /* .form-controll {
        width: 95%;
        padding: 15px;
    }
    
    .container {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }
    
    .form-container {
        margin-left: 0;
        width: 100%;
    }
    
    .first-input, .second-input {
        flex-direction: column;
        gap: 15px;
    }
    
    .one, .subject-p, .text-area {
        width: 100%;
    } */
}

/* Mobile devices (576px and down) */
@media (max-width: 576px) {
    #header {
        padding: 0 10px;
    }
    
    .imageLogo {
        width: 160px;
        height: 45px;
    }
    
    .mobile-menu-icon {
        font-size: 24px;
        margin-right: 15px;
    }
    
    .cart-shop {
        right: 50px;
    }
    
    .hop {
        font-size: 28px;
    }
    
    .must {
        font-size: 13px;
    }
    
    .pr-mg {
        width: 100%;
    }
    
    .mg0 {
        width: 200px;
        height: 200px;
    }
    
    .thumbnails {
        gap: 5px;
    }
    
    .thumbnails img {
        width: 3em;
        height: 3em;
    }
    
    .imm-tag {
        font-size: 20px;
 
    }
 .pr-txt .im-hr{
    width: 30px;
    margin: 5px auto;
 }
    
    .p-tage {
        font-size: 13px;
        text-align: justify;
    }
    
    .price .nine {
        font-size: 18px;
    }
    
    .sizes {
        gap: 8px;
    }
    
    .size01, .size02, .size03, .size04 {
        width: 65px;
        height: 32px;
        font-size: 11px;
    }
    
    .addTo, .purchase, .bulk-inq {
        width: 100px;
        height: 35px;
        font-size: 13px;
    }
    .allContain{
         display: grid !important;
        place-content: center !important;
    }
    .db1 {
        width: 180px;
        height: 250px;
        place-items: center;
    }
    
    .db1 img {
        width: 180px;
        /* height: 130px; */
        height: 140px;
    }
    
    .db1 .p-more {
        font-size: 12px;
    }
    
    .db1 .p-more1 {
        margin-left: 0;
        font-size: 14px;
    }
    .linesOfCt{
        margin-left: 0;
    }
 
    .foot-log{
        display: grid;
        place-content: start;
        margin-top: -22px;
        width: 280px;
     }
    .section-0{
        height: auto;
    }
    .foot-img {
        width: 250px;
        height: 60px;
      }
    
    .first {
        width: 95%;
    }
    .second, .third, .fourth, .cate, .c-head{
        display: grid;
        place-items: start;
     }
.num01 {
 display: grid;
 place-items: start;

 }
 


    .foot-div {
        width: 95%;
    }

    /* FOOTER */
     .section-0 {
        width: 100%;
        height: auto;
     }
    
    .footer-0 {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

 
 
    
    .foot-div {
        width: 90%;
        place-items: start;
        padding-left: 15px;
    }
    
    .foot-div-01 {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    
    .second, .third, .fourth {
        width: 100%;
        text-align: center;
        margin-left: 0;
        display: grid;
        place-items: start;
     }
    
    .second-list, .first-list {
        font-size: 16px;
        display: grid;
        place-items: start;
    }
 
    
    .use, .cate, .forms {
         width: auto;
        font-size: 18px;
    }
    
    .num01 a {
        font-size: 16px;
     }
 
    
    .follow-us span {
        font-size: 16px;
    }
    
    .certificate {
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
        place-items: start;
     }
    
    .cert-01 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        padding: 10px;
      }
    
    .h-lines {
        display: none;
    }
    
    .cert-img {
        margin: 0;
        padding: 0;
        width: 50px;
     }

/* Adjust forms */
    .container {
        width: 100%;
        margin-left: 0;
    }
    .form-controll{
        top: 50% !important;
        left: 50% !important;
        place-items: center;
     }
    .other-container{
        display: none;
    }
 .subject-p{
    display: flex !important;
 }
     .form-container{
        width: 90% !important;
        margin-left: 8%;
       }
    .first-input,
    .second-input {
        flex-direction: column;
        gap: 10px;
    }
    .one,
    .subject-p,
    .text-area {
        width: 90% !important;
     }
        
}

/* Small mobile devices (375px and down) */
@media (max-width: 375px) {
    .hop {
        font-size: 24px;
    }
    
    .must {
        font-size: 12px;
    }
    
    .mg0 {
        width: 180px;
        height: 180px;
    }
    
    .imm-tag {
        font-size: 18px;
    }
    
    .immerse {
        font-size: 20px;
    }
    
    .db1 {
        width: 160px;
        height: 230px;
    }
    
    .db1 img {
        width: 160px;
        height: 110px;
    }
    .foot-div{
        place-items: start !important;
    }
    .foot-log{
        margin-top: -26px;
    }
    .foot-img {
        width: 220px;
    }
    
    .copyright {
        font-size: 13px;
    }
    .cert-img{
        width: 50px;
    }


/* Adjust forms */
    .container {
        width: 100%;
        margin-left: 0;
    }
    .form-controll{
        top: 50% !important;
        left: 50% !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;
     }
       
}

/* Extra small mobile devices (320px and down) */
@media (max-width: 320px) {
    .hop {
        font-size: 22px;
    }
    
    .mg0 {
        width: 160px;
        height: 160px;
    }
    
    .thumbnails img {
        width: 2.5em;
        height: 2.5em;
    }
    .allContain{
        justify-content: center;
    }
    .db1 {
        width: 160px;
        height: 210px;
    }
    
    .db1 img {
        width: 160px;
        height: 90px;
    }
        .foot-log{
        margin-top: -29px;
    }
    .foot-img {
        width: 200px;
    }
    .foot-div{
        place-items: start;
    }
    
    .copyright {
        font-size: 12px;
    }
 
     .cert-img{
        width: 35px;
     }

/* Adjust forms */
    .container {
         margin-left: 0;
    }
    .form-controll{
        top: 50% !important;
        left: 50% !important;
    }
    .other-container{
        display: none;
    }
 .subject-p{
    display: flex !important;
 }
     .form-container{
        width: 100% !important;
        margin-left: 10px;
       }
    .first-input,
    .second-input {
        flex-direction: column;
        gap: 10px;
    }
    .one,
    .subject-p,
    .text-area {
        width: 90% !important;
     }     
}



html {
    overflow-x: hidden;
 }

body {
    overflow-x: hidden;
    position: relative;
}

/* * {
    max-width: 100%;
} */

img {
    max-width: 100%;
    height: auto;
}
/* ================== MOBILE MENU JAVASCRIPT ================== */
 
/* ================== MOBILE MENU ================== */
/* 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 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-menu button{
    border: none;
    background: #ff0010;
    color: white;
    height: 40px;
}
.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;
}

/* mobile industria submenu */

.mobile-industrial-submenu {
  display: none;
  flex-direction: column;
  padding-left: 25px;
  background: #fafafa;
  border-left: 2px solid #ddd;
}

.mobile-industrial-submenu a {
  padding: 8px 15px;
  font-size: 14px;
}

.mobile-industrial-submenu.active {
  display: flex;
}

.mobile-industrial-toggle {
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  font-size: 15px;
}
 

@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;
}