 
@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); */
    --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);
    --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;
 }
 
.mySlides {display: none;}
img {vertical-align: middle;}
body{
    background-color: #F7F9FB;
    /* width: 100%;
    height: 100vh; */
 }

.stripe{
    width: 100%;
    background: var(--form-bg);
    /* height: 40px; */
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}
.user{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid white; */
    margin-right: 22px;
    cursor: pointer;
}
.user .fa-user{
    color: white;
    font-size: 25px;
    /* padding-right: 2px; */
    padding: 8px;
}
/* #showUser{
    display: none;
} */
.userBox{
    top: 130px;
    right: 60px;
    z-index: 999;
    position: absolute;
 
}
.userContainer{
    width: 300px;
    height: 230px;
    border-radius: 10px;
    border: 1px solid rgb(184, 182, 182);
    background: white;
    display: grid;
    gap: 10px;
    padding: 10px 30px 10px 10px;

}
.name-cont{
    padding-left: 10px;
    height: 50px;
}
.name-cont h2{
    font-family: var(--f-fmly);
    font-size: 20px;
}
.name-cont span{
    font-family: var(--f-fmly01);
    font-size: 15px;
    color: gray;
}
.edit-anch{
    text-decoration: none;
    color: black;
}
.edit, .Account-set, .signOut{
    display: flex;
    align-items: center;
    margin-left: 18px;
    padding-left: 15px;
    height: 40px;
    cursor: pointer;
}
.edit:hover, .Account-set:hover, .signOut:hover{
    background: rgb(241, 240, 240);
    border-radius: 5px;
}
.edit .num-2{
    font-size: 20px;
}
.edit span{
    font-family: var(--f-fmly01);
    font-weight: 600;
    color: rgb(71, 69, 69);
    margin-left: 10px;
}
.Account-set .fa-gear{
    font-size: 20px;
    color: black;
}
.Account-set span{
    font-family: var(--f-fmly01);
    font-weight: 600;
    color: rgb(71, 69, 69);
    margin-left: 10px;
}
.hr-line{
    width: 100%;
    height: 1px;
    background: rgb(184, 182, 182);
}
 
.signOut .bracket{
    color: black;
    font-size: 20px;
}
.signOut span{
    font-family: var(--f-fmly01);
    font-weight: 600;
    color: rgb(71, 69, 69);
    margin-left: 10px;
 }
/* ----------------------- */
.suggestions-list {
    top: 75px;
  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: 1;
  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;
    /* color: #ff0010; */
  /* background-color: #f5f5f5; */
}



/* --------------------- */
.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;
}

/* ------------------------- */
/* make sticky later */
#header{
    /* max-width: 100%; */
    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;
}

 /* linear-gradient(to right,#337fdc,#1d2f6f) !important  */

.listItems, .anchorList, .anchorList-01{
    font-size: var(--sz-f);
    font-weight: 500;
    color: black;
    cursor: pointer;
}
/* .dropdown:hover .bx-chevron-down{
    rotate: 180deg;
 } */
 
 .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: 300px; */
    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: 200px; */
    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);
}

/* header section css finished almost */




 
/* 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: -700px;
    display: none;
    gap: 20px;
     /* width: 1350px; */
    /* width: 1468px; */
    width: 1494px;
    background: linear-gradient(to top, skyblue, white);
    padding: 30px 150px 50px 150px;
    cursor: pointer;
    list-style: none;
}

.dropdown.show ul{
    display: flex !important;
}


.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; */
    margin-left: 280px;
 
 
 
}

/* Inner List (Order List) */
ol {
    display: none;
    width: 140vh;
    background:linear-gradient(to right, #009ffd 0%, #00cfff 20%);
    /* height: 50vh; */
    right: 40px;
     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;
    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){
    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;
}
 

/* Show <ol> on hover */
.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; 

} 
 

 




/* .comma:hover ol, */
/* .indus:hover ol, */
.dom:hover ol,
.appl:hover ol,
.therma:hover ol {
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
     padding: 20px;
    margin-top: 15px;
    border-top: none;
    border-radius: 10px;
   
}
 
.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: 120px;
    /* left: 50px; */
    left: 100px;
    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;
}
/* .therma:hover .port_img3{
    display: block;
} */
.appl:hover .port_img3 {
    display: block;
}
.therma:hover .port_img4{
    display: block;
}
 



/* .module i{
    color:#009ffd;
    font-size: 25px;
} */



/* Hamburger */
 

 

/* dropdown page end here */







 /* Slideshow container start */
/* Make banner container full-width */
 


.slideshow-container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Each slide takes full width */
.mySlides {
  width: 100%;
}

/* Responsive image */
.oro-01 {
  width: 100%;
  height: auto;
  display: block;
}

.bannerImage {
  object-fit: contain;
}

 


  /* The dots/bullets/indicators */
  .dot {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
  }
  
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
    /* animation-delay: 1s; */
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  

 .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none;
  }



  
  
  /* Slideshow container end */
 
  


 


 
/* Floating Facebook Button - Right Side */


