@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{
    --bg:linear-gradient(to left, #00adef, #00cfff);
    --primary:white;
    --f-fmly:"Manrope", sans-serif;
    --f-fmly01:"Inter", sans-serif;
    --font01:60px;
    --font02:25px;
    --font03:20px;
    --font04:16px;
    --font05:14.5px;




    /* --primary:#00adef; */
    /* --second:#a6cc38; */
    --second:#00adef;
    --third:#ec0010e0;
    --fourth:black;
    --bg-sub:linear-gradient(to right,  #8CB64B, #D0F876);
    --form-bg: linear-gradient(to right, #009ffd 0%, #00cfff 20%);
    --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:18px;
    --sz-g:25px;
    
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 
.head-d{
  width: 100%;
  height: 55vh;
  box-shadow: 0 1px 10px 5px rgba(43, 41, 41, 0.2); 
  /* background: radial-gradient(skyblue,white); */
  background: var(--bg);
  
}
.hold{
  display: grid;
  place-items: center;
    color: var(--primary);
 
 }
.talks{
  margin-top: 160px;
  font-size:var(--font01) ;
  font-family: var(--f-fmly);
  font-weight: 700;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
 }
 .hold:hover .talks {
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
 
.hold:hover .talks{
  /* text-shadow: 2px 2px 4px #000000; */
  text-shadow: 1px 1px 2px #000000;
   }
 
.seq{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cnct{
  font-size: var(--font03);
  font-family: var(--f-fmly01);
  font-weight: 400;
}
.cnct a{
  color: white;
}
#header{
   width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:fixed;
    z-index: 10;
    top: 0;
    background:var(--primary);
    font-family: var(--family);
    box-shadow: 0 1px 10px 5px rgba(0,0,0,0.2);
}



/* -------------------- */
.suggestions-list {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  margin-top: 5px;
  padding: 0;
  width: 100%;
  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;
}
/* ------------------- */
.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:var(--primary) ;
  color: #ff0010;
  border: 1px solid #ff0010;
}
.anchorList{
padding-top: 10px;
list-style: none;
}

 /* linear-gradient(to right,#337fdc,#1d2f6f) !important  */

.listItems, .anchorList, .anchorList-01{
    font-size: var(--sz-f);
    font-weight: 500;
    color: var(--fourth);
    list-style: none;
    text-decoration: none;
    cursor: pointer;
}
 
 .listItems .anchorList:hover{
    color: var(--second);
    cursor: pointer;
}
#icon1{
    color: var(--second);
    font-size: 20px;
    padding-top: 5px;
}
.search{
    padding-top: 10px;
    cursor: pointer;
}
#close-Icon{
    cursor: pointer;
    font-size: 18px;
}
.searchBar{
    /* width: 300px;
    height: 40px;
    border-radius: 20px; */
    width: 30%;
    height: 50px;
    border-radius: 10px;    
    border: 1px solid var(--second);
    background: var(--search-bg);
    text-decoration: none;
    overflow: hidden;
    margin-right: 20px;
}

.searchInput{
    /* width: 200px;
    height: 40px; */
    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);
}


/* dropdown page start here */

 .ul-0, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
/* Dropdown Container */


.dropdown {
    position: relative;
    padding-top: 10px;
}

.dropdown ul {
    position: absolute;
    top: 100%;
    /* left: -780px; */
    left: -700px;
    display: none;
    gap: 20px;
    /* width: 1350px; */
    width: 1480px;
    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: 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){
    /* 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;
    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: 140px;
    /* left: 50px; */
    left: 180px;
    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;
}
 

/* dropdown page end here */




.cnct-frm{
    background: var(--primary);
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 100px;
}
.hero{
    /* border: 1px solid black; */
    margin-top: 40px;
    padding-left: 180px;
    display: flex;
    justify-content: start;
}
.hero-on{
  /* color: red; */
    /* margin-left: 130px; */
    display: grid;
    place-items: center;
}
.heading-one{
/* background-color: black;    #a6cc38*/
    font-size: var(--font01);
    font-family: var(--f-fmly);
      font-weight: 700;
       background: linear-gradient(to bottom,
  #A6CC38 0%,
  #A6CC38 40%,
  #647D21 100%
);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading-two{
        background: linear-gradient(to top,
        #BB2B33 0%,
        #BB2B33 20%,
        #E9444E 100%
);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #ff0010; */
}
.cls-0{
    text-align: center;
    font-size:var(--font02);
    font-family:var(--f-fmly01);
    color: rgb(133, 131, 131); 
    padding-right: 30px;
}
.cls-2{
  padding-left: 20px;
  margin-left: 40px;
  text-align: center;
  font-size:var(--font02);
  font-family:var(--f-fmly01); 
  font-weight: 400;
}
.part-1{
    border-radius: 10px;
    color: var(--primary);
    /* background:var(--bg); */
    background:linear-gradient(to right, #0c8bbd, #09a3c5);
    width: 450px;
    height: 500px;
    border-radius: 20px;
    margin-right: 80px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: slideInRight 0.8s ease-out ;
}

.partone-1{
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
 }
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.question{
    padding-top: 30px;
    font-size:var(--font02);
    font-family:var(--f-fmly);
    font-weight: 700;
}
.p-tag{
    margin-top: 15px;
    font-size:var(--font04);
    font-family:var(--f-fmly01);
 }
 
.house-on .fa-house{
    font-size: var(--font03);
}
.adds{
    padding-left: 10px;
    font-size:var(--font04) ;
    font-family: var(--f-fmly01);
    font-weight: 500;
}
.line{
    width: 30px;
    margin-left: 36px;
    border: 1px solid var(--primary);
}
.house-p{
    padding-top: 15px;
    font-size:var(--font05);
    font-family:var(--f-fmly01);
    line-height: 1.3;
    font-weight: 400;
}
.house .fa-phone{
    font-size: var(--font03);
}
.house-phone{
    margin-left: 10px;
}

.hours-of{
    font-size:var(--font03);
    font-family:var(--f-fmly01);
    font-weight: 600;
}
.house .fa-clock{
    font-size: var(--font03);
}
.house-phone{
    font-size:var(--font04);
    font-family:var(--f-fmly01);
    font-weight: 400;
 }








 .part-2{
    width: 450px;
    height: 500px;
    /* background:var(--bg); */
    /* background: linear-gradient(to right, rgb(51, 50, 50), #5fdcf8); */
    background:var(--bg);
    border-radius: 20px;
    color: var(--primary);
    /* border: 1px solid var(--primary); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: slideLeft 0.8s ease-out forwards;
  }
  @keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

  .form-cnt{
    margin-top: 40px;
    margin-left: 70px;
  }
  .contact-0{
    font-size:var(--font02);
    font-family:var(--f-fmly);
    font-weight: 800;
  }
  label{
    font-size: var(--font03);
    font-family: var(--f-fmly01);
  }
  .in-div{
    background: none;
    width: 310px;
    height: 40px;
    border: none;
    border-radius: 5px;
    border-bottom: 1px solid var(--primary);
    outline: none;
  }
  .yourName{
    padding-left: 10px;
    background: none;
    width: 300px;
    height: 40px;
    border: none;
    border-radius: 5px;
    outline: none;
  }
  .yourName:focus {
  width: 320px;
  height: 40px;
  background: var(--primary);
  border: 1px solid #ccc;
}
  .yourName::placeholder{
    color: rgba(255, 255, 255, 0.616);
  }
  .yourName:focus::placeholder {
 color: rgb(88, 86, 86);
}
  .next-0{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: var(--primary);
  }
  .next-0:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }

.i-f01{
    padding-left: 10px;
    background: white;
    width: 320px;
    height: 40px;
     border-radius: 5px;
     border: none;
     outline: none;
 }
/* .i-f01:focus{
  width: 320px;
  height: 40px;
  background: var(--primary);
  border: 1px solid #ccc;
} */
.d-02{
 
    background: none;
    width: 300px;
    height: 40px;
 
    border-radius: 5px;
 
}
.form-d{
    width: 450px;
    height: 500px;
    background:var(--bg);
    border-radius: 20px;
    color: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: slideLeft 0.8s ease-out forwards;
    display: grid;
    place-items: center;
    align-items: center;
    display: none;
}
 .form-d textarea{
   padding: 10px;
 }
#trade{
    background: white;
    border: none;
    outline: none;
    width: 320px;
    height: 40px;
    border-radius: 5px;
}
 
#country{
    background: white;
    border: none;
    outline: none;
    width: 320px;
    height: 40px;
    border-radius: 5px;
}
#state{
    background: white;
    border: none;
    outline: none;
    width: 320px;
    height: 40px;
    border-radius: 5px;
}
textarea{
    background: white;
    border: none;
    outline: none;
    width: 320px;
    height: 100px;
    border-radius: 5px;
    outline: none;
}
.poro, .poro1{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: var(--primary);
}
/* ----------------- */

/* Match select styles to inputs */
 


/* ---------------- */






/* 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 */








/* Floating Button style start here - 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;              
  right: -130px;           
  width: 175px;
  padding: 10px 15px;
  background: var(--form-bg-01);
  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;
}
 .fl-fv.float-fr:hover {
  right: 0;
}

 .fl-ft.float-ft {
  position: fixed;
  top: 205px;               
  right: -130px;            
  width: 175px;
  padding: 10px 15px;
  background: var(--form-bg-01);
  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.2s ease;
  z-index: 999;
}

 .fl-ft.float-ft:hover {
  right: 0;
}
.fl-fx.float-fx {
  position: fixed;
  top: 250px;              
  right: -130px;         
  width: 175px;
  padding: 10px 15px;
  background: var(--form-bg-01);
  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-fx.float-fx:hover {
  right: 0;
}
.fl-fl.float-fb {
  position: fixed;
  top: 295px;              
  right: -130px;            
  width: 175px;
  padding: 10px 15px;
  background: var(--form-bg-01);
  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;               
  right: -130px;            
  width: 175px;
  padding: 10px 15px;
  background: var(--form-bg-01);
  color: black;
  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;              
  right: -130px; 
  width: 175px;
  padding: 10px 15px;
  background: var(--form-bg-01);
  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-fk.float-fk:hover{
  right: 0;
} */
.fl-fv.float-fr {
  position: fixed;
  top: 160px;               
  right: -130px;            
  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;
 }
 
 
 
/* On hover, slide left into view */
.fl-fv.float-fr:hover {
  right: 0;
  }
 
 .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;
 }
