@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --yellow: #ffd700;
  --bg-light: #fff3b2;
  --blue: #0b9ed4;
  --grey: #333333;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
html {
  overflow-x: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.align-item-c {
  align-items: center;
}
.justify-con-sb {
  justify-content: space-between;
}
.emp-container {
  max-width: 1700px;
  margin: auto;
  width: 100%;
  padding: 0 100px;
}
#Emp-glr-mob {
  display: none;
}
/* header */
#emp-header-main .emp-hdr-top {
  background: var(--bg-light);
  padding: 3px 0;
}
#emp-header-main .emp-hdr-top .emp-hdrt-right svg {
  width: 34px;
}
#emp-header-main .emp-hdr-top .emp-hdrt-right {
  gap: 15px;
}
#emp-header-main .emp-hdr-top .emp-hdrt-left p {
  font-size: 15px;
  font-weight: 500;
}

#emp-header-main .emp-hdr-bottom {
  background: #fff;
  padding: 16px 0;
}
.emp-hdrb-left img {
  width: 100%;
}
.emp-hdrb-left {
  width: 14%;
}
.emp-hdr-listing ul {
  gap: 30px;
}
.emp-hdr-listing ul li a {
  font-weight: 500;
  font-size: 16px;
}
.emp-hdr-listing ul li {
  list-style: none;
}
.emp-hdr-btn a svg {
  width: 16px;
}
.emp-hdr-btn a {
  color: #fff;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
}
.emp-hdr-btn {
  background: var(--blue);
  padding: 10px 16px;
  margin-left: 20px;
  border-radius: 40px;
}
#emp-header {
  box-shadow: 0px 4px 4px 0px #00000026;
  position: relative;
  z-index: 5;
}

/* banner */
#emp-banner {
  background: url(./img/emp-banner.webp);
  color: white;
  padding: 10rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.emp-banner-box button {
  background: var(--yellow);
  margin-top: 35px;
  padding: 10px 30px;
  font-weight: 500;
  border: none;
  border-radius: 40px;
}
.emp-banner-box p {
  font-size: 16px;
  margin-top: 15px;
}
.emp-banner-box h1 {
  font-size: 50px;
  line-height: 62px;
}
.emp-banner-box {
  width: 50%;
}
.text-yellow {
  color: var(--yellow);
}

/* machine */
#emp-machine .emp-container {
  flex-direction: column;
}
#emp-machine .emp-machine-box {
  width: 50%;
}
#emp-machine .emp-machine-box p {
  margin-top: 15px;
  color: var(--grey);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#emp-machine .emp-machine-box button {
  margin-top: 20px;
}
.emp-h2 {
  text-shadow: 1px 2px #00000040;
  font-size: 36px;
  font-weight: 700;
}
#emp-machine {
  position: relative;
  padding-top: 50px;
}
.emp-btn-blue {
  background: #005eff;
  padding: 8px 25px;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
}
.emp-machine-img img {
  width: 80%;
  margin-right: -6%;
  margin-top: -15%;
  overflow: hidden;
}
.emp-machine-img {
  display: flex;
  width: 100%;
  justify-content: end;
}
.emp-machine-clip {
  position: absolute;
  background: #fff3b259;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -2;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
}

/* about us */
.emp-abt-left {
  width: 40%;
}
.emp-abt-right {
  width: 60%;
}
.emp-abtl-box img {
  width: 100%;
  border-radius: 15px;
}
#emp-aboutus .emp-abtr-box p.abt-us {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
#emp-aboutus .emp-abt-right p {
  margin-top: 15px;
  color: var(--grey);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#emp-aboutus button {
  margin-top: 20px;
}
#emp-aboutus {
  padding: 50px 0;
}
#emp-aboutus .emp-container {
  gap: 40px;
}

/* gallery */
.dark-p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
#emp-gallery .emp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#emp-ourwork-page #emp-gallery {
  background: #fff;
  padding-top: 0;
}
#emp-faq,
#emp-testmonials,
#emp-gallery {
  padding: 50px 0;
  background: #f5f5f5;
}
#emp-gallery .emp-gallery-box .emp-gallery-single {
  width: 20%;
}
#emp-gallery .emp-gallery-box {
  width: 100%;
  overflow: hidden;
  gap: 15px;
  margin-top: 30px;
}
#emp-gallery .emp-gallery-box .emp-gallery-multiple {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#emp-gallery .emp-gallery-m-lower div {
  width: 50%;
}
#emp-gallery .emp-gallery-m-upper,
#emp-gallery .emp-gallery-m-lower {
  display: flex;
  gap: 15px;
}
#emp-gallery .emp-gallery-box img {
  width: 100%;
  border-radius: 12px;
}
.emp-gallery-single img {
  height: 400px;
  object-fit: cover;
}
.emp-gallery-multiple img {
  height: 192.5px;
  object-fit: cover;
}
.emp-glr-m2nd {
  flex-direction: column-reverse !important;
}

