.our-testimonial-metal {
    padding: 50px 0 !important;
}

.our-transformation {
    padding: 50px 0 !important;
}

.testimonial-item-content-metal p {
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-item-metal {
    min-height: 420px !important;
}

.satisfy-client-image-prime {
    position: relative;
    display: inline-block;
    margin-left: -14px;
    border: none !important;
    border-radius: 1px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 1280px) {
    .contact-info-list {
        bottom: 133px !important;
        right: 30px;
        left: 30px;
        top: 10px !important;
    }
}
.contact-info-list {
    position: absolute;
    bottom: 50px;
    right: 49px;
    left: 11px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px !important;
    z-index: 1;
}

.about-us-list ul li::before {
    content: none !important;
    
}

.accordion-button::after {
    
    color: #e1d9d9 !important;
}

@media (min-width: 1200px) {
    .footer-links-box-metal {
        display: grid;
        grid-template-columns: 1fr 1.2fr 1fr;
        gap: 40px;
        align-items: start;
    }
    .footer-contact-links-metal {
        padding-top: 10px !important;
}
}

.service-hover-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.service-hover-image {
	position: relative;
	overflow: hidden;
}

.service-hover-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}

/* Overlay */
.service-hover-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

/* Show on Hover */
.service-hover-card:hover .service-hover-overlay {
	opacity: 1;
	visibility: visible;
}

/* Title */
.service-hover-title {
	padding: 15px;
	text-align: center;
}

.service-hover-title h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.why-choose-us-metal {
    overflow: visible !important;
}
@media (max-width: 767px) {
    .contact-info-list {
        display: none;
    }
}

.section-tag{
    color:#0d6efd;
    font-weight:600;
    margin-bottom:10px;
    display:inline-block;
}

.about-list{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.about-list li{
    margin-bottom:12px;
    font-size:16px;
}

.about-list li i{
    color:#0d6efd;
    margin-right:10px;
}

.info-bar {
  background: transparent; 
  padding: 40px 20px;  
}

/* Default (Desktop) */
.info-container {
  margin: auto;
  background: linear-gradient(135deg, #1e2228, #2a2f36);
  padding: 30px 40px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


.info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
}


.icon {
  font-size: 26px;
  color: #2d7dff;
  padding-top: 13px;
}

.info-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.info-box p {
  margin: 4px 0;
  font-size: 14px;
  color: #cfd3d8;
}

.divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.1);
}

.btn-appointment {
  background: #2d7dff;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-appointment:hover {
  background: #2d7dff;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {

  .info-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }

  .info-box {
    width: 100%;
  }

  .divider {
    display: none;
  }

  .btn-appointment {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}



@media only screen and (max-width: 1024px) {
    .contact-us-image img {
        height: auto;
        aspect-ratio: 0 / 0.6 !important;
    }
}

/* WhatsApp Right Side */
.whatsapp-float {
    position: fixed;
    bottom: 5px;
    right: 20px;
    z-index: 9999;
}

/* Call Left Side */
.call-float {
    position: fixed;
    bottom: 5px;
    left: 20px;
    z-index: 9999;
}

.whatsapp-float img,
.call-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.whatsapp-float img:hover,
.call-float img:hover {
    transform: scale(1.1);
}

@media (max-width: 990px) {
    .whatsapp-float {
    position: fixed;
    bottom: 110px;
    right: 5px;
    z-index: 9999;
}

/* Call Left Side */
.call-float {
    position: fixed;
    bottom: 110px;
    left: 5px;
    z-index: 9999;
}
}
