@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #2da9d7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #2da9d7 !important;
}
a:active, a:focus {
  outline: none;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 15px;
  color: #848484;
  font-family: "Roboto", Arial, serif;
}

 h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Roboto", Arial, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::-moz-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::selection {
  color: #fcfcfc;
  background: #2da9d7;
}

#fh5co-header {
  padding-top: 40px;
  margin-bottom: 17px;
}
#fh5co-header #fh5co-logo img {
  max-width: 100%;
}
#fh5co-header nav {
  padding-top: 20px;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
  font-size: 15px;
}
#fh5co-header nav ul li a {
  color: #999999 !important;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  #fh5co-header nav ul li a {
    padding: 5px;
  }
}
#fh5co-header nav ul li a:hover, #fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  color: #000 !important;
  text-decoration: none;
  outline: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: underline !important;
  color: black !important;
}

.fh5co-projects-feed, .footer-content {
  margin: 0 auto;
  max-width: 1400px;
}

.fh5co-projects-feed .fh5co-project {
  float: left;
  margin: 20px 20px 20px;
  width: 290px;
}
@media screen and (max-width: 480px) {
  .fh5co-projects-feed .fh5co-project {
    margin: 10px 10px 10px;
  }
}
.fh5co-projects-feed .fh5co-project > a {
  display: block;
  text-align: center;
}
.fh5co-projects-feed .fh5co-project > a img {
  margin-bottom: 30px;
}
.fh5co-projects-feed .fh5co-project > a h2 {
  font-size: 14px;
  color: #999999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-projects-feed .fh5co-project > a:hover h2, .fh5co-projects-feed .fh5co-project > a:active h2, .fh5co-projects-feed .fh5co-project > a:focus h2 {
  color: #000;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  transition-property: left, right, top;
}





#fh5co-footer {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #999999;
}
#fh5co-footer a {
  color: #bfbfbf;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #000 !important;
}
#fh5co-footer .social {
  margin-top: 20px;
}
#fh5co-footer .social a {
  padding: 10px;
  color: #999999 !important;
}
@media screen and (max-width: 480px) {
  #fh5co-footer .social a {
    padding: 5px;
  }
}
#fh5co-footer .social a:hover, #fh5co-footer .social a:active, #fh5co-footer .social a:focus {
  color: #000 !important;
}

.square {
  list-style: square;
}

.pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .pt70 {
    padding-top: 30px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .pb70 {
    padding-bottom: 30px;
  }
}



/* New changes index.html */
.page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.page-content h1 {
  font-size: 19px;
  font-weight: bold;
}

.image-container {
  position: relative;
  height: 50vw; 
  overflow: hidden;
  margin: 28px;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  opacity: 0; 
  transition: opacity 1s ease-in-out; 
  object-fit: cover; 

}

.image-container img.active {
  opacity: 1; 
}
@media (min-width: 763px) {
  .image-container {
    height: 60vw; 
   
  }
  .page-content h1 {
    font-size: 25px;
    margin-bottom: 0;
  }


}

@media (min-width: 1020px) {
  .image-container {
    width: 926px;
    margin: 0 auto;
    height: 526px;
  }


}

@media (min-width: 1280px) {
  .image-container {
    width: 1103px;
    margin: 0 auto;
    height: 625px;
  }
  .page-content h1 {
    font-size: 30px;
  }

}

@media (min-width: 1545px) {
  .image-container {
    width: 1203px;
    height: 693px;
  }
}






.portfolio-container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-gallery {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 763px;
  padding: 30px;
}

.project-card {
  position: relative;
  overflow: hidden; 
  margin-bottom: 25px;

}

.project-card img {
  width: 100%;
  display: block;
  height: 157px;
  transition: transform 0.3s ease; 
  object-fit: cover; 


}

.project-card h2 {
  position: absolute;
 font-family: Vollkorn, Georgia, serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); 
  transition: font-size 0.3s ease, text-shadow 0.3s ease; 
  font-weight: 900;

}
@media (min-width: 763px) {
  .project-gallery {
    max-width: 996px;


  }
  .project-card img {
    height: 482px; 
    object-fit: cover; 

  }

}