/* metal card */
.emp-swiper-metal {
  padding: 40px 0 !important;
}
.emp-swiper-metal .swiper-button-prev,
.emp-swiper-metal .swiper-button-next {
  display: none;
}
#emp-card h2 {
  text-align: center;
}
.emp-card-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.emp-card-box img:hover {
  transform: scale(1.05);
  border-radius: 10px;
}

#emp-card {
  padding: 50px 0;
}
#emp-card .emp-container {
  flex-direction: column;
}
.emp-card-box img {
  width: 100%;
  border-radius: 10px;
}
.emp-card-box-main {
  gap: 15px;
  margin-top: 30px;
}
.emp-ut-btn.swiper-button-prev::after,
.emp-ut-btn.swiper-button-next::after {
  color: #787878;
  font-size: 23px;
}
.emp-ut-btn.swiper-button-prev,
.emp-ut-btn.swiper-button-next {
  position: revert !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  padding: 12px;
}
.emp-ut-right {
  align-self: flex-end;
  gap: 10px;
}
.emp-lower-testmonials {
  margin-top: 20px;
}
.emp-tst-box {
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 15px;
  border-radius: 10px;
  height: auto !important;
  display: flex !important
;
  flex-direction: column;
  justify-content: space-between;
}
.emp-tst-main {
  gap: 10px;
}
.emp-tst-client {
  margin-top: 20px;
  gap: 10px;
}
.emp-tst-box p {
  text-align: justify;
  color: var(--grey);
}
.emp-tst-cl-left img {
  width: 100%;
  object-fit: cover;
}
.emp-tst-cl-left {
  width: 18%;
}
.emp-tst-cl-right p {
  color: #aeaeae;
  line-height: 25px;
}

#emp-withus {
  padding: 50px 0;
}
.emp-withus-box {
  margin-top: 20px;
  gap: 20px;
}
.emp-map {
  height: 100%;
}
.emp-map-box {
  width: 60%;
}
.emp-cn-form-box {
  width: 40%;
}
.emp-map iframe {
  border-radius: 10px;
  border: 1px solid #8d8d8d !important;
  width: 100%;
  height: 100%;
}
.emp-cn-form form textarea,
.emp-cn-form form input {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #cecece;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 2px;
  resize: none;
}
.emp-cn-form form button {
  background: linear-gradient(92.75deg, #fff194 -40.03%, #ffa600 71.06%);
  padding: 10px;
  border-radius: 6px;
  border: 0;
  font-weight: 600;
}
.emp-cn-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.emp-cn-form {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.emp-faq-right h2 {
  margin-bottom: 20px;
}
.faq-item.active {
  background: #fff;
}
.faq-item {
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  margin-top: 5px;
  background: #fff;
}
.faq-item.active .faq-question {
  padding-bottom: 8px;
  border-bottom: 1px solid #c3c3c3;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
}

.faq-toggle {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 10px 0;
  color: #555;
  line-height: 1.5;
}

.emp-faq-right {
  width: 60%;
  background: #eaeaeab2;
  padding: 30px;
  border-radius: 40px;
}
.emp-faq-left img {
  width: 100%;
  border-radius: 40px;
  height: 100%;
  object-fit: cover;
}
.emp-faq-left {
  width: 40%;
}
#emp-faq .emp-container {
  gap: 20px;
}

/* footer */
#emp-footer {
  background: #f5f5f5;
  padding-top: 50px;
}
.emp-ftr-left,
.emp-ftr-right {
  width: 50%;
}
.emp-footer-box {
  background: #333333;
  padding: 36px;
  border-radius: 40px;
}
.emp-ftr-left p {
  color: #ffffffb2;
  font-size: 14px;
  margin-top: 10px;
  width: 72%;
  line-height: 18px;
}
.emp-ftr-left img {
  width: 185px;
}
.emp-footer-icon svg {
  width: 30px;
}
.emp-footer-icon {
  margin-top: 30px;
  gap: 10px;
}