.ob-tag{
  color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  text-decoration: none;
}

.fl-fv.float-fr {
  position: fixed;
  top: 160px;              /* Vertical position */
  right: -130px;           /* Hide part of the button off-screen */
  /* width: 175px;
  padding: 10px 15px; */
  width: 155px;
  padding: 8px 7px;
   background-color: #25D366;
  color: white;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-radius: 4px 0 0 4px;
   transition: right 0.3s ease;
  z-index: 999;
   /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
}
 
 
 
/* On hover, slide left into view */
.fl-fv.float-fr:hover {
  right: 0;
  /* clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%); */
/* clip-path: polygon(0 0, 90% 0, 100% 100%, 90% 100%, 0 100%);   */
  }
 
 .fl-fv.float-fr:hover .fa-whatsapp {
padding-left: 10px;  
}
/* Icon styling */
.fl-ft.float-ft {
  position: fixed;
  /* top: 205px; */
  top: 197px;
  right: -130px;  
  /* width: 175px;
  padding: 10px 15px; */
  width: 155px;
  padding: 8px 7px;
   background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-radius: 4px 0 0 4px;
  transition: right 0.2s ease;
  z-index: 999;
}

/* On hover, slide left into view */
.fl-ft.float-ft:hover {
  right: 0;
}
.fl-fx.float-fx {
  position: fixed;
  /* top: 250px;  */
  top: 234px;              
  right: -130px;           /* Hide part of the button off-screen */
  /* width: 175px;
  padding: 10px 15px; */
  width: 155px;
  padding: 8px 7px;
  background-color: #1877F2;
   color: white;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 4px 0 0 4px;
  transition: right 0.2s ease;
  z-index: 999;
}
/* On hover, slide left into view */
.fl-fx.float-fx:hover {
  right: 0;
}
.fl-fl.float-fb {
  position: fixed;
  /* top: 295px; */
  top: 271px;
  right: -130px;           /* Hide part of the button off-screen */
  /* width: 175px;
  padding: 10px 15px; */
  width: 155px;
  padding: 8px 7px;
  background-color: #0A66C2;
  color: white;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 4px 0 0 4px;
  transition: right 0.2s ease;
  z-index: 999;
}
.fl-fl.float-fb:hover{
  right: 0;
}
 