@media (min-width: 1020px) {
  .project-gallery {
  margin-top: 31px;
  gap: 50px;

  }
  

  .project-card {
    position: relative; 
    overflow: hidden; 
    max-width: 280px;
    margin: 0 auto;
  }

  .project-card img {
    transition: transform 0.3s ease, filter 0.3s ease; 
  }

  .project-card img:hover {
    transform: scale(1.1); 
    filter: brightness(1.1); 
  }

  .project-card h2 {
    font-size: 37px;
    transition: font-size 0.3s ease, text-shadow 0.3s ease; 
  }

  .project-card:hover img {
    transform: scale(1.1); 
    filter: brightness(1.1); 
  }

  .project-card:hover h2 {
    font-size: 35px; 
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8); 
  }
  .first3{
    display: flex;
    flex-direction: row;
    gap: 30px;

  }

  .last3{
    display: flex;
    flex-direction: row;
    gap: 44px;
    justify-content: center;
    max-width: 658px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .project-gallery {
    max-width: 1180px;
  }
  .project-card h2 {
    font-size: 40px;
  }

  .project-card:hover h2 {
    font-size: 39px; 
  }
  .last3{
    max-width: 1180px;
  }
  .project-card {
    min-width: 338.6px;
    width: 100%;
  }
}

@media (min-width: 1545px) {
  .project-gallery {
    max-width: 1267px;
  }
  .project-card {
    min-width: 378.6px;
  }
}



/* Brand page */
.image-section {
  text-align: center;
  padding: 20px;
  margin-bottom: 80px;
  font-family: Vollkorn, Georgia, serif;
}

.image-section .image-column2 .grid-a {
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 20px; 
  text-align: center;

}
.image-section .image-column2 img {
margin: 10px;
text-align: center;
}
.image-column2 img {
  max-width: 216px;
  height: 75px;
}
.image-column2{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px; 

}

.image-section h2 {
  font-weight: 900;
  margin-bottom: -17px;
  text-align: left;
  font-family: Vollkorn, Georgia, serif;

}

.image-section hr {
  border: 0;
  height: 1px;
  background: grey;
  margin: 35px 0;
}

.image-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px; 
}

.image-column img {
  max-width: 216px;
  height: 75px;
}
.image-column3 .grid-container {
  display: grid; 
  grid-template-columns: 1fr 1fr;
  gap: 20px; 
  align-items: start; 
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

.grid-c
 {
  display: flex; 
  flex-direction: column; 
  gap: 33px; 
  text-align: center; 
}
.grid-d{
  display: flex; 
  flex-direction: column; 
  gap: 66px; 
  text-align: center;
margin-top: -27px;
}
.grid-d img{
margin-top: 
70px;
}

.image-column3 img{
  width: 80%;
  height: 50%;
}

.image-column4 {
  display: grid; 
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 45px; 
  justify-items: center; 
  max-width: 1000px;
  margin: 0 auto;
}
.image-column4 .upward {
margin-top: -70px;
}
.image-column4 .downward {
margin-top: 40px;
}
.image-column5 {
  display: flex; 
  gap: 20px; 
  justify-content: center; 
}
.image-column5 .downward-4 {
margin-top: 15px;
}
.image-column5 img {
width: 280px;
margin-top: 30px;
}




@media (min-width: 544px) {
  .image-column {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: repeat(4, auto); 
    gap: 40px; 
    justify-items: center; 
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .image-section .image-column2 .grid-a {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto; 
    gap: 20px; 
    text-align: center; 
  }
  .grid-c
  {
gap: 60px;
 }
 .grid-d{
 gap:170px;
 }
 .image-column4 .upward {
  margin-top: -40px;
  }
   .image-column .rightward{
  margin-right: -100px;
  }
  .image-column .rightward-1{
  margin-right: -60px;
  }
}

@media (min-width: 771px) {

  .image-section h2 {
font-size: 33px;
}
.image-column {
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: repeat(2, auto); 
  gap: 41px; 
max-width: 982px;

}
.image-section .image-column2 .grid-a img {
width: 150px;
height: 67px;

}
.image-column2{
gap: 20px;
}
.image-column img {
  height: 50px;
  
}
.image-section .image-column2 .grid-a {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  gap: 20px; 
  text-align: center; 
}

.image-section .image-column2 .grid-b img {
  width: 227px;
  height: 89px;
}
.image-column4 .downward {
  margin-top: 80px;
  }
.image-column4 .downward img {
width: 270px;  
}
.image-column5 {
  gap: 60px; 
}
.image-column .rightward{
  margin-right: 0px;
  }
  .image-column .rightward-1{
  margin-right: 0px;
  }
  .sizemax{
    width: 300px;
  }
}
@media (min-width: 1024px) {
.image-section{
max-width: 1024px;
margin: 0 auto;
padding-bottom: 80px;
}
.image-column img {
  height: 67px;
  max-width: 182px;
}
.image-column3 .grid-container {
  display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto;
  gap: 20px; 
max-width: 1200px;
}
.grid-c
 {
  display: flex; 
  flex-direction: row; 
  gap: 160px; 
  text-align: center; 
}
.grid-d{
  display: flex; 
  flex-direction: row; 
  gap: 10px; 
  text-align: center; 
margin-top: 0px;
}
.image-column3 img{
  width: 200px;
  height: 60%;
}
.image-column3{
margin-left: 100px;
}
.image-column4 {
display: flex;
flex-wrap: wrap;
max-width: 1024px;
gap: 130px;

}

.image-column4 .upward {
  margin-top: 0px;
  }
  .image-column4 .downward {
  margin-top: 0px;
  }
  .image-column4 .downward img {
 width: 246px;
  }
  .image-column4 img {
 width: 246px;
 
  }
  .image-section .image-column2 .grid-a img {
    width: 250px;
    height: 77px;
    
    }
    .image-column3 .size{
width: 400px;
    }
    .image-column3 .down{
margin-top: 30px;    
}
    .image-column3 .size{
margin-left: 70px;}
}
@media (min-width: 1280px) {
  .image-section{
    max-width: 1200px;
    }
    .image-column {
      max-width: 1200px;
    }
    .image-column img {
      height: 70px;
      max-width: 230px;
    }
    .image-section .image-column2 .grid-a {
    column-gap: 73px;
      
      }
}
@media (min-width: 1530px) {
  .image-section{
    max-width: 1300px;
    }
    .image-column {
      max-width: 1300px;
    }
}





/* single pages */
.chinaware-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
}

.chinaware-container h1 {
  margin: 20px auto;
  text-align: left;
  font-family: Vollkorn, Georgia, serif;
  font-weight: 900;
  font-size: 18px;
  color: black;
  max-width: 1000px;
}

.chinaware-container hr {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  max-width: 1000px;
}

.image-columns {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 calc(50% - 20px); 

}
.image-modal-trigger{
  cursor: pointer;
}

.column img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

@media (min-width: 996px) {
  .column {
    flex: 1 1 calc(33.333% - 20px); 
  }
}

@media (max-width: 995px) {
  .image-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px;
  }

  .column {
    flex: none;
  }

  .column img {
    width: 100%; 
  }
}
@media (min-width: 1270px) {
  .image-columns {
   max-width: 1100px;
  }
  .chinaware-container hr{
    max-width: 1100px;
  }
  .chinaware-container h1{
max-width: 1100px;

  }
}