/* Floating Button style start here - Right Side */







/* automatic slider of customar reviews start here*/
.carousel-wrapper {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.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 30s linear infinite;
  padding: 20px;
  will-change: transform;
}

.review-card {
  flex: 0 0 auto;
  width: 500px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  background-image: url('all-imgs/landing\ page/hover-img.webp');
  background-size: cover;
  background-repeat: no-repeat;
}
 

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.user-info h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #333;
}

.user-info p {
  font-size: 14px;
  color: #777;
}

.stars {
  font-size: 16px;
  color: #ffc107;
}

.review-text {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* 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 of customar reviews ends here*/



  /* google map section start here*/

  .lc-map{
    display: grid;
    place-items: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    margin-top: 60px;
    margin-bottom: 50px;
    background-image: url('all-imgs/About\ Us/Greenbg.webp');
    background-size: cover;
  }
 .map-head{
  /* padding-top: 30px; */
  margin-top: 30px;
   font-family: var(--f-fmly);
  font-size: var(--font02);
  color:white;
  font-weight: 500;
 }
 .hro{
  border: 1px solid white;
 }
  iframe{
     width: 80%;
    height: 400px;
    border-radius: 15px;
    border: none;
    padding-bottom: 50px;
   }















  /* 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;
}
 .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 */
/* inquiry form show */



/*MEDIA QUERY START */


 @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;
 }
 /* HOLD */
 .head-d{
    height: 400px;
 }
 