.emp-ftr-right li a,
.emp-ftr-right li {
  list-style: none;
  color: #ffffffb2;
}
.emp-ftr-right h2 {
  font-weight: 600;
  font-size: 20px;
}
.emp-ftr-right ul {
  margin-top: 20px;
}
.emp-ftr-right {
  color: #fff;
  gap: 40px;
  justify-content: end;
}
.emp-ftr-nav ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.emp-ftr-contact ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.emp-ftr-contact ul li a span {
  width: 88%;
  overflow-wrap: break-word;
  font-size: 14px;
}
.emp-ftr-contact ul li a div {
  width: 12%;
  display: flex;
}
.emp-ftr-contact ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.emp-ftr-contact {
  width: 45%;
}
#emp-footer .emp-copyright {
  justify-self: center;
  padding: 12px 0;
}
/* product page */
section#emp-product-page {
  padding: 50px 0;
}
.emp-product-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.emp-product-card {
  width: calc(100% / 4 - 60px / 4);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #acacac;
  overflow: hidden;
}
.emp-product-card-btn,
.emp-product-card-heading {
  padding: 10px;
}
.emp-product-card-heading p {
  color: #333333;
  margin-top: 8px;
  font-size: 15px;
}
.emp-product-card-heading h3 {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}
.emp-product-card-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.emp-pr-btn-white {
  display: flex;
  align-items: center;
  background: #fff;
  color: rgb(0, 0, 0);
  width: 50%;
  justify-content: center;
  padding: 6px 0;
  gap: 6px;
  border-radius: 40px;
  border: 1px solid #000;
  font-size: 15px;
}
.emp-pr-btn-white svg,
.emp-pr-btn-blue svg {
  width: 16px;
  height: auto;
}
.emp-pr-btn-blue {
  display: flex;
  align-items: center;
  background: #005eff;
  color: white;
  width: 50%;
  justify-content: center;
  padding: 6px 0;
  gap: 6px;
  border-radius: 40px;
  font-size: 15px;
}
.emp-product-card img {
  border-radius: 16px 16px 0 0;
}

/* product-details */
#emp-product-detail-page .emp-container {
  gap: 30px;
}
#emp-product-detail-page {
  padding: 50px 0;
}
.emp-pr-dt-left img {
  width: 100%;
  border-radius: 30px;
}
.emp-pr-dt-left,
.emp-pr-dt-right {
  width: 50%;
}
.emp-pr-dt-right p {
  margin-top: 30px;
}
.emp-pr-dt-right h1 {
  color: #333333;
  font-size: 30px;
}
.emp-pr-dt-btn-blue a {
  display: flex;
  align-items: center;
  background: #005eff;
  color: white;
  justify-content: center;
  padding: 8px 30px;
  gap: 6px;
  border-radius: 40px;
  font-size: 15px;
}
.emp-pr-dt-btn-white a {
  display: flex;
  align-items: center;
  background: #fff;
  color: rgb(0, 0, 0);
  justify-content: center;
  padding: 8px 30px;
  gap: 6px;
  border-radius: 40px;
  border: 1px solid #000;
  font-size: 15px;
}
.emp-pr-dt-btns {
  gap: 10px;
  margin-top: 20px;
}
.emp-pr-dt-desc {
  margin-top: 17px !important;
  color: #333;
}
.price-tag {
  position: relative;
  display: inline-block;
  background: #b30000;
  color: #fff;
  padding: 10px 25px 10px 35px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px 6px 6px 4px;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0% 50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}

.price-tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 2px #00000066;
}

.price-text {
  position: relative;
  z-index: 1;
}
#emp-product-page .emp-container h2.emp-pt-dt-h2 {
  margin-bottom: 16px;
  font-size: 30px;
  color: #333;
}

/* about page */

#emp-about-banner h1 {
  font-size: 40px;
  font-weight: 600;
}
#emp-about-banner {
  background: url("./img/about-banner.png");
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#aboutpg-desc p {
  color: #333333;
  margin-top: 15px;
  line-height: 21px;
  text-align: justify;
}
#aboutpg-desc ul b {
  font-weight: 500;
}
#aboutpg-desc ul {
  color: #333333;
  margin-top: 15px;
  line-height: 21px;
  text-align: justify;
  margin-left: 15px;
}
#aboutpg-desc h3 {
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  margin-top: 30px;
}
#aboutpg-desc {
  background: #f5f5f5;
  padding: 50px 0;
  border-bottom: 1px solid #a9a9a9;
}