.first-container {
  display: block;
}

.second-container {
  display: none;
}

@media (min-width: 997px) {
  .first-container {
    display: none;
  }

  .second-container {
    display: block;
  }
}








/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  display: block; 
  position: relative; 
  margin: 0 auto;
  margin-top: 180px;
}

/* Arrows for navigation */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: white;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}


@media (min-width: 996px) {
  .modal-content {
 
    margin-top: 80px;
  }
  
}






/* Brands section styles */
.brands-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.brands-heading {
  font-size: 24px;
  font-weight: 900;
  color: black;
  margin-bottom: 20px;
  font-family: Vollkorn, Georgia, serif;

}

/* Pair flex layout */
.pair {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}

.brands-logo {
  max-width: 150px;
  height: auto;
  
}

.brands-button {
  padding: 15px 44px;
  font-size: 14px;
  font-weight: 700;
  background-color: black;
  color: white;
  border: none;
  border-radius: 29px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 75vw;
}
.imagesz{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: 30px;
margin-bottom: 99px;
margin-top: 43px;
}
.imagesz .imgfive{
  gap: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.imagesz .imgfour{
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.imageszone {
  display: flex; 
  flex-direction: column; 
  gap: 20px; 

}
.imageszone img {
 width: 80px;

}
.hygie{
  margin: 38px 31px 70px 31px;

}
.brands-button:hover {
  background-color: #333; 
}

.imagesztwo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 44px;

}
.imga{
width: 160px;

}
.imgb{
width: 80px;

}
.imgc{
width: 224px;

}
.imgd{
width: 224px;

}
.imge{
width: 224px;

}
.imgf{
width:224px;

}
.imgg{
width: 100px;

}
.imgh{
width: 80px;

}
.imgi{
width: 183px;
margin-left: 21px;
}
.imgj , .imgk , .imgl, .imgm{
width: 224px;

}

.imagesztwo img{
margin: 13px;

}
 .imagesz .imgone , .imgtwo{
display: flex;
flex-direction: column;
gap: 30px;
 }
@media (min-width: 400px) {
  .imageszone{
    flex-direction: row;
  }
  .imagesz .imgfour{
 align-items: center;
    flex-direction: row;
  }
  .imagesz .imgfive{
margin-left: 120px;
  }
  .imgsix{
    flex-direction: row;
    display: flex;
    justify-content: center;
  }
}


@media (min-width: 527px) {
  .imagesz .imgone{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 30px;

  }
  .imagesz .imgtwo{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
gap: 20px;

  }

    
       
        .imagesztwo img{
          margin: 30px;
          
          }
          .imgseven{
            flex-direction: row;
            display: flex;
          }
}
@media (min-width: 608px) {
  .imagesz .imgtwo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    
      }

}