/* HEADER NEXT PART */
.head-d{
    height: auto;
    padding-bottom: 80px;
}
 

 /* CONTACT FORM */
 .hero{
    display: flex;
    justify-content: center;
 }
 .cls-0{
    width: 60%;
  }

 .lc-map{
    width: auto;
    height: auto;
    justify-content: center;
    gap: 20px;
 }
 iframe{
    width: 2200px;
 }
 
 /* FOOTER */
 .section-0{
    justify-content: center;
 }
 .footer-0{
    justify-content: center;
 }
}

 @media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
        margin: 0 auto;
    }

        /* HEADER */
    #header{
    display: flex;
    justify-content: center;
    gap: 190px;
    }
    .listItems{
    width: auto;
    }
    .dropdown .ul-0{
    border-radius: 20px;
    }
   .order{
    width: 900px;
    } 

     /* CONACT FORM */
    .hero{
        display: flex;
        justify-content: center;
        padding-left: 0;
    }
 .head-d{
    height: auto;
    padding-bottom: 40px;
  }

  /* MAP */
  .lc-map{
    height: auto;
    gap: 20px;
  }
   /* 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;
     }

 /* CONACT FORM */
    .hero{
 
        display: flex;
        justify-content: center;
        padding-left: 0;
    }
 .head-d{
    height: auto;
    padding-bottom: 40px;
  }

  /* MAP */
  .lc-map{
    height: auto;
    gap: 20px;
  }

    /* 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;
    }
 
    /* 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;
   }
    
    .mobile-search {
        display: block;
        margin: 15px 0;
    }
    
    /* Adjust slideshow */
    .slideshow-container {
        margin-top: 0px;
    }
    
    .mySlides img {
        height: 300px;
    }
    
 
    
    /* 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;
    }
 
    
 
 /* .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;
}

/* CONTACT FORM */
 
 .hero{
    display: grid;
    place-items: center !important;
    gap: 40px;
 }
 .part-1{
    margin-right: 0;
 }

 
 

  /* MAP */
  .lc-map{
    height: auto;
    gap: 20px;
  }




    /* Adjust footer */
    .section-0{
        height: auto;
    }
    .footer-0 {
        flex-direction: column;
    }
    
    .first {
        width: 100%;
        margin: 15px 0;
    }
    
    .foot-div {
        width: 100%;
        margin: 15px 0;
        height: auto;
     }
    
    .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;
    }
    .mobile-products-toggle{
    color: black !important;
}
}

