#light {margin-left:0px !important; position: fixed !important; left: 29% !important;}
/*body.tax-product_cat header.entry-header h1, header.entry-header span {
    text-align: center !important;
    color: #fff !important;
}
body.tax-product_cat header.entry-header {
    margin-top: 130px;
    text-align: center;
    background-color: #7F8688 !important;
    text-align: center !important;
    color: #fff !important;
    padding-bottom: 45px !important;
}*/
.testimonial-wrap .testimonial-wrap-inner .testimonialslide .slick-slide .rate-us{color:black; font-style:italic; font-weight:400;}
.testimonial-wrap .testimonial-wrap-inner .testimonialslide .slick-slide span[itemprop="name"]{
  font-size:15px;
  font-weight:400;
}
#wrapper-footer-full .footer-widget .footer-contact-info h5, #wrapper-footer-full .footer-widget h3.widget-title {
    margin-bottom: 10px;
}
#wrapper-footer-full .footer-widget .footer-contact-info p{
    margin-bottom: 1rem;
}
@media(max-width:480px) {
  ul.products {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* SERVICES GRID 2025 – Clean & Mobile-Ready */

.services-grid-2025 {
  width: 100%;
  padding: 80px 30px;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.cc-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.cc-service-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 0 0 2px #f96302 inset, 0 8px 24px rgba(249, 99, 2, 0.15);
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}

.cc-service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 0 2px #f96302 inset, 0 12px 32px rgba(249, 99, 2, 0.25);
}

.cc-service-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}

.cc-service-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #f96302;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.cc-service-box p {
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

/* Tablet */
@media (max-width: 768px) {
  .services-grid-2025 {
    padding: 60px 20px;
  }

  .cc-service-box {
    padding: 20px;
  }

  .cc-service-box h3 {
    font-size: 14px;
  }

  .cc-service-box p {
    font-size: 12px;
  }
}

/* Mobile */
@media (max-width: 580px) {
    .why-move-withus .common-list li {
        padding-left: 40px!important;
    }
}

/* Mobile */
@media (max-width: 480px) {
  .cc-services-grid {
    gap: 20px;
  }

  .cc-service-box h3 {
    font-size: 13px;
  }

  .cc-service-box p {
    font-size: 12px;
  }
}


.cc-step .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.cc-steps-items.cc-steps-items-medium {
	max-width: 1400px;
}

.cc-steps-visual .cc-step h2 {
	margin-top: 8px;
	font-weight: 900!important;
	letter-spacing: .2px;
}

.cc-step.cc-step-medium {
	max-width: 100%;
}

.cc-step-num.vc_custom_heading {
	display: inline-grid;
}

@media (max-width: 1000px) {
	.cc-steps-items {
		flex-direction: column;
		max-width: 98vw;
	}

	.cc-step {
		max-width: 100%!important;
		margin: 20px 0!important;
		display: inline-block!important;
		min-height: auto!important;
	}
}