/* contact page */
#emp-contact-follow-banner p {
  color: #fff;
  width: 50%;
  line-height: 20px;
  margin-top: 15px;
}
#emp-contact-follow-banner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
#emp-contact-follow-banner {
  padding: 50px 0;
  position: relative;
}
.emp-cfb-btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.emp-cfb-yellow {
  background: #ffe500;
  color: #000;
  padding: 10px 40px;
  border-radius: 34px;
  font-weight: 600;
}
.emp-overlay {
  position: absolute;
  background: url(./img/contact-follow-banner.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: -35px;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.emp-cfb-content {
  padding: 40px 0;
}

/* services */
#services-card h2 {
  text-align: center;
}
#services-card {
  padding: 50px 0;
}
.emp-servicepg-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.emp-service-card p {
  font-size: 15px;
  color: #333333;
  line-height: 20px;
}
.emp-service-card h3 {
  color: #333333;
  font-size: 18px;
}
.emp-service-card {
  width: calc(100% / 4 - 60px / 4);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px #0000001a;
  align-items: center;
  justify-content: center;
  padding: 20px 14px;
  text-align: center;
  gap: 10px;
  transition: 0.5s ease;
}

/* blog page */
#emp-blogs {
  padding: 50px 0;
}
#emp-blogs .emp-blog-box .emp-blog-card {
  width: calc(100% / 4 - 60px / 4);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #acacac;
  overflow: hidden;
}
#emp-blogs .emp-blog-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.emp-author-name svg {
  width: 22px;
  height: auto;
}
.emp-author-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.emp-blog-heading {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.emp-blog-desc {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.emp-blog-card .emp-pr-btn-blue {
  width: 100%;
}
/* blog single page*/
#emp-blog-single-page {
  padding: 50px 0;
}
#emp-blog-single-page .emp-bls-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.emp-bls-right {
  width: 30%;
}
.emp-bls-left {
  width: 70%;
}
.emp-bls-featured img {
  width: 100%;
}
.emp-bls-featured {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%;
}
.emp-bls-author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 20px;
}
.emp-bls-author-box svg {
  width: 30px;
  height: auto;
}
.emp-bls-date,
.emp-bls-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.emp-bls-author {
  font-weight: 600;
  font-size: 16px;
}
.emp-bls-date {
  font-size: 14px;
}
.emp-bls-date svg {
  width: 22px;
}
#emp-blog-single-page .emp-bls-content h5,
#emp-blog-single-page .emp-bls-content h6{
  margin-top: 30px;
  text-shadow: 1px 2px #00000040;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
#emp-blog-single-page .emp-bls-content h4{
  margin-top: 30px;
  text-shadow: 1px 2px #00000040;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
#emp-blog-single-page .emp-bls-content h3{
  margin-top: 30px;
  text-shadow: 1px 2px #00000040;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 12px;
}
#emp-blog-single-page .emp-bls-content h2{
  margin-top: 30px;
  text-shadow: 1px 2px #00000040;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}
#emp-blog-single-page .emp-bls-content h1 {
    text-shadow: 1px 2px #00000040;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}
.emp-bls-content ul {
  margin-top: 15px;
  margin-left: 18px;
}
.emp-bls-content p {
  margin-top: 12px;
  color: var(--grey);
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}
.emp-bls-recent ul li img {
  width: 25%;
  object-fit: cover;
  height: auto;
  border-radius: 6px;
}
.emp-bls-recent ul li a,
.emp-bls-recent ul li {
  display: flex;
  gap: 12px;
}
.emp-bls-recent ul h2 {
  font-size: 15px;
  color: var(--grey);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}
