@import url("../css/common.css");

/* navbar section start  */
.navbar-motersDesign .navbar-ui> li> a:hover,
.navbar-motersDesign .navbar-ui> li.active > a{
  color: var(--primary-color);
}
.navbar-motersDesign .navbar-ui li a{
  color: var(--black-color);
  font-size: 15px;
  font-family: "Manrope", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}
.btn-common-btn{
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--bg-box-glisten);
  padding: 11px 28px;
  border-radius: 60px;
  color: var(--white-color);
  background: var(--bg-box-glisten);
  font-family: "Manrope", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  width: max-content;
  transition: all 0.3s;
}
.btn-common-btn:hover{
  color: var(--bg-box-glisten);
  background: transparent;
}
.navbar-motersDesign .brand-logo{
  width: 230px;
}
.navbar-ui .dropdown-menu{
  top: 4px !important;
  left: -48px !important;
}
.navbar-ui .dropdown-menu li a{
  padding: 5px 16px;
  font-size: 14px;
  color: var(--title-text);
  margin: 2px 0px;
}
.navbar-ui .dropdown-menu li.active a,
.navbar-ui .dropdown-menu li a:hover{
  color: var(--primary-color);
}

/* all header design  */
.top-header-number .call-icon{
  height: 48px;
  min-width: 48px;
  width: 48px;
  background: var(--primary-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white-color);
}
.top-header-number .call-number{
  background: var(--white-color);
  padding: 12px 36px 12px 20px;
  height: 48px;
  border-radius: 12px;
  font-weight: 500;
  font-family: 'Manrope';
  font-size: 15px;
  color: var(--title-dark);
}
.header-slider-box{
  background: var(--white-color);
  border-radius: 16px;
  box-shadow: 22px 40px 40px 0px #00000012;
  width: 50%;
  margin: auto;
  margin-top: -20%;
  position: relative;
  z-index: 1;
}
.top-icon-bxheader .icon-card{
  height: 58px;
  width: 58px;
  object-fit: contain;
}
.box-slider-inners .slick-dots{
  display: flex;
}
.box-slider-inners .slick-dots li button{
  height: 8px;
  width: 8px;
  border-radius: 40px;
  border: none;
  background: #D9D9D9;
  margin: 0px 3px;
  font-size: 0px;
}
.box-slider-inners .slick-dots li.slick-active button{
  width: 24px;
  background: var(--primary-color);
}
.icon-img-febric-hdr .img-sm-hdr{
  height: 66px;
  width: 66px;
  min-width: 66px;
  border-radius: 100%;
  object-fit: cover;
}
.icon-img-febric-hdr i{
  height: 68px;
  width: 68px;
  min-width: 68px;
  background: var(--white-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--primary-color);
  transform: rotate(140deg);
  position: absolute;
  right: 0;
  top: 0;
}

.cnc-benifits-topright{
  width: 47%;
  position: absolute;
  right: 0;
  top: 0;
}
.cnc-benifits-bottomleft {
  position: absolute;
  top: 80%;
  left: 0;
  width: 25%;
}
.weldin-service-topleft{
  width: 45%;
  position: absolute;
  left: 0;
  top: 0;
}
.weldin-service-topright{
  width: 23%;
  position: absolute;
  right: 0;
  top: 6%;
}
.coating-topleft{
  width: 31%;
  position: absolute;
  left: 0;
  top: 0;
}
.coating-bottomleft{
  width: 53%;
  position: absolute;
  left: 0;
  top: 79%;
}
.non-welding-bottomright {
  width: 34%;
  position: absolute;
  right: 0;
  top: 71%;
}
.non-welding-topleft{
  width: 45%;
  position: absolute;
  left: 0;
  top: 1%;
}
.industries-serve-topright {
  width: 41%;
  position: absolute;
  right: 0;
  top: 0;
}
.industries-serve-topleft{
  width: 31%;
  position: absolute;
  left: 0;
  top: 0;
}
.leser-cutting-topleft{
  width: 45%;
  position: absolute;
  left: 0;
  top: -4%;
}
.contactus-topleft{
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
}
.contactus-bottomleft{
  width: 44%;
  position: absolute;
  left: 0;
  top: 70%;
}
.aboutus-topleft{
  width: 46%;
  position: absolute;
  left: 0;
  top: -6%;
}
.aboutus-bottomright{
  width: 44%;
  position: absolute;
  right: 0;
  top: 70%;
}

/* Explore Our Expert section start  */
.service-exp-img{
  height: 650px;
  width: 50%;
  border-radius: 18px;
  object-fit: cover;
  margin: auto;
  transition: all 0.4s;
}
.service-exp-img:hover{
  width: 70%;
}
.explore-service-box{
  background: var(--white-color);
  border-radius: 12px;
  width: 318px;
  transition: all 0.3s;
}
.explore-service-box:hover{
  background: var(--bg-box-glisten);
  transform: translateY(-5px);
}
.explore-service-box:hover .top-flex-explore h4,
.explore-service-box:hover p{
  color: var(--white-color);
}
.top-flex-explore img{
  height: 42px;
  width: 42px;
  object-fit: contain;
  margin-right: 4px;
}
.explore-service-box.position-01{
  position: absolute;
  top: 8%;
  left: 0;
}
.explore-service-box.position-02{
  position: absolute;
  top: 22%;
  right: 0;
}
.explore-service-box.position-03{
  position: absolute;
  top: 39%;
  left: 0;
}
.explore-service-box.position-04{
  position: absolute;
  top: 55%;
  right: 0;
}
.explore-service-box.position-05{
  position: absolute;
  top: 72%;
  left: 0;
}