@media (min-width: 778px) {
  .imagesz{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 30px;

  }


 
  .imageszone img {
    width: 80px;
   height: 80px;
   }
   .imageszone  {
gap: 90px;   
   }
   .imagesztwo .majgrid{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
   }
   .imagesztwo .imgeight{
margin-left: 121px;
   }
   .imga{
    width: 134px;
    height: 67px;

   }
   .imgb{
    width: 67px;
    height: 67px;

   }
   .imgc{
     width: 225px;
     height: 67px;

   }
   .imgd{
    width: 179px;
    height: 67px;
   }
   .imge{
    width: 327px;

   }
   .imgf{
    width: 265px;

   }
   .imgg{
     width: 110px;

   }
   .imgh{
    width: 88px;
   }
   .imgi{
    width: 85px;
   }
   .imgj{
    width: 154px;

   }
   .imgk{
    width: 119px;

   }
   .imgl{
     width: 120px;

   }
   .imgm{
    width: 157px;
   }
   .brands-heading{
    font-size: 29px;
   }
   .imagesz .imgfive{
    margin-left: 0;
   }
}

@media (min-width: 1024px) {
  .brands-button {

    width: 670px;
  }
 
      .imagesztwo{
        display: flex;
        flex-direction: row;

      }
      .imagesztwo .imgeight{
        margin-left: 0px;
      }
     
      .imageszone img {
        width: 100px;
       height: 100px;
       }
    
      .imageszone{
       gap: 146px;
       }
       .imga{
          width: 186px;
          height: 93px;

       }
       .imgb{
        width: 93px;
        height: 93px;

       }
       .imgc{
        width: 312px;
        height: 93px;

       }
       .imgd{
        width: 199px;
        height: 93px;
       }
   
       .imagesz .imgone{
        gap: 44px;
       }
       .imagesz .imgtwo{
        gap: 44px;
       }
}

@media (min-width: 1280px) {
  
      .brands-heading{
        font-size: 42px;
      }
      .imagesz .imgfour{
        gap: 50px;
          }
          .imagesz .imgfive{
        gap: 50px;
          }
          .imagesz{
            gap: 50px
          }
          .imagesz .imgone {
             gap: 72px;

          }
          .imagesz .imgtwo {
             gap: 72px;

          }
          .imageszone img {
            max-width: 200px;
           width: 115px;
           }
           .imageszone  {
        gap: 265px;   
        margin-left: -30px;
           }
           .imga{
            width: 200px;
            height: 93px;
  
         }
         .imgb{
          width: 100px;
          height: 93px;
  
         }
         .imgc{
          width: 345px;
          height: 93px;
  
         }
         .imgd{
          width: 213px;
          height: 93px;
         }
           .imge{
            width: 370px;
  
         }
         .imgf{
          width: 300px;
  
         }
         .imgg{
          width: 125px;
  
         }
         .imgh{
          width: 100px;
         }
         .imgi{
          width: 130px;
         }
           .imgj{
            width: 216px;
  
         }
         .imgk{
          width: 172px;
  
         }
         .imgl{
          width: 180px;
  
         }
         .imgm{
          width: 214px;
         }
         .imagesztwo .majgrid{
          gap: 30px;
         }
         .imgsix, .imgseven{
           gap: 30px;
         }
        }
        @media (min-width: 1500px) {
        
           .imageszone  {
        gap: 295px;   
           }
           .imagesz .imgfour{
            gap: 110px;
              }
              .imagesz .imgfive{
            gap: 110px;
              }
              .imgi{
                width: 148px;
               }
                 .imgj{
                  width: 244px;
        
               }
               .imgk{
                width: 195px;
        
               }
               .imgl{
                width: 209px;
        
               }
               .imgm{
                width: 243px;
               }
        }