.emp-bls-recent ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.emp-bls-recent {
  background: #f5f5f5;
  padding: 15px 20px;
}
.emp-bls-recent .emp-h2 {
  text-shadow: 1px 2px #00000040;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.emp-oc-head-box h1,
.emp-oc-head-box p {
  text-align: center;
}
.emp-oc-head-box {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.emp-oc-border {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    #ffffff1c,
    rgb(163 163 163),
    #ffffff1c
  );
  border-image-slice: 1;
  width: 30%;
  margin-top: 20px;
}
.emp-oc-grid h3 {
  color: var(--grey);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
.emp-oc-grid {
  gap: 10px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
}
.emp-ocg-box {
  padding: 10px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.social-icon svg {
  transition: 0.4s ease;
}

.social-icon:hover svg {
  transform: rotate(10deg) scale(1.05);
}
.emp-hdr-listing ul li a {
  position: relative;
  padding-bottom: 3px;
  transition: 0.3s ease;
}

.emp-hdr-listing ul li.active a,
.emp-hdr-listing ul li a:hover {
  color: var(--yellow);
}

.emp-hdr-listing ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--yellow);
  transition: 0.3s ease;
}

.emp-hdr-listing ul li.active a::after,
.emp-hdr-listing ul li a:hover::after {
  width: 100%;
}
.emp-hdr-btn:hover a svg {
  transform: rotate(15deg);
}
.emp-hdr-btn a svg {
  transition: 0.3s ease;
}

.emp-banner-box button {
  transition: 0.3s ease;
}

.emp-banner-box button:hover {
  background: #e6be00;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(255, 211, 0, 0.35);
}

.emp-gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: all 0.35s ease;
}