/* Small mobile devices (max-width: 576px) */
@media screen and (max-width: 576px) {
    /* Further adjustments for small screens */
    .imageLogo {
        width: 200px;
    }
    
    .logo {
        margin-left: 10px;
    }
    
    .mobile-menu-icon {
    display: block !important;
  }

  .searchBar {
    display: none !important;
  }
    
    .slideshow-container {
        margin-top: 0;
    }
    
    .mySlides img {
        height: 200px;
    }
  
 /* Adjust forms */
    .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;
     }

  /* CONTACT FORM */
.hero-on span{
    font-size: 20px !important;
}
.cls-0{
    display: grid;
    place-items: center;
    text-align: center;
 }
 .cls-0 .cls-2,
 .cls-0 .cls-1{
    font-size: 18px;
  }
 /* CONTACT FORM */
 
 .hero{
    display: grid;
    place-items: center !important;
    gap: 40px;
 }
 .part-1,
 .part-2{
    margin-right: 0;
    max-width: 400px;
    height: auto;
    padding-bottom: 40px;
 }


 

    /* Adjust forms */
    .form-popup {
        width: 95%;
        padding: 15px;
    }
    
 



    /* Adjust footer */
    .foot-log {
        width: 100%;
    }
    
    .foot-img {
        width: 100%;
    }
    .foot-div{
        place-items: start;
        padding-left: 20px;
    }
    .second,.third,.fourth{
        width: auto;
        place-items: start;
        padding-left: 0;
     }
 .certificate{
    width: 100%;
    margin: 0;
    display: grid;
    place-items: start;
  }
    .foot-div-01{
        display: grid;
    }
    .cert-01 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
 
    .cert-img {
        margin-left: 0;
        width: 70px;
    }
    
    .h-lines {
        display: none;
    }
    .mobile-products-toggle{
    color: black !important;
}
}

/* 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;
  }
  .mobile-products-toggle{
    color: black !important;
  }
  .searchBar {
    display: none !important;
  }
    
    .mySlides img {
    height: 150px;
    }

    .hero{
    display: grid;
    place-items: center !important;
    gap: 40px;
 }
 .part-1,
 .part-2{
    margin-right: 0;
    max-width: 350px;
    height: auto;
    padding-bottom: 40px;
 }
 .form-cnt{
    margin-left: 20px;
 }
    .cert-img {
        margin-left: 0;
        width: 50px;
    } 

/* Adjust forms */
    .container {
        width: 65%;
        margin-left: 0;
    }
    .form-controll{
        top: 50% !important;
        left: 74% !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;
     }    
}

/* CONTACT FORM */
.hero-on span{
    font-size: 25px;
}
.cls-0{
     display: grid;
    place-items: center;
    text-align: center;
 }
 .cls-0 .cls-2,
 .cls-0 .cls-1{
    font-size: 18px;
  }
 



 

 

/* ============ 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.active {
  display: flex;
}
 
.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 a:hover {
  background: var(--primary);
  color: white;
}
.mobile-submenu {
    display: none;
    flex-direction: column;
    padding-left: 15px;
    border-left: 2px solid #eee;
}

.mobile-submenu a {
    padding: 10px 20px;
    font-size: 14px;
}
.mobile-menu button{
    border: none;
    background: #ff0010;
    color: white;
    height: 40px;
}
.mobile-products-toggle {
    cursor: pointer;
    font-size: 16px;
    padding: 15px 20px;
    display: block;
}
 

.mobile-submenu.active {
    display: flex;
}

/* ------------------------------ */
/* 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;
}