/* about us page */
.page-content-about {
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto; 
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.abt {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

.meta-abt h5 {
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}

.about-text p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.about-text b {
  color: #000;
}

/* Medium screens and above */
@media (min-width: 768px) {
  .abt {
    font-size: 40px;
  }

  .meta-abt h5 {
    font-size: 24px;
  }

  .about-text p {
    font-size: 18px;
  }
}

/* Large screens and above */
@media (min-width: 1024px) {
  .abt {
    font-size: 41px;
  }

  .meta-abt h5 {
    font-size: 28px;
  }

  .about-text p {
    font-size: 20px;
  }
}




/* Contact US  */
.Contact-uss{
margin-bottom: -76px;

}

/* Contact Section Styles */
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  background-color:white;
  border-radius: 10px;
  margin: 20px auto;
 
}

.contact-section .heading {
  font-size: 22px;
  margin-bottom: 20px;
  color: black;
  text-align: center;
}

/* Form Styles */
.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #555;
}

/* Textarea Styles */
.form-textarea {
  height: 100px;
  resize: none;
}

/* Button Styles */
.send-button {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 71px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.send-button:hover {
  background-color: #444;
}

.error-message {
  color: red;
  font-size: 14px;
  display: none; 
  margin-top: -15px;
  text-align: left;
}
/* Remove blue outline on focus */
.form-input:focus {
  outline: none;
  border-color: #555;
  box-shadow: none;  
}

@media (min-width: 768px) {
  .form-input,
  .form-textarea {
    width: 80%; 
    margin: 0 auto;
  }
  .send-button {
   width: 126px;
   margin: 0 auto;
  }
  .error-message {
    width: 255px;
    margin-left: 90px;
  }
}

@media (min-width: 1020px) {
  .form-input,
  .form-textarea {
    width: 608px; 
  }
  .error-message {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }

}
@media (min-width: 1280px) {
  .form-input,
  .form-textarea {
    width: 725px; 
  }
  .error-message {
    width: 717px;
  }
}
@media (min-width: 1500px) {
  .form-input,
  .form-textarea {
    width: 805px; 
  }
  .error-message {
    width: 807px;
  }
}





.visit-us-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px 50px 20px;
  background-color: #ffffff; /* Light background */
}

.content-container {
  max-width: 600px;
}

.main-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.subtext {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.5;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: rgb(62, 85, 96) !important;; 
  color: #fff !important;;
  text-decoration: none !important;;
  font-size: 17px;
  font-weight: bold;
  border-radius: 36px;
  line-height: 1.1;
  transition: background-color 0.3s;
  height: 57px;
  max-width: 290px;
}

.whatsapp-button:hover {
  background-color: rgb(80, 111, 125) !important; 
  color: white !important;
}

.whatsapp-icon {
  width: 24px; 
  height: 24px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .whatsapp-button {
  
    height: 57px;
width: 300px;
max-width: 300px;
  }


}





.company-info-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
}

.company-details {
  margin-bottom: 30px;
    color: rgb(2, 122, 196);
  text-decoration: none;
  font-weight: 500;
}

.main-heading2 {
  font-size: 21px;
  color: #333;
  margin-bottom: 20px;
}

.company-details p {
  font-size: 16px;
  color: #010000;
  margin: 20px 0;
}

.phone-number {
  color: rgb(2, 122, 196);
  text-decoration: none;
  font-weight: 500;
}

.phone-number:hover {
  color: rgb(7, 103, 162);
}

.business-hours {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.hours-heading {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.business-hours p {
  font-size: 16px;
  color: #333;
  margin: 0px 0;
}

.business-hours p strong {
  font-weight: bold;
}
@media (min-width: 768px) {
  .company-info-section {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Create two columns */
    gap: 0px; /* Space between columns */
    max-width: 768px;
    margin: 0 auto;
  }
  .business-hours{
margin-top: -50px;
  text-align: center;
  } 
  .main-heading2 {
    max-width: 235px;
    margin: 0 auto;
  }
}



iframe {
  width: 100%;
  height: 200px; /* Default height */
  border: 0;
  max-width: 100%;
  margin-bottom: 70px;
}

/* When screen width is 768px or greater */
@media (min-width: 768px) {
  iframe {
    height: 300px; /* Slightly bigger height on larger screens */
  }
}

/* When screen width is 1024px or greater */
@media (min-width: 1024px) {
  iframe {
    height: 400px; /* Bigger height for large screens */
  }
}


/* tableware swiper */

 .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

.swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
 height: 100px;
}


.imgn {
  width: 148px;
}

.imgo {
  width: 244px;
}

.imgp {
  width: 195px;
}

.imgq {
  width: 224px;
}

.imgr {
  width: 243px;
}

.imgs {
  width: 80px;
}

.imgt {
  width: 224px;
}