.emp-gallery-single,
.emp-gallery-m-upper,
.emp-gallery-m-lower div {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

/* Hover Effect */
.emp-gallery-box img:hover {
  transform: scale(1.06);
  filter: brightness(0.92);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.emp-product-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.emp-product-card-btn a {
  transition: all 0.25s ease;
}

.emp-product-card-btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.emp-product-card-btn a svg {
  transition: 0.4s ease;
}
.emp-product-card-btn a:hover svg {
  transform: rotate(10deg) scale(1.05);
}
.emp-pr-dt-btn-white a.prd-whatsapp svg path {
  fill: #fff;
}
.emp-pr-dt-btn-white a.prd-whatsapp {
  background: #25d366;
  color: white;
  font-weight: 700;
  padding: 3px 16px;
}
.emp-pagination {
  text-align: center;
  margin: 40px 0 0;
}

.emp-pagination a,
.emp-pagination span {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border-radius: 6px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.emp-pagination .current {
  background: #0066ff;
  color: #fff;
}
.emp-pagination a:hover {
  background: #0066ff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25);
}
.emp-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.emp-gallery-thumbs img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #eee;
  transition: 0.3s;
}

.emp-gallery-thumbs img:hover {
  border-color: #007bff;
}

.active-thumb {
  border-color: #007bff !important;
}
.emp-ut-btn {
  width: 55px;
  height: 55px;
  border: 2px solid #bbb;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.emp-ut-btn svg {
  transition: transform 0.35s ease, opacity 0.3s ease;
}

.emp-ut-btn svg path {
  transition: fill 0.3s ease;
}
.emp-ut-btn:hover {
  border-color: #000;
  background: #000;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.05);
}
.emp-ut-btn:hover svg path {
  fill: #fff;
}
.swiper-button-prev:hover svg {
  transform: translateX(-2px);
}
.swiper-button-next:hover svg {
  transform: translateX(2px);
}
.emp-cn-form-btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffd65a, #ff9800);
  cursor: pointer;
  transition: all 0.35s ease;
}
.emp-cn-form-btn:hover {
  background: linear-gradient(90deg, #ff9800, #ffd65a);
  color: #111;
}
.emp-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.emp-hdr-mobile-icon-cross,
.emp-hdr-mobile-icon {
  display: none;
}
@media (max-width: 600px) {
  #Emp-glr-desk{
    display: none !important; 
  }
  body {
    overflow-x: hidden;
  }
  #Emp-glr-mob .emp-gallery-single-mob{
    display: flex;
    gap: 6px;
  }
  #Emp-glr-mob .emp-gallery-single{
    width: 50% !important;
  }
  #Emp-glr-mob .emp-gallery-multiple{
    width: 100% !important;
  }
  #Emp-glr-mob{
    display: flex !important;
    flex-direction: column;
    padding: 0 20px;
  }
  .emp-container {
    padding: 0 20px;
  }
  .emp-hdrb-right,
  .emp-hdr-top {
    display: none;
  }
  .emp-hdrb-left {
    width: 100%;
  }
  .emp-logo-hdr {
    width: 40%;
  }
  .emp-hdrb-right .emp-hdr-listing ul {
    flex-direction: column;
  }
  .emp-hdrb-right.hdr-active {
    display: flex;
  }
  .emp-hdrb-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 40px 20px 20px;
    transition: 0.4s ease;
    z-index: 1000;
    box-shadow: -3px 0 20px rgba(0, 0, 0, 0.1);
    align-items: start;
    flex-direction: column;
    justify-content: start;
  }
  .emp-hdr-listing ul {
    gap: 25px;
  }
  .emp-hdr-btn {
    margin-left: 0;
    border-radius: 6px;
    margin-top: 25px;
    width: 100%;
    justify-items: center;
  }
  .emp-hdr-mobile-icon {
    display: flex;
  }
  .emp-hdr-mobile-icon-cross {
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #emp-banner {
    position: relative;
    padding: 60px 0 40px;
  }

  #emp-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .emp-banner-box {
    width: 100%;
  }
  .emp-banner-box h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .emp-banner-box button {
    margin-top: 25px;
  }
  #emp-banner .emp-banner-box {
    position: relative;
    z-index: 2;
  }
  .emp-machine-clip {
    display: none;
  }
  #emp-machine {
    padding-top: 30px;
  }
  #emp-machine .emp-machine-box {
    width: 100%;
  }
  .emp-machine-img img {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
  }
  .emp-h2 {
    font-size: 28px;
    text-align: center;
  }
  #emp-machine .emp-machine-box p {
    text-align: center;
  }
  .emp-machine-img {
    background: #fff3b259;
    margin-top: 25px;
    padding: 20px;
    border-radius: 10px;
  }

  #emp-faq .emp-container,
  #emp-aboutus .emp-container {
    flex-direction: column-reverse;
  }
  .emp-abt-right {
    width: 100%;
  }
  #emp-aboutus .emp-abtr-box p.abt-us {
    text-align: center;
  }
  #emp-aboutus .emp-abt-right p {
    text-align: center;
  }
  .emp-faq-left,
  .emp-faq-right,
  .emp-cn-form-box,
  .emp-map-box,
  .emp-abt-left {
    width: 100%;
  }
  .emp-gallery-single,
  .emp-gallery-m-upper,
  .emp-gallery-m-lower div {
    border-radius: 4px;
  }
  #emp-gallery .emp-gallery-box {
    gap: 6px;
  }
  #emp-gallery .emp-gallery-box .emp-gallery-multiple {
    gap: 6px;
  }
  #emp-gallery .emp-gallery-m-upper,
  #emp-gallery .emp-gallery-m-lower {
    gap: 6px;
  }
  #emp-gallery .emp-gallery-box img {
    border-radius: 4px;
  }
  #emp-withus,
  #emp-card,
  #emp-aboutus {
    padding: 30px 0;
  }
  #emp-faq,
  #emp-testmonials,
  #emp-gallery {
    padding: 30px 0;
  }
  #emp-metal-card-main{
    padding: 0 30px;
  }
  .emp-swiper-metal {
    padding-bottom: 0 !important;
  }
  #emp-testmonials .emp-h2 {
    text-align: start;
  }
  .dark-p {
    text-align: center;
  }
  .emp-withus-box {
    flex-direction: column;
  }
  .emp-faq-right {
    padding: 20px;
    border-radius: 10px;
  }
  .emp-faq-left img {
    border-radius: 10px;
  }
  #emp-footer {
    padding-top: 0px;
  }
  .emp-footer-box {
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
  #emp-footer .emp-copyright {
    text-align: center;
  }
  .emp-ftr-left p,
  .emp-ftr-left,
  .emp-ftr-right {
    width: 100%;
  }
  .emp-ftr-right {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  .emp-ftr-right ul {
    margin-top: 6px;
  }
  .emp-ftr-contact ul li a div {
    width: 8%;
  }
  .emp-ftr-contact {
    width: 100%;
  }
  .emp-footer-icon {
    margin-top: 10px;
  }
  .emp-product-card {
    width: calc(100% / 2 - 20px / 4);
  }
  .emp-product-box {
    gap: 10px;
  }
  #emp-product-detail-page,
  section#emp-product-page {
    padding: 30px 0;
  }
  .emp-product-card-btn {
    flex-direction: column;
  }
  .emp-product-card-btn a {
    width: 100%;
  }
  #emp-testmonials .dark-p {
    text-align: start;
  }
  #emp-product-detail-page .emp-container {
    gap: 20px;
    flex-direction: column;
  }
  .emp-pr-dt-left,
  .emp-pr-dt-right {
    width: 100%;
  }
  .emp-pr-dt-left img {
    border-radius: 10px;
  }
  .emp-pr-dt-right p {
    margin-top: 10px;
  }
  .emp-pr-dt-btn-white {
    width: 100%;
  }
  .emp-servicepg-box {
    gap: 10px;
  }
  .emp-service-card {
    width: 100%;
  }
  .emp-cfb-btn a.emp-cfb-yellow {
    display: flex;
  }
  .emp-cfb-btn a,
  #emp-contact-follow-banner p,
  #emp-contact-follow-banner h2 {
    display: none;
  }
  #emp-contact-follow-banner {
    padding: 0 0 20px;
  }
  .emp-cfb-content {
    padding: 1px 0 40px;
  }
  #emp-blogs .emp-blog-box {
    gap: 10px;
  }
  #emp-blogs .emp-blog-box .emp-blog-card {
    width: calc(100% / 2 - 10px / 2);
}
.emp-product-card-heading p {
    font-size: 14px;
}
#emp-blog-single-page .emp-bls-main {
    flex-direction: column;
}
#emp-blog-single-page {
    padding: 30px 0;
}
.emp-bls-right,
.emp-bls-left {
    width: 100%;
}
#emp-blog-single-page  .emp-bls-content h1 {
    margin-top: 20px;
    font-size: 28px;
}
#emp-blog-single-page  .emp-bls-content h5,
#emp-blog-single-page  .emp-bls-content h6,
#emp-blog-single-page  .emp-bls-content h4{
  font-size: 18px;
}
#emp-blog-single-page  .emp-bls-content h3{
  font-size: 20px;
}
#emp-blog-single-page  .emp-bls-content h2 {
    margin-top: 20px;
    font-size: 22px;
}
.emp-oc-grid {
    grid-template-columns: 1fr;
}
#emp-testmonials .emp-ut-btn {
  display: none;
}
}