/* Our Proven Success section start  */
.common-works-boxbg{
  background: linear-gradient(221.8deg, #262F2E 27.9%, #151515 98.75%);
  border-radius: 40px;
}
.btn-view-moreworks{
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  padding: 12px 30px;
  border-radius: 44px;
  font-family: "Manrope", serif;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-view-moreworks:hover{
  border-color: var(--white-color);
  background: transparent;
}
.tops-fabrication-img .fabricate-img{
  width: 100%;
  height: 320px;
  border-radius: 16px;
  object-fit: cover;
}
.arrow-move-icon{
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--primary-color);
  position: absolute;
  right: 10px;
  bottom: 9px;
  color: var(--white-color);
  transform: rotate(133deg);
  font-size: 22px;
}
.leser-cutting-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

/* Industries We Serve section start  */
.our-serve-boxd{
  background: var(--white-color);
  border-radius: 20px;
  transition: all 0.3s;
  min-height: 148px;
}
.our-serve-boxd:hover{
  background: var(--bg-box-glisten);
}
.our-serve-boxd:hover h4,
.our-serve-boxd:hover p{
  color: var(--white-color);
}
.top-serves-icon{
  height: 80px;
  width: 80px;
  background: var(--white-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -57px;
  border: 4px solid var(--white-gray-color);
}
.our-serve-boxd:hover .top-serves-icon{
  border-color: var(--white-color);
  background: var(--primary-color);
}
.our-serve-boxd:hover .top-serves-icon .icon-serve{
  filter: brightness(0) saturate(100%) invert(100%);
}
.top-serves-icon .icon-serve{
  height: 42px;
  width: 42px;
  object-fit: contain;
}

/* our value section start  */
.common-heading-title p::before{
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  display: inline-block;
  background: var(--primary-color);
  margin-right: 6px;
}
.our-values-boxd{
  background: var(--white-gray-color);
  border-radius: 20px;
  transition: all 0.3s;
  min-height: 160px;
}
.our-values-boxd:hover{
  background: var(--bg-box-glisten);
}
.our-values-boxd:hover h4,
.our-values-boxd:hover p{
  color: var(--white-color);
}
.top-values-icon{
  height: 68px;
  width: 68px;
  background: var(--primary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -57px;
  border: 4px solid var(--white-gray-color);
}
.client-reviews-slide .slick-prev{
  font-size: 0;
  border: none;
  background: transparent;
  position: absolute;
  left: -8%;
  top: 0px;
  bottom: 0;
}
.client-reviews-slide .slick-prev::before{
  content: "\e9b4";
  font-family: 'boxicons', sans-serif;
  font-size: 20px;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  border-radius: 100%;
}
.client-reviews-slide .slick-next{
  font-size: 0;
  border: none;
  background: transparent;
  position: absolute;
  right: -8%;
  top: 0;
  bottom: 0;
}
.client-reviews-slide .slick-next::before{
  content: "\e9b4";
  font-family: 'boxicons', sans-serif;
  font-size: 20px;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  border-radius: 100%;
  transform: rotate(180deg);
}
.client-reviews-slide .slick-next:hover::before,
.client-reviews-slide .slick-prev:hover::before{
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.right-client-img .review-img{
  width: 114px;
  height: 124px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
}
.client-reviews-slide .slick-track{
  margin-left: 0;
}

/* footer section strat  */
.inners-common-footer{
  background: var(--title-dark);
  border-radius: 30px;
}
.footer-left-logo {
  padding: 1px;
  background-color: #ffff;
  border-radius: 10px;
  
}
.footer-left-logo .footer-logo{
  width: 230px;
  
}
.ui-footer-links li a{
  color: var(--white-color);
  display: inline-block;
  margin-top: 8px;
  opacity: 0.75;
  font-family: "Manrope", serif;
  font-weight: 400;
  transition: all 0.3s;
}
.ui-footer-links li a:hover{
  margin-left: 4px;
  opacity: 0.75;
}
.inners-motors-footer{
  border-bottom: 1px solid #ffffff2b;
}
.footer_socialmedia a{
  height: 44px;
  width: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background: #ffffff0d;
  border-radius: 100%;
  font-size: 20px;
  backdrop-filter: blur(6px);
}
.footer_socialmedia a.fb{

  color: #25D366;
}

.footer_socialmedia a.lnk:hover{
  background: #0072b1;
  color: var(--white-color);
}
.footer_socialmedia a.twi:hover{
  background: #00acee;
  color: var(--white-color);
}
.footer_socialmedia a.insta:hover{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: var(--white-color);
}
.custom-tooltip {
  --bs-tooltip-bg: var(--primary-color);
}
.copyright-container{
  border-top: 1px solid #363C44;
}
.time-line-footer span{
  width: 90px;
  display: inline-block;
}
.time-line-footer{
  border-bottom: 1px dashed var(--white-color);
  width: max-content;
  padding-right: 12px;
}
.bottom-footer-design{
  border-top: 1px solid #ffffff2b;
}

/* common why serve  */
.common-list-fabric li::before{
  content: "\ea41";
  font-family: 'boxicons', sans-serif;
  font-size: 24px;
  display: flex;
  height: 16px;
  width: 16px;
  border: 1px solid var(--black-color);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  color: var(--primary-color);
  padding-bottom: 2px;
  position: relative;
  top: 2px;
}

/* work together section  */
.single-together-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #979797;
}
.icon-contact-link{
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  border-radius: 100%;
  color: var(--primary-color);
  font-size: 22px;
  min-width: 46px;
  transform: rotate(154deg);
}
.common-input-field .input-field{
  width: 100%;
  background: var(--white-color);
  border: none;
  height: 48px;
  border-radius: 8px;
  padding: 12px 20px;
  outline: none;
  color: var(--title-text);
  font-size: 14px;
  font-weight: 400;
}
.common-input-field .textarea-field{
  width: 100%;
  background: var(--white-color);
  border: none;
  height: 140px;
  border-radius: 8px;
  padding: 12px 20px;
  outline: none;
  color: var(--title-text);
  font-size: 14px;
  font-weight: 400;
  resize: none;
}
.btn-quote-form{
  background: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  padding: 12px 38px;
  border-radius: 40px;
  display: inline-block;
}
.btn-quote-form:hover {
  color: var(--primary-color);
  background: transparent;
}
.contact-maps-laser iframe{
  width: 100%;
  height: 420px;
}
.journey-icon .journey-img{
  height: 62px;
  width: 62px;
  object-fit: contain;
}
.workleft-filter-box{
  background: var(--white-color);
  border-radius: 20px;
}
.filter-checkbox label{
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-family: "Poppins", serif;
  font-weight: 400;
  color: var(--title-dark);
  cursor: pointer;
}
.filter-checkbox label::before{
  content: "";
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 18px;
}
.filter-checkbox input:checked ~ label::before{
  content: "\ea41";
  font-family: 'boxicons', sans-serif;
}
.inner-gried-imgwork .gried-work{
  width: 100%;
  height: 300px;
  border-radius: 12px;
  object-fit: cover;
}

/* pagination code  */
.pagination_nav{
  background: transparent;
  border-radius: 10px;
  padding: 5px;
  width: max-content;
  margin: auto;
  border: 1px solid #00000012;
}
.pagination_nav ul .page_items a.active, .pagination_nav ul .page_items a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.pagination_nav ul .page_items a {
  height: 40px;
  min-width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--title-dark);
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s;
  padding-top: 1px;
}
.pagination_nav ul .prev-next a{
  height: 40px;
  min-width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--title-text);
  border-radius: 10px;
  transition: all 0.3s;
  padding-top: 1px;
  font-size: 24px;
}

/* get a quote modal popup */
.modal.quote-modal-ctm{
  background: #00000063;
  backdrop-filter: blur(6px);
}
.quote-modal-ctm .modal-dialog{
  max-width: 600px;
}
.quote-modal-ctm .modal-dialog .modal-content{
  background: #F3F4F6;
}
.common-input-file::before {
  content: 'Choose File';
  display: inline-block;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 7px 13px;
  font-size: 13px;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 6px;
  z-index: 1;
}
.common-input-file input[type="file"]{
  width: 100%;
  background: var(--white-color);
  border: none;
  height: 48px;
  border-radius: 8px;
  padding-left: 8px !important;
  outline: none;
  color: var(--title-text);
  font-size: 14px;
  font-weight: 400;
}
.common-input-file .btn-file-upload{
  position: absolute;
  right: 5px;
  top: 5px;
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 28px;
  height: 38px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.common-input-file .btn-file-upload:hover{
  background: var(--primary-color);
  color: var(--white-color);
}
.quote-modal-ctm .btn-close{
  background: var(--bg-box-glisten);
  opacity: 1;
  padding: 0;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  color: var(--white-color);
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bg-box-glisten);
  transition: all 0.3s;
}
.quote-modal-ctm .btn-close:hover{
  background: transparent;
  color: var(--bg-box-glisten);
}

/* WhatsApp Floating Button */
.footer_socialmedia_whatsapp {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 1000; 
}
.footer_socialmedia_whatsapp a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; 
  background-color: #25D366; 
  border-radius: 100%;
  font-size: 35px;
  transition: all 0.3s ease; 
  border: 1px solid transparent; 
  position: sticky;
}

/* Hover state */
.footer_socialmedia_whatsapp a:hover {
  background-color: #075e54; 
  color: #ffffff;
  transform: scale(1.1); 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); 
  position: sticky;
}

/* Active state (when clicked) */
.footer_socialmedia_whatsapp a:active {
  background-color: #075E54;
  transform: scale(0.95);
}