.fl-fa.float-fa {
  position: fixed;
  /* top: 340px; */
  top: 308px;
  right: -130px;           /* Hide part of the button off-screen */
  /* width: 175px;
  padding: 10px 15px; */
  width: 155px;
  padding: 8px 7px; 
  background: linear-gradient(to right, #ed8330 0%, #ea7c28 100%);
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 4px 0 0 4px;
  transition: right 0.2s ease;
  z-index: 999;
}
 
.fl-fa.float-fa:hover{
  right: 0;
}
.fl-fk.float-fk {
  position: fixed;
  /* top: 385px; */
  top: 346px;
  right: -130px; 
  /* width: 175px;
  padding: 10px 15px; */
  width: 155px;
  padding: 8px 7px;  
  background: linear-gradient(90deg, #FEE715 0%, #FFC107 40%, #F7A200 100%);
  font-family: Arial, sans-serif;
  display: flex; 
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 4px 0 0 4px;
  transition: right 0.2s ease;
  z-index: 999;
 }
.fl-fk.float-fk:hover{
  right: 0;
}


.fa-brands{
  font-size: 18px;
   color: white;
}
.fa-solid{
  margin-left: 2px;
  font-size: 18px;
  color: white;
}
.floaticon{
  margin-left: 3px;
  color: white;
}
.flik{
   width: 18px;
   height: 18px;
   object-fit: contain;
 }

 



 
@media screen and (max-width: 768px){
  .floating-icons{
    width: auto;
  }
}

  
 /* inquiry button  */



/* 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);
    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-left: 20px;
    padding-top: 20px; */
    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;
}
 
 

 /* about section style begin */

 .sec{
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding-top:90px;
    padding-left: 50px;
    padding-bottom:250px;
    display: flex;
    justify-content: start;
    background:white;  
    position: relative;
    }
    .on{
     margin-left: 50px;
    width: 900px;
    height: 530px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    overflow: hidden;
    }
  .on:hover{
    color: black;
    background-image: url('all-imgs/landing\ page/hover-img.webp');
    background-repeat: no-repeat;
    background-size: cover; 
 
  }
 
  .on:hover .para-x01{
    color: black;
  }
  .onImg{
    margin-left: 300px;
    position: absolute;
    right: 0;
    margin-right: 150px;
    margin-top: -425px;
    width: 375px;
    height:375px;
    border-radius: 10px;
    background: white;
    transition: transform 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
 }

 
  .years{
    width: 375px;
    height:375px;
    object-fit: contain;
    animation: 1.5s fadeInUp; 
    }
     @keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
         .onImg:hover{
        transform: scale(1.06); 
        cursor: zoom-in, pointer;
          }
        .onImg-01{
            width: 200px;
            height: 60px;
            background: pink;
            position: absolute;
            margin-top: 350px;
             margin-left: 175px;
            border-radius: 10px;

        }
        .horz{
            margin-top: 30px;
            margin-left: 70px;
            width: 600px;
            transition: transform 0.4s;
            animation: 1.5s fadeInUp ;
            /* animation-delay: 8.08s; */
         }
        @keyframes fadeInUp {
        0% {
          transform: translateX(-100%);
          opacity: 0;
        }
        100% {
          transform: translateX(0%);
          opacity: 1;
        }
        }
         .horz:hover{
        transform: scale(1.06);
        cursor: zoom-in, pointer;
         }
       
        .para-x01{
            padding-top: 20px;
            font-family: var(--famiily-para);
            font-size: var(--sz-e);
            color: rgb(4, 4, 68);
            line-height: 1.6;
            text-align: justify;
        }
.reedMore{
    margin-top: 25px;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: #ff0010;
    color: white;
    }
    .reedMore a{
    color: white;
    }

    .heard{
    font-family: var(--family-h);
    font-weight: 650;
    background: linear-gradient(to bottom, rgb(122, 119, 119), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 40px;
    }







/* about section style end*/

 


 /* industry appliances page start */
 /* range-box div */

.up-title{
    display: grid;  
    place-items: center; 
    padding-top: 30px;
    font-size: var(--sz-a2);
    font-family: var(--family-h);
    font-weight: 700;
    background: var(--form-bg);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-01{
    width: 100%;
    height:auto;
    margin-bottom: 50px;
    position: relative;
 }

.textDecor{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -150px;
}
 
.textD{
    width:80%;
    height: 280px;
     display: grid;
    place-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;    
    background: white;
    padding-bottom: 50px;
    padding-top: 40px;
    border-radius: 20px;
    transition: transform 0.5s ease;
}
.textD:hover{
    background-image: url('all-imgs/landing\ page/hover-img.webp');
    background-repeat: no-repeat;
     background-size: cover;    
    transform: scale(1.05);    
}
 
.textD .line{
    margin-top: 3px;
     background: var(--form-bg); 
    width: 200px;
    height: 2px;
    transform: scaleX(0.2);     /* 60px / 300px = 0.2 */
    transform-origin: center;   /* Expand outward from center */
    transition: transform 0.4s ease;      
}
.textD:hover .line{
    width: 310px;
    transform: scaleX(1);    
    background: var(--form-bg); 

}
.Featured{
    font-family: var(--f-fmly);
    font-size: 38px;
    background: var(--form-bg);    
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;    
}
.d-text{
    font-family: var(--f-fmly01);
    font-size: 18px;
    padding: 15px 45px 0 45px;
    line-height: 1.9;  
    text-align: center;
}
.off{
  width: 300px;               /* Final expanded width */
  height: 2px;
  background-color:#00adef;
  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;
}
.up-title:hover .off{
    width: 320px;
    transform: scaleX(1);
}

 .up-title{
    padding-top: 240px;
  }
.contain{
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
    padding-top: 250px;
    transition: transform 0.4s;
 
}
 

.image-heat01{
    margin-left: 10px;
    margin-top: 10px;
    width: 240px;
    height: 200px;
    object-fit: cover;
   border-radius: 10px;
   background-color: white;
}
 
.head-of{
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
    font-family: var(--family-h);
    font-size: 22px;
    font-weight: 500;
}
 
.nl{
    border: 1px solid black;
    margin-left: 20px;
    width: 180px;
}
.nl-1{
    border: 1px solid black;
    margin-left: 20px;
    width: 210px;
}
.nl-2{
    border: 1px solid black;
    margin-left: 20px;
    width: 115px;
}
 
.heater-01:hover .read-now{
   background:white; 
   color: var(--primary);   
}
 
 .para-range{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:justify;
    line-height: 1.8;
    font-size: 15px;
    font-family:var(--famiily-para);
    font-weight: 500;
 }
 
 .read-now{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: white;
    border: 1px solid var(--second);
    color: black;
    border-radius: 5px;
    /* cursor: not-allowed;
    pointer-events: none;  */
    cursor: pointer;
 }
 
 .heater-01{
    overflow: hidden; /* or clip */
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.2s;
    background: white;
    width: 260px;
    border-radius: 10px;
 }
 .heater-01:hover .nl{
    border: 1px solid white;
 }
 .heater-01:hover .nl-1{
    border: 1px solid white;
 }
 .heater-01:hover .nl-2{
    border: 1px solid white;
 }

 .heater-01:hover{
    border: none;
    background: linear-gradient(to left, #009ffd, #00cfff); 
    background: var(--form-bg);
    color: white;
    transform: scale(1.04); /* or adjust zoom level */
    cursor: zoom-in, pointer;
 }
 a{
    text-decoration: none !important;
 }
 





/* mid contact start */
.mid-contact{
    margin-top: 20px;
    max-width: 100%;
    max-height: 440px;
    display: flex;
    justify-content: start;
    font-family: var(--family-h);
    font-weight: 600;
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 50px;
    height: auto;
    background-image: url('all-imgs/landing\ page/Artboard\ 2.2\ \(1\).webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mid-head01{
    color: #ffffff;
    font-size: var(--sz-b);
}
.mid-head02{
    color: #ffffff;
    font-size: 30px;
}
.contact-us0{
    display: flex;
    margin-left: 260px;
    margin-top: 35px;
}
.contact-mid{
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 15px;
    color: #a6cc38;
    background-color: white;
    font-size: 17px;
    font-family: "Inter", sans-serif !important;
    cursor: pointer;
}
.contact-mid:hover{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;

}


 

  /* our Presence page start */
.Our-container{
    background: white;
    max-width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.ol{
    width: 300px;               /* Final expanded width */
    height: 2px;
    background-color: #ff0010;
    border: none;
    margin-top: 10px;
    margin:0;    
    transform: scaleX(0.2);     /* 60px / 300px = 0.2 */
    transform-origin: center;   /* Expand outward from center */
    transition: transform 0.4s ease;
 
 }
.our-head1:hover .ol{
    width: 300px;
    transform: scaleX(1);
}
 
.ol-1{
    width: 60px;
    border: 1px solid #ff0010;
    transition: width 0.4s ease;   
}
.spn-d1:hover .ol-1{
    width: 290px;
 }
 
 .ol-2 {
  width: 70px;
  height: 2px;
  background-color: #ff0010;
  margin-left: 270px;
  margin-right: auto;
  transition: transform 0.4s ease;
  transform: scaleX(1);              /* Start at normal scale */
  transform-origin: right;          /* Expand from center */
}

.spn-d2:hover .ol-2 {
  transform: scaleX(4.83);           /* 290px / 60px ≈ 4.83 */
}


  
 
 
.our-head1{
    padding-left: 500px;
    font-family: var(--family-h);
    font-size: var(--sz-a2);
    font-weight: bold;
    padding-top: 30px;
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
.spn-d1{
    padding-top: 20px;
    font-family: var(--family-h);
    font-size: var(--sz-a2);
    font-weight: bold;
    padding-bottom: 20px;
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.image-container{
    max-width: 100%;
    display: flex;
    justify-content: space-around;
}
 .coverage-image {
  position: relative;
  width: 600px;
  transition: transform 0.3s;
 
}
 
.coverage-image:hover{
    transform: scale(1.06); /* or adjust zoom level */
    cursor: zoom-in, pointer;
}

.image-01 {
  width: 100%;
  display: block;
}
.newImg{
    display: none;
}
.pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: auto;
}

/* Marker positions - tweak if needed */
.pop-0 { position: absolute; top: 250px; left: 52%; } /* Africa */
.pop-1 { position: absolute; top: 170px; left: 67%; } /* India */
.pop-2 { position: absolute; top: 130px; left: 70%; } /* China */
.pop-3 { position: absolute; top: 120px; left: 18%; } /* USA */
.pop-4 { position: absolute; top: 200px; left: 56%; } /*Ethiopia*/
.pop-5 { position: absolute; top: 270px; left: 82%; } /* Australia */
.pop-6 { position: absolute; top: 190px; left: 68%; } /* Srilanka */
.pop-7 { position: absolute; top: 70px; left: 49%; } /* Finland */
.pop-8 { position: absolute; top: 160px; left: 58%; } /* Saudi Arabia */

.i-map-2 {
  width: 25px;
  height: 25px;
  cursor: pointer;
  object-fit: contain;
}

/* Hide country name initially */
.ok {
  font-family: var(--f-fmly01);
  display: none;
  position: absolute;
  bottom: 30px; /* Now appears above the pin */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.pop > div:hover .ok {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.pop > div {
  position: absolute;
  text-align: center;
  transition: transform 0.3s ease;
}

/* Zoom the location icon on hover */
.pop > div:hover .i-map-2 {
  transform: scale(1.6);
  transition: transform 0.3s ease;
}

.ok::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}

/* Show on hover */
.pop-0:hover .ok,
.pop-1:hover .ok,
.pop-2:hover .ok,
.pop-3:hover .ok,
.pop-4:hover .ok,
.pop-5:hover .ok,
.pop-6:hover .ok,
.pop-7:hover .ok,
.pop-8:hover .ok {
  display: block;
}



.image-01{
    width: 600px;
    object-fit: contain;
    height: 400px;
}
.spn-d2{
    padding-top: 20px;
    font-family: var(--family-h);
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 260px;
    background: linear-gradient(to bottom, rgb(37, 36, 36), #ff0010 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.coverage-image01{
    width: 600px;
    height: 400px;
    transition: transform 0.3s;
}
.coverage-image01:hover{
    transform: scale(1.06); /* or adjust zoom level */
    cursor: zoom-in, pointer;
}
.image-02{
    width: 600px;
    object-fit: contain;
    height: 400px;
}

/* our presence page style end here */


/* top selling products style page/slider(automatic) start */

.slider {
    background: linear-gradient(to left, #a6cc38, #d4ff51);
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    transition: width 0.5s ease;
}
.top{
    margin-top: 40px;
    margin-bottom: 10px;
    display: grid;
    place-items: center;
    font-size:var(--sz-b);
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: white;
}
.ton{
    width: 300px;               /* Final expanded width */
    height: 2px;
    background-color:white;
    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);
}



.slide-track {
    margin-top: 50px;
    display: flex;
    width: calc(200px * 10); /* 10 images (5 originals + 5 duplicates) */
    animation: scroll 20s linear infinite;
 }
.kettle{
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 50%;
    margin-right: 50px;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
}
.kettle:hover{
    transform: scale(1.1);
    z-index: 1;
 }

.slide {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 20px;
    margin-top: 25px;
}
 

@keyframes scroll {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-50%);
    }
}

 /* top selling products style page/slider(automatic) end */
 
 


/* scroll button style start here */
#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;
}

/* scroll button style end here */


/* serve industries style part start */
.we-serve{
    background: white;
     max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.h-line{
    width: 300px;               /* Final expanded width */
    height: 2px;
    background-color: #00adef;
    border: none;
    margin-top: 10px;
    margin-left: 50px;    
    transform: scaleX(0.2);     /* 60px / 300px = 0.2 */
    transform-origin: center;   /* Expand outward from center */
    transition: transform 0.4s ease;
}
.explore-text:hover .h-line{
    width: 360px;
    transform: scaleX(1);
}



.devs{
     display: flex;
    justify-content: space-evenly;
}

 .devs0{
    display: flex;
    justify-content: space-evenly;
    margin-top: 80px;
    margin-bottom: 50px;
} 
.explore-text{
    display: grid;
    place-items: center;
    padding-top: 420px;
     background: var(--form-bg);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: padding-top 0.4s ease;
}
.expl-more{
    font-size: var(--sz-a2);
    font-family: var(--family-h);
    font-weight: bold;
    margin-left: 50px;
}
.butn{
    margin-bottom:60px ;
}
 .bore{
    width: 140px;
    height: 40px;
    text-align: center;
    margin-top: 15px;
    margin-left: 620px;
    border-radius: 25px;
    border: none;
    color: white;
    background: var(--form-bg);  
    font-size: 16px;
 }
 .bore:hover{
    background: var(--form-bg-01);  
    color: white;
    border: none;
 }
 
.dash-ob{
    border-radius: 10px;
    width: 160px;
    height: 170px;
    transition: transform 0.3s ease-in;
}
.img-cont{
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 30px;
  }
.dos-mg-1{
    width: 65px;
    height: 65px;
    object-fit: contain;
}
 
.ozo-0-1{
    display: grid;
    place-items: center;
    padding-top: 20px;
    font-family: var(--famiily-para);
    font-size: var(--sz-f);
    font-weight: 500;
 }
.dash-ob:hover{
    transform: scale(1.2);
    z-index: 1;
}
.ozon{
    color: black;
}
.dash-ob:hover{
    background:linear-gradient(to left, #009ffd, #00cfff);
}
.dash-ob:hover .img-cont{
    background-color: white;
}
.dash-ob:hover .ozon{
    color: white;
}


/* serve industries style part end */





/* footer part style start */
.section-0{
    background-image: url('all-imgs/landing\ page/FOOTER2.webp'); 
    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;
}
.boxi a{
    color: black;
}
 .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;
}
.mailer{
    color: black;
}
.number0{
    color: black;
}
#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;
   }
.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;
 }
.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;
}
 

/* footer style 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 */


/* absolute form start here  */
 
         .do-2{
            position: absolute;
            overflow: hidden;
            margin-top: -160px;
            left: 180px;
            width: 1000px;
            height: 500px;
            border-radius: 10px;
            background: white;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
         }
        .form-c{
            display: flex;
            justify-content: space-evenly;
        }
        .d-one{
            margin-top: 40px;
            width: 700px;
            height: 120px;
          }
      
        .imog{
            width: 500px;
            height: 280px;
            object-fit: contain;
        }
        .heading-left{
            text-align: end;
            font-family: "Manrope", sans-serif;
            font-size: 34px;
        }
        .head-left-1{
            margin-left: 45px;
            font-size: 28px;
            font-family: "Manrope", sans-serif;
            font-weight: bold;
        }
        .d-two{
            width: 600px;
            height: auto;
            transition: transform 0.4s;
            margin-top: 0px;
         }
        .d-two-1{
            padding-left: 50px;
            margin-top: 70px;
            margin-left: 40px;
        }
        .lab02{
            font-size: 20px;
            font-weight: 550;
            font-family: var(--f-fmly01);
        }
        .input-001, .input-002, .input-003{
            width: 300px;
            height: 30px;
            border-radius: 5px;
            outline: none;
            border: 1px solid rgb(175, 168, 168);
            padding-left: 20px;
        }
        .input-001, .input-002{
            margin-bottom: 15px;
        }
       
        .sub{
            margin-left: 200px;
            width: 100px;
            height: 40px;
            border-radius: 8px;
            border: none;
            background: #00adef;
            color: white;
        }
     .colors{
        display: flex;
        justify-content: start;
        margin-top: -2px;
     }
        .box-1{
            width: 270px;
            height: 24px;
            background-color: red;
            position: relative;
            margin-top: 70px;
         }
        .box-2{
            width: 270px;
            height: 24px;
            background-color: #00adef;
            position: relative;
            margin-top: 70px;
        }
        .box-3{
            width: 270px;
            height: 24px;
            background-color: #a6cc38;
            position: relative;
            margin-top: 70px;
         }
        .box-4{
            width: 290px;
            height: 20px;
            background-color: #00adef;
            position: relative;
         }
         .box-5{
              width: 290px;
            height: 20px;
            background-color: red;
            position: relative;
         }

          
 
 .form-d{
    display: none;
    margin-top: 74px;
   }
 
.i-fields{
    display: flex;
    justify-content: space-evenly;
 }
 .i-fields01{
     display: grid;
    place-items: center;
  }
 
 .l-02{
    font-size: 18px;
    font-family: var(--f-fmly01);
    color: black;
    font-weight: 500;
 }
 .i-f02{
    width: 860px;
    height: 90px;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    outline: none;
  
 }
 
.two-btn{
    display: flex;
    justify-content: end;
    gap: 20px;
}
.poro{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background: var(--bg09);
    color: white;
    font-size: 14px;
    font-weight: 550;
    font-family: var(--f-fmly01);
}
.poro1{
    width: 140px;
    height: 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background: var(--bg09);
    color: white;
    font-size: 14px;
    font-weight: 550;
    font-family: var(--f-fmly01);
    margin-right: 70px;
}
.l-01{
    font-size: 18px;
    font-family: var(--f-fmly01);
    color: black;
    font-weight: 500;
}
.i-f01{
    width: 400px;
    height: 35px;
    border-radius: 5px;
    outline: none;
    border:1px solid black;
    padding-left: 20px;
}

#state{
    width: 400px;
    height: 35px;
    border-radius: 5px;
    font-size: 15px;
    font-family: var(--f-fmly01);
    color: black;
    font-weight: 500;
    padding-left: 20px;
    outline: none;
}
#trade{
    width: 400px;
    height: 35px;
    border-radius: 5px;
    font-size: 15px;
    font-family: var(--f-fmly01);
    color: black;
    font-weight: 500;
    padding-left: 20px;
    outline: none;
}
#country{
    width: 400px;
    height: 35px;
    border-radius: 5px;
    font-size: 15px;
    font-family: var(--f-fmly01);
    color: black;
    font-weight: 500;
    padding-left: 20px;
    outline: none;
}


#thank-You{
    width: 100%;
    height: 100px;
    display: grid;
    place-content: center;
    text-align: center;
    place-items: center;
    transition: all 0.3s ease;
    margin-top: 164px;
    animation: slideInTopToCenter 0.6s ease-out ;
}
 @keyframes slideInTopToCenter {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tnx-1{
    font-size: 40px;
    font-family: var(--f-fmly);
    font-weight: 500;
 }
.tnx-2{
    font-size: 22px;
    font-family: var(--f-fmly01);
}


 /* absolute form end here  */
/* When search is active, shrink header items */
 

/* media query start here */
/* ========= Base (already your CSS) ========= */
/* I’ll only add responsive overrides below */
 
 /* ============ MEDIA QUERIES ============ */

 

/* Large screens (min-width: 1200px) */
 @media screen and (min-width: 2560px) {
    .container {
        max-width: 1140px;
        margin: 0 auto;
    }
    #header{
        display: flex;
        justify-content: center;
        gap: 300px;
    }
    .listItems{
        width: auto;
    }
    .dropdown .ul-0{
        border-radius: 20px;
    }
 .order{
    width: 900px;
  }
  /* searchbar */
  .searchBar{
    margin-left: -200px;
  }
  .searchBar i{
    padding-left: 60px;
  }
 
 /* ABOUT SECTION */

.sec{
    display: flex;
    justify-content: center;
 }
.on{
     margin-left: -400px;
}
.onImg{
    right: 650px;
}

 .textD{
    width: 50%;
 }

/* CARDS CONTAINER */
.contain{
    display: flex;
    justify-content: center;
    gap:60px;
}

/* MID CONTENT */
.mid-contact{
    display: flex;
    justify-content: center;
    padding-left: 0;
}

/* OUR PRESENCE */
.our-head1{
    display: grid;
    place-items: center;
    padding-left: 0;
}
.image-container{
    display: flex;
    justify-content: center;
}


/* SLIDER PART */
 
.slide-track{
    width: auto;
   }

 
 
.do-2{
  left: 50%;
  transform: translateX(-50%);
}

/* WE SERVE */

.devs, .devs0{
    display: flex;
    justify-content: center;
    gap: 120px;
}
.butn{
     display: flex;
    justify-content: center;
}
.bore{
    margin-left: 40px;
}


 /* 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;
        left: -700px;      
     }
 .order{
    width: 900px;
 }
 
  .searchBar{
     margin-left: -180px;
   }
  .searchBar i{
    padding-left: 50px;
  }
 
 /* ------------ */

/*  
     .onImg{
        left: 500px;
         margin-left: 210px;    
    } */
 
 
 /* CARDS */
 /* CARDS CONTAINER */
.contain{
    display: flex;
    justify-content: center;
    gap:60px;
}
 

 /* MID CONTENT */
.mid-contact{
    display: flex;
    justify-content: center;
    padding-left: 0;
}
/* OUR PRESENCE */
.our-head1{
    display: grid;
    place-items: center;
    padding-left: 0;
}
.image-container{
    display: flex;
    justify-content: center;
}

 .devs, .devs0{
    display: flex;
    justify-content: center;
    gap: 100px;
}
.butn{
     display: flex;
    justify-content: center;
}
.bore{
    margin-left: 40px;
}

.do-2{
  left: 50%;
  transform: translateX(-50%);
}

 /* FOOTER */
 .section-0{
    justify-content: center;
 }
 .footer-0{
    justify-content: center; 
 }
 
}