@media (min-width: 601px) and (max-width: 999px) {
  .emp-container {
    padding: 0 30px;
}
#emp-header-main .emp-hdr-top .emp-hdrt-left p {
    font-size: 13px;
}
.emp-hdr-bottom .emp-container {
    flex-direction: column;
    gap: 16px;
}
.emp-hdrb-left {
    width: 30%;
}
.emp-hdr-listing ul {
    gap: 15px;
}
.emp-hdr-listing ul li a {
    font-size: 14px;
}
.emp-hdr-btn{
  display: none;
}
#emp-banner {
    padding: 4rem 0;
}
.emp-banner-box {
    width: 100%;
}
.emp-abt-right,
.emp-abt-left {
    width: 100%;
}
#emp-machine .emp-machine-box {
    width: 100%;
}
#emp-machine .emp-machine-box p{
  width: 61%;
}
#emp-aboutus .emp-container {
    gap: 20px;
    flex-direction: column;
}
.emp-gallery-single, .emp-gallery-m-upper, .emp-gallery-m-lower div{
  border-radius: 8px;
}
#emp-gallery .emp-gallery-m-upper, #emp-gallery .emp-gallery-m-lower,
#emp-gallery .emp-gallery-box .emp-gallery-multiple,
#emp-gallery .emp-gallery-box{
  gap: 8px;
}
.emp-withus-box {
    flex-direction: column;
}
.emp-faq-left,
.emp-faq-right,
.emp-cn-form-box,
.emp-map-box {
    width: 100%;
}
#emp-faq .emp-container{
  flex-direction: column;
}
.emp-footer-box {
    flex-direction: column;
}
.emp-ftr-left, .emp-ftr-right {
    width: 100%;
}
.emp-footer-icon {
    margin-top: 16px;
}
.emp-ftr-right {
    margin-top: 16px;
    gap: 30px;
    justify-content: start;
}
.emp-ftr-nav,
.emp-ftr-contact {
    width: 33%;
}
.emp-product-card {
    width: calc(100% / 2 - 20px / 2);
}
.emp-service-card {
    width: calc(100% / 2 - 20px / 2);
}
#emp-blogs .emp-blog-box .emp-blog-card {
    width: calc(100% / 2 - 20px / 2);
}
#emp-blog-single-page .emp-bls-main {
    flex-direction: column;
}
.emp-bls-left,
.emp-bls-right {
    width: 100%;
}
}

@media (min-width: 1000px) and (max-width: 1400px) {
.emp-container {
    padding: 0 50px;
}
.emp-hdr-listing ul {
    gap: 20px;
}
}