@charset "utf-8";
/* CSS Document */
.space{
    padding: 80px 0px;
}

.brspace{
    padding: 50px 0px;
}
.text-justify {
    text-align: justify;
}
.customer-logo {
   border: 1px solid #E6CFC2; /* subtle border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); /* drop shadow */
}
.text-theme {
    color: #E20C11;
}
.industry-serve {
   background-color: #FDF2EC;
    padding: 25px 10px;
    text-align: center;
    border: 1px solid #E6CFC2; /* subtle border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* drop shadow */
    border-radius: 8px; /* optional, makes it look smoother */
}
.industry-serve i {
    font-size: 45px;
    color: #E20C11;
    font-weight: 600;
    margin-bottom: 15px
}
.industry-serve-title {
    font-size: 18px;
    color:#000000;
    font-weight: 500;
}
.whyus-bg{
  position: relative;
  background: var(--theme-color-light);
  z-index: 1;
}

.whyus-bg::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/shape/05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .3;
  z-index: -1;
}

.panel
 {
  border: 1px solid #e20c11;
  padding: 18px;
}
.btn-custome {
  background-color: #e20c11;
  color: #fff;
}
.btn-custome:hover {
  background-color: #e20c11;
  color: #fff;
}
@media (max-width: 768px) {
  .cta-content h1 {
    font-size: 22px; /* smaller size for tablets & mobiles */
  }
    .hero-single .hero-content p {
    font-size: 14px;
    line-height: 24px;
  }
    .hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: capitalize;
}
    .site-title {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 25px;
  color: var(--color-dark);
  margin-bottom: 0;
}
    .about-experience h5 {
  color: var(--color-white);
  font-size: 20px;
}
.about-experience {
  background: var(--theme-color);
  position: absolute;
  right: 10px;
  bottom: 20px;
  padding: 10px 15px;
  border-radius: 60px;
  text-align: center;
  border: 10px solid var(--color-white);
}
    .home-2 .hero-single {
  padding-top: 150px;
  padding-bottom: 150px;
}
 .space{
    padding: 50px 0px;
}   
}
.site-breadcrumb .breadcrumb-title {
  font-size: 50px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-h1 {
    font-size: 18px;
    color: #FBFBFB;
    font-weight: 500;
}
.clients-border-1 {
    border:double 2px #E0DFDF;
    padding: 5px;
}
.sustainability {background:url("../../engenius-metals/bg/bg-1.jpg") no-repeat center;background-attachment:scroll;background-size:auto;background-size:cover;background-attachment:fixed;}
.bg-dark-black{background-color:rgba(0,0,0,0.57); padding: 30px;}
.border-radius-40 {
    border-radius: 40px;
}
.quote {
    font-size: 18px;
     font-style: italic;
}
.footer-tagline {
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding: 0;
/*  color: #333;*/
  letter-spacing: 0.5px;
}

.footer-tagline p {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
    margin-bottom: 0px;
  border-bottom: 0px solid transparent;
  border-image: linear-gradient(to right, #FF9933, #FFFFFF, #138808) 1; /* Indian tricolor underline */
}

.footer-tagline a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-tagline a:hover {
  color: #FFF; /* saffron hover effect */
}



.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 15px;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