/* 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: 960px;
    }
    
    .listItems {
        gap: 20px;
        padding-right: 10px;
     }

 
    .on{
         margin-left: 0;
    }
    .horz{
     margin-left: 30px;
     }
 
     /* industrial heater range */
     .contain{
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
      }
      .image-heat01{
        width: 225px;
        object-fit: contain;
      }

    /* absolute form */
   .do-2{
     left: 10px;
    }
    .butn{
    margin-left: -150px;
    }

    /* about landing page */
    .onImg{
        left: 500px;
        width: 280px;
        margin-left: 210px;    
    }

    /*  MID CONTENT */
    .contact-us0{
        margin-right: 20px;
    }

    /* OUR PRESENCE */
 
    .our-head1{
         display: grid;
        place-items: center;
        padding-left: 0;
        font-size: 30px;
    }
    .our-head1:hover .ol{
        width: 180px;
     }    
    .coverage-image, .coverage-image01{
        width: 500px;
     }
    .our-head3 .our-spn1{
        font-size: 30px;
    }
    .our-head2 span{
        font-size: 30px;
    }
    .spn-d1:hover .ol-1{
    width: 200px;
 }
    .spn-d2{
        padding-left: 220px;
     }
 
    .ol-2{
        margin-left: 190px;
        width: 50px;
    }

    /* 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;
    }
}

/* 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 slideshow */
    .slideshow-container {
        margin-top: 0px;
    }
    
    .mySlides img {
        height: 300px;
    }
    
    /* Adjust about section */
    .sec {
        padding: 50px 15px;
        flex-direction: column;
         /* height: 580px; */
    }
 
    
    .on {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 20px;
    }
    
    .horz {
        width: 100%;
        margin-left: 0;
        /* border: 1px solid black; */
        margin-top: 400px;
 
     }
    .on{
        /* border: 1px solid black; */
        height: 850px;
    }   
    .onImg {
        top: -800px;
        position: relative;
        margin: 10px auto;
        width: 50%; 
        box-shadow: none;
        left: 0;
     }
 .years{
    width: 750px;
 }
    
    /* 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;
    }
    .main-01{
        margin-top: 180px;
    }
    .textDecor{
        display: grid;
        place-items: center;
        width: 100%;
        height: auto;
        padding: 0 20px 0 20px;
     }
    .textD{
        width: 95%;
        height: auto;
    }
    /* 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 industry section */
.contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; /* centers the cards horizontally */
    gap: 30px;
    padding-top: 250px;
}

.heater-01 {
    flex: 1 1 calc(50% - 40px); /* 2 cards per row, accounting for gap */
    max-width: 300px; /* optional, controls card width */
    box-sizing: border-box;
}
.image-heat01{
    width: 280px;
    height: 220px;
    object-fit: contain;
}
    .mid-contact{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 40px;
    }
 
   .mid-head01, .mid-head02{
    margin-top: 10px;
    font-size: 20px;
    }
 
    /* Adjust our presence section */
  
    .our-head1,
    .spn-d2 {
        padding-left: 0;
        text-align: center;
    }
    .ol-2{
        transition: transform 0.4s ease;
        transform: scaleX(1);
        transform-origin: center;
    }
    .spn-d1{
        display: grid;
        place-items: center;
    }
    .ol-1{
     width: 300px;               /* Final expanded width */
    height: 2px;
    background-color: #ff0010;
    border: none;
    margin-top: 10px;
    margin:0;    
    transform: scaleX(0.2);     /* 60px / 300px = 0.2 */
    transform-origin: center;   /* Expand outward from center */
    transition: transform 0.4s ease;
    }
    .spn-d1:hover .ol-1{
        transform: scaleX(1);
    }
   .our-head1 span{
    display: none;
    }
    .our-head1 hr{
       display: none;
    }
    .our-head2{
        display: grid;
        place-items: center;
     }
    .image-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .coverage-image,
    .coverage-image01 {
        width: 100%;
        max-width: 600px;
    }
    .explore-text{
     padding-top:450px ;
    }
    .devs, .devs0{
        margin-top: 20px;
        width: 100%;
        padding: 0 20px 0 20px;
    }
    .butn{
        display: none;
    }
 .img-cont{
    margin-left: 22px;
 }
 .dash-ob a{
    font-size: 15px;
 }
    
 
 /* .we-serve{
    border: 1px solid black;
 } */


/* 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;
}




    /* 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;
     }
    
    .foot-div-01 {
        /* flex-direction: column; */
        display: flex;
    }
    
    .second,
    .third,
    .fourth {
        width: 30%;
        margin: 15px 0;
        text-align: start;
        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;
    }
 
    .on{
        height: auto; 
        margin: 0;
        padding-bottom: 0 !important;
     }
    .onImg{ 
        /* height: auto; */
        width: auto;
        margin-top: -100px;
        height: 300px;  
     }
   
    .years{
        height: 300px;
    }

    .horz{
        padding: 0;
    /* border: 1px solid black; */
     }
    .prev, .next {
        padding: 10px;
        font-size: 16px;
    }
    
    .text {
        font-size: 14px;
        padding: 6px 8px;
    }
 
 
    .spn-d2{
    display: grid;
    padding: 0;
    }
    .ol-2{
        transition: transform 0.4s ease;
        transform: scaleX(1);
        transform-origin: center;
        margin: 0 auto;
    }

/* sllider */
.slider{
    height: auto;
    padding-bottom: 20px;
}

    /* Adjust about section */
    .heard {
        font-size: 32px;
    }
    
    .para-x01 {
        font-size: 14px;
    }
    
    /* Adjust industry section */
 
    .up-title {
        font-size: 32px;
        padding-top: 180px;
    }
    
    .Featured {
        font-size: 30px;
    }
    .textD{
        position: absolute;
        top: 0;
    }
    .d-text {
        font-size: 12px;
        padding: 15px 20px 0;
        text-align: justify;
    }
    
    .contain {
        padding-top: 150px;
        display: grid;
        place-items: center;
        /* border: 1px solid black; */
     }
 
    .image-heat01{
        width: 240px;
     }
     .image-01{
        display: none;
     }
    .newImg{
         display: block;
    }
    .pop{
        display: none;
    }
    
 /* mid contact  */
.mid-contact{
    height: auto;
    display: flex;
    gap: 30px;
 }
.mid-head01, .mid-head02{
    width: auto;
    font-size: 16px;
 }
.contact-us0{
    margin-left: 0;
}

 /* mid contact  */
.top span{
    font-size: 25px;
}
 


 

 /* 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 our presence */
    .our-head1,
    .spn-d1,
    .spn-d2 {
        font-size: 32px;
    }
    
 .do-2{
     display: none;
 }
 
.explore-text{
    padding-top: 50px;
    padding-bottom: 20px;
}
 .explore-text span{
    font-size: 28px;
    margin: 0 auto;
 }
 .explore-text hr{
    margin: 0 auto;
 }
 .explore-text:hover .h-line{
    transform: scaleX(0.8);
 
 }
 .devs, .devs0{
    width: 100%;
    display: grid;
    place-content: center;
    gap: 30px;
 }
 .img-cont{
    margin-left: 30px;
 }
/* we serve */

.we-serve0{
    width: 100%;
}



    /* Adjust footer */
    .foot-log {
        width: 100%;
    }
    .foot-img {
        width: 100%;
    }
    .foot-div{
         place-items: start;
        padding-left: 10px;
    }
    .second,.third,.fourth{
         width: auto;
         place-items: start;
         padding-left: 10px;
        }
 
    /* .third, .fourth{
        padding-left: 10px;
    } */
 .certificate{
    width: 100%;
    margin: 0;
    display: grid;
    place-items: start;
 }
    .foot-div-01{
        display: grid;
    }
    .cert-01 {
        flex-wrap: wrap;
        justify-content: start;
        gap: 15px;
        padding-left: 10px;
    }
 
    /* .cert-img {
        margin-left: 0;
        width: 75px;
    } */
     .cert-img {
        margin-left: 0;
        padding-left: 15px;
        width: 75px;
    }
    .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;
    }
    
 
 .contain{
    margin-top: 30px;
 }
    .onImg{ 
        height: auto;
        margin-top: -200px;
        height: 300px;
      }
 
    
    .heard {
        font-size: 26px;
      }
        .contain {
        padding-top: 180px;
        display: grid;
        place-items: center;
      }
    .up-title {
        font-size: 28px;
    }
    
    .Featured {
        font-size: 26px;
    }
    .second, .third, .fouryh{
        place-items: start;
     }
    .cert-img{
    width: 50px;
  }  

  /* Adjust forms */
    .container {
        width: 70%;
        margin-left: 0;
    }
    .form-controll{
        top: 50% !important;
        left: 68% !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 a { 
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  border-top: 1px solid #eee;
  color: black !important;
  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;
  background: white;
  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;
}

/* ------------------------------ */
/* 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;
}